
/* Mise en page globale avec Flexbox */
html, body {
    height: 100%;
    margin: 0;
}

.mainCon {
    display: flex;
    flex-direction: column;
    min-height: 100%; /* La hauteur de la fenêtre */
}

.content {
    flex: 1; /* Le contenu prend tout l'espace disponible */
}

footer {
    background: #f0f0f0;
    margin-top: auto; /* Ceci pousse le footer vers le bas quand le contenu est court */
    width: 100%;
    text-align: center;
}

#toast-container
{
position: fixed;
z-index: 999999;
pointer-events: none;
}
.toast-top-right {
top: 12px;
right: 12px;
}


#toast-container>.toast-success {background-image: url(<?php echo base_url?>assets/images/succ.png);}
#toast-container>div {
position: relative;
pointer-events: auto;
overflow: hidden;
padding: 15px 15px 15px 50px;
width: 300px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-position: 15px center;
background-repeat: no-repeat;
-moz-box-shadow: 0 0 12px #999;
-webkit-box-shadow: 0 0 12px #999;
box-shadow: 0 0 12px #999;
color: #fff;
opacity: .8;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
filter: alpha(opacity=80);
}
#toast-container * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.toast-success {
background-color: #51a351;
}
container * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#toast-container:hover {
-moz-box-shadow: 0 0 12px #000;
-webkit-box-shadow: 0 0 12px #000;
box-shadow: 0 0 12px #000;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
cursor: pointer;
border-radius: 3px;
background-color: #358A35;
color: #fff;
}

footer {background:#f8f9f8; position:absolute; left:0; bottom:0; width:100%;}
footer.home {background:#f0f0f0; position:fixed; left:0; bottom:0; width:100%;z-index:10000;}
.footerLft {color:#757575;}
.footerLft a {color:#757575; margin:0 10px;}
.footerLft a:first-child {margin-left:0;}
.footerLft a:hover {text-decoration: underline;color: #757575;}
.footerRgt {color:#757575; font-size:13px;}


.hiwTab {border-bottom:1px solid #eee; margin:10px 0 30px 0; height:50px;}
.hiwTab ul li {display:block; float:left; font-size:20px; margin-left:5px; background:#f0f0f0; }
.hiwTab ul li a {display:block; float:left; padding:12px 30px 0 30px; height:50px; border:1px solid #eee; border-radius:3px 3px 0 0; color:#333; font-weight:600;}
.hiwTab ul li.active a {border-bottom:1px solid #fff; color:#00aeef; background:#fff;}


.halfbg {background:url(../images/half_bg.jpg) no-repeat center !important;}
.halfbgdetail {background:url(../images/half_bgd.png) no-repeat center !important;}
.halfbgdetaillarge {background:url(../images/half_bgdlarge.png) no-repeat center !important;}


/*custom css*/
.error{color:red;}
.green{color:green;}

/*custom css end*/


.weekstart {border:1px solid #cfcfcf; border-radius:3px; overflow:hidden;}
.weekstart li {float:left; width:14%; border-right:1px solid #cfcfcf; text-align:center; padding:15px 0; cursor:pointer; background: rgb(249,249,249); background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(232,232,232,1) 100%); background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(232,232,232,1) 100%); background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(232,232,232,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e8e8e8',GradientType=0 ); color:#353535; font-size:12px; font-weight:600;}
.weekstart li:last-child {border:none; width:16%;}

.weekstart li.active {color:#fff; background: rgb(2,126,184); background: -moz-linear-gradient(top, rgba(2,126,184,1) 0%, rgba(71,155,205,1) 100%); background: -webkit-linear-gradient(top, rgba(2,126,184,1) 0%,rgba(71,155,205,1) 100%); background: linear-gradient(to bottom, rgba(2,126,184,1) 0%,rgba(71,155,205,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#027eb8', endColorstr='#479bcd',GradientType=0 );}




.week li.active {color:#fff; background: rgb(46,210,209); background: -moz-linear-gradient(top, rgb(46,210,209) 0%, rgba(46,210,209) 100%); background: -webkit-linear-gradient(top,rgb(46,210,209) 0%,rgba(46,210,209) 100%); background: linear-gradient(to bottom, rgb(46,210,209) 0%,rgba(46,210,209) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#027eb8', endColorstr='#479bcd',GradientType=0 );}






.questioncount{background: #2a82c8 none repeat scroll 0 0;
border-radius: 100%;
color: #fff;
display: block;
font-size: 12px;
height: 24px;
line-height: 24px;
position: absolute;
right: 24px;
text-align: center;
top: 14px;
width: 24px;
}

.availablestartcustom{ background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(2, 126, 184, 1) 0%, rgba(71, 155, 205, 1) 100%) repeat scroll 0 0;
color: #fff !important;
}

.availablestartendcustom{  background: rgb(46, 210, 209) none repeat scroll 0 0;
color: #fff;
}


.monthCalenderdetail td {color:#989898; font-size:14px; font-weight:600; text-align:center; padding:15px 0;
border:1px solid #fff; position:relative;color: #fff;}

.bookingbutton {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: #009ee0 none repeat scroll 0 0;
border-color: -moz-use-text-color -moz-use-text-color #0c6396;
border-image: none;
border-radius: 3px;
border-style: none none solid;
border-width: medium medium 3px;
color: #fff;
cursor: pointer;
font-size: 16px;
font-weight: 600;
height: 40px;

width: 221px;
}
.bookingbutton:hover {background-color:#0c6396 !important;}

.blueBtnmypost{  -moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: #009ee0 none repeat scroll 0 0;
border-color: -moz-use-text-color -moz-use-text-color #0c6396;
border-image: none;
border-radius: 3px;
border-style: none none solid;
border-width: medium medium 3px;
color: #fff;
cursor: pointer;
font-size: 16px;
font-weight: 600;

padding: 10px 10px;


display: inline;
}

.threeaction
{
color: #000000;
font-size: 12px;
font-weight: 600;

margin-bottom: 30px;
margin-top: 148px;
position: absolute;
right: 20px;


}


.listService .editdelete{
bottom: 20px;
color: #000000;
font-size: 12px;
font-weight: 600;
padding: 5px 0 0;
position: absolute;
right: 20px;
bottom:  5px;

}

.myAccount a.home {
	color:#fff; 
	font-size:14px!important; 
	font-weight:600;
	display:inline-block; 
	padding:5px 10px; 
	position:relative; 
	-webkit-transition:ease-in-out .5s; 
	-moz-transition:ease-in-out .5s; -ms-transition:ease-in-out .5s; -o-transition:ease-in-out .5s; 
	transition:ease-in-out .5s; 
	vertical-align:middle;}

.userconnect {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: #2675b4 none repeat scroll 0 0;
border-color: -moz-use-text-color -moz-use-text-color #0c6396;
border-image: none;
border-radius: 3px;
border-style: none none solid;
border-width: medium medium 3px;
color: #fff;
cursor: pointer;
font-size: 14px;
font-weight: 600;
height: 26px;
text-align: center;
padding: 2px 2px;

width: 86px;
}

.postedBtnpause {
background: #009ee0 none repeat scroll 0 0;
border-radius: 2px;
box-shadow: 1px 2px 0 1px #0c6396;
color: #fff;
display: inline-block;
margin-right: 5px;
padding: 5px 20px;
}

.postedBtndelete  {
background: #cc0000 none repeat scroll 0 0;
border-radius: 2px;
box-shadow: 1px 2px 0 1px #0c6396;
color: #fff;
display: inline-block;
margin-right: 5px;
padding: 5px 20px;
}


.questionansbottom {
border-top: 1px solid #dcdcdc;
color: #3f3f3f;
font-size: 12px;
padding: 5px 10px;
}

.calenderBox .datepick3-month td
{
width: 1%;
max-width: 14.28%;
height: 70px;
}



#frontpostservice .datepick3-selectedstart{    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(2, 126, 184, 1) 0%, rgba(71, 155, 205, 1) 100%) repeat scroll 0 0;
color: #fff; }


#frontpostservice .datepick3-selectedend{color:#fff; background: rgb(46,210,209); background: -moz-linear-gradient(top, rgb(46,210,209) 0%, rgba(46,210,209) 100%); background: -webkit-linear-gradient(top,rgb(46,210,209) 0%,rgba(46,210,209) 100%); background: linear-gradient(to bottom, rgb(46,210,209) 0%,rgba(46,210,209) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#027eb8', endColorstr='#479bcd',GradientType=0 );color: #fff;}

.dateSelctminute {
-moz-appearance: none;
background: rgba(0, 0, 0, 0) url("../images/select_arrow.png") no-repeat scroll right 6px center ;

border: medium none;
color: #7e7e7e;
font-size: 12px;
padding: 5px 2px;
width: 52%;
}

.notificationPopup {width:500px; background:#fff; padding:20px; position:absolute; left:50%; top:50%; margin:-135px 0 0 -250px; border-radius:4px;}
.notificationPopup .formBtn {margin:0;}
.notificationPopup .subHd {padding-bottom:10px;}
.leftLinks li a.showAc:after {content:'+'; position:absolute; right:10px; top:10px; font-size:20px;}
.leftLinks li.active a.showAc:after {content:'-'; position:absolute; right:10px; top:0px; font-size:29px;}
.listingList ul li .bot {clear:both; border-top:1px solid #d4d4d4;}
.listingList ul li .bot a {display:block; float:left; width:33%; padding:20px 10px; color:#000; font-size:14px; font-weight:600; text-align:center; border-right:1px solid #d4d4d4;cursor: default;}
.listingList ul li .bot a:last-child {border:none;}
.listingList ul li .bot a span {display:inline-block; position:relative; padding:0 0 0 10px;}
.listingList ul li .bot a span:after {content:''; border-top:5px solid transparent; border-bottom:5px solid transparent; border-left:5px solid #009ee0; position:absolute; left:0; top:6px;}


#frontpostservice .datepick3-selectedstartlight{color:#fff; background: rgb(185,220,248); background: -moz-linear-gradient(top, rgb(185,220,248) 0%, rgba(118,190,234,1) 100%); background: -webkit-linear-gradient(top,rgb(185,220,248) 0%,rgba(118,190,234,1) 100%); background: linear-gradient(to bottom, rgb(185,220,248) 0%,rgba(118,190,234,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#027eb8', endColorstr='#479bcd',GradientType=0 );color: #fff;

}

#frontpostservice .colorgray{color:#D7D8D9 !important;}



#frontpostservice .colormidwhite{ background-image: linear-gradient(#ffffff, #f2f2f2);
background-size: 100% auto;}


.msg a.blueBtn.mesg
{
    background:#009ee0 url(../images/message_wht.png) no-repeat 10px center;height:27px; width: 140px; padding-right: 12px;border-bottom: none !important;
}


.errorborder {border:1px solid #d80000 !important;}
.mandadary{

color: #d80000;

right: -10px;
top: 0;
}
.formField{position: relative;}
.selectDate{position: relative;}

.unreadmsg{color: #000000;}

.readmsg{color: #808080!important;}
.msgreading{color: #000000!important;}


.indoxList li.active span {
color: #fff !important;
}
.Deletebtm
{

color: #cc0000;

}

#editquestion a:hover
{
color :#fff !cc0000;
}

.activedaydata{  background-color: #cccccc;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.selectoutline
{
    border: 3px solid #ffffff !important;
    outline: 2px solid #6A5ACD !important;
   
}
.questionansbottomnewborder
{
border-bottom: 1px solid #ccc;

padding-bottom: 20px !important;

}
.todayseleted {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(2, 126, 184, 1) 0%, rgba(71, 155, 205, 1) 100%) repeat scroll 0 0 !important; 
    color: #fff !important;
}
.avcustom i
{
    display: inline-block;
    height: 22px;
    margin: 0 2px 2px 0;
    vertical-align: middle;
    width: 22px;
}

.messageNumber {
    background: #2a82c8 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: 24px;
    text-align: center;
    top: 14px;
    width: 22px;
}
.messageHd2{
  border-bottom: 1px solid thick #cccccc !important;
  margin-bottom: 0px;
}

.homeLinksNew ul li a:hover span {color:#5cc7ef;}
.homeLinksNew ul li a :hover img {box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);}
.unavailablewhite {
    background: rgba(0, 0, 0, 0) url("../images/unavailablewhite.png") repeat scroll 0 0;
    color: #fff !important;
}

.messageHd .userImg {position: absolute; left: 10px; top: 10px;}
.messageHd2 .messageHd {padding: 10px 115px 10px 50px; min-height: 50px; border-bottom: none; background: #fff;}
.messageHd2 .messageHd .dt {display: inline-block; font-size: 11px; color: #999; margin-left: 10px; position: absolute; right: 10px; top: 11px;}
.messageHd2 .messageHd .title {display: inline-block; font-size: 14px; color: #000; font-weight: bold;}
.messageHd2 .messageHd .chatdelete {position: absolute; right: 10px; bottom: 0;}
.messageHd2 .messageHd .attch {position: absolute; right: 26px; bottom: 3px;}
.bannerSlider .item {
    background-size: cover !important;
}
.businessLogo {float:left; width:24%; background:#fff; border-radius:6px; border:1px solid #d4d4d4; overflow:hidden; position:relative; margin-top:-112px; z-index:1000; margin-bottom:20px;}
.businessLogo_woa {float:left; width:24%; background:#fff; border-radius:6px; border:1px solid #d4d4d4; overflow:hidden; position:relative; margin-top:-88px; z-index:1000; margin-bottom:20px;}
.businessLogo_woa img{width:100%;}

.pac-container.pac-logo {z-index: 10000; /*position: fixed !important; top: 135px !important;*/}

.containernewp {display:none;}

@media(max-width:999px) {
    /*.pac-container.pac-logo {top: 160px !important;}*/
	.infoDet span.to_from {display:inline-block;}
	.infoDet span.boldSize {display:inline-block;}
	.businessLogo {margin-top: -87px;}
	.grayBorBox  {margin-top: -89px;}
    
    .businessLogo_woa {float:left; width:24%; background:#fff; border-radius:6px; border:1px solid #d4d4d4; overflow:hidden; position:relative; margin-top:-61px; z-index:1000; margin-bottom:20px;}
    .grayBorBox_woa {
    background: #f4f4f4;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    margin-top: -61px;}
}
}
@media(max-width:767px) {
  /*  .pac-container.pac-logo {top: 166px !important;}*/
}
@media(max-width:479px) {
   /* .pac-container.pac-logo {top: 196px !important;}*/
}
.priceBox {
    color: #f68b1f;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    background: #fff;
    text-align: center;
    padding: 4px !important;
    border-bottom: 1px solid #d4d4d4;
}
.datepick-popup {z-index: 10000 !important;}

/*
.listingRgt {
    float: right;
    width: 72%;
   
    padding-left: 20px;
}
*/
a.myAcLink::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    position: absolute;
    right: 0;
    top: 12px !important;
}



.sortBySelect { padding:5px 20px 5px 5px; border-radius:3px; border:none; font-size:14px; font-weight:600; -webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none; background:#fff url(../images/select_arrow.png) no-repeat right 10px center; }
.halfbgdetaillarge {background:url(../images/half_bgdlarge.png) no-repeat center !important;background-size: cover!important;}


.sepDate {height:23px; background: #fff; padding-top: 15px;}
.sepDate span.in {height: 1px; background: #ccc; position: relative; display: block;}
.sepDate span.in span {position: absolute; background: #fff; left: 50%; top: -9px; padding: 0 5px; margin-left: -55px; color: #666;}

a.myAcLink::after {
    top: 12px !important;
}
.myAccount a.home {
    padding: 5px 14px!important; 
	text-shadow: 1px 1px 0px rgba(0,0,0,0.33)
}

.delete_noti{
    float: right;
    cursor: pointer;
}

#frontpostservice .halfBg {background:url(../images/half_bg.jpg) no-repeat center !important;}

.uploadImgae ul li {
    float: left;
    clear: inherit;
    width: 100px;
    margin-right: 1%;
    position: relative;
    margin-bottom: 10px;
    height: 80px;
}


#frontpostservice .rev_halfBg {background:url(../images/rev_half_bg.jpg) no-repeat center !important;}

.uploadImgae ul li {
    float: left;
    clear: inherit;
    width: 100px;
    margin-right: 1%;
    position: relative;
    margin-bottom: 10px;
    /* height: 80px; */
    height: auto;
}
.slider_remove_ ul li a span {
    padding-top: 11%;
}
.showallimage_newsimg_remove ul li a span {
    padding-top: 20%;
}
/* .imageItem img{
    height: 80px !important;
    width: 100px !important;
} */
.popupDet td {   
    width: 0%;
}
.detTxt {
    clear: both;
    font-size: 14px;
    color: #3f3f3f;
    padding: 10px 0 0 0;
    line-height: 22px;
    margin-bottom: 20px;
}
span.boldSize {
    font-size: 15px;
    font-weight: 600;
}
.infoDet span {
    display: inline-block;
    width: 150px;
    color: #000;
}
.aboutPara {
    font-size: 16px;
    font-weight: 600;
    text-align: justify;
    /*max-width: 165px;*/
    /*padding-bottom: 2px;*/
    /*margin-bottom: 2px;*/
}
.chatgear{
    font-size: 12px;
    font-weight: 500;
    color: #fff !important;
}
.uploadeditimg {
  background-color: #ddd;
  border: medium none;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: bold;
  max-width: 169px;
  padding: 10px;
  margin: 10px 0;
  text-align: center;
}
#chatScroll {margin:auto; position: relative;}



#chatScroll .overview {position:absolute; left:0; top:0; margin:0; width: 100%;}
#chatScroll .scrollbar {position:absolute; background-position:0 0; right:0px; top:0; width:7px; z-index:100;}
#chatScroll .track {background:rgba(0,0,0,.1); height:100%; width:7px; position:relative; overflow:hidden; border-radius:10px;}
#chatScroll .thumb {background:rgba(0,0,0,.2); height:30px; width:100%; cursor:pointer; overflow:hidden; position:absolute; top:0; left:0px; border-radius:10px;}
#chatScroll .disable {display:none;}
.noSelect {user-select:none; -o-user-select:none; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none;}

#detailpage td span{box-sizing: border-box;padding: 6px; text-decoration: none;}

.widthleft{float: left;}
.maindivfirst{width: 100% ; padding: 0px 10px;
/*background:url(../images/info_icon.png) no-repeat right;
*/
}
.maindivsecond{width: 100%;  padding: 2px 10px; border-top:1px solid #ccc;
/*background:url(../images/info_icon.png) no-repeat right;
*/
}
.sqBox {display: block; padding: 1px 2px; margin:1px 1%; width: 18%; float: left; text-align: center;}
.sqBox a {color: #000;}
.signlecal{color: #000;}





#infospanimgcustom .dayTxt{
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    overflow: hidden;
    padding: 2px 0 5px 11px;
    
    
}

#infospanimgcustom .dayTxt a span {
    color: #000;
    float: left;
}

#infospanimgcustom .dayTxt a img {
    border: medium none;
    float: right;
    vertical-align: top;
}

#infospanimgcustom span{
    color: #000;
    
}

.clsleft {
  font-size: 19px;
  left: 15px;
  position: absolute;
  text-align: center;
  top: 34%;
  width: 74px;
}
.clsleft span {
  color: #000;
  display: block;
  font-weight: bold;
}

.clsright {
  font-size: 19px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 34%;
  width: 74px;
}
.clsright span {
  color: #000;
  display: block;
  font-weight: bold;
}

#toloaddetail .calenderSlider .owl-prev {
  border-bottom: 10px solid transparent;
  border-right: 10px solid #696969;
  border-top: 10px solid transparent;
  cursor: pointer;
  height: 0;
 left: 41px;
  overflow: hidden;
  position: absolute;
  text-indent: -200px;
  top: 53%;
  width: 0;
}
#toloaddetail .calenderSlider .owl-next {
  border-bottom: 10px solid transparent;
  border-left: 11px solid #696969;
  border-top: 10px solid transparent;
  cursor: pointer;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 41px;
  text-indent: -200px;
  top: 53%;
  width: 0;
}
#loaderright{float: right;}
#tempimage{}
.extrchatcls{}
.shedulePopup.shedulePopupNew {
  padding: 0;
}

.leftBg {
  background: #ccc none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 13%;
}
.rightBg {
  background: #ccc none repeat scroll 0 0;
  bottom: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 13%;
}
.popupTop {
  max-width: 550px;
  margin: 15px auto 0 auto;
}
.customNavigation {
  position: absolute;
}

.owl-nav .off{ display: none !important;}

.viewport{ height: 500px;}

#loaderright {
  position: absolute;
  right:65px;
  bottom: 9px;
}
.bot {
  position: relative;
}
#tempimage img {
  display: inline-block;
  margin: 5px 5px 5px 10px;
  position: relative;
  vertical-align: middle;
}
#tempimage {
  margin: 0;
  padding: 0;
  position: relative;
}
.modal-dialog.modal-lg.browsePop {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
}
.hidebgGray {
  display: none;
}
.myBookingClrred{color: #ff877c;}

.datepick-month td .datepick-selectedfirst-last {
  background-color: #2b3856 !important;
  color: #fff;
  position: relative;
}

.datepick-month td .datepick-selectedlast-last {
    background-color: #2B3856 !important;
    color: #fff; position: relative;
}
.datepick-month td .datepick-selectedmid {
    background-color: #659EC7;
    color: #fff;
    background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #b9dcf8 0%, #76beea 100%) repeat scroll 0 0;
}

.footerLft select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  background: #4b4b4b url("../images/caret-down.png") no-repeat scroll right 5px center / 9px auto;
  border: 0 none;
  color: #fff;
  font-size: 12px;
  height: 22px;
  margin-right: 33px;
  outline: medium none !important;
  padding-left: 3px;
  padding-right: 3px;
  width: 78px;
}
.datepick-month td .datepick-selectedfirst-last::after {
  border-bottom: 15px solid transparent;
  border-left: 11px solid #2b3856;
  border-top: 15px solid transparent;
  content: "";
  position: absolute;
  right: -11px;
  top: -1px;
}
.datepick-month td .datepick-selectedfirst-last:hover::after {
  border-left: 11px solid #009ee0;
}


.datepick-month td .datepick-selectedlast-last:after{
    
      border-bottom: 15px solid transparent;
  border-right: 11px solid #2b3856;
  border-top: 15px solid transparent;
  content: "";
  position: absolute;
  left: -11px;
  top: -1px;
}

.datepick-month td .datepick-selectedlast-last:hover::after {
  border-right: 11px solid #009ee0;
}

.datepick-month span {
  display: block;
  padding: 6px;
  width: 100%;
}

.datepick-month span {
   
    padding: 6px !important;
    
}
.footerLft .footerLft {
  display: inline-block;
  margin: 0 !important;
  padding: 0;
}
.lsInput.tt-hint {
  width: 100%;
}
.twitter-typeahead {
  display: block !important;
}

.servicedateselecttd .datepick3-selectedstart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 100px 0 0 100px;
}

.servicedateselecttd a.datepick3-selectedend {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 0 100px 100px 0;
}

.servicedateselect.activenew.datepick3-selectedstartlight {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 0;
}

.calenderBox .datepick3-month td {

  background: #ECECEC  none repeat scroll 0 0;
;
}
.servicedateselecttd a.datepick3-selectedend.datepick3-selectedstart {

    border-radius: 0 0 0 0;
}

 .recurringn .servicedateselecttd a {
  border-radius: 0 !important;
}

.recurringn .colormidwhiterec_start {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 0;
}

.recurringn .colormidwhiterec_end {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 0;
}

.shedulePopupsinkical {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    left: 50%;
    margin-left: -305px;
    padding: 20px;
    position: absolute;
    top: 100px;
    width: 600px;
}
#frontpostservice .servicedateselect.activenew.colormidwhiterec {
  background: #83cbf4 none repeat scroll 0 0;
  opacity: 0.6;
}

#frontpostservice .servicedateselect.activenew.colormidwhiterec.colormidwhiterecFirst {
 background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(2, 126, 184, 1) 0%, rgba(71, 155, 205, 1) 100%) repeat scroll 0 0;
  border-radius: 100px 0 0 100px !important;
  opacity: 1;
}


#frontpostservice .servicedateselect.activenew.colormidwhiterec.colormidwhiterecLast {
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #027eb8 0%, #479bcd 100%) repeat scroll 0 0 !important;

  opacity: 1;
}
#frontpostservice .activenew.colormidwhiterec_start{
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #027eb8 0%, #479bcd 100%) repeat scroll 0 0;
    color: #ffffff;
}
#frontpostservice .activenew.colormidwhiterec_end{
 background: #2ed2d1 none repeat scroll 0 0;
color: #ffffff;
}


.sink{
    
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9f9f9 0%, #e8e8e8 100%) repeat scroll 0 0;
    border: 1px solid #b1ccd9;
    border-radius: 2px;
    color: #7e7e7e;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-left: 3px;
	margin-top: -4px;
    padding: 7px 7px;
    /*text-transform: uppercase;*/
    vertical-align: middle;
}


#frontpostservice .colormidwhiterecFirst {

  border-radius: 100px 0 0 100px !important; }

#frontpostservice .colormidwhiterecLast{

  border-radius: 0 100px 100px 0 !important; }

.remove_datepick-selected{
   background-color: #ffffff !important;
    
    color: #000000 !important;
    
    
}
.light-black-color
{
color: #A9A9A9 !important;

}
.whiteHd
{background: #fff none repeat scroll 0 0;
    color: #A9A9A9;
    font-size: 22px;
    font-weight: 600;
    padding: 15px 20px;
    position: relative;
   border-style: solid;
   border-width: 1px;
   border-color: #ccc;
}
.menuScroll {
  height: 320px;
}
#sliderThumbReal .bx-wrapper {
  margin: 0 !important;
}
.addFile.addFilechangeLang {
  width: 160px;
}


.questionansbottom
{ 
display:none;
}      
.commnetList ul li
{
min-height: 30px!important;

}

#answerdefault2 li
{ 
display:none;
}
#loadMore {
          
          
background: #009ee0 none repeat scroll 0 0;

background-color:#287bbc;border-color:#1b5480;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF287BBC', endColorstr='#FF23639A');background-image:-webkit-linear-gradient(top, #287bbc 0%,#23639a 100%);background-image:-moz-linear-gradient(top, #287bbc 0%,#23639a 100%);background-image:-o-linear-gradient(top, #287bbc 0%,#23639a 100%);background-image:linear-gradient(top, #287bbc 0%,#23639a 100%);

 


border-bottom: 3px solid #0c6396;
border-radius: 3px;
color: #fff;
padding: 6px 10px 7px 6px;
font-size: 13px;
font-weight: 600;
margin: 20px 10px 10px 10px;
cursor: pointer; 
}
#showLess {

background: #009ee0 none repeat scroll 0 0;

background-color:#287bbc;border-color:#1b5480;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF287BBC', endColorstr='#FF23639A');background-image:-webkit-linear-gradient(top, #287bbc 0%,#23639a 100%);background-image:-moz-linear-gradient(top, #287bbc 0%,#23639a 100%);background-image:-o-linear-gradient(top, #287bbc 0%,#23639a 100%);background-image:linear-gradient(top, #287bbc 0%,#23639a 100%);

 

border-bottom: 3px solid #0c6396;
border-radius: 3px;
color: #fff;
padding: 6px 10px 7px 6px;
font-size: 13px;
font-weight: 600;
margin: 20px 10px 10px 10px;
cursor: pointer;
}
#showLess:hover{background-color:#2672ae;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2672AE', endColorstr='#FF1E4F7E');background-image:-webkit-linear-gradient(top, #2672ae 0%,#1e4f7e 100%);background-image:-moz-linear-gradient(top, #2672ae 0%,#1e4f7e 100%);background-image:-o-linear-gradient(top, #2672ae 0%,#1e4f7e 100%);background-image:linear-gradient(top, #2672ae 0%,#1e4f7e 100%);}

#loadMore:hover{background-color:#2672ae;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2672AE', endColorstr='#FF1E4F7E');background-image:-webkit-linear-gradient(top, #2672ae 0%,#1e4f7e 100%);background-image:-moz-linear-gradient(top, #2672ae 0%,#1e4f7e 100%);background-image:-o-linear-gradient(top, #2672ae 0%,#1e4f7e 100%);background-image:linear-gradient(top, #2672ae 0%,#1e4f7e 100%);}


.time {
    color: #838383;
    font-size: 10px;
    font-weight: 700;
    padding: 0 1px 38px 2px !important;
    text-transform: uppercase;
    vertical-align: top;
}
.prefix{ position: absolute; left: 26px; }
.postfix{ position: absolute; right:  28px;}
.footLinks {display: inline-block;}
.expired {
    background: red;
    color: #fff;
    padding: 5px;
    font-weight: bold;
}
div#loader-full {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1001;
    background: #fff;
    top: 0;
    opacity: .5;
}
#loader-full img {
    top: 50%;
    left: 50%;
    position: absolute;
}
.note_de{padding:5px;text-align:center;color:#838383; font-weight: 700;}


@media screen and (min-width:767px) and (max-width:1024px){

	.listingLft.New{overflow:auto!important}

}

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

	.flex_stretch{flex-wrap: wrap;}
	.title_align{
	    text-overflow: ellipsis;
		overflow: hidden;
		display: block;
		width: 100%;
		white-space: nowrap;
	}
	
}

