/*
Theme Name: Care121
Version: 1.08.22
Author: Edward Yu
Author URI: http://lforever.com/
*/
/********* GENERAL *********/
/*@font-face {
	font-family: 'eg-font';
	src: url('fonts/egfont.eot?85610117');
	src: url('fonts/egfont.eot?85610117#iefix') format('embedded-opentype'),
		 url('fonts/egfont.woff?85610117') format('woff'),
	     url('fonts/egfont.ttf?85610117') format('truetype'),
	     url('fonts/egfont.svg?85610117#egfont') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #6f6f6f;
	background: #e9e9e9;
}
#wpadminbar {
	display: none !important;
}
.container {
	min-width: 1024px !important;
}
.page-template-page-Invoices .container {
	min-width: 1400px !important;
}
label {
	color: #505050;
	font-weight: normal;
}
.form-control {
	color: #505050;
}
.form-control::-moz-placeholder{
	color:#505050;
	opacity:1;
}
.form-control:-ms-input-placeholder{
	color:#505050;
}
.form-control::-webkit-input-placeholder{
	color:#505050;
}
.req {
	color: #b92c28;
}
textarea {
	resize: vertical;
}
.btn-logout {
  	background: #7fc45a;
  	color: #fff;
  	text-transform: uppercase;
  	text-align: center;
  	border-radius: 15px;
  	font-size: 20px;
  	display: block;
  	padding: 10px 15px;
  	line-height: 1;
  	font-weight: bold;
}
.btn-logout:hover,
.btn-logout:focus {
  color: #fff;
}
.mb-5 {
	margin: 0 0 5px;
}
.btn-mt-28 {
	margin: 28px 0 0;
}
.shiftform_status .checkbox-inline + .checkbox-inline {
	margin-left: 5px;
}
.btn-hidden {
	display: none;
}
a:hover,
a:focus {
	text-decoration: none;
}
.bg-fcd5b4 {
	background: #fcd5b4;
}
.bg-ffff00 {
	background: #ffff00;
}
.bg-538dd5 {
	background: #538dd5;
}
.bg-76933c {
	background: #76933c;
}
.bg-c00000 {
	background: #c00000;
}
.cr-000000 {
	color: #000;
}
.cr-ffffff {
	color: #fff;
}
/*input, button, select, textarea {
	vertical-align: middle;
}*/
.modal-body {
	padding: 15px 20px;
}
.checkbox-inline, .radio-inline {
	position: static;
}
/********* JQUERY UI *********/
.ui-widget {
	font-size: 12px !important;
}
.ui-widget-header {	
    color: #fff !important;
    font-weight: bold;
}
.ui-widget-header {
    background: #6EBE4B !important;
    border: 1px solid #6EBE4B !important;
}
.ui-state-default {
	color: #6EBE4B !important;
}
.ui-widget-header .ui-icon {
    background-image: url("libs/jquery-ui/css/ui-lightness/images/ui-icons_ffffff_256x240.png") !important;
}
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus {
    background: #fdf5ce url("libs/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png") repeat-x scroll 50% 50% !important;
    border: 1px solid #fbcb09;
    color: #c77405;
    font-weight: bold;
}
.ui-state-hover .ui-icon, 
.ui-state-focus .ui-icon {
    background-image: url("libs/jquery-ui/css/ui-lightness/images/ui-icons_ef8c08_256x240.png") !important;
}
.ui-state-highlight a, 
.ui-widget-content .ui-state-highlight a, 
.ui-widget-header .ui-state-highlight a, 
.ui-widget-content .ui-state-highlight a.ui-state-hover, 
.ui-widget-header .ui-state-highlight a.ui-state-hover {
	background: #2b669a!important;
	color: #fff!important;
}
.ui-state-highlight a.ui-state-hover {
	color: #6EBE4B !important;
}
.ui-datepicker {
	z-index: 99999 !important;
}
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
	background: #fff;
}
.ui-autocomplete .ui-menu-item {
	
}
.ui-autocomplete .ui-menu-item a {
	font-size: 14px;
	cursor: pointer;
}
.ui-autocomplete .ui-menu-item a.ui-state-focus {
	border: none;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 100px;
}
/********* STRUCTURE *********/
#wrapper {
	margin: 0 0 10px;
}
#content {
	padding: 20px;
	background: #fff;
	box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin: 10px 0 0 10px;
	min-height: 640px;
}
body.full-width {
	background: #fff;
}
.full-width #content {
	padding: 0;
	margin: 0;
	box-shadow: none;
}
#header {
	margin: 10px 0 80px;
}
.full-width #header {
	margin: 0 0 30px;
	padding: 3px 5px;
	background: #6ebe4b;
	color: #fff;
}
#main {
}
#footer {
}
#sidebar {
    clear: both;
}
/********* HEADER *********/
#header .sensible-approach {
	margin-top: 20px;
}
/********* LOGIN *********/
#login {
}
#login h2 {
	text-align: center;
	margin: 0 0 90px;
	color: #7fc45a;
}
#login #form-login {
	text-align: center;
	position: relative;
}
#login #form-login div.error {
    left: 530px;
    position: absolute;
    top: 12px;
}
#login label {
	margin-right: 10px;
}
#login #password {
	width: 380px;
	margin-right: 15px;
	background: #ebe7e8;
}
#login button {
	width: 101px;
	height: 42px;
	overflow: hidden;
	background: url(../img/submit.gif) no-repeat left top;
	text-indent: -999px;
	border: 0;
	padding: 0;
}
#pass-strength-result {
	display: none !important;
}
.error {
	color: #d9534f;
}
/********* RESET *********/
#reset h2 {
    color: #7FC45A;
    margin: 0 0 90px;
    text-align: center;
}
#reset .back {
	background: none repeat scroll 0 0 #7FC45A;
    border-radius: 10px;
    color: #FFFFFF;
    float: right;
    font-size: 16px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    text-transform: uppercase;
    width: 101px;
}
/********* Candidate Confirmation *********/
#candidate-confirmation {
	/*display: none;*/
	position: relative;
}
#candidate-confirmation #sidebar .nav {
	clear: both;
}
#candidate-confirmation #sidebar .nav ul {
	padding: 0;
	list-style: none;
}
#candidate-confirmation #sidebar .nav ul li {
	display: block;
}
#candidate-confirmation #sidebar .nav a {
	display: block;
	width: 100%;
	/*background: #eaeaea;*/
	background: #ccc;
	margin: 0 0 10px;
	color: #818181;
	padding: 0 12px;
	line-height: 38px;
	border-radius: 5px;
	white-space: nowrap;
}
#candidate-confirmation #sidebar .nav a.active,
#candidate-confirmation #sidebar .nav a:hover,
#candidate-confirmation #sidebar .nav ul li.current-menu-item a {
	background: #6ebe4b;
	color: #fff;
}
#candidate-confirmation #sidebar .nav .ad {
	padding-bottom: 10px;
}
#candidate-confirmation h2 {
	text-align: center;
	margin: 0 0 60px;
	color: #7fc45a;
	position: relative;
}
#candidate-confirmation h2 a {
	position: absolute;
	right: 0;
	top: 0;
}
#candidate-confirmation h2 a.btn-menu {
	right: auto;
	left: 0;
}
#candidate-confirmation h1 {
	color: #a8a9ad;
	margin: 0 0 50px;
	text-align: center;
}
#candidate-confirmation h4 {
	color: #a8a9ad;
	margin: 0 0 20px;
}
#candidate-confirmation h4.panel-title {
	color: inherit;
	margin: 0;
}
#candidate-confirmation h2.text-primary {
	text-align: left;
	margin: 0 0 15px;
	color: #428bca;
}
#candidate-confirmation h2.text-success {
	text-align: left;
	margin: 0 0 15px;
}
#candidate-confirmation small {
	font-size: 10px;
}
#candidate-confirmation #submit {
	width: 101px;
	height: 42px;
	overflow: hidden;
	background: url(../img/submit.gif) no-repeat left top;
	text-indent: -999px;
	border: 0;
	padding: 0;
}
#candidate-confirmation .error .fa {
	position: absolute;
	right: -8px;
    top: 8px;
}
#candidate-confirmation .entry h1 {
	color: #000;
	text-align: left;
	margin: 0 0 15px;
}
#candidate-confirmation .entry h2 {
	color: #000;
	text-align: left;
	margin: 0 0 15px;
}
#candidate-confirmation .entry h3 {
	color: #000;
	text-align: left;
	margin: 0 0 15px;
}
#add-announcement {
	display: none;
}
#announcement {
	position: relative;
}
#announcement .btn-edit {
	position: absolute;
	top: 0;
	right: 0;
}
form .fa-times {
	color: #F00;
}
form .fa-check {
	color: #6EBE4B;
}
#success-popup-modal {
}
#success-popup-modal .modal-dialog {
	top: 50%;
}
#success-popup-modal h1 {
	text-align: center;
	color: #6EBE4B;
	margin: 0;
	font-size: 16px;
}
#form-login-modal .modal-dialog {
	top: 50%;
}
#form-login-modal h1 {
	text-align: center;
	color: #6EBE4B;
	margin: 0;
	font-size: 16px;
}
#form-reset-modal .modal-dialog {
	top: 50%;
}
#form-reset-modal h1 {
	text-align: center;
	color: #6EBE4B;
	margin: 0;
	font-size: 16px;
}
.input-prepend {
	position: relative;
}
.input-prepend .add-on {
	background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 5px 0 0 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    min-width: 16px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 30px;
}
.input-prepend .form-control{
	padding-left: 32px;
}
.is_shift {
	display: none;
}
.fsBody .fsForm {
	margin: 0 !important;
}
.fsBody .fs4Col,
.fsBody .fs3Col {
	min-width: 100% !important;
}
@media( max-width: 768px ){
}
#menu-main2 ul {
	display: none;
}
#menu-main2 .current-menu-parent ul {
	display: block;
}
.shiftmenu ul {
	display: none;
}
.shiftmenu .current-menu-parent ul {
	display: block;
}
#candidate-confirmation #sidebar .nav ul ul a {
	background: #efefef;
	position: relative;
}
#candidate-confirmation #sidebar .nav ul ul a:hover {
	background: #6ebe4b;
}
#candidate-confirmation #sidebar .nav a {
	position: relative;
}
#candidate-confirmation #sidebar .nav .num {
	background: #b92c28;
	border-radius: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px;
    width: 30px;
}
/********************************************/
.backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
	opacity: 0.5;
}
.idbackdrop {
    background-color: #000;
	position: absolute;
	width: 100%;
	height: 100%;
    z-index: 99999;
	opacity: 0.3;
	top: 0;
	left: 0;
}
.dataTables_wrapper {
	margin: 0 0 30px;
}
.dataTable td.child {
	text-align: left !important;
	cursor: none;
}
.dataTable td.child ul {
	display: block !important;
}
.fileupload-button {
	display: inline-block;
	position: relative;
}
.fileupload-button .btn {
}
.fileupload-input {
	position: absolute;
	opacity: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.fileupload-progress {
	overflow: hidden;
}
.fileupload-progress-bar {
	background: #3e8f3e;
	height: 5px;
	margin: 0px 0px 5px;
}
.fileupload-upload {
	display: none;
}
.fileupload-delete {
	display: none;
}
@media( max-width: 768px ){
	.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
		float: left!important;
		text-align: left!important;
	}
	.dataTables_wrapper .dataTables_filter {
		float: right!important;
		text-align: right!important;
	}
	.dataTables_wrapper .dataTables_paginate {
		float: right !important;
		text-align: right !important;
	}
}
#add-shiftform .selectize-control {
	z-index: 999;
}
.selectize-control .selectize-input.disabled {
    background-color: none !important;
    opacity: 0.6 !important;
}
.selectize-control.multi .selectize-input.disabled .select-input {
	color: #fff !important;
}
.select-control {
}
.select-control .select-input {
	/*border: 1px solid #ccc;
	border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    padding: 0 30px 0 15px;*/
}
.select-control .multi .select-input {
	background: #428bca !important;
}
.select-control .multi .select-input:hover {
	background: #265a88 !important;
}
.select-control .select-choice {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: none;
}
.select-control .select-option {
	padding: 5px 15px !important;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
}
.select-control .select-optgroup {
	padding: 5px 15px;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
	cursor: not-allowed;
}
.select-control .select-option span.name,
.select-control .select-option span.email,
.select-control .select-option span.text-expiry {
	display: block;
}
.select-control .select-option span.text-expiry {
	margin-right: 5px;
	float: left;
}
.select-control .disabled {
	/*cursor: not-allowed !important;*/
}
.select-control .select-option:hover {
	background: #eee;
}
/******************************************************/
.department_change {
    left: 15px;
    position: absolute;
    top: 0;
	z-index: 99;
	min-width: 200px;
}
.department_change .select-control .select-reset {
	color: #d9534f;
    position: absolute;
    right: 10px;
    top: 10px;
	cursor: pointer;
	display: none;
}
.department_change .select-control .select-input {
	background: #7fc45a;
    border-radius: 10px;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    height: 42px;
    padding: 0 30px 0 15px;
	cursor: pointer;
}
.department_change .select-control .select-choice {
	margin-top: -5px;
    padding: 5px 0 0;
	border-radius: 0 0 5px 5px;
}
.department_change .select-control .select-option {
	background: #fff;
}
.department_change .select-control .select-option:last-child {
	border-radius: 0 0 5px 5px;
}
/******************************************************/
.chose-reports {
	max-width: 240px;
	margin: 0 auto;
}
.chose-reports ul {
	padding: 0;
}
.chose-reports ul li {
	background: #7fc45a;
	border-radius: 10px;
    color: #fff;
    display: block;
    margin: 0 0 10px;
    padding: 1px 10px;
}
.chose-reports ul li .checkbox {
}
.chose-department {
	max-width: 240px;
	margin: 0 auto;
}
.chose-department ul {
	padding: 0;
}
.chose-department ul li {
	margin: 0 0 10px;
	display: block;
}
.chose-department ul li a {
	background: #7fc45a;
	padding: 10px;
	display: block;
	color: #fff;
	border-radius: 5px;
}
.modal-backdrop {
	background: none;
	z-index: 9998;
}
.modal {
	z-index: 9999;
	/*height: 100%;*/
}
#modal-sfa .modal-content {
	padding: 10px 0;
}
#modal-remove-compliance-file .modal-content {
	padding: 10px 0;
}
#modal-delete-user-compliance-alert-logs .modal-content {
	padding: 10px 0;
}
#view-file-modal .modal-dialog,
#view-file-modal2 .modal-dialog {
	height: 95%;
	background: #fff url(img/loading_spinner.gif) center center no-repeat;
}
#view-file-modal .btn-download,
#view-file-modal2 .btn-download,
#view-file-modal .btn-refresh,
#view-file-modal2 .btn-refresh {
    background: rgba(147, 147, 147, 0.4);
    border-radius: 0;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
	color: #fff;
}
#view-file-modal .btn-download:hover,
#view-file-modal2 .btn-download:hover,
#view-file-modal .btn-refresh:hover,
#view-file-modal2 .btn-refresh:hover {
    background: rgba(147, 147, 147, 0.8);
}
#view-file-modal .btn-refresh,
#view-file-modal2 .btn-refresh {
	left: 52px;
}

#view-no-file-modal .modal-dialog {
	background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    margin: 30px auto;
    padding: 10px;
    top: 40%;
	text-align: center;
}
#modal_reference_status .modal-content {
	padding: 10px 0;
}
.fancybox-close.close {
	opacity: 1;
}
.fancybox-close.close:hover, 
.fancybox-close.close:focus {
	opacity: 1;
}
/****************************************************/
#user_info .checkbox-simulate,
#modal-user-compliance-log .checkbox-simulate {
	display: inline-block;
	margin: 0 20px 0 0;
}
.checkbox-simulate {
	width: 80px;
	height: 26px;
	background: #f9f9f9;
	margin: 20px auto;
	position: relative;
	border-radius: 50px;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}
.checkbox-simulate:after {
    content: 'OFF';
    color: #d9534f;
    position: absolute;
    right: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}
.checkbox-simulate.yes:after {
    content: 'NO';
}
.checkbox-simulate:before {
    content: 'ON';
    color: #5cb85c;
    position: absolute;
    left: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
}
.checkbox-simulate.yes:before {
    content: 'YES';
}
.checkbox-simulate label {
    display: block;
    width: 34px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #fcfff4;
    border-radius: 50px;
    transition: all .4s ease;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
  }
.checkbox-simulate input[type=checkbox] {
    visibility: hidden;   
}
.checkbox-simulate input[type=checkbox]:checked + label {
	left: 43px;
}
.checkbox-simulate.vertical {
	height: 52px;
	border-radius: 10px;
}
.checkbox-simulate.vertical label {
	width: 74px;
}
.checkbox-simulate.vertical input[type="checkbox"]:checked + label {
	top: 26px;
	left: 3px;
}
.checkbox-simulate.alert_status {
	float: left;
}
.checkbox-simulate.alert_status:before {
	bottom: 0;
    content: "To Do";
    left: 0;
    text-align: center;
    width: 100%;
}
.checkbox-simulate.alert_status:after {
	content: "In Process";
	right: auto;
    top: 0;
    text-align: center;
    width: 100%;
	left: 0;
}
/*Start Daterangepicker ****************************************************************************************************/
.comiseo-daterangepicker {
	z-index: 9999;
}
.comiseo-daterangepicker-triggerbutton.ui-button {
    color: #505050 !important;
    font-family: arial;
    font-size: 14px !important;
    font-weight: normal;
    height: 34px;
    min-width: 18em;
    text-align: left;
    width: 100%;
}
.comiseo-daterangepicker-calendar .ui-state-highlight a.ui-state-default {
    background: #6ebe4b!important;
    color: #fff !important;
}
/*End Daterangepicker ****************************************************************************************************/
.guide-box {
	background: #fff;
    border: 1px solid #d9534f;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
    color: #d9534f;
    font-weight: bold;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.guide-box:before {
	content: "";
	position: absolute;
	border-width: 10px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
	border-style: solid solid none solid;
	bottom: -10px;
	right: 15px;
	z-index: 2;
}
.guide-box:after {
	content: "";
	position: absolute;
	border-width: 11px 11px 0 11px;
	border-color: #d9534f transparent transparent transparent;
	border-style: solid solid none solid;
	bottom: -11px;
	right: 14px;
}
.simulate-datepicker2 {
	
}
.simulate-datepicker2 .simulate-datepicker-title {
	background: #6ebe4b;
	position: relative;
	padding: 5px;
	text-align: center;
	color: #fff;
}
.simulate-datepicker2 .simulate-datepicker-title .fa {
	cursor: pointer;
}
.simulate-datepicker2 .simulate-datepicker-prev {
	position: absolute;
	left: 5px;
	top: 10px;
}
.simulate-datepicker2 .simulate-datepicker-next {
	position: absolute;
	right: 5px;
	top: 10px;
}
.simulate-datepicker2 .simulate-datepicker-prev span,
.simulate-datepicker2 .simulate-datepicker-next span {
	background-image: url("./libs/jquery-ui/css/ui-lightness/images/ui-icons_ffffff_256x240.png") !important
}
.simulate-datepicker2 .weekdatepicker {
	
}
.simulate-datepicker2 .simulate-datepicker-calendar {
	width: calc( 100% + 4px ) !important;
	margin: 0 -2px 15px;
}
.simulate-datepicker2 .simulate-datepicker-calendar span,
.simulate-datepicker2 .simulate-datepicker-calendar a {
	text-align: center;
	border: 1px solid #ddd;
	padding: 2px;
	margin: 2px;
	display: block;
	line-height: 35px;
}
.simulate-datepicker2 .booked a {
    background: #6ebe4b;
    border: 1px solid #6ebe4b;
    color: #fff;
}
.simulate-datepicker2 .availability a {
    background: #f0ad4e;
    border: 1px solid #f0ad4e;
    color: #fff;
}
.simulate-datepicker2 .unavailability a {
    background: #b92c28;
    border: 1px solid #b92c28;
    color: #fff;
}
.simulate-datepicker2 a.active {
	background: #337ab7;
    border: 1px solid #337ab7;
    color: #fff;
}
/*blockUI ****************************************************************************************************/
@-webkit-keyframes spin{
	100%{
		-webkit-transform:rotate(360deg)
	}
}
@-moz-keyframes spin{
	100%{
		-moz-transform:rotate(360deg)
	}
}
@keyframes spin{
	100%{
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}
.blockUI.blockOverlay{
	position: relative;
	z-index: 99999 !important;
}
.blockUI.blockOverlay:before,
.loader:before{
	height:1em;
	width:1em;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-.5em;
	margin-top:-.5em;
	display:block;
	content:"";
	-webkit-animation:spin 1s ease-in-out infinite;
	-moz-animation:spin 1s ease-in-out infinite;
	animation:spin 1s ease-in-out infinite;
	background:url(img/loader.svg) center center;
	background-size:cover;
	line-height:1;
	text-align:center;
	font-size:2em;
	color:rgba(0,0,0,.75);
}
.waitaminute-message {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.waitaminute-message i.eg-icon-emo-coffee, 
.waitaminute-message i.eg-icon-emo-coffee:before {
    color: #fff !important;
    margin-bottom: 15px;
}
.grey {
	color: #999;
}
.popover {
	z-index: 999999;
}
.btn-popover {
	cursor: pointer;
	position: relative;
}
.jcarousel {
    position: relative;
    overflow: hidden;
	width: 100%;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    float: left;
	width: 600px;
}
.fancybox-overlay {
	z-index: 99998!important;
	background: none!important;
}
.fancybox-wrap {
	z-index: 99998!important;
}
.fancybox-inner {
	zoom: 1;
}
.ui-datepicker {
	z-index: 99999!important;
}
p .sep {
	display: block;
	margin: 0 0 5px;
}
.sept {
	height: 33px;
}
.radio-label {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.radio-sep {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.modal-dialog {
	top: 30px;
}
.modal-dialog .close {
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 36px;
    z-index: 8040;
    background: url(libs/fancybox/fancybox_sprite.png);
	opacity: 1;
}
@media( min-width: 1200px ){
	.modal-lg {
		width: 1140px;
	}
	#map-wrapper .modal-lg {
		width: 90%;
	}
}
.text-purple {
	color: #bf00ff;
}
.btn-purple {
    background-image: -webkit-linear-gradient(top,#bf00ff 0,#8000ff 100%);
    background-image: linear-gradient(to bottom,#bf00ff 0,#8000ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf00ff', endColorstr='#ff8000ff', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #bf00ff;
	color: #fff;
}
.btn-purple:hover,
.btn-purple:focus {
	color: #fff;
	background-position: 0 -15px;
	background: #bf00ff;
}
.btn-purple2 {
    background-image: -webkit-linear-gradient(top,#ff99ff 0,#cc00cc 100%);
    background-image: linear-gradient(to bottom,#ff99ff 0,#cc00cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff99ff', endColorstr='#cc00cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #ff99ff;
	color: #fff;
}
.btn-purple2:hover,
.btn-purple2:focus {
	color: #fff;
	background-position: 0 -15px;
	background: #cc00cc;
}
table.dataTable {
}
table.dataTable th,
table.dataTable td {
}
/*div.dts div.dataTables_paginate, 
div.dts div.dataTables_length {
	display: block!important;
}*/
.map-icon-label .fa,
.map-icon-label .fas {
	display: block;
	font-size: 24px;
	color: #FFFFFF;
	width: 48px;
	line-height: 35px;
	text-align: center;
	white-space: nowrap;
	height: 48px;
}
.tab-content {
	padding: 15px 0;
}
#table_timesheet_approvals.dataTable tbody tr.selected,
#table_timesheet_approvals.dataTable.hover tbody tr:hover.selected, 
#table_timesheet_approvals.dataTable.display tbody tr:hover.selected{
    background-color: #f0ad4e!important;
}
#table_timesheet_approvals.dataTable.display tbody tr.odd.selected > .sorting_1, 
#table_timesheet_approvals.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1,
#table_timesheet_approvals.dataTable.display tbody tr.even.selected > .sorting_1, 
#table_timesheet_approvals.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1,
#table_timesheet_approvals.dataTable.display tbody tr:hover.selected > .sorting_1, 
#table_timesheet_approvals.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #e38d13!important;
}
.todo-boxes {
	display: none;
}
.btn-todo-boxes .fa-angle-up {
	display: none;
}
.btn-todo-boxes.active .fa-angle-down {
	display: none;
}
.btn-todo-boxes.active .fa-angle-up {
	display: inline-block;
}
.btn-has-num {
	position: relative;
}
.btn-has-num .num {
	background: #b92c28;
	border-radius: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 30px;
}
.mce-window.mce-in {
	z-index: 999999!important;
}
.mce-floatpanel.mce-fixed {
	z-index: 999999!important;
}
.display-n {
	display: none;
}
@media( max-width: 1024px ){
	/*.page-id-2541.is_mobile .container,
	.page-id-2544.is_mobile .container {
		min-width: 100%!important;
	}
	.page-id-2541.is_mobile #header,
	.page-id-2544.is_mobile #header {
		margin: 0 0 15px;
	}
	.page-id-2541.is_mobile #header .col-xs-4,
	.page-id-2544.is_mobile #header .col-xs-4 {
		width: 100%;
	}
	.page-id-2541.is_mobile #content,
	.page-id-2544.is_mobile #content {
		margin: 0;
		min-height: 0;
		box-shadow: none;
		border-radius: 0;
		padding: 15px;
	}
	.page-id-2541.is_mobile #candidate-confirmation h2,
	.page-id-2544.is_mobile #candidate-confirmation h2 {
		margin: 0 0 15px;
	}
	body.page-id-2541.is_mobile,
	body.page-id-2544.is_mobile {
		height: 100%;
		background: #fff;
	}
	.page-id-2541.is_mobile .tml-action-links,
	.page-id-2544.is_mobile .tml-action-links {
		list-style: none;
		padding: 0;
	}*/
	.page-id-4.is_mobile .container,
	.page-id-8.is_mobile .container,
	.page-id-6.is_mobile .container,
	.page-id-7.is_mobile .container {
		min-width: 100%!important;
	}
	.page-id-4.is_mobile #header,
	.page-id-8.is_mobile #header,
	.page-id-6.is_mobile #header,
	.page-id-7.is_mobile #header {
		margin: 0 0 15px;
	}
	.page-id-4.is_mobile #header .col-xs-4,
	.page-id-8.is_mobile #header .col-xs-4,
	.page-id-6.is_mobile #header .col-xs-4,
	.page-id-7.is_mobile #header .col-xs-4 {
		width: 100%;
	}
	.page-id-4.is_mobile #content,
	.page-id-8.is_mobile #content,
	.page-id-6.is_mobile #content,
	.page-id-7.is_mobile #content {
		margin: 0;
		min-height: 0;
		box-shadow: none;
		border-radius: 0;
		padding: 15px;
	}
	.page-id-4.is_mobile #candidate-confirmation h2,
	.page-id-8.is_mobile #candidate-confirmation h2,
	.page-id-6.is_mobile #candidate-confirmation h2,
	.page-id-7.is_mobile #candidate-confirmation h2 {
		margin: 0 0 15px;
	}
	body.page-id-4.is_mobile,
	body.page-id-8.is_mobile,
	body.page-id-6.is_mobile,
	body.page-id-7.is_mobile {
		height: 100%;
		background: #fff;
	}
	.page-id-4.is_mobile .tml-action-links,
	.page-id-8.is_mobile .tml-action-links,
	.page-id-6.is_mobile .tml-action-links,
	.page-id-7.is_mobile .tml-action-links {
		list-style: none;
		padding: 0;
	}
}