@charset "utf-8";
/* CSS Document */

/*-----------------------GLOBAL DECLARATIONS START----------------------*/

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
img {
	border:none;
}

body {
	color:#3a3a3a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
}
a{
	transition: all .2s ease-out;
}
.roundBor2{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}
.roundBor3{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.roundBor4{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
.roundBor5{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.botroundBor3{
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}
.clearer{	
	clear:both;	
	height:0px;
}
.opacity80 {
	filter: alpha(opacity=80); 
	-khtml-opacity: 0.8;     
	-moz-opacity: 0.8;     
	opacity: 0.8;     
}
.opacity90 {
	filter: alpha(opacity=90); 
	-khtml-opacity: 0.9;     
	-moz-opacity: 0.9;     
	opacity: 0.9;     
}
.opacity70 {
	filter: alpha(opacity=70); 
	-khtml-opacity: 0.7;     
	-moz-opacity: 0.7;     
	opacity: 0.7;     
}
.nodisplay{ display:none; }
.d-block{ display: block; }
.d-inline-block { display: inline-block !important; }
.d-inline { display: inline !important; }
/* ----------- padding-margins -----------------*/
.marleft10{ margin-left:10px; }
.mrgleft15{ margin-left:15px;}
.mr-0{ margin-right: 0 !important; }
.mr-5px{ margin-right: 5px; }
.mr-10px{ margin-right: 10px; }
.mr-15px{ margin-right: 15px; }
.martop15{ margin-top:15px; }
.mt-25px{ margin-top: 25px; }
.mt-40px{ margin-top: 40px; }
.mt-100px{ margin-top: 100px !important; }
.martop6{ margin-top: 6px; }   
.martop3{ margin-top: 3px !important; }
.martop2{ margin-top: 2px; }
.mb-10px{ margin-bottom: 10px; }
.mb-5px{ margin-bottom: 5px; }
.marbottom15 { margin-bottom:15px !important; }
.mt-0{ margin-top: 0 !important; }
.mx-0{ margin-right: 0 !important; margin-left: 0 !important; }
.m-0{ margin: 0 !important; }
.ml-auto{ margin-left: auto; }
.mr-auto{ margin-right: auto; }
.mx-auto{ margin-left: auto !important; margin-right: auto !important; }
.ml-5px{ margin-left: 5px; }
.m-5px{ margin: 5px!important; }
.py-15px{ padding: 15px 0; }
.p-10px { padding: 10px; } 
.p-15px{ padding: 15px; }
.p-30px{ padding: 30px !important; }
.pl-10px { padding-left: 10px; }
.pt-5px{ padding-top: 5px; }
.pr-10px{ padding-right: 10px; }

/*-----------------------WIDTH CLASSES----------------------*/
.max-width-320{ max-width: 320px; }
.max-width-360{ max-width: 360px; }
.max-width-600{ max-width: 600px; }
.max-width-900{ max-width: 900px; }
.w-50{ width: 50%; }
.w-100{ width: 100%; }

/*-----------------------FLOAT CLASSES----------------------*/
.float-r{ float: right; }
.float-l{ float: left; }


/*-----------------------GLOBAL DECLARATIONS END----------------------*/


/*-----------------------ALL TEXT CLASSES----------------------*/
.font10{
	font-size: 10px;
}
.font11 {
	font-size:11px;
}
.font12 {
	font-size:12px;
}

.font14{
	font-size:14px;
}
.font15 {
	font-size:15px;
}
.font16{ 
	font-size:16px;
}
.font18{ 
	font-size:18px !important;
}
.font20{ 
	font-size:20px !important;
}
.font22{ 
	font-size:22px;
}.font25{ 
	font-size:25px;
}
.weight500{ font-weight: 500 !important; }
.opacity8{ opacity: .8; }

.text-right{
	text-align: right;
}
.text-center{ text-align: center;}
.text-left{ text-align: left !important;}

.font-rubik { font-family: 'Rubik', sans-serif}
.weight-500 { font-weight: 500;}
.font-bold { font-weight: bold;}

/*-----------------------FLEX CLASSES----------------------*/
.d-flex{ display: flex;}
.d-flexX{ display: flex; align-items: center;}
.d-flexXY{ display: flex; align-items: center; justify-content: center;}
.d-coln{ display: flex; flex-direction: column; }
.align-items-end { align-items: flex-end; }
.justify-content-center{ justify-content: center; }
.justify-content-end{ justify-content: flex-end; }

/*-----------------------DISPLAY CLASSES----------------------*/
.position-relative{ position: relative; }

/*-----------------------ALIGN CLASSES----------------------*/
.align-items-start{ align-items: start; }


.no-bor-top{ border-top: 0 !important; }



.page-head-con{
	display: flex;
	align-items: center;
	padding-bottom: 24px;
    padding-top: 10px;
	font-family: 'Rubik', sans-serif;
}
.pagehead {
    font-size: 22px;
    color: #333333;
    text-transform: capitalize;  
    font-weight: 400;
    margin-left: 5px;
    margin-right: 15px;
}
.dd{ font-size:22px; color:#89a646; text-transform: capitalize; }
.popuphead{ position:absolute; top:-34px; left:-2px; font-size:12px; font-weight:600; color:#666; 
font-family: 'Rubik', sans-serif;
text-transform: uppercase; }
.popupdingreen{ font-size:18px; color:#5c7d4e; }
.greentxt{color:#5C7D4E;}

.pageheadforlogin{font-size:22px; color:#7b98a6; padding-bottom:10px; text-align:center; padding-top:10px;}
.new-txt-hed{ color:#333; font-size:20px; font-weight: 400 !important; }
/*-----------------------ALL TEXT CLASSES END----------------------*/


/*------------------------notification boxes---------------------------*/
.success_notify{
	padding:6px 7px 7px 30px;
	border:#2ab300 solid 1px;
	color:#1c7800;
	background:url(../images/successnot.png) no-repeat 7px 8px #c9ffb9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	text-align:left;
	margin: 0px 0px 10px 0px;
	display:block;
}
.error_notify{
	padding:7px 7px 7px 26px;
	border:#d22026 solid 1px;
	color:#d22026;
	background:url(../images/errornot.png) no-repeat 7px 8px #ffd7d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	margin: 10px 0px 0px 0px;
	display:block;
	width:786px;
}
.error_notify1{
	padding:7px 7px 7px 26px;
	border:#d22026 solid 1px;
	color:#d22026;
	background:url(../images/errornot.png) no-repeat 7px 8px #ffd7d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	margin: 10px 0px 0px 0px;
	display:block;
}
.alert_notify{
	padding:7px 7px 7px 26px;
	border:#ea9034 solid 1px;
	color:#f48703;
	background:url(../images/alert_msg_icon.png) no-repeat 7px 7px #ffd9b2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0;
	display:block;
	width:786px;	
}
.alert_notify1{
	padding:7px 7px 7px 26px;
	border:#ea9034 solid 1px;
	color:#f48703;
	background:url(../images/alert_msg_icon.png) no-repeat 7px 7px #ffd9b2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0px 0px 10px 0px;
	display:block;	
}
.agent-alert-not{ 
	padding: 12px 14px; background: #fce1b5; 
	color: #f7a010;
	border: 1px solid #f7a010;
	display: flex !important;
	align-items: center;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}
.message_notify{
	padding:8px 7px 8px 30px;
	color:#ccc;
	background:url(../images/alertbell.png) no-repeat 7px 7px #4b4b4b;
	display:block;
	position:fixed;
	width:100%;
	left:0; bottom:10px;
}
/*------------------------notification boxes END---------------------------*/

/*------------------------global form styles START---------------------------*/
.inputFdate{
	padding:22px 30px 6px 10px;
	border: 1px solid #ccc;
	font-size:14px;
	background-color:#f4f4f4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	font-family:Arial, Helvetica, sans-serif !important;
	color:#666;
	cursor: pointer;
	max-width: 100px;
}
.inputFdate:focus{ border: 1px solid #7B98A6 !important; outline: 0; box-shadow: 0 0 5px 0 rgba(0,0,0,.15);  }
.inputField, .textarea{
	padding:4px;
	border:#cccccc solid 1px;
	height:22px;
	font-size:13px;
	line-height:22px;
	background-color:#ebebeb;
	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
}
.inputField:focus, .textarea:focus{
	border:#aaa solid 1px;
}
.selectField{
	padding:4px;
	border:#cacaca solid 1px;
	height:32px;
	font-size:13px;
	line-height:26px;
	color:#4a4a4a;
	/*background-color:#fff;*/
	background-color:#ebebeb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family:Arial, Helvetica, sans-serif;
}
.selectField option{
	padding:4px;
	font-size:12px;
}
.selectField:focus {
	border:#aaa solid 1px;
}


/* ----------- labels-form holders -----------------*/
.fieldholleft{ float:left; position:relative; }
.fieldholright{ float:right; position:relative; }
.fieldholnormal{ position:relative; }
.reqlabel{ font-size:16px; color:#85b041; }
.fieldholleft label, .fieldholright label{ line-height:25px; }
.compulsorynote{ color:#777; font-style:italic; }


.propdets a:hover, #datego:hover, .submitBtn:hover, .pricingbookbtn:hover, .colgal:hover, .maaddbutton:hover, #managelna td a:hover, .forgotlnk a:hover, .blueBtn:hover{
	filter: alpha(opacity=80); 
	-khtml-opacity: 0.8;     
	-moz-opacity: 0.8;     
	opacity: 0.8;  
}
/* THIS IS FOR BUTTON HOVERS TO FADE TO OPACITY 90 , 80 , 70 
.buttonclass:hover, buttonclass2:hover{
	filter: alpha(opacity=90); 
	-khtml-opacity: 0.9;     
	-moz-opacity: 0.9;     
	opacity: 0.9;  
}
.buttonclass:hover, buttonclass2:hover{
	filter: alpha(opacity=70); 
	-khtml-opacity: 0.7;     
	-moz-opacity: 0.7;     
	opacity: 0.7;  
}
*/
/* ----------- buttons-----------------*/
#datego{ background-color:#9eba5d; border:#53788a solid 1px; color:#fff; font-family:Arial, Helvetica, sans-serif; padding:0 11px; cursor:pointer; height:22px; line-height:22px; }
.submitBtn{ background-color:#9eba5d; border:#89a646 solid 1px; color:#fff; font-family:Verdana, Geneva, sans-serif; padding:10px 25px; cursor:pointer; font-size:16px !important; }
.blueBtn{ background-color:#638292; border:1px solid #4D7183; color:#fff; font-family:Verdana, Geneva, sans-serif; padding:10px 25px; cursor:pointer; font-size:16px; }
.redBtn{ background-color:#d22026; border:1px solid #d22026;}
.maaddbutton{ color:#fff; font-family:Verdana, Geneva, sans-serif; padding:4px 15px 0 30px; cursor:pointer; font-size:14px; height:22px; background:url(../images/pls-img-ico.png) no-repeat 2px 2px #dfdede; background-size: contain; text-decoration:none; }
.btn-srvc{ display: flex; align-items: center; font-size: 12px; font-family: 'Rubik', sans-serif; margin-right: 30px !important; color: #777 !important; }
.btn-srvc span{ margin-left: 8px !important; }
.srt-icon-a{ position: absolute; pointer-events: none; }
.slct{ background-color: transparent; border: 0; -webkit-appearance: none; padding-left: 13px; }

.sasettingform .submitBtn
{
	padding:5px 25px;
}
.sasettingform input[type="text"]{ height: 22px; }
.submit-ico{ background-image: url("../images/srch-img-ico.png"); background-repeat: no-repeat;  background-size: 28px; height: 65px; width: 65px; 
margin-top: 0 !important;
background-position: center;
padding: 5px 20px !important; }

.updte-btn{
background-color: hsl(200, 19%, 57%);
border: 1px solid hsl(200, 19%, 57%);
color: hsl(0, 0%, 100%);
cursor: pointer;
display: inline-block;
font-family: 'Rubik',sans-serif;
font-size: 14px;
margin-right: 3px;
padding: 8px 16px;
text-decoration: none;
}
/* ----------- header search -----------------*/
.head-srch input, .head-srch select{ 
	padding: 8px 8px;
	border-radius: 4px;
	color: #666 !important;
	
}
.head-srch select{ height: 40px; }
.head-srch label{ font-family: 'Rubik', sans-serif; padding-left: 4px;
 }

/* ----------- input field widths -----------------*/

.if94 {
        width: 94px;	
}
.if176{ width:176px; }
.if147{ width:379px; }
.if240{ width:240px; }
.ta580{ width:580px; }
.ta415{ width:415px; }
.if_110{ width:125px; }
.if_75{ width:75px; }
.if235{ width:235px; }
.if110{ width:110px; }

/* ----------- select field widths -----------------*/
.sf186{ width:186px; }
.sf108{ width:108px; }
.sf120{ width:120px; }
.sf100{ width:115px; }
.sfbt120{ width:110px;	}

/* ----------- ERRORS -----------------*/
input.error, select.error, textarea.error{ border:#ff0000 solid 1px !important; }
.not-valid{ position:absolute; top:60px; left:2px; z-index:10; font-size:11px; display:none; color:red; }
p.error{ position:absolute; top:57px; left:0px; z-index:100; color:red; font-size:11px; }
p[for=email]{ background-color: #ffb3b3; width: 186px;-webkit-border-bottom-right-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-bottomright: 2px;
-moz-border-radius-bottomleft: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px; }
p[for=email] span{ display:block; margin:3px;}

.bookingbox1{ display:block; width:27px; height:27px; }
.fMap{cursor:pointer;}

p.error[for=feedback]{top:98px;}

/*------------------------global form styles END---------------------------*/


/*------------------------HEADER START---------------------------*/
#header{  position:relative; padding:0 10px; display: flex; align-items: center; box-shadow: 0 0 10px 0 rgba(0,0,0,.15); border-bottom: 1px solid #ddd;
font-family: 'Rubik', sans-serif; font-weight: 500; }
#header .system-logo{ margin: 10px 4px; }
#header .system-logo img{
	 width: 110px;
}

/*MAIN NAV*/
#mainnav{ list-style-type:none; margin-left: 10px;  }
#mainnav > li{ position:relative; float:left; }
#mainnav li span{ display:block; font-size:11px; color:#3a3a3a; position:absolute; left:20px; bottom:10px; z-index:1; }
#mainnav > li > a{ font-size:12px !important; text-decoration:none; color:#444; padding:20px 12px; display:block; text-transform: uppercase;}
#mainnav > li a:hover{ opacity: .7; }
#mainnav > li.selected > a{ color: #89a646;  } 
#mainnav > li  #sub-menu li{  border-bottom: 1px solid #eee; }
#mainnav > li  #sub-menu li a{font-size: 14px !important;  color:#444 !important; font-weight: 400; text-decoration: none; opacity: .9; padding: 15px 0; display: block; }
#mainnav > li  #sub-menu li a:hover{ opacity: .7 !important; }
/*Main menu tab selection*/
#main_menu1 a.selected { color:#fff;}

/*DATE SELECTOR*/
#dateholder > form {
    display: flex; align-items: center;
}

#dateholder{ margin-left: auto; }

#dateholder .datefrom{ position: relative;}
#dateholder .datefrom  label, #dateholder .dateto  label{ pointer-events: none; }
#dateholder .dateto{ position: relative; margin-left: 5px; }
#dateholder .datefrom label, #dateholder .dateto label{ 
	position: absolute;
    top: 7px;
    left: 11px;
    font-weight: bold;
    font-size: 10px;
    color: #444;
}
#daysdisplay {
    border-bottom: 1px solid #86A4B3;
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    letter-spacing: 1px;
    padding-bottom: 6px;
    width: 100%;
}
.head-cal-ico{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	opacity: .8;
	pointer-events: none;
}

/*LOGIN MENU*/
#loginholder{ margin-left: auto; font-size: 14px;  display: flex; align-items: center; }
#loginholder a{ color: #555; text-decoration:none; margin-right: 15px; }
#loginholder a:hover{ opacity: .7; }
/*------------------------HEADER END---------------------------*/

/*------------------------DASHBOARD START---------------------------*/
#content{ background:url(../images/contentshade.png) repeat-x; padding:15px; /*position:relative;*/ }
.no-result-f{ padding: 20px 0 20px 5px; }

/*PROP LISTING*/
.dash-cal-head{ display: flex; align-items:  center; }
.prophol{ border:#ddd solid 1px; background-color: #f1f1f1; padding:10px; overflow:auto; margin-bottom:10px; position:relative; }
.propnumber{
	font-size: 22px;
	color: #fff;
	width: 46px;
	height: 46px;
	background-color: rgba(0, 0, 0, .3);
	margin-right: 12px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.propdets{ color:#444; float:left; font-size:13px; font-family: 'Rubik', sans-serif; }
.propstats{ line-height: 26px; opacity: .8;}
.propimages{ display: flex; align-items: center;  margin-left: auto; margin-right: 5px; }
.propimages a{ margin-left:25px; }
.prop-txti{ 
	font-family: 'Rubik', sans-serif;
	color: #7B98A6;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 500; 
}
.prop-ico-btn{ text-decoration: none; text-align:  center;}
/*.loaderp{ position:absolute; left:25px; top:70px; display:none; }*/
.calendarajax{ margin-top:10px; display:none;}
.dashthub{ height:86px; overflow:hidden; }
.dashiconshol{ float:right; margin-left:10px; width:44px; }


.reports-div-new{
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 50px;
	max-width: 1100px;
	margin-left: auto; margin-right: auto;
}
.reports-div-new form{ flex-wrap: wrap; justify-content: center; }
.reports-div-new input {  cursor: default!important; }
.reports-cal-hol{ display: flex; justify-content: center; margin-top: 25px; }
.reports-cal-hol p{ position: absolute; top: 7px; left: 11px; font-size: 10px !important; font-weight: bold!important;  color: #444 !important; opacity: 0.9; font-family: 'Rubik', sans-serif;}
.sub-bx-new{
	background-color: #f1f1f1 !important; background-image: none !important; margin: 5px!important; 
	padding: 30px !important; width: 100% !important; overflow: visible !important;
}
.sub-bx-new input { max-width: 140px !important; }
.reports-div-new-last{ display: flex; flex-wrap: wrap; justify-content: center; align-items: center; 
	margin-top: 25px; }
.reports-div-new-last .dateto .jdpicker_w .date_selector{ position: absolute !important; left: 12%!important; }
.reports-input-new{ padding: 22px 30px 6px 10px !important; border-radius: 4px !important; color: #666 !important;
background-color: #f4f4f4 !important; font-size: 14px !important; line-height: 0 !important; height: unset !important;
width: 140px !important; border: 1px solid #ccc !important;  }
.reports-div-new-last select{ border-radius: 4px !important; color: #666 !important; 
	background-color: #f4f4f4 !important; font-size: 14px !important; width: 140px !important; 
	border: 1px solid #ccc !important; }
.sub-box{ 
  padding:10px 10px 35px 10px; 
  overflow:auto; 
  margin-bottom:10px; 
  position:relative; 
  width:20%;
  background:#CECECE;
  float:left;
  margin-right:20px;
  text-align:center;
  border-radius:4px;
  background-image: url("../images/greypattern.png");
  border: 1px solid #BEBEBE;
  }
  
  .sub-box-current{ 
  border:#D8E4EC solid 1px; 
  padding:10px 10px 35px 10px; 
  overflow:auto; 
  margin-bottom:10px; 
  position:relative; 
  width:20%;
  background:#D8E4EC;
  float:left;
  margin-right:20px;
  text-align:center;
  border-radius:4px;
  background-image: url("../images/bg-current.png");
  border: 1px solid #BEBEBE;
  }
  
.agent_show_hide{
	display:none;
	max-height:400px;
	overflow-x:hidden;
	overflow-y:auto;
	background-color: #E4E4E4;
	padding: 15px; margin-top: 10px; border-radius: 4px;
}
.agent_show_hide div{ text-align: left; border-top: 1px solid #ddd; padding: 15px 0;  }

.sub-box p
{
	color:#5C7D4E;
	font-size:16px;
}

.sub-box-current p
{
	color:#5C7D4E;
	font-size:16px;
}

.report-inputFdate
{
background-color: #FFFFFF;
    border: 1px solid #53788A;
    border-radius: 2px;
    color: #4A4A4A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    padding: 2px;
	width:160px;
	}
	
.dashbuttons{ 
	background-color: #7B98A6;
    color: #E7F7FF;
    display: block;
    float: left;
    margin-right: 8px;
    padding: 4px 10px;
    text-decoration: none;
}
/*------------------------DASHBOARD END---------------------------*/


/*------------------------CALENDAR START---------------------------*/
.calendarcont{ overflow:visible; position:relative; }
.rbcont{ float:left; width:84px; border-radius: 3px 0 0 3px; overflow: hidden; }
.rbcont .rbhead{ width:27px; text-align:center; border-right:1px solid #D4D4D4; border-bottom:1px solid #D4D4D4; height:74px; padding-top:10px; float:left; }
.rbcont .rbnums, .caldays, .caldate{ float:left; width:27px; text-align:center; border-right:1px solid #D4D4D4; border-bottom:1px solid #D4D4D4; height:21px; font-size:14px; padding-top:6px; cursor:pointer;}
.calbody .caldate{ font-weight:bold; }
.calmonth{ float:left; width:28px; text-align:center; border-bottom:1px solid #D4D4D4; height:23px; font-size:16px; padding-top:4px; overflow:visible; position:relative; color:#3a3a3a; }
.monthmarker{ position:absolute; width:3px; background-color:#b7b7b7; top:0;  }
.bookingbox{ display:block; width:27px; height:27px; }
.calbox{ float:left; width:27px; text-align:center; border-right:1px solid #D4D4D4; border-bottom:1px solid #D4D4D4; height:27px; font-size:14px; }
.monthtag{ width:77px;display:block; position:absolute; top:4px; left:0px; text-align:left; padding-left:5px; color:#6a6a6a; }
.calendarhol{ border:#a7a7a7 solid 1px; overflow-x:scroll; overflow-y:hidden;
-moz-box-shadow: inset 0 0 5px 2px #888;
-webkit-box-shadow: inset 0 0 5px 2px #888;
box-shadow: inset 0 0 5px 2px #888;
border-radius: 0 3px 3px 0 ;
} 
.calbody{ position:relative; }

.colorlegend{ position:absolute; top:-95px; right:385px;  z-index:2000; }
.colorlegend ul{ list-style-type:none; }
.colorlegend ul li{ padding:3px 0; overflow:auto; }
.colorlegend ul li span.maleleg{ float:left; display:block; background-color:#446db3; margin-right:5px; width:15px; height:15px; }
.colorlegend ul li span.femaleleg{ float:left; display:block; background-color:#ff529a; margin-right:5px; width:15px; height:15px; }
.colorlegend ul li span.ncleg{ float:left; display:block; background-color:#fe7c3d; margin-right:5px; width:15px; height:15px; }

.typelegend{ position:absolute; top:-95px; right:255px; z-index:2000; }
.typelegend ul{ list-style-type:none; }
.typelegend ul li{ padding:3px 0; overflow:auto; }
.typelegend ul li span.legendhd{ float:left; display:block; margin-right:5px; width:20px; height:15px; line-height:14px;text-align:center; font-size:10px; font-weight:bold; }

/*CAL BACKGROUNDS*/
/*.blackfill{ background-image:url(../images/blackfill-number.png); }
.lessblackfill{ background-image:url(../images/lessblackfill.png); }
.bluefill{ background-image:url(../images/bluefill.png); }
.whitefill{ background-image:url(../images/whitefill.png); }
.lesswhitefill{ background-image:url(../images/lesswhitefill.png); }
.malefill{ background-color:#768db4;}
.femalefill{background-color:#ff8cbc;}
.tempfill{background-color:#dabe00; }
.namalefill{ background-color:#c8d1e1;}
.nafemalefill{background-color:#ffd1e4;}
.natempfill{background-color:#f9f5d9; }
.splitmal, .splitfemal, .nasplitmal, .nasplitfemal{ background-image:url(../images/splitgraphic.png); background-repeat:no-repeat; background-position:center 3px;  }
.tempm{ background-image:url(../images/tempmale.gif); }
.tempf{ background-image:url(../images/tempfemale.gif); }
.natempm{ background-image:url(../images/natempmale.gif); }
.natempf{ background-image:url(../images/natempfemale.gif); }*/


.blackfill{ background-image:url(../images/blackfill-number.png); }
.lessblackfill{ background-image:url(../images/lessblackfill.png); }
.bluefill{ background-image:url(../images/bluefill.png); }
.whitefill{ background-image:url(../images/whitefill.png); }
.lesswhitefill{ background-image:url(../images/lesswhitefill.png); }
.malefill{ background-color:#446db3;}
.femalefill{background-color:#fe66a5;}
.tempfill{background-color:#fe7c3d; }
.namalefill{ background-color:#9fafca;}
.nafemalefill{background-color:#ffaed0;}
.natempfill{background-color:#ffba99; }

.blockedfill{ background-color:#bdbdbd;}
.pBookingfill{ background-color:#bdbdbd;}

.splitmal, .splitfemal, .nasplitmal, .nasplitfemal{ background-image:url(../images/splitgraphic.png); background-repeat:no-repeat; background-position:center 3px;  }
.tempm{ background-image:url(../images/tempmale.gif); }
.tempf{ background-image:url(../images/tempfemale.gif); }
.natempm{ background-image:url(../images/natempmale.gif); }
.natempf{ background-image:url(../images/natempfemale.gif); }


/*------------------------CALENDAR END---------------------------*/


/*------------------------BOOKING PAGE START---------------------------*/
#mbcont{ width:840px; margin:0px 6px 6px 6px; position:relative; color:#444; font-family:Verdana, Geneva, sans-serif; overflow:inherit; }
#mbinfohol,#mbinfohol2{ width:186px; padding:12px 15px 15px 15px; margin-top:10px; background-image:url(../images/greypattern.png); border:#bebebe solid 1px; overflow:auto; font-size:13px; color:#666; float:left; }
#mbinfohol p.bk_space{ margin-top:5px; } 
#mbinfohol p{ margin-top:12px; } 
#mbfieldhol .fieldholleft{ margin-left:15px;padding-bottom:8px; margin-top:10px; }
#mbfieldhol .fieldholleft .compulsorynote{ margin-top:22px; margin-left:140px; }
#notconfirmalert{ font-size:12px; position:relative; margin-top:10px; }
#nextbookalert{ font-size:12px; margin-bottom:0; }

/*------------------------BOOKING PAGE END---------------------------*/



/*------------------------UPLOAD/DELETE IMAGES START---------------------------*/

#udicont{ width:397px; height:500px; margin:10px 6px 6px 6px; position:relative; color:#444; font-family:Verdana, Geneva, sans-serif; }

#uploadImages {
	background-color: #bdbdbd;
	padding:10px;
	text-align:center;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
#newimggal{
	background-color: #ddd;
	padding:15px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;	
	overflow:hidden;
}
#uploadImagesnw {
	background-color: #bdbdbd;
	padding:10px;
	text-align:center;
	border-top:#eaeaea solid 1px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

#thumbImages {
	position:relative;
	width:340px;
	overflow:hidden;
	margin:4px auto;
	height:44px;
}
#thumbHlder{
	position:absolute;
	left:42px; top:0px;
	float:left;
}
#ltarrowcr{
	position:absolute;
	background:#e7e7e7;
	left:0px;
	top:0px;
	z-index:999;
	height:60px;
	width:41px;
	padding-right:1px;
}
#rtarrowcr{
	position:absolute;
	background:#e7e7e7;
	right:0px;
	top:0px;
	z-index:999;
	height:60px;
	width:41px;
	padding-left:1px;
}
#ltarrowcr img:hover,#rtarrowcr img:hover, .hmbtnviewad:hover {
	cursor:pointer;
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */
}
.crthumbs{
	cursor:pointer;
	float:left;
	margin:0 2px;
		filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */
}
.crthumbs:hover {
		filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1.0;      /* khtml, old safari */
	-moz-opacity: 1.0;       /* mozilla, netscape */
	opacity: 1.0;           /* fx, safari, opera */
}

#browseImgLbl {
	margin: 0 0 0 8px;
}

#browseImage {
	margin: 5px 0 5px 8px;
}

#emptyimagesyet{ color:#3a3a3a; text-align:center; padding:5px 0;}

.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}

/*------------------------UPLOAD/DELETE IMAGES END---------------------------*/

/*------------------------lOGIN PAGE START----------------------------*/
#logintopbar{ height:80px; border-bottom:#fff solid 1px; background-image:url(../images/greenpattern.png); }
#loginlogo{ background:url(../images/contentshade.png) repeat-x; padding:12px 0; text-align:center; }
#loginhol{ width:350px; background-image:url(../images/greypattern.png); border:#bebebe solid 1px; margin:0 auto; position:relative; }
#logincontent, #forgetcontent{ padding:30px 50px 50px 50px; }
#logincontent .fieldholnormal label, #forgetcontent .fieldholnormal label{ font-size:16px; line-height:24px; }
#logincontent .fieldholnormal{ padding-top:20px; }
#loginerr, #s_msg_fg,#e_msg_fg{ position:absolute; top:10px; left:10px; width:295px; }
#forgetcontent .fieldholnormal{ padding-top:20px; }
.forgotlnk{ text-align:center; padding-top:10px;}
.forgotlnk a{  color: #333; font-size: 13px; }

/*------------------------LOGIN PAGE END----------------------------*/


/*------------------------MY ACCOUNT START----------------------------*/

/*account settings */
.tab-bor{ border-bottom: 2px solid #bbbbbb; text-align: right; }
.tab-bor-btn{ text-decoration: none !important; margin-right: 5px; font-size: 13px; font-family: 'Rubik', sans-serif ;
background-color: #eee; border-radius: 4px 4px 0 0; color: #777; padding: 10px 15px; display: inline-block;
font-weight: 300; }
.tab-bor-btn.ssel{ background-color: #7b98a6; color: #fff; margin-bottom: -2px; }
.acont-cont{ max-width: 900px; display: flex; margin-left: auto; margin-right: auto; margin-top: 40px; margin-bottom: 50px; }
.acont-cont h2{font-size: 22px; color: #333333; text-transform: capitalize; font-weight: 400; margin-bottom: 20px; }
#accmenuhol{ margin-left: 5px;  }
.accmenu{ background-color:#dfdede; color:#555; text-decoration:none; padding:8px 12px; display:block; float:left; margin-right:5px; font-size: 11px; }
.accmenu:hover{ background-color:#89a646; color:#e7f7ff; }
.accmenusel{ background-color:#89a646; color:#e7f7ff; text-decoration:none; padding:8px 12px; display:block; float:left; margin-right:5px; font-size: 11px; }
.sasettingform .fieldholleft{ margin-left:10px; margin-bottom:5px;}
.sasettingform .popupdingreen{ border-bottom:#bebebe solid 1px; padding-bottom:10px; margin-bottom:10px; } 
.sasettingform .fieldholleft input[type="submit"]{ margin-top:24px; }
.prophol .fieldholleft input[type="text"], .prophol .fieldholleft select, .prophol .fieldholleft input[type="password"]{ background-color:#fff; }
#mbinfohol .fieldholleft select{ background-color:#fff; }
/*manage landlords, agents*/
#managelna{ margin-top:10px; margin-bottom: 20px; }
#managelna > tbody > tr > th{ border-bottom: 2px solid #bbb; font-size:12px; text-align:left; padding:15px 5px; font-family: 'Rubik', sans-serif ;
font-weight: 500;; color:#444; background: none; }
#managelna > tbody > tr > td{ background-image:url(../images/whitefill.png); font-size:12px; border-bottom: #e8e8e8 solid 1px; padding:12px 5px; text-align:left; position:relative; line-height:22px; }
#managelna > tbody > tr > td a{ color:#5C7D4E; }
#addusercont{/*width:427px; */margin:10px 6px 6px 6px; position:relative; color:#444; font-family:Verdana, Geneva, sans-serif; height:340px; }
#addusercont .fieldholleft {margin:0 8px 10px 8px; }
.fieldholleft_agent_form{margin:0 3px 10px 3px !important;}
.addeditbdstbl{ height: 325px; overflow:auto; }
/*------------------------MY ACCOUNT END----------------------------*/


/*------------------------pagination styles START---------------------------*/
.pagiconta{overflow:auto; background:url(../images/submittopshade.gif) no-repeat; padding-top:20px; position:relative;}
.paginat{ overflow:auto; display: flex; }
.pagicontasml{overflow:auto; background:url(../images/submittopshadesml.gif) no-repeat; padding-top:20px; position:relative;}
.pagenos{ position:absolute; right:5px; top:20px; color:#5a5a5a; font-style:italic;}
.paginatfirst a,.paginatlast a,.paginatnext a,.paginatprev a{ background-color:#eaeaea; border:#cdcdcd solid 1px; color:#3a3a3a; height:19px; padding:4px 8px 0 8px; display:block; text-decoration:none; float:left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; margin-right:4px; }
.paginatcur{ background-color:#9EBA5D; border:1px solid #89A646; color:#fff; font-weight:bold; height:19px; padding:4px 0 0 0; width:24px; text-align:center; display:block; text-decoration:none; float:left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; margin-right:4px; cursor:default; }
.paginatdig a{background-color:#eaeaea; border:#cdcdcd solid 1px; color:#3a3a3a;  height:19px; padding:4px 0 0 0; width:24px; text-align:center; display:block; text-decoration:none; float:left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; margin-right:4px; }
.paginatfirst a:hover,.paginatlast a:hover,.paginatnext a:hover,.paginatprev a:hover, .paginatdig a:hover{
	 border:#89A646 solid 1px;
}
/*------------------------pagination styles END---------------------------*/


#pop-full-cont {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #7B98A6;
    color: #717778;
    display: none;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    padding: 20px 20px 20px 20px;
    position: fixed;
    top: 120px;
    width: 400px;
    z-index: 99999;
	left:35%;
	-moz-box-shadow: 0 0 13px 1px #5E7B89;
-webkit-box-shadow: 0 0 13px 1px #5E7B89;
box-shadow: 0 0 13px 1px #5E7B89;
}


#pop-close {
    background: none repeat scroll 0 0 #7B98A6;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin: -20px -20px 5px 8px;
    padding: 6px 16px 14px;
}
#cboxTitle{ display: none !important; }
#both-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #7B98A6;
    color: #717778;
    display: none;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    padding: 20px 20px 20px 20px;
    position: fixed;
    top: 120px;
    width: 400px;
    z-index: 99999;
	left:35%;
	-moz-box-shadow: 0 0 13px 1px #5E7B89;
-webkit-box-shadow: 0 0 13px 1px #5E7B89;
box-shadow: 0 0 13px 1px #5E7B89;
}


#both-close {
    background: none repeat scroll 0 0 #7B98A6;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin: -20px -20px 5px 8px;
    padding: 6px 16px 14px;
}

#both
{
	cursor:pointer;
}


/*---------------For Past Boooking---------------*/

.inpt-per{
	padding: 8px 8px;
	border-radius: 4px;
	color: #666 !important;
	border: #cccccc solid 1px;
	width: 95%;
	margin-top: 2px;
}
.inputField1
{
	padding:7px 10px;
	height:48px;
	width:171px;
	font-size:13px;
	line-height:22px;
	background-color:#ebebeb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color:#555;
	margin:0 12px 12px 0;
	float:left;
}
.inputField2
{
	padding:7px 10px;
	width:374px;
	font-size:13px;
	line-height:22px;
	background-color:#ebebeb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	margin:0 12px 12px 0;
	float:left;
	min-height:48px;
}

#mbfieldhol1
{
	margin-left:15px;
	width:600px;
	margin-top:10px;
}


.fieldholleft1, .slctleft1
{
	  margin-right:10px;
	  margin-bottom:10px;
	  float: left;
	  position: relative;
}

.fieldholleft1 label, .slctleft1 label {
    line-height: 24px;
}

.submitBtn_1 {
    background-color: #9EBA5D;
    border: 1px solid #89A646;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
	margin-top:10px;
    padding: 6px 25px;
}
.submitBtn_1:hover
{
	filter: alpha(opacity=80); 
	-khtml-opacity: 0.8;     
	-moz-opacity: 0.8;     
	opacity: 0.8;  
}
.dropper{
	position:relative;
	}

#sub-menu {
    background-color: #f8f8f8;
    border: 1px solid #d8d8d8 !important;
	padding: 5px 15px;
    display: none;
    z-index: 9999;
}

#mainnav li.selected a #sub-menu li.selected a
{
	background:none;
}

.dropper:hover #sub-menu {
    display: block !important;
    left: 0;
    list-style: none outside none;
    position: absolute;
    top: 50px;
	border-radius: 3px;
	border: 1px solid #ccc;
}

#sub-menu li {
    min-width: 160px;
	max-width: 200px;
	
}



#pop-up:hover
{
	cursor:pointer;
	opacity:0.8;
}
#pop-up
{
color:#5C7D4E;
text-decoration:underline;
}

.receipt-sent
{
	font-size:12px;
	color:#000000;
	margin-top:10px;
}

.payment_histroty_td
{
	border-top:none !important;	
	padding: 10px !important;
	border-bottom: 0 !important;
}


.pay-hist-cont{
	background: #e9fdfe;
	padding: 0 10px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.pay-hist-cont td{
	background: transparent !important;
	border-bottom: 0 !important;
	border-top: #e8e8e8 solid 1px;
}
.pay-hist-cont th{
	border-bottom: 1px solid rgba(0,0,0,.15) !important;
}

/*

.full-date {
    background-color: #FFFFFF;
    float: left;
    margin: 8px 0 2px;
    position: relative;
    width: 96%;
	padding:4px;
}
*/

.datefrom .jdpicker_w .date_selector
{
	left:inherit!important;
	margin-top: 2px;
	border-radius: 3px;
	transform-origin: top left;
	transform: scale(1.1);
}
.dateto .jdpicker_w .date_selector{
	right: 0;
	left:inherit!important;
	margin-top: 2px;
	border-radius: 3px;
	transform-origin: top right;
	transform: scale(1.1);
}

.datefrom .jdpicker_w .date_selector .date_arrw, .dateto .jdpicker_w .date_selector .date_arrw
{
	display: none;
}

.report-inputFdate-threes
{
  background: url("../images/blackfill-number.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none;
    border-radius: 3px;
    color: #333333;
    padding: 5px;
    text-align: center;
    width: 170px;
	font-size:16px;
}

.report-inputFdate-three {
    background: url("../images/blackfill-number.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none;
    border-radius: 3px;
    color: #333333;
    padding: 5px;
    text-align: center;
    width: 170px;
	font-size:16px;
}



/*.full-date .jdpicker_w .date_selector
{
	left:1108px!important;
}*/

/*
.full-date .jdpicker_w .date_selector .date_arrw
{
	right:200px!important;
}
*/

#pop-full-cont b
{
	font-size:13px;
}

#both-content b {
    font-size: 13px;
}
/*.jdpicker_w {
    float: left;
    width: 100%;
}*/


#weekpicker-to {
    color: #555;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    left: 86px;
    position: absolute;
    top: 23px;
	cursor: pointer;
	pointer-events: none;
}
.jdpicker_w .date_selector {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
    display: none;
    left: -7px !important;
    padding: 5px;
    position: absolute;
    
    width: 210px;
    z-index: 100000;
}
.ful-date-dd {
    padding:22px 30px 6px 10px;
	border: 1px solid #ccc;
	font-size:14px;
	background-color:#f4f4f4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	color:#666;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif !important;
	width: 200px;
}
.ful-date-dd:focus{ border: 1px solid #7B98A6 !important; outline: 0; box-shadow: 0 0 5px 0 rgba(0,0,0,.15);  }



#datefrom-any, #datefrom_occuRep, #dateto_occuRep
{
	 border: 1px solid #CCCCCC;
    border-radius: 2px;
    color: #555555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 22px;
    line-height: 22px;
    padding: 4px;
	width:160px;
}

#dateto-any
{
	 border: 1px solid #CCCCCC;
    border-radius: 2px;
    color: #555555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 22px;
    line-height: 22px;
    padding: 4px;
	width:160px;
}

.mrgs_ryt_no .date_selector
{
	left:72px!important;
}
.mrgs_ryt_no .jdpicker_w .date_selector .date_arrw
{
right: 172px;	
}

#dater-from .date_selector
{
	left:inherit!important;
}

#dater-to .date_selector
{
	left:inherit!important;
}

#dater-from .jdpicker_w .date_selector .date_arrw
{
right: 207px;	
}

#dater-to .jdpicker_w .date_selector .date_arrw
{
right: 207px;	
}


#book div.jdpicker_w .date_selector, #update_book div.jdpicker_w .date_selector
{
	left:inherit !important;
}



div.hr {
    border-top: 1px solid #CCCCCC;
    margin-left: 15px;
    margin-top: 10px;
    padding: 13px;
    width: 563px;
	float:left;
}


.hr > label:not(:last-child) {
    padding-right: 25px;
}

.paidInFullForm .date_selector
{
	top:72px !important;	
}


.searchStuSpliALert
{ 
	 background-color: #7b98a6;
    background-image: url("../images/splitgraphic.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 3px;
    cursor: pointer;
    padding: 8px 12px;
}


element.style {
    background: yellow none repeat scroll 0 0;
    margin-top: 0;
    padding: 2px 7px;
}
#mbfieldhol .fieldholleft {
    margin-left: 15px;
    margin-top: 10px;
    padding-bottom: 8px;
}

#doubleBAvailP {
    float: left;
    width: 50%;
}

.deleteDirect_payments_missing
{
	color: #d60000 !important;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-left: 40px;
    margin-top: 52px;
    text-decoration: none;
}

.cleaner-task {

    float: right;
    padding: 10px 0;
    line-height: 21px;

}

.cleaner-task h2 {
    color: #fff;
	font-size:20px;
	opacity: 0.8;
	clear: both;
}

.cleaner-task > p {
    float: right;
    color: #fff;
    opacity: 0.8;
}

.cleaner-task a {

    color: #fff;
	text-decoration:none;

}

.cleaner-wrap {
    padding: 0 15px;
    width: 800px;
    margin: 0 auto 30px;
}

.cleaner-buttons {

    display: table;
    margin: 28px auto 0;
	padding: 0 20px 10px;

} 

.cleaner-days {

    display: table-cell;
    margin-right: 10px;
    float: left;
    background: #dfdede;
    border-radius: 4px;
    color: #555555;
    padding: 11px 15px;
    font-size: 18px;
    text-decoration: none;

}

.cleaner-days.current {

    background: #99b557;
    color: #fff;

}

.central-house-parent {
   /* border-bottom: 1px solid #bebebe;*/
    padding: 15px 20px 0;
    overflow: hidden;
}

.checkBox_status_heading {
    font-size: 16px;
    color: #7b98a6;   
	float:left;
	text-transform:capitalize;
}

.cleaner_checkbox {
    float: right;
    margin: 4px 0 0 0;
}



.central-house-parent-status ul {
    padding: 10px 20px 20px 34px;
    border-bottom: 1px solid #bebebe;
}

.central-house-parent-status div:last-child ul {
    border-bottom: 0px;
}

.central-house-parent-status ul li {
    list-style: outside;
    line-height: 24px;
    font-size: 14px;
	text-transform:capitalize;
}

.central-house-parent-status p {
    line-height: 24px;
    font-size: 14px;
	padding:15px 20px 0;
}

.ui-accordion .filterHeadings.ui-accordion-header {
    background: #51788d;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 16px !important;
    color: #fff;
    padding: 10px 12px !important;
    position: relative;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
	border: 0px !important;
	margin-top: 10px;
}

.checkBox_status.central-house-parent-status {
background: url("../images/greypattern.png") repeat scroll 0 0 #cecece;	
}


@media only screen and (max-width: 830px) {
    .cleaner-wrap {
    padding: 0;
    width: 95%;
}

.cleaner-days {

    padding: 10px 10px;

}
}

@media only screen and (max-width: 725px) {

.cleaner-days {

    padding: 10px 10px;
    font-size: 15px;

}
}

.cleaner-buttons.cleaner-buttons-mob {
	display:none;
}

@media only screen and (max-width: 630px) {

.cleaner-buttons.cleaner-buttons-mob {
	display:table;
}

.cleaner-buttons {
	display:none;
}
}

@media only screen and (max-width: 572px) {

.cleaner-days {
    font-size: 16px;
}
}



@media only screen and (max-width: 495px) {

.cleaner-days {
    font-size: 14px;
	padding: 8px 8px;
}


}


@media only screen and (max-width: 379px) {
.cleaner-days {

    font-size: 14px;
    padding: 6px 7px;
    margin-right: 5px;

}
}

@media only screen and (max-width: 335px) {
.cleaner-days {

    font-size: 14px;
    padding: 5px 5px;
    margin-right: 5px;

}
}

@media only screen and (max-width: 332px) {

}

.cleaner-textarea {
padding: 20px 20px 0;

overflow: hidden;
}

.cleaner-textarea label {
	color: #51788d;
	display: block;
	font-size: 14px;
	margin-bottom: 6px;
}

.cleaner-textarea textarea {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    color: #555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 22px;
    padding: 0 10px;
    width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
		  height:100px;
}

	.formuploimalala {
    background-image: url("../images/lessblackfill.png");
    margin: 10px 20px 0;
	border-radius: 3px;
color: #fff;
padding: 12px;
overflow: hidden;
}

.deleteTaskImage {
    background: url("../images/deleteInqiryIcon.png") no-repeat scroll 0 2px / 10px auto rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 12px;
    text-indent: -9999px;
    width: 12px;
    float: left;
    margin: 5px 0 0 14px;
}


.cleaner-days:last-child {

    margin-right: 0;

}


.create-book-container{
    display:flex;
    width:100%;
    gap: 24px;
    max-width: 1400px;
    margin-inline: auto;
    margin-top: 44px;
}
.create-book-container > form{
    width: 25%;
    border-radius: 2px;
    border: 1px solid #D2D2D2;
    background: #F1F1F1;
    padding: 24px;
}

.date-container{
    display: flex;
    justify-content: flex-start;
    gap: 24px;
    margin-bottom: 16px;
}


.existing-container{
    width: 75%;
    border-radius: 2px;
    border: 1px solid #D2D2D2;
    background: #F1F1F1;
    padding: 24px;
}

.page-head-container{
    border-radius: 4px;
    background: #F8F8F8;
    display: flex;
    align-items:center;
    justify-content: space-between;
    padding-right: 1px;
    padding-left: 10px;
    padding-block: 4px;
    margin-top:16px;
    margin-inline: 16px;
}