@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  /* background: #eee; */
  background: transparent;
  font-family: 'open_sansregular', Arial, Helvetica;
  font-size: 12px;
}

.float-l{
  float: left;
}
.float-r{
  float: right;
}
.ninty-prcnt{
  width: 90%;
}
.eighty-prcnt{
  width: 80%;
}
.seventy-prcnt{
  width: 70%;
}
.sixty-prcnt{
  width: 60%;
}
.fifty-prcnt{
  width: 50%;
}
.fourty-prcnt{
  width: 40%;
}
.light-grey-bg{
  background-color: #dcdcdc;
  color: #545454;
}
.display-inline{
  display: inline;
}
.full-radius{
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important; 
}
.no-raduis{
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; 
}
.no-left-raduis{
  -webkit-border-top-left-radius: 0 !important;
  -moz-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important; 
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; 
}

/* Remove bootstrap column paddings */
div.no-padding > div[class*="col-"],
div.no-padding > span[class*="col-"],
span.no-padding > div[class*="col-"],
span.no-padding > span[class*="col-"] {
  padding: 0; 
}

/* Login Page Style Start */
.login-title {
  font-size: 1.67em;
  font-family: "open_sansbold";
  text-align: center;
  text-transform: uppercase;
  padding: 50px 0 70px;
  color: #666;
}

.login-form-box {
  margin: 0 auto;
  background: #fff;
  position: relative;
  margin-bottom: 60px;

  -webkit-box-shadow: 0px 0px 24px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 24px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 24px -5px rgba(0,0,0,0.75);
}

.login-form {
  padding: 35px;
  font-size: 14px;
}

.login-form form {
  margin-top: 20px;
}

.user-icn {
  position: absolute;
  background: #828282;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 25px;
  color: #fff;
  font-size: 30px;
  left: 50%;
    margin-left: -40px;
    top: -40px;
}

.login-btn,
.login-btn:visited,
.login-btn:focus,
.login-btn:active {
  font-family: 'open_sansregular', Arial, Helvetica;
  background: #828282;
  padding: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 22px;
  text-decoration: none;
  width: 100%;
  border-radius: 0px !important;
}

.login-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #434343;
}

.remember-forgot-pwd {
  padding: 20px 0 0 0;
  font-weight: normal;
}

.remember-forgot-pwd label {
  font-weight: normal;
}

.forgot-pwd-lnk {
  color: #5f5f5f;
  text-decoration: none;
}
.forgot-pwd-lnk:hover {
  color: #5f5f5f;
  text-decoration: underline;
}

.copyright {
  padding: 15px;
  font-size: 11px;
}

/* Login Page Style End */

/* Header Style Start */
.header {
  background: #fff;
}
.current-week {
  float: right;
}
.current-week .label {
  background: #d7d7d7;
  color: #4b4b4b;
  display: inline-block;
  text-align: center;
  line-height: normal;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  height: 88px;
  vertical-align: top;
  padding-top: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; 
}
.current-week .week-no {
  color: #fff;
  display: inline-block;
  font-size: 42px;
  height: 88px;
  padding: 0 25px;
  line-height: 88px;
  margin-left: -3px;
  position: relative;
}
.current-week .week-no:before {
  left: 0;
    top: 50%;
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #d7d7d7;
    border-width: 10px;
    margin-top: -10px;
}
.logout-lnk {
  float: right;
  padding: 0 20px;
  font-size: 20px;
  line-height: 88px;
  border-right: solid 1px #cacaca;
  color: #838383;
}
.logout-lnk:hover {
  border-right: solid 1px #cacaca;
  color: #838383;
}
.logout-lnk:visited,
.logout-lnk:active,
.logout-lnk:focus {
  border-right: solid 1px #cacaca;
  color: #838383;
}

.logo {
  font-family: "open_sansbold";
  font-size: 34px;
  color: #666;
  text-transform: uppercase;
  line-height: 30px;
  margin: 20px 20px 0 0;
  padding: 0 20px 0 20px;
  border-right: solid 1px #cacaca;
  display: inline-block;
  width: 200px;
  float: left;
}
.logo-login{
	border-right: 0px;
	float: unset;
}
.logo span {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: normal;
}
.logo a{
  color: #666;
}
.logo a:hover{
  text-decoration: none;
}
.client-logo {
  float: left;
  margin: 0px;
  max-width: 85px;
  max-height: 85px;
  vertical-align: middle;
  line-height: 85px;
}

.client-logo1 {
  margin: 0px;
  max-width: 135px;
  vertical-align: middle;
  line-height: 85px;
}

/* Header Style End */

/* Navigation Style Start */
.navigation {
  background: #666 !important;
  -webkit-box-shadow: inset 0px 21px 34px -13px rgba(0,0,0,0.45);
  -moz-box-shadow: inset 0px 21px 34px -13px rgba(0,0,0,0.45);
  box-shadow: inset 0px 21px 34px -13px rgba(0,0,0,0.45);
}
.navigation ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation ul li{
  list-style: none;
  margin: 0;
  /*padding: 0;*/
  /*float: left;*/
  width: 12.4985714%; 
  /* Total Menu Item / 100 */
}
.navigation ul li a{
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  font-family: "open_sansregular", Arial, Helvetica;
  text-transform: uppercase;
}
.navigation ul li a:hover,
.navigation ul li a.is-on{
  text-decoration: none;  
}
.navigation ul li a:hover:before,
.navigation ul li a.is-on:before {
  left: 50%;
  bottom: -20px;
  border: solid rgba(0, 0, 0, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-width: 10px;
  margin-left: -10px;
}
.navigation ul span {
  display: block;
  padding-top: 5px;
}
/* Navigation Style End */

/* Content Style Start */
.content {
  background: #fff;
  -webkit-box-shadow: inset 0px 18px 17px -13px rgba(0,0,0,0.34);
  -moz-box-shadow: inset 0px 18px 17px -13px rgba(0,0,0,0.34);
  box-shadow: inset 0px 18px 17px -13px rgba(0,0,0,0.34); 
}
.content-box {
  padding: 30px;
}
.page-title {
  font-family: 'open_sansbold', Arial, Helvetica;
  font-size: 1.75rem; 
  /* font-size: 28px; */
  padding: 0;
  margin: 0 0 2rem 0;
  /* margin: 0 0 40px 0; */
  text-transform: uppercase;  
}
.booking-page-title {
  font-family: 'open_sansbold', Arial, Helvetica;
  font-size: 28px;
  padding: 0;
  margin: 0 0 10px 0;
  text-transform: uppercase;  
}
/* Content Style End */

/* Left Nav Style Start */
.left-nav {
  border-right: 1px solid #e2e2e2;
  padding: 0 0 30px 0;
}
.left-nav .title {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'open_sansbold', Arial, Helvetica;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  text-align: center;
}
.left-nav ul {
  list-style: none;
  margin: 30px 0 0 0;
}
.left-nav ul li {
  list-style: none;
  font-size: 14px;
  color: #8c8c8c;
  padding: 2px 0;
}
.left-nav ul li a {
  font-size: 14px;
  color: #8c8c8c;
}
.left-nav ul li a:hover,
.left-nav ul li a.is-on{
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.left-nav ul li.mnu-title,
.left-nav ul li.mnu-title a{
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'open_sansbold', Arial, Helvetica;
  margin: 15px 0;
  position: relative;
}
.left-nav ul li.mnu-title:before,
.left-nav ul li.mnu-title a:before{
  content: ' ';
  width: 5px;
  height: 34px;
  background: #000;
  position: absolute;
  left: -20px;
  top: 0;
}
/* Left Nav Style End */

/* Form Elements Start */
.form-group {
  margin-bottom: 20px;
}
.form-control.txt-box,
.form-control.select-box {
  border: solid 1px #777;
  border-radius: 4px;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding: 6px 12px;
  line-height: 1.5;
}
a.btn-default {
  background: #565656;
  color: #fff;
  border: none;
}
a.btn-default:hover,
a.btn-default:focus,
a.btn-default:active {
  background: #2e2e2e;
  color: #fff;
}
/* Form Elements End */

/* Footer Section Start */
.footer{
  
}
.footer .copyright{
  text-align: center;
  font-size: 11px;
  color: #949494;
  padding: 15px 0;
}
/* Footer Section End */

/* Color Theme Style Start */

/* Orange Color */
.orange .week-no,
.orange .navigation ul li a:hover,
.orange .navigation ul li a.is-on,
.orange .left-nav ul li.mnu-title:before,
.orange .left-nav ul li.mnu-title a:before {
  background: #59c2e6;
}
.orange .navigation ul li a:hover:before,
.orange .navigation ul li a.is-on:before {
  border-top-color: #59c2e6;  
}

.orange .left-nav .title,
.orange .left-nav .mnu-title,
.orange .left-nav .mnu-title a, 
.orange .left-nav .mnu-title a:hover,
.orange .page-title {
  color: #59c2e6;
}

/* Blue Color */
.blue .week-no,
.blue .navigation ul li a:hover,
.blue .navigation ul li a.is-on,
.blue .left-nav ul li.mnu-title:before,
.blue .left-nav ul li.mnu-title a:before {
  background: #1e6eb2;
}
.blue .navigation ul li a:hover:before,
.blue .navigation ul li a.is-on:before {
  border-top-color: #1e6eb2;  
}

.blue .left-nav .title,
.blue .left-nav .mnu-title,
.blue .left-nav .mnu-title a, 
.blue .left-nav .mnu-title a:hover,
.blue .page-title {
  color: #1e6eb2;
}

/* Red Color */
.red .week-no,
.red .navigation ul li a:hover,
.red .navigation ul li a.is-on,
.red .left-nav ul li.mnu-title:before,
.red .left-nav ul li.mnu-title a:before {
  background: #d52b1e;
}
.red .navigation ul li a:hover:before,
.red .navigation ul li a.is-on:before {
  border-top-color: #d52b1e;  
}

.red .left-nav .title,
.red .left-nav .mnu-title,
.red .left-nav .mnu-title a, 
.red .left-nav .mnu-title a:hover,
.red .page-title {
  color: #d52b1e;
}
img{max-width: 100%}

/* Color Theme Style End */

.ui-autocomplete
{
	padding-left:5px;
	background-color: #fff;
    border: 1px solid #797979;
    border-radius: 3px;
	width: 625px;
}
.ui-autocomplete li.ui-state-disabled
{
	color:red;
	cursor:default;
}
.ui-autocomplete li
{
	list-style:none;
	cursor: pointer;
}

.current_timesheet{
color:#00F;
font-weight:bold;
}
.opened_ts{
color:#FF0000;
font-weight:bold;
cursor: not-allowed !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_paginate {float: right !important;}
.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info {float: left !important;}
.dataTables_wrapper .dataTables_length select { font-size: 1.02em;}
.clear-advance-search-field{position: absolute;  right: 15px;  top: 13px;  color: #ff0000;  font-size: 15px;  background: #fff; display: none}
.advance-search-form-input{position: relative}
.advance-search-form-input:hover .clear-advance-search-field{display: block; line-height: 1}

.ui-menu-item-wrapper.ui-state-active{background-color: #d7d7d7 !important; position:relative; left: -5px; padding-left: 5px; margin-right: -5px}

.client-parkerrose{max-width: 160px !important;}
.client-ammonite{max-width: 160px !important;}
.client-paratus,.client-paratusbv{max-width: 230px !important;padding-top:10px;}
.client-centaur{max-width: 121px !important;padding-top:5px;}
.client-ehm{max-width: 110px !important;padding-top:3px;}
.client-genepool{max-width:100px;padding-top:0px;}
.client-pcr{max-width:130px; padding-top:2px;}
.client-sourcetech{max-width:130px; padding-top:0px;}
.client-vertus{max-width:130px; }
.client-nursco{max-width:130px; padding-top:0px;}

.highlightRow{color:#ff0000;}
.clear_cache_button {
	color: #333!important;
    background: #fff!important;    
    border:1px solid #ccc!important;
}
.clear_cache_button:hover {
	color: #333!important;
    background: #e6e6e6!important;
    border:1px solid #adadad!important;
}
.rate-time-table tr td,.rate-time-table tr th	 {font-size:12px;}

.has-error < .radio-inline < .form-label {
	border:1px solid red;
}
.clear{clear:both;}
.form-control1.txt-box,
.form-control1.select-box {
  border: solid 1px #777;
  border-radius: 4px;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding: 6px 12px;
  line-height: 1.5;
  width:100%;
}
.opacity1 {
	opacity:1!important;
}
.rejectsection .checkbox {
	margin-top:2px;
	margin-bottom:2px;
}
.PreselectedListContainer #txtrejectemail option { color:green;}
.PreselectedListContainer #txtrejectemail .extended  { color:black;}
.WorkerDetailContainer #txtrejectemail1 option { color:black;}
.WorkerDetailContainer #txtrejectemail1 .extended  { color:green;}
.progressbar_round_button {
   	background-color: #4CAF50;
    border: none;
    color: white;
    padding: 52px 15px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 25px;
    margin: 4px 2px;
    cursor: pointer;
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 44px;
}

#process-modal .progress {margin-top:20px;}

/**
 * Bootstrap table border class override to remove border from TD and TH tag.
 * 
 * @author pratik.shah
 * @since March 2018
 */
.table-borderless {
	margin-bottom: 0px !important;
}
.table-borderless td,
.table-borderless th {
    border: 0 !important;
	
}

.trwithoutcolor {
	background: transparent !important;
}

.nopadding {
	padding: 0px;
}
/**
* Put padding on right side 
*
*/
.padding-right-10 {
	padding-right: 10px;
}
/**
* Put padding on left side 
*
*/
.padding-left-0 {
	padding-left: 0px;
}
.padding-left-10 {
	padding-left: 10px;
}
/**
* Put padding on top side 
*
*/
.padding-top-0 {
	padding-top: 0px;
}
.padding-top-10 {
	padding-top: 10px;
}
/**
* Put padding on bottom side 
*
*/
.padding-bottom-0 {
	padding-bottom: 0px;
}
.padding-bottom-10 {
	padding-bottom: 10px;
}
/**
* Put margin on right side 
*
*/
.margin-right-10 {
	margin-right: 10px;
}
/**
* Put margin on left side 
*
*/
.margin-left-10 {
	margin-left: 10px;
}
/**
* Put margin on top side 
*
*/
.margin-top-10 {
	margin-top: 10px;
}
/**
* Put margin on bottom side 
*
*/
.margin-bottom-0 {
	margin-bottom: 0px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}

#softWarning-model .modal-dialog {
  width: 85%;
}
#softWarning-model .modal-body {
  overflow-y: auto;
}

#softWarning-model table{
  margin-bottom: 0px;
}

.link-down-5 {
  margin-top: 5px;
  display: inline-block;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}