label.error{
    color:red;
}
li.disabled{
    pointer-events: none;
}
.user-pic span
{
	font-size: 50px;
}
.pro-pic span.rounded-circle{
	font-size: 30px;
}
.m-t-30 span.rounded-circle{
	font-size: 100px;
}
#lt_overlay {
	display: none; 
	position: fixed;  
	top: 0;
    left: 0; 
	width: 100%;  
	height: 100%; 
	background-color: black; 
	z-index: 1001; 
	-moz-opacity: 0.6;    
	opacity: .60; 
	filter: alpha(opacity=60);
	right: 0;
    margin: 0 auto;
    text-align: center;
	z-index: 9999;
}
#lt_loading { 
	display: none; 
	position: fixed;
	color: #ccc;  
	top: 30%;  
	z-index: 1002;
	/* overflow: auto; */
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
	z-index:99999;
}
.custom-flag{
	font-size: 20px;
}
* {box-sizing: border-box;}
 
 
.month {
  padding: 2px 2px;
  width: 100%;
  background: #1abc9c;
  text-align: center;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  list-style-type:none;
}

.month .prev {
  float: left;
  padding-top: 10px;
}

.month .next {
  float: right;
  padding-top: 10px;
}

.weekdays {
  margin: 0;
  padding: 5px 0;
  background-color: #ddd;
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  text-align: center;
}

#red a {
    color:#000;
}
#green a {
    color:#12ca40;
}
.days {
  padding:0;
  background: #eee;
  margin: 0;
}

.days li {
	list-style-type: none;
	display: inline-block;
	width: 13.6%;
	text-align: center;
	margin:0;
	color: #777;
	
}

.days li p{margin:0;padding: 2px;}
.days li .active {
	padding: 2px;
	background: #F86C6B;
	color: white !important;
	margin:0;	
}
#analysis_data {
	margin:0 0 20px;
}
#analysis_data .form-group {
	margin-bottom: 0;
} 
#occupancy_data .darkGreen {
  background-color: #00b050;
  color: #fff;
}
#occupancy_data .lightGreen {
	background-color: #c5e0b4;
	color: #fff;
}
#occupancy_data .yellow {
	background-color: #ffc000;
}
#occupancy_data .lightred {
	background-color: #fc9;
}
#occupancy_data .lightred2 {
	background-color:#f30;
}
#occupancy_data .red {
	background-color:#f00;
}
#occupancy_data .tableCheckOutDetail td {
  padding: 9px 12px;
  border-right: 1px solid #fff;
}
#occupancy_data .form-control{
    padding: 2px 12px;
}
#occupancy_li .table-condensed tbody {
      display:none;
}
#occupancy_li .table-condensed thead tr:nth-child(3) {
      display:none;
}
#occupancy_li .table-condensed thead  {
      font-size:20px;
      background:#1ABC9C;
      color:white;
      padding:10px;
}
#occupancy_li .datepicker-switch{
      pointer-events:none;
      width:170px!important;
}



.common_occupancy_li .table-condensed tbody {
  display:none;
}
.common_occupancy_li .table-condensed thead tr:nth-child(3) {
  display:none;
}
.common_occupancy_li .table-condensed thead  {
  font-size:20px;
  background:#1ABC9C;
  color:white;
  padding:10px;
}
.common_occupancy_li .datepicker-switch{
  pointer-events:none;
  width:170px!important;
}

.custom-menu{
  /* width: 38px; */
  height: auto;
  margin-right: 5px;
	margin-left: 5px;
	width: 25px;
}
.collapse .custom-menu{
 width: 18px;
  margin: 0;
}
.new-data {
 padding:20px;
 
}
.new-data div {
  display: inline-flex;
  width: 100%;
}
.new-data span{
  width:48%;
  margin:5px;
  color:#2648a5;
}
.new-data-button{
  width:48%;
  margin:20px;
  
}
.new-data-button a{
  border-radius: 5px;
}

#occupancy_li{
  position: relative;
top: 0px;
width: 100%;
z-index: 100; 
background-color: white;
padding-top:0;

}
#occupant-villa{
  position: relative;
margin-top: 90px;
}
#filter_li{
position: relative;
top: 0px;
width: 100%;
z-index: 100;
background-color: white;
padding-top:0;

}
#filter-villa{
  position: relative;
margin-top: 60px; 
}
#owner-calendar th i{font-size: 14px;color:#fff;padding: 0 2px;}
#owner-calendar .blue-color{background-color:#0D5899;}
#owner-calendar thead th {vertical-align: middle;border: 1px solid #dee2e6;font-size: 10px;padding: 4px 0px;text-align: center;}	
#owner-calendar .fixed-width th{width: 25px;max-width: 25px;min-width: 25px;}
#owner-calendar tbody tr:nth-child(even) {background:rgba(13, 88, 153, .05);}
#owner-calendar tbody tr:nth-child(odd) {background:rgba(71, 152, 232, .1);}
#owner-calendar tbody tr td:hover{background-color:#4798e8;}
#owner-calendar tbody tr td.red{background-color:#d96a71;}
#owner-calendar tbody tr td a{color:#0d5899;font-weight: bold;}
#owner-calendar tbody tr td{border: 1px solid #dee2e6;vertical-align: middle;font-size: 8px;padding:0;}	
#owner-calendar tbody tr td.gray-color{background:rgba(71, 152, 232, .1);padding: 6px 2px;}
#owner-calendar tbody tr td.gray-color:hover{background:rgba(71, 152, 232, .1);}
#owner-calendar tbody tr td.gray-color2{background:rgba(13, 88, 153, .05);}
#owner-calendar tbody tr td.gray-color2:hover{background:rgba(13, 88, 153, .05);}
#owner-calendar .half-checked-upper::after {content: ' ';border-top: 25px solid #d96a71;border-right: 33px solid transparent;width: 0;position: relative;margin-left:0;top:18px;}
#owner-calendar .half-checked-bottom::after {content: ' ';border-bottom: 25px solid #d96a71;border-left: 33px solid transparent;width: 0;position: relative;margin-left:0;bottom:18px;}
#owner-calendar .half-checked-upper-dark::after {content: ' ';border-top: 25px solid #a42028;border-right: 33px solid transparent;width: 0;position: relative;margin-left:0;top:18px;}
#owner-calendar .half-checked-bottom-dark::after {content: ' ';border-bottom: 25px solid #a42028;border-left: 33px solid transparent;width: 0;position: relative;margin-left:0;bottom:18px;}

#occupant-villa .card-body {padding: 10px 0;}
#filter img{
	/* float:left; */
	margin-right:10px;}
#filter h5{margin-top: 10px;font-size: 15px;}
#occupant-villa .col-lg-3 {flex: 0 0 20%;max-width: 20%;}
/* #occupant-villa .card-img-top{height: 200px;} */
#occupancy_li #filter{position: fixed;top: 0;left: 0;right: 0;width: 100%;margin: 0 auto;padding: 10px 30px;z-index: 9;background-color: #fff;}
#occupancy_li .btn-warning {padding: 5px 10px;}
#occupancy_li .datepicker {padding: 0;}
#occupancy_li .datepicker th{height: 38px;}
#occupancy_li .datepicker .next:hover{background-color:transparent;}
.datepicker-inline {width: 100%;}
#filter_li #filter{position: relative;top: 0;left: 0;right: 0;width: 100%;margin: 0 auto;padding: 10px 30px;z-index: 9;background-color: #fff;}
.availability-li{
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 8px 45px 0;
	z-index: 9;
	background-color: #fff;
}
.cmVm-step1 .btn.blue-btn {
    background-color: #4472c4;
    color: #fff;
    border: 1px solid #4063a1;
    border-radius: 0;
    margin: 10px auto;
    display: table;
}
.cmVm-step2 ul{ 
	padding:0;
	margin:0 auto;
	display:table;
}
.cmVm-step2 ul li{
	list-style-type:none;
	display:inline-block;
	padding: 20px;
}
.cmVm-step2 .ok-btn{
 	position: relative;
	top: 6px;
}	
.cmVm-common-code .btn {
    border-radius: 0;
    color: #fff;
    padding: 10px 5px;
    margin-right: 15px;
	width: 100%;
}
.cmVm-common-code .btn.green-btn{
	background-color:#70ad47;
	border-color:#62983d;
}
.cmVm-common-code .btn.red-btn{
	background-color:#f00;
	border-color:#b23715;
}
.cmVm-common-code .btn.green-btn:hover{
	background-color:#7ed047;
	border-color:#7ed047;
}
.cmVm-common-code .btn.red-btn:hover{
	background-color:#f00b0b;
	border-color:#f00b0b;
}
.cmVm-common-code .btn.brown-btn{
	background-color:#ed7d31;
	border-color:#b95e21;
}
.cmVm-common-code .btn.brown-btn:hover{
	background-color:#e37329;
	border-color:#e37329;
}
.cmVm-step6.cmVm-common-code .fas.fa-toggle-on {
    font-size: 48px;
    color: #42a876;
}
.red-txt{
	color:red;
	font-size: 16px;
}
.cmVm-common-code{
	border: 1px solid #eee;
	padding: 15px 20px;
	width: 94%;
}	

.progress{
	background: #eee;
	border-radius: 20px;
	height: 20px;
	border-top: 0px solid #000;
	margin-top:15px;
	overflow: visible;
}
.progress .progress-bar{
    border-radius: 20px;
    position: relative;
    animation: animate-positive 2s;
}
.progress .progress-bar:after{
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: rgba(0,0,0,0.4);
    position: absolute;
	top:3px;
	right: 7px;
}
a .green-txt{
	color:#1ea757;
}

@-webkit-keyframes animate-positive{
    0% { width: 0%; }
}
@keyframes animate-positive{
    0% { width: 0%; }
}


.text-danger{
	color:red !important;
}

.button-round{
  border-radius: 18px !important;
}

#garden-job-list .table thead th {
    vertical-align: middle;
    border-bottom: 0px solid #dee2e6;
    background-color: #0d5899;
    color: #fff;
}
#garden-job-list .table td, #garden-job-list .table th {
    padding: 10px;
    vertical-align: middle;
    border-top: 0px solid #dee2e6;
}
#garden-job-list .start-btn i {
    font-size: 8px;
    position: relative;
    top: -1px;
    left: 2px;
}
#garden-job-list .start-btn {
    background-color: #dd1212;
    color: #fff;
    border-radius: 50px;
    padding: 5px 10px;
    font-weight: 500;
}
#garden-job-list .start-btn:hover {
    background-color: #f23f3f;
}
#garden-job-list tr:nth-child(even) {
	background-color: #F7FBFF;
}
#garden-job-list tr:nth-child(odd) {
    background-color:#EDF8FD;
}
#garden-job-list .green-strip h5 {
    text-align: center;
    background-color: #00b050;
    margin: 0;
    color: #fff;
    padding: 8px;
    font-size: 15px;
}
#garden-job-list .green-strip i {
    color: #fff;
}


#garden-job-status .stop-btn {
    background-color: #dd1212;
    color: #fff;
    border-radius: 50px;
    padding: 5px 10px;
    font-weight: 500;
	border:0;
	cursor:pointer;
}
#garden-job-status .stop-btn:hover {
    background-color: #f23f3f;
}
#garden-job-status .finish-btn {
    background-color: #f23f3f;
    color: #fff;
    border-radius: 50px;
    padding: 5px 10px;
    font-weight: 500;
	border:0;
	cursor:pointer;
}
#garden-job-status .finish-btn:hover{
	background-color: #dd1212;
}
#garden-job-status .garden-job-status-btn{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}
.garden-job-status-content i {
    font-size: 48px;
    color: #0d5899;
    margin-bottom: 10px;
}
#pool-operator{
	padding-top:2%;
}
#pool-operator .start-btn {
    background-color: #dd1212;
    color: #fff;
    border-radius: 50px;
    padding: 5px 10px;
    font-weight: 500;
}
#pool-operator .start-btn:hover {
    background-color: #f23f3f;
}
.table td, .table th {
    padding: 9px;
}
#pool-operator .col-6{
	align-self: center;
}
.fa-exclamation-triangle {
	color:#ffd42a;
	padding-right:15px;
}
a.change-status {
    background-color: #0d5899;
    padding: 6px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
	border:2px solid #0d5899;
}
a.change-status:hover{
	background-color: #fff;
	color:#0d5899;
}

.cleaned-btn{
    background-color: #0d5899;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
}
.cleaned-btn:hover{
	background-color:#4472c4;
}
.datepicker{
	z-index:99!important;
}
#user_form textarea{
	height: 150px;
}
.btn-secondary {
	color: #fff;
	background-color: #0d5899;
	border-color: #0d5899;
	border-radius: 5px;
	padding: 6px 25px;
	margin-top: 22px;
	box-shadow: 0 4px 1px rgba(0, 0, 0, .1);
}
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.0);
}
.select2.select2-container {
  width: 100% !important;
}
#smilie-1:hover {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
#smilie-1{
	cursor:pointer;
}
#smilie-2{
	cursor:pointer;
}
#smilie-2:hover {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
#smilie-3{
	cursor:pointer;
}
#smilie-3:hover {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
#smilie-4{
	cursor:pointer;
}
#smilie-4:hover {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
#smilie-5{
	cursor:pointer;
}
#smilie-5:hover {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.enterbtn{
	margin:32px 0 0;
}
#comment {
  height: 70px !important; 
}
#flash_message{
	white-space: initial;
}

#zero_config .btn-secondary {
    border-radius: 0;
    padding: 7px 10px;
    margin-top: 0;
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0);
    border: 0;
    font-size: 7px;
}
.tooltip-col {
	position: relative;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	background-color:#fff;
	color:#4472c4;
	width: 45%;
	padding: 6px;
	font-size: 12px;
	font-weight: 600;
}

.tooltiptext {
    visibility: hidden;
    width: 150px;
    height:50px;
    background-color: black; 
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: -13px;
    left: 110%;
}

/* .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}  */
.tooltip-col:hover .tooltiptext {
    visibility: visible;
}
/* .tooltiptext3::after {
	content: "";
	position: absolute;
	top: -19px;
	left: 115px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #4472c4 transparent;
}  */
.tooltip-col:hover .tooltiptext3 {
    visibility: visible;
}
.tooltiptext3 {
	visibility: hidden;
	width: 100%;
	height: auto;
	background-color: #fff;
	color: #000;
	text-align: center;
	border-radius: 0;
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	top: 25px;
	right: 0;
}
.tooltiptext3 p{
	background-color:#f2f2f2;
	padding: 6px 0;
	margin-bottom: 0;
	font-size: 12px;
	border: 1px solid #eee;
}
.light-blueTxt{
	background-color:#fff!important;
}
.dark-blueTxt2{
	background-color:#4472c4!important;
	color: #fff!important;
}
.tableCheckOutDetail thead th {
	vertical-align:middle;
	border-bottom: 2px solid #fff;
	background-color: #4472c4;
	color: #fff;
	padding: 15px 12px;
	font-weight: 500;
	font-size: 16px;
}

.tableCheckOutDetail tbody tr:nth-of-type(2n+1) {
	background-color: #cfd5ea;
}
.tableCheckOutDetail tbody tr{
	background-color:#e9ebf5;
}
.tableCheckOutDetail td{
	vertical-align:middle;
	border-top: 1px solid #fff;
	padding: 15px 12px;
	font-weight: 500;
	font-size: 16px;
}
#check-in-data td img {
	width: 25px;
}
#check-out-data td img {
	width: 25px;
}

.yourBookingMobileView .darkblue-bg{
	background-color:#4472C4;
	font-size: 15px;
    padding: 10px;
	color:#fff;
	margin-bottom:1px;
}
.yourBookingMobileView .light-blue{ 
	background-color:#CFD5EA;
	padding: 10px;
}
.yourBookingMobileView .light-blue2{
	background-color:#E9EBF5;
	padding: 10px;
}
.yourBookingMobileView ul{
	padding:0;
	margin:0;
}
.yourBookingMobileView ul li{
	list-style-type:none;
	margin-bottom:1px;
}
.yourBookingMobileView ol{
	padding:0;
	margin:0;
}
.yourBookingMobileView ol li{
	list-style-type:none;
	margin-bottom:1px;
}
.yourBookingMobileView .btn-danger {
    color: #fff;
    background-color: #cf0d0e;
    border-color: #cf0d0e;
}
.yourBookingMobileView .btn-info {
    color: #fff;
    background-color: #6dbb01;
    border-color: #6dbb01;
}
.tableCheckOutDetail .btn-info {
    color: #fff;
    background-color: #6dbb01;
    border-color: #6dbb01;
}
.tableCheckOutDetail .btn-danger {
    color: #fff;
    background-color: #cf0d0e;
    border-color: #cf0d0e;
}
body{
	overflow-x: auto;
}
.btn.btn-xs.order {
	margin: 0 auto;
	height: 25px;
	width: 25px;
	padding: 0;
}
.btn.btn-xs.order img {
	width: 16px;
	margin: 0 auto;
}
strong {
  font-weight: 600;
}
#add-more-renovation {
	float: right;
}
.tableRenovationDetail input {
	width: 70%;
  }
  .tableRenovationDetail .item {
	  width:100%;
}

.sidebar-nav ul .sidebar-item .first-level {
	padding: 0;
}
.sidebar-nav ul li ul li{
    padding-left: 15px;
}
.tableRenovationDetail.new_project .item {
	width: 72%;
}
button:focus {
	outline: dotted 0px;
	outline: -webkit-focus-ring-color auto 0px;
}
#select2-concierge_id-results .select2-results__option{
    padding:0;
}
#select2-concierge_id-results .select2-results__option div{
    padding:5px;
}
.bookingTable td{
	width:50%;
}	
#recommendation_check #analysis_data td.text-center{
    font-size:18px;
}
.dz-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
i.fas.fa-exclamation-triangle.error-icon {
	font-size: 50px;
	margin-bottom: 10px;
	color: #c52f3a;
	padding:0;
}

#garden-job-status .form-control{
	color: gray;
	border:2px solid #0d5899;
}
.select2-container--default .select2-selection--single{
	border: 1px solid #e9ecef!important;
}
.select2-container .select2-selection--single{
	height: 38px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	height: 38px!important;
	line-height: 38px!important;
	font-size: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 38px!important;
}
.form-control{
	height: 38px;
	font-size: 12px;
}
.card-body .form-group .btn-info {
	width: 136px;
	height: 45px;
}
#user_form .card-body .form-group .user-emoticon {
	height: auto;
}

.card-body .form-group .btn-dark {
	color: #fff;
	background-color: #7F7F7F;
	border-color: #7F7F7F;
	width: 136px;
	height: 45px;   
	padding: 0; 
	line-height: 42px; 
}
.btn-info.focus, .btn-info:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 152, 232, 0.0);
}
.btn-dark.focus, .btn-dark:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.0);
}
.btn-dark:hover { 
	color: #fff;
	background-color: #797474;
	border-color: #797474;
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #797474;
	border-color: #797474;
}
.card-body #button_style .btn-info{
	width:auto;
	height:auto;
}

#finish {
	width: 136px;
	height: 45px;
	background-color:#4798e8;
	border:1px solid #4798e8;
	display: inline-block;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: 45px;
	text-align: center;
}
#finish:hover{
	background-color:#3e8cd9;
	color:#fff;
}
#cancel {
	color: #fff;
	background-color: #7F7F7F;
	border:1px solid #7F7F7F;
	width: 136px;
	height: 45px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	line-height: 45px;
	display: inline-block;
	text-align: center;
}
#cancel:hover{
	background-color:#797474;
}
/* textarea{
	height:auto!important;
} */

#pool_job_button #finish {
	background-color: #4798e8;
	padding: 10px 35px;
	display: table;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	border: 1px solid #4798e8;
	height: auto;
	width: auto;
	margin: 0 auto; 
	line-height: normal;
}
#pool_job_button #finish:hover{
	background-color:#3e8cd9;
	color:#fff;
}
#zero_config_wrapper .start-btn {
	background-color: #dd1212;
	color: #fff;
	border-radius: 50px;
	padding: 5px 10px;
	font-weight: 500;
	cursor:pointer;
}
#zero_config_wrapper .start-btn:hover {
	background-color: #f23f3f;
}

#zero_config1_wrapper .start-btn {
	background-color: #dd1212;
	color: #fff;
	border-radius: 50px;
	padding: 5px 10px;
	font-weight: 500;
	cursor:pointer;
}
#zero_config1_wrapper .start-btn:hover {
	background-color: #f23f3f;
}

#cancel_button {
    color: #fff;
    background-color: #7F7F7F;
    border: 1px solid #7F7F7F; 
    width: 136px;
    height: 45px;
    border-radius: 4px;
    font-size: 14px;
    /* font-weight: 600; */
    line-height: 45px;
    display: inline-block;
    text-align: center;
    padding:0;
}
#cancel_button:hover {
    background-color: #797474;
} 
#submit_button {
    width: 136px;
    height: 45px;
    background-color: #4798e8;
    border: 1px solid #4798e8;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    /* font-weight: 600; */
    color: #fff;
    line-height: 45px;
    text-align: center;
    padding:0;
}
#submit_button:hover {
    background-color: #3e8cd9;
    color: #fff;
}

.standard_button {
    width: 136px;
    height: 45px;
    background-color: #4798e8;
    border: 1px solid #4798e8;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    /* font-weight: 600; */
    color: #fff;
    line-height: 45px;
    text-align: center;
    padding:0;
}
.standard_button:hover {
    background-color: #3e8cd9;
    color: #fff;
}
#paused_stop_show {
	width: auto;
	padding: 0 10px;
}
.VM_blue-btn{
	width: auto!important;
	padding: 0 10px!important;
}
/**** Nov 2022 Start ****/
.edit_input {
	display: none;
}
.add-new_input {
	display: none;
}
.confirmation-translations-table th a{
	color:#000;
}
.card-body #booking_add_form .form-group .user-emoticon {
	height: auto;
}
.text-muted {
  color: #c42e39 !important;
}
#clap_id {
	padding: 1px 6px;
	margin: 0 5px 0 0px;
	border-radius: 3px;
	box-shadow: 0 4px 1px rgba(0, 0, 0, .0);
}
#clap_id img {
	width: 14px;
	position: relative;
	top: -2px;
}
.wallet-icon {
  width: 50px;
}
.add_ota{
	height:auto!important;
	display:table;
	margin:0 0 0 auto;
}
.red-txt{ 
	color:#C52F3A;
}
.show_button.btn.btn-info.standard_button {
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
}
.pay-btn{
	color:#fff!important;
}
.residence_name .form-check-input{
	margin-top:0;
}
.residence_name .paidByList{
	padding:0;
	margin:10px 0 0;
}
.residence_name .paidByList li{
	list-style-type:none;
}
.btn-warning{
	background-color: #ffbc34!important;
	border-color: #ffbc34!important;
}
.standard_button.grey_button{
	background-color: #7F7F7F!important;
	border: 1px solid #7F7F7F!important;
}
#cancel_button.btn-info.add_country.standard_button{
	background-color: #4798e8!important;
	border: 1px solid #4798e8!important;
}
#add_more {
	margin-top: 28px;
	height: 38px;
	line-height: 38px;
}
/**** Nov 2022 End ****/
/***  Dec Css Start ***/
.btn.btn-xs.btn-secondary.photo {
	padding: 0.25rem 0.5rem;
	margin: 0; 
	border-radius: 2px;
}
#villa .table tr:nth-child(even) {
    background-color: #f2f2f2;
}

/** March CSS Start ***/
.loginIcon i {
	font-size: 35px;
	color: #4798e8;
	margin-top: 15px;
}
.header-dropdown .dropdown-menu.dropdown-menu-right.user-dd.animated.flipInY.show .dropdown-item{
	background-color: #4798e8;
	color: #fff;
}
.header-dropdown .dropdown-menu.dropdown-menu-right.user-dd.animated.flipInY.show {
  box-shadow: 0 0 0;
}
.loginDiv{
	padding:0;
	margin:0;
}
.loginDiv li{
	list-style-type:none;
	display:inline-block;
	padding: 0 10px;
}
.loginDiv li img{
	width:65px;
}
#generate_report.table-responsive{
	height:600px;  
	overflow-x: auto;
}
#generate_report thead tr:nth-child(1) th {
	background: #0d5899;
	position: sticky;
	top: 0;
	z-index: 10;
	color: #fff;
}

#add_bu {
  width: auto;
  height: auto;
}
#owner-details-li .input-group > .form-control{
	width: 100%;
}
#owner-details-li .input-group-append {
	position: absolute;
	right: 11px;
	z-index: 9;
}
#add_payment_detail {
	width: auto;
	height: auto;
	padding: 10px 15px;
	line-height: inherit;
}
#successModal .checkIcon {
	border: 1px solid #fff;
	display: table;
	width: 30px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	margin: 0px auto 10px;
	border-radius: 50%;
	color:#0f0;
}
#successModal .close {
	float: right;
	font-size: 30px;
	color: #fff;
	text-shadow: 0 0px 0 #fff;
	opacity: 1;
}
#successModal .modal-body{
	padding: 0 20px;
	font-size: 16px;
}
#successModal {
	text-align: center;
	color: #fff;
}
#successModal .modal-content{
	background-color: #0D5899;
	border: 0px solid rgba(0, 0, 0, 0.2);
}
#successModal .modal-header h4{
	color:#0f0;
}
#successModal .modal-header{
	border-bottom: 0px solid #e9ecef;
}
#successModal .modal-header .close {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 16px;
	top: 16px;
}
#successModal .modal-body{
	padding: 0 20px;
	font-size: 16px;
}
#successModal .modal-footer{
	border-top: 0px solid #e9ecef;
}
#successModal .modal-header {
  display: block;
}
#zero_config thead{
	background-color: #eee;
}


#approveModal .modal-header .close {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 16px;
	top: 16px;
	color: #fff;
	opacity: 1;
}
#approveModal .modal-body{
	font-size: 15px;
	text-align: center;
}
#approveModal .modal-content{
	background-color: #0D5899;
	color: #fff;
	text-align: center;
	border: 0px solid rgba(0, 0, 0, 0.2);
}	
#approveModal .modal-header {
  display: block;
  border: 0px solid rgba(0, 0, 0, 0.2);
}
#approveModal .modal-footer{
	display: table;
	border-top: 0px solid #e9ecef;
	margin: 0 auto;
}

#rejectModal .modal-header .close {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 16px;
	top: 16px;
	color: #fff;
	opacity: 1;
}
#rejectModal .modal-body{
	font-size: 15px;
	text-align: center;
}
#rejectModal .modal-content{
	background-color: #0D5899;
	color: #fff;
	text-align: center;
	border: 0px solid rgba(0, 0, 0, 0.2);
}	
#rejectModal .modal-header {
  display: block;
  border: 0px solid rgba(0, 0, 0, 0.2);
}
#rejectModal .modal-footer{
	display: table;
	border-top: 0px solid #e9ecef;
	margin: 0 auto;
}
#add_direct_booking {
	width: auto;
	height: auto;
	padding: 0 10px;
}   
#cancel_direct_booking { 
	width: auto;
	height: auto;
	padding: 0 10px;
}
.pastBtn{
	height: 40px !important;
}
.futureBtn{
	height: 40px !important;
}
#pricingTable thead tr:nth-child(1) th {
  background: #0d5899;
  position: sticky;
  top: 0;
  z-index: 1;
  color: #fff;
}
#pricingTable.table-responsive {
  height: 600px;
  overflow-x: auto;
}
div#meter-div label.text-right.control-label.col-form-label {
    display: table;
}
.view_inventory {
	padding: 0.25rem 0.5rem;
	font-size: 10px;
	margin: 0;
	border-radius: 2px;
  }

.standard_button_danger {
	width: 136px;
	height: 45px;
	background-color: #ef6e6e;
	border: 1px solid #ef6e6e;
	display: inline-block;
	border-radius: 4px;
	font-size: 14px;
	/* font-weight: 600; */
	color: #fff;
	line-height: 45px;
	text-align: center;
	padding: 0;
}
.btn-success.focus, .btn-success:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 198, 171, 0.0);
}

#check-inTable.table-responsive {
	height: 500px;
	overflow-x: auto;
}
#check-inTable thead tr:nth-child(1) th {
	background: #0d5899;
	position: sticky;
	top: 0;
	z-index: 1;
	color: #fff;
}
#check-outTable.table-responsive {
	height: 500px;
	overflow-x: auto;
}
#check-outTable thead tr:nth-child(1) th {
	background: #0d5899;
	position: sticky;
	top: 0;
	z-index: 1;
	
	color: #fff;
} 
.stickyHeader {
  height: 400px; /* Set the desired height for the table container */
  overflow-y: auto; /* Enable vertical scrolling */
} 

.stickyHeader thead th {
  position: sticky;
  top: 0;
  background-color: #0d5899; /* Set your desired background color for the sticky header */
  color: #fff;
  text-align: center;
}
#exampleModal .modal-header {
	display: block;
	text-align: center;
}
#exampleModal #exampleModalLabel1{
	font-size: 22px;
}
#exampleModal .modal-header .close {
	padding: 0;
	margin: -45px -8px;
	display: none;
}
#exampleModal .modal-footer {
	display: block;
	text-align: center;
}
#exampleModal .modal-header h6{
  font-weight: 400;
  font-style: italic;
  color: #C52F3A;
  font-size: 13px;
}
div#exampleModal .col-form-label {
	font-size: 18px;
}
div#exampleModal p#show_start_meter {
    font-size: 18px;
}
div#exampleModal .modal-body{
	text-align:center;
}
div#exampleModal p#show_end_meter{
    font-size: 18px;
}
div#exampleModal img#show-meter-image {
    display: table;
    margin: 0 auto;
}
.btn-h37 {
	height: 37px !important;
}
.btn-cancel {
	margin-top: 28px;
	color: #fff;
    background-color: #7F7F7F;
    border: 1px solid #7F7F7F;
    width: 136px;
    height: 37px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    padding: 0;
}
.btn-cancel:hover{
	color: #fff;
}
#price_setup_table_filter {
	margin-right: 4% !important;
}

#date_filter .fas.fa-angle-double-left.fa-3x{
	float: left; 
	line-height: 35px;
}
#date_filter #right-arrow { 
  line-height: 35px;
} 
#date_filter .fa-3x {
  font-size: 2em;
  color: #4798e8;
  cursor: pointer;
}
#date_filter .form-control.daterange {
	width: 85%;
	margin: 0;
	float: left;
	font-size: 12px;
}
#service_utilities_li .nav.nav-tabs .nav-item:first-child img{
	width: 15px;
}
.nav-tabs .nav-item.show .nav-link:hover img, .nav-tabs .nav-link.active:hover img{
  filter: sepia(100%) hue-rotate(190deg) saturate(900%);
}
.nav-link img {
  filter: sepia(100%) hue-rotate(190deg) saturate(900%);
  width: 15px;
}
.tab-content .nav.nav-tabs .nav-item:hover a {
  color:#4798e8;
}
.nav-tabs .nav-item.show .nav-link:hover span, .nav-tabs .nav-link.active:hover span{
	color:#4798e8;
}
.nav-tabs .nav-item.show .nav-link img, .nav-tabs .nav-link.active img {
  filter: sepia(0%) hue-rotate(190deg) saturate(0%);
}
.form-check.form-check-inline {
	position: relative;
	top: 6px;
}
#co_owner_payment_detail {
  width: auto;
}
#add_co_owner{
	width: auto;
}
#owner-calendar .yellow-half-checked-upper::after {
	content: ' ';
	border-top: 25px solid #FFFF00;
	border-right: 33px solid transparent;
	width: 0;
	position: relative;
	margin-left: 0;
	top: 18px;
}
#owner-calendar .yellow-half-checked-bottom::after {
	content: ' ';
	border-bottom: 25px solid #FFFF00;
	border-left: 33px solid transparent;
	width: 0;
	position: relative;
	margin-left: 0;
	bottom: 18px;
}
#owner-calendar tbody tr td.yellow {
	background-color:#FFFF00;
}
#owner-calendar .red-checked-upper::after {
	content: ' ';
	border-top: 25px solid #D96A71;
	border-right: 33px solid transparent;
	width: 0;
	position: relative;
	margin-left: -33px;
	top: 19px;
}
#owner-calendar .red-checked-upper::before {
	content: ' ';
	border-bottom: 25px solid #FFFF00;
	border-left: 33px solid transparent;
	width: 0;
	position: relative;
	bottom: 19px;
}
 
#owner-calendar .yellow-checked-bottom::before {
	content: ' ';
	border-top: 25px solid #FFFF00;
	border-right: 33px solid transparent;
	width: 0;
	position: relative;
	margin-left: -33px;
	top: 19px;
	left: 33px;
}
#owner-calendar .yellow-checked-bottom::after {
	content: ' '; 
	border-bottom: 25px solid #D96A71;
	border-left: 33px solid transparent;
	width: 0;
	position: relative;
	margin-left: 0;
	bottom: 18px;
}

#owner-calendar .yellow-half-checked-bottom::after { 
	content: ' ';
	border-bottom: 25px solid #FFFF00;
	border-left: 33px solid transparent;
	width: 0;
	position: relative; 
	margin-left: 0;
	bottom: 18px;
}
.table-responsive#owner-calendar{
	height:auto;  
	overflow: inherit;
} 
.table-scroll#owner-calendar{
	overflow-x: scroll !important;
	overflow-y: hidden !important;
} 
 
#password-error {
	position: absolute;
	margin-top: 40px;
}  
#occupancy_li .card .card-title .custom-menu{ 
	/* height: 12px;
	width:auto;
	margin-right: 2px;
	margin-left: 8px; */
	height: 15px;
	width: auto;
	margin-right: 2px;
	margin-left: 6px;
}
#occupancy_li .card .card-title .logo_style{
	position: absolute;
	top: -4px;
}
#reload {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: transparent;
}
#generate_reports_page .table .form-control{
	width:100%!important;
	padding: 0.25rem 0.25rem;
} 
#generate_reports_page .table td{
	padding:4px; 
}
#generate_reports_page .table th {
	padding: 12px 4px; 
} 
  
.collapse .sidebar-item{
	padding:0; 
}  

div#addVehicle .modal-header .close {
    position: absolute;
    top: 18px;
    right: 15px;
}
div#addVehicle .modal-header {
    display: table;
	text-align:center;
	width:100%;
}
div#addVehicle .modal-footer {
    display: table;
	text-align:center;
	width:100%;
}
.card{
	padding:15px;
}
#statement_form label.error {
  display: table;
  margin: 0;
}
#statement_form .input.radio {
  text-align: left;
}
.cmVm-common-code .green-strip {
	background-color: #00AD50;
	color: #fff;
	padding: 11px 5px; 
	text-align: center;
}
.cmVm-common-code #check-in-title {
  margin: 0;
}
.cmVm-common-code #check-in-title a {
	color: #fff;
}
#occupant-villa .card-body .card-title a {
	width: 55%;
	display: inline-block;
	height: 25px;
}
#priceModal .days li {
	font-size: 8px;
	width: 14.26%;
}
#priceModal .days li .empty {
  color: #000 !important;
}
#check-right {
  position: absolute;
  right: 8%;
  margin-top: -28px;
  color: #fff;
  font-size: 18px;
}
#check-left {
	position: absolute;
	left: 8%;
	color: #fff;
	font-size: 18px;
	margin-top: 3px;
}
.btn-success:not(:disabled):not(.disabled):active {
  background-color: #3e8cd9;
  color: #fff;
  border-color: #3e8cd9;
}
.quality-user-img .add-to-do img{
	width: 45px!important;
	position: absolute;
	margin: 108px -30px 0;
}
.monthly-report-btn .standard_button {
	margin-top: 27px !important;
}
#priceModal .modal-header {
  display: inline-block;
} 
#priceModal .modal-header h4{
	text-align:center;
}
#priceModal .modal-header .close {
  position: absolute;
  right: 15px;
  top: 20px;
}
#mapModal .modal-header h4 {
  text-align: center;
 }
.add-btn-right .btn-info {
  display: table;
  margin: 0 0 10px auto;
}
.btn-xs{
	margin-right: 3px;
}
#locator {
	padding: 0 30px;
}

.days li .empty {
	padding: 2px;
	background: #93ec7a;
	color: white !important;
	margin:0;	
}
.days li .gray {
	padding: 2px;
	background: #d3d6d2;
	color: rgb(9, 5, 5) !important;
	margin:0;	
}

#priceModal .modal-footer {
	display:table;
	text-align: center;
	margin:0 auto;
}
.btn-disabled-grey {
    pointer-events: none;
    background-color: grey;
    border-color: grey;
}
#occupancy_li #occupant-villa .days li{
	width: 14.25%;
}
#occupancy_li #occupant-villa .days li{
	font-size: 9px;
}
#save_fund_rates {
  padding: 2.5px 8px;
  font-size: 12px; 
}
.rates_comment {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem; 
  line-height: 1.5;
  color: #4f5467;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.blueTxt-bg{
	background-color: #4798e8;
	color: #fff;
	width: 100%;
	padding: 10px;
}
.middle-area.check-table-area .form-group.close_remark {
	width: 90%;
	margin: 0;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
	color: #C52F3A;
}
#request_back {
	height: auto;
	padding: 12px 0;
} 
#step-1 .control-label.col-form-label {
	display: block;
	padding-bottom: 0;
}
#daily-wages-table .table-responsive{
	height:400px;  
	overflow:scroll;
}
#daily-wages-table .table-responsive thead tr:nth-child(1) th{
    background:#0d5899;
    position: sticky;
    top: 0;
    z-index: 10;
	color:#fff;
 }
/* Add media queries for smaller screens */
@media (min-width: 1200px) { 
  .modal-xl {
    max-width:1250px!important;
  }
}
@media screen and (max-width:720px) {  
  .weekdays li, .days li {width: 13.1%;} 
}     
  
@media screen and (max-width: 420px) {
  .weekdays li, .days li {width: 12.5%;} 
  .days li .active {padding: 2px;}  
}

@media screen and (max-width: 290px) {
  .weekdays li, .days li {width: 12.2%;} 
}
@media (max-width: 767px) {
	
	.card-img-top {
		width: 100% !important;
		height:200px !important;
	}
	#occupant-villa .card-body .card-title a{
		height:auto;
	}
	.btn-xs{
		margin-right:0px;
	}
	.futureBtn {
		height: 45px !important; 
	}
	.pastBtn { 
		height: 45px !important;
	}
	#zero_config_wrapper .btn-xs{
		width: 40px;
		padding: 5px;
	}
	#check-outTable .table .btn-xs{
		width: 50px
	}
	.collection-websites-table .btn-xs{
		width: 65px;
	}
	#check-outTable thead tr:nth-child(1) th {
		/* width: 2%; */
	}
	.teams-div .btn-xs{
		width:100%;
	} 
	.monthly-report-btn .standard_button {
		margin-top: 0px !important;
	}
	#edit-form .standard_button {
		padding: 0 35px;		
	}
	.quality-user-img .add-to-do img{
		width: 27px!important;
		margin: 118px -10px 0;
	}
	.dataTables_paginate {
		display: table;
		margin: 0 auto;
	}
	.residencesBtn{
		position: relative;
		left: 0;
	}
	div#mobileViewBtn .btn-info {
		display: inline-block;
		padding: 0 10px;
		margin-bottom: 0;
		width: 100%;
	}
	.card-body .form-group .btn-info{ 
		width: auto!important;
		padding:10px 25px; 
	} 
	.card-body .form-group .btn-dark{
		width: auto!important;
		padding: 0 25px;
	}
	.hide_column{
		display:block;
	}
	#occupant-villa {margin-top: 325px;}
	#reload {
		margin-top: 10px;
	}
	.col {
		flex-basis: auto;
		margin-bottom: 20px;
	}
	
	#generate_reports_page .table .form-control {
		width: 135px!important;
		padding: 6px;
		font-size: 12px;
		height: 30px;
	}
	#date_filter .form-control.daterange {
		width: 80%;
	}
	table.table.table-striped td, table.table.table-striped th {
		padding: 8px 4px;
		font-size: 10px; 
	}
	form#user_form .text-right {
		text-align: left !important; 
	}
	.text-right {
		text-align: left !important; 
	}
	div#check-inTable a.btn.btn-xs.btn-info {
		padding: 4px 2px;
		font-size: 8px;
	}
	div#check-inTable .table td, div#check-inTable .table th {
		padding: 5px;
	}
	div#check-outTable button.btn.btn-xs.btn-info {
		padding: 4px 2px;
		font-size: 8px;
	}
	div#check-outTable .table td, div#check-outTable .table th {
		padding: 5px;
	}
	
	div#zero_config_1_paginate .page-link{
		padding: 5px 6px; 
	}
	#zero_config_cf_paginate .page-link{
		padding: 5px 6px; 
	}
	table#zero_config_cf .page-link{
		padding: 5px 6px; 
	}
	.cmVm-common-code .green-strip {
		width: 85%;
		margin: 0 auto 15px;
	} 
	.card-body{
		padding:0;
	}
	.table-responsive#owner-calendar {
		overflow-x: auto;
	}	
	button#locator {
		width: auto!important;
		padding: 15px 30px!important; 
		line-height: 8px;
		height: auto;
	}
	.btn-xs {
		border-radius: 0;
		padding: 7px 10px;
		margin-top: 0;
		box-shadow: 0 4px 1px rgba(0, 0, 0, 0);  
		border: 0;
		font-size: 10px;
		margin-bottom: 2px;
		width: 30px;
	}
	div#mobileViewBtn {
		display: table!important; 
	} 

	.btn-cancel{
		padding: 0 25px;
		width: auto;
	}
	div#view_booking_details .control-label{ 
		text-align: left !important;
	}
	div#business_situation_li .text-right.control-label{
		text-align: left !important;
	}
	div#service_utilities_li .text-right.control-label{
		text-align: left !important;
	}
	.standard_button_danger{
		padding: 0 20px;
		width: auto;
	}
	#cancel_button{
		padding:0 20px;
	}
	div#exampleModal .col-form-label {
		display: table;
		margin: 0 auto; 
	} 
	#submit_button {
      width: auto;
	  padding:0 25px;
    }
    #cancel_button {
      width: auto; 
	  padding:0 25px;
    }
    .standard_button{ 
        width: auto;
		padding: 0 20px;
    }
	#occupant-villa .col-lg-3 {flex: 0 0 100%;max-width: 100%;}
	#filter img {margin-right: 5px;}
	#filter h5 {margin-top: 13px;font-size: 13px;}
	#occupancy_li .btn-warning {padding: 2px 5px;font-size: 10px;margin-top: 8px;}
	#filter .form-group {margin: 10px 0;}
	#occupancy_li .datepicker {padding: 5px 0 0;}
	
	#occupancy_li #filter{padding: 10px 15px;}
	.cmVm-step2 ul li {
		padding: 5px;
	}
	.progress .progress-bar:after{ 
		top:3.6px;
	} 
	#garden-job-list{
		padding-top:10%;
	}
	#garden-job-status{
		padding-top:10%;
	}
	#garden-job-status .stop-btn{
		width:95%;
		margin:0 auto 10px;
	}
	#garden-job-status .finish-btn{
		width: 95%;
		margin: 0 auto 10px;
		display: block;
		padding:10px;
	}
	#garden-job-status #upload-form{
		margin-bottom: 20px;
	}
	#pool-operator{
		padding-top:10%;
	}
	#garden-job-list .start-btn{
		padding: 4px 8px;
		font-size: 15px;
	}
	#garden-job-list .table td{
		padding: 12px 4px;
	}
	a.change-status {
		width:100%;
	}
	#finish{
		width:auto; 
	}
	#cancel {
		width: auto; 
	}
	
	
	
	form#list_form .standard_button{
		height: 25px;
		font-size: 10px;
		padding: 12px; 
		line-height: 2px;
	}
	form#meter-form .standard_button{
		height: 25px;
		font-size: 10px;
		padding: 12px;
		line-height: 2px;
	}
	.enterbtn{
		margin:0;
	}
	.page-breadcrumb {
		padding: 0;
		margin-left: 10px;
	}
	
}

#check_link {
	margin-top: 125px;
	display: inline-block;
}

#check_link:hover{
	color: #4798e8;
}

#add_comment {
	margin-top: -26px;
	display: inline-block;
}
#add_comment:hover{
	color: #4798e8;
}

#sync_booking {
	margin-top: 31px;
	display: inline-block;
}
#sync_booking:hover{
	color: #4798e8;
}
.input_price{
	float:left;
	width:70%;
	height:26px;
	margin-right:5px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	#occupant-villa .col-lg-3 {flex: 0 0 50%;max-width: 50%;}
	#filter .form-group {margin: 10px 0;}
	#occupant-villa {margin-top: 245px;}
	.card-img-top {
		width: 100% !important;
		height:250px!important;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	#occupant-villa .col-lg-3 {flex: 0 0 25%;max-width: 25%;}
	#occupancy_li .btn-warning {padding: 4px 8px;}
	#filter h5 {margin-top: 12px;font-size: 15px;}
	#occupancy_li .datepicker th {font-size: 14px;}
	#occupant-villa .card-img-top {height: 150px;} 
}







