.avtop{
	font-size:0.8em;
}
.tooltip-inner {
   max-width: 250px;
   width: 275px;
   text-align:left;
   padding:20px;
   font-weight:700;
   line-height:25px;
}
/*availability*/
.availability {
	float:left;
	clear:left;
	border:#333333 solid 1px;
	width:950px;
	background-color: #e6e6e6;
	color: #333333;
	font-size:.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:5px;
}
.availability h2{
	margin-top:0 !important;
	padding-top:0!important; 
	margin-bottom:;
	font-size:1.4em !important;
}
.availability h3{
	margin-top:2px; 
	margin-bottom:2px;
}
.availability h4{
	font-size:14px;
	text-align:left;
	margin-top:1px; 
	margin-bottom:1px;
}
.availability .brd{
	border:#333333 solid 1px;
}
.availability input[type="submit"], .bookStay {
	cursor:pointer;
	max-width:250px;
	border:0;
	background:#524B95;
	background-image:linear-gradient(bottom, #524B95 0%, #2B1568 52%);
	background-image:-moz-linear-gradient(bottom, #524B95 0%, #2B1568 52%);
	background-image:-webkit-linear-gradient(bottom, #524B95 0%, #2B1568 52%);
	color:#FFF;
	font-size:12px;
	font-weight:600;
	margin:0;
	padding:5px 10px 5px 10px;
	border-radius:8px;
}
.availability .tdData{
	text-align:center;
	padding:0;
	color:#000;
	width:19px;
	height:23px;
	font-size:1em;
}
.circle-layer {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
.availability .checkbox {
	 margin-top:-4px;
    width: 19px;
    height: 20px;
    padding: 0px;
    background: url(/assets/images/chart/ckBxBg.png) no-repeat;
    display: block;
    clear: left;
    float: left;
	cursor:pointer;
 }
.availability  .checked {
     background-position: 0px -50px;   
}

.availability .clicked {
     background-position: 0px -25px;
}

.availability .clicked.checked {
     background-position: 0px -75px;
}
.booked-td{
	background-color:#bcbfc3;
        -moz-border-radius:50%;
        -webkit-border-radius:50%;
        border-radius:50%;
        margin-left: auto;
        margin-right: auto;
}
.provisional-td{
	background-color:#FFCC99;
	border-right:1px solid #FFCC99 !important;
}
.blocked-td{
	background-color:#cccccc;
	border-right:1px solid #ccccc !important;
}
.not-av-to-book{
  background-color:#92b441;
  -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.av-to-book-td{
  background-color:#0D673B;
  color:#fff !important;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
}

.chng-booked-to-av-td{
    background: #FF6666; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #FF6666 50%, #CCFF99 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#FF6666), color-stop(50%,#CCFF99)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #FF6666 50%,#CCFF99 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #FF6666 50%,#CCFF99 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #FF6666 50%,#CCFF99 50%); /* IE10+ */
    background: linear-gradient(135deg, #FF6666 50%,#CCFF99 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6666', endColorstr='#CCFF99',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.chng-av-to-booked-td{
    border-right:1px solid #FF6666 !important;
}

.chng-prov-to-av-td{
    background: #FFCC99; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #FFCC99 50%, #CCFF99 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#FFCC99), color-stop(50%,#CCFF99)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #FFCC99 50%,#CCFF99 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #FFCC99 50%,#CCFF99 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #FFCC99 50%,#CCFF99 50%); /* IE10+ */
    background: linear-gradient(135deg, #FFCC99 50%,#CCFF99 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCC99', endColorstr='#CCFF99',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
.chng-av-to-booked-td{
	border-right:1px solid #FF6666 !important;
	background: #FF6666; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #CCFF99 50%, #FF6666 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#CCFF99), color-stop(50%,#FF6666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #CCFF99 50%,#FF6666 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #CCFF99 50%,#FF6666 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #CCFF99 50%,#FF6666 50%); /* IE10+ */
    background: linear-gradient(135deg, #CCFF99 50%,#FF6666 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCFF99', endColorstr='#FF6666',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.chng-av-to-prov-td{
	border-right:1px solid #FFCC99 !important;
	background: #FFCC99; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #CCFF99 50%, #FFCC99 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#CCFF99), color-stop(50%,##FFCC99)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #CCFF99 50%,#FFCC99 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #CCFF99 50%,#FFCC99 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #CCFF99 50%,#FFCC99 50%); /* IE10+ */
    background: linear-gradient(135deg, #CCFF99 50%,#FFCC99 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCFF99', endColorstr='#FFCC99',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.chng-booked-to-booked{
	border-right:1px solid #FF6666 !important;
	background: #ff6666; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ff6666 46%, #ccff99 47%, #ccff99 50%, #ccff99 52%, #ff6666 54%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(46%,#ff6666), color-stop(47%,#ccff99), color-stop(50%,#ccff99), color-stop(52%,#ccff99), color-stop(54%,#ff6666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #ff6666 46%,#ccff99 47%,#ccff99 50%,#ccff99 52%,#ff6666 54%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #ff6666 46%,#ccff99 47%,#ccff99 50%,#ccff99 52%,#ff6666 54%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #ff6666 46%,#ccff99 47%,#ccff99 50%,#ccff99 52%,#ff6666 54%); /* IE10+ */
	background: linear-gradient(135deg, #ff6666 46%,#ccff99 47%,#ccff99 50%,#ccff99 52%,#ff6666 54%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6666', endColorstr='#ff6666',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.chng-booked-to-prov{
	border-right:1px solid #FFCC99 !important;
	background: #FFCC99; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ff6666 46%, #ccff99 47%, #ccff99 50%, #ccff99 52%, #FFCC99 54%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(46%,#ff6666), color-stop(47%,#ccff99), color-stop(50%,#ccff99), color-stop(52%,#ccff99), color-stop(54%,#FFCC99)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #ff6666 46%,#ccff99 47%,#ccff99 50%,#ccff99 52%,#FFCC99 54%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #ff6666 46%,#ccff99 47%,#ccff99 50%,#ccff99 52%,#FFCC99 54%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #ff6666 46%,#ccff99 47%,#ccff99 50%,#ccff99 52%,#FFCC99 54%); /* IE10+ */
	background: linear-gradient(135deg, #ff6666 46%,#ccff99 47%,#ccff99 50%,#ccff99 52%,#FFCC99 54%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6666', endColorstr='#FFCC99',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.chng-prov-to-prov{
	border-right:1px solid #FFCC99 !important;
	background: #FFCC99; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #FFCC99 46%, #ccff99 47%, #ccff99 50%, #ccff99 52%, #FFCC99 54%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(46%,#FFCC99), color-stop(47%,#ccff99), color-stop(50%,#ccff99), color-stop(52%,#ccff99), color-stop(54%,#FFCC99)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #FFCC99 46%,#ccff99 47%,#ccff99 50%,#ccff99 52%,#FFCC99 54%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #FFCC99 46%,#ccff99 47%,#ccff99 50%,#ccff99 52%,#FFCC99 54%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #FFCC99 46%,#ccff99 47%,#ccff99 50%,#ccff99 52%,#FFCC99 54%); /* IE10+ */
	background: linear-gradient(135deg, #FFCC99 46%,#ccff99 47%,#ccff99 50%,#ccff99 52%,#FFCC99 54%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCC99', endColorstr='#ccff99',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.chng-prov-to-booked{
	border-right:1px solid #ff6666 !important;
	background: #FFCC99; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #FFCC99 46%, #ccff99 47%, #ccff99 50%, #ccff99 52%, #ff6666 54%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(46%,#FFCC99), color-stop(47%,#ccff99), color-stop(50%,#ccff99), color-stop(52%,#ccff99), color-stop(54%,#ff6666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #FFCC99 46%,#ccff99 47%,#ccff99 50%,#ccff99 52%,#ff666654%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #FFCC99 46%,#ccff99 47%,#ccff99 50%,#ccff99 52%,#ff6666 54%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #FFCC99 46%,#ccff99 47%,#ccff99 50%,#ccff99 52%,#ff6666 54%); /* IE10+ */
	background: linear-gradient(135deg, #FFCC99 46%,#ccff99 47%,#ccff99 50%,#ccff99 52%,#ff6666 54%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCC99', endColorstr='#ff6666',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.chng-blocked-to-booked{
	border-right:1px solid #FF6666 !important;
	background: #FF6666; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #FF6666 50%, #FF6666 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#FF6666), color-stop(50%,#FF6666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #FF6666 50%,#FF6666 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #FF6666 50%,#FF6666 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #FF6666 50%,#FF6666 50%); /* IE10+ */
    background: linear-gradient(135deg, #FF6666 50%,#FF6666 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6666', endColorstr='#FF6666',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.chng-prov-to-blocked{
	border-right:1px solid #000 !important;
    background: #FF6666; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #FFCC99 50%, #FF6666 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#FFCC99), color-stop(50%,#FF6666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #FFCC99 50%,#FF6666 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #FFCC99 50%,#FF6666 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #FFCC99 50%,#FF6666 50%); /* IE10+ */
    background: linear-gradient(135deg, #FFCC99 50%,#FF6666 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCC99', endColorstr='#FF6666',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.chng-blocked-to-prov{
	border-right:1px solid #FFCC99 !important;
	background: #FF6666; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #FF6666 50%, #FFCC99 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#FF6666), color-stop(50%,#FFCC99)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #FF6666 50%,#FFCC99 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #FF6666 50%,#FFCC99 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #FF6666 50%,#FFCC99 50%); /* IE10+ */
    background: linear-gradient(135deg, #FF6666 50%,#FFCC99 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6666', endColorstr='#FFCC99',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.chng-av-to-blocked{
	border-right:1px solid #000 !important;
	background: #FF6666; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #CCFF99 50%, #FF6666 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#CCFF99), color-stop(50%,#FF6666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #CCFF99 50%,#FF6666 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #CCFF99 50%,#FF6666 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #CCFF99 50%,#FF6666 50%); /* IE10+ */
    background: linear-gradient(135deg, #CCFF99 50%,#FF6666 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCFF99', endColorstr='#FF6666',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.chng-blocked-to-av{
    border-right:1px solid #OOO !important;
    background: #CCFF99; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #FF6666 50%, #CCFF99 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#FF6666), color-stop(50%,#CCFF99)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #FF6666 50%,#CCFF99 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #FF6666 50%,#CCFF99 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #FF6666 50%,#CCFF99 50%); /* IE10+ */
    background: linear-gradient(135deg, #FF6666 50%,#CCFF99 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6666', endColorstr='#CCFF99',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.availability-hdr{
	width:100%;
	max-width:100%px;
	display:inline-block;
}
.availability-hdr .av-row{
	width:100%;
	float:left;
	clear:left;
}
.availability-hdr .av-row div{
	display:inline-block;
}
.availability-hdr .availability-date-nav{
	margin-left:20px;
}
/*.availability-hdr .availability-date-nav input[type="submit"], .btn {
	cursor:pointer;
	max-width:250px;
	border:0;
	background:#524B95;
	background-image:linear-gradient(bottom, #524B95 0%, #2B1568 52%);
	background-image:-moz-linear-gradient(bottom, #524B95 0%, #2B1568 52%);
	background-image:-webkit-linear-gradient(bottom, #524B95 0%, #2B1568 52%);
	color:#FFF;
	font-size:12px;
	font-weight:700;
	margin:5px 5px;
	padding:5px 10px 5px 10px;
	border-radius:8px;
}*/
.availability-hdr .key{
	padding-top:5px;
	font-size:12px;
	margin-left:0 !important;
}
.availability-hdr .key .av, .prov, .bkd, .av-to-bk, .av-to-book-key, .av-key, .bkd-key{
	height:15px;
	width:15px;
	display: inline-block;
	margin-left:10px;
}
.availability-hdr .key .av, .av-key{
        border-radius: 50%;
	background-color:#92b441;
}
.availability-hdr .key .av-to-bk, .av-to-book-key{
        border-radius: 50%;
	background-color:#0D673B;
}
.availability-hdr .key .prov{
        border-radius: 50%;
	background-color:#FFCC99;
}
.availability-hdr .key .bkd, .bkd-key{
        border-radius: 50%;
	background-color:#cccccc;
} 
.availability-hdr .av-row  .web-link{
	width:30%;
	float:left;
}
.availability-hdr .av-row  .web-link .website-link{
	max-width:200px;
	margin-top:0;
}
.availability-hdr .av-row  .farm-av-detail{
	width:69%;
	float:left;
}
.availability-hdr .mod{
    width:30%;
}
.availability-hdr .chart-inst{
	float:left;
	margin-top:10px;
	padding:5px 150px 5px 150px;
		max-width:950px;
	font-size:1em;
	background-color:#0D673B;
	color:#ffffff;
	text-align:center;
}

/*booking Form*/
#bk_form_outer_wrapper{
	padding:10px;
	margin:0 auto;
	margin-right:15px;
    font-size:13px;
}
#bk_form_outer_wrapper{
        padding: 0 !important;
        margin-right: 0 !important;
}

#bk_form_outer_wrapper #bk_form_inner_wrapper{
	font-family:Arial, Helvetica, sans-serif;
	overflow:auto;
	margin:0 auto;
	background-color:#CCCCCC;
	border:1px #999999 solid;
	width:99%;
	padding:5px;
	color:#333333;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper{
    overflow:hidden !important;
    background-color: white !important;
    border:none !important;
    width:100% !important;
    padding:0 !important;
    font: normal 14px/18px Arial, Helvetica, sans-serif;
}

#bk_form_outer_wrapper #bk_form_inner_wrapper input[type="text"]{
	display:inline-block;
	height:30px;	
	margin:0;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper select{
	height:30px;	
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .bk_row{
	clear:both;
	overflow:auto;
	margin-bottom:5px;
}
/*#bk_form_outer_wrapper #bk_form_inner_wrapper .bk_left_col{
	width:48.30%;
	background-color:#FFFFFF;
	border:1px #999999 solid;
	padding:5px;
	float:left;
	clear:left;
	display:inline-block;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .bk_right_col{
	width:48.30%;
	background-color:#FFFFFF;
	border:1px #999999 solid;
	 padding:5px;
	float:right;
	min-height:20px;
	display:inline-block;
}*/
#bk_form_outer_wrapper #bk_form_inner_wrapper .bk_left_col{
        width:100% !important;
        background-color:#FFFFFF !important;
        border:none !important;
        padding:0 !important;
        float:left !important;
        clear:left !important;
        display:inline-block !important;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .bk_right_col{
        width:100% !important;
        background-color:#FFFFFF !important;
        border:none !important;
        padding:5px !important;
        float:right !important;
        min-height:20px !important;
        display:inline-block !important;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .row{
	position:relative;
	width:100%;
	margin-top:3px;
	margin-left:5px;
	float:left;
	clear:left;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .row h3{
	padding:0;
	margin-left:0px;
	font-size:16px;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .row h4{
	padding:0;
	margin:0 10px 5px 0px;
	margin-left:10px;
	font-size:12px;
	font-weight:600;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .lcol{
	width:70%;
	display:inline-block;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .rcol{
        text-align:right;
	float:right;
	width:30%;
	display:table;
}
@media only screen and (max-width: 767px) {
        #bk_form_outer_wrapper #bk_form_inner_wrapper .rcol{
            width:unset;
        }
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .label{
	width:30%;
	text-align:left;
	display:inline-block;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .sel{
	margin-left:3px;
	text-align:left;
	display:block;
        z-index:2;
        position:relative;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .info{
	position:absolute;
	bottom: 0;
	width:55%;
	font-size:11px;
	 margin-left:3px; 
	text-align:left;
	display:inline-block;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .info{
        position:relative;
        top: 1px;
        width:55%;
        font-size:11px;
        margin-left:3px;
        text-align:left;
        display:inline-block;
        z-index:1;
}

#bk_form_outer_wrapper #bk_form_inner_wrapper .dog_info{
	visibility:inherit;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .g_total_box, .s_total_box{
	font-size:14px;
	padding-top:3px;
	padding-left:5px;
	font-weight:700;
	margin-right:15px;
	width:100px;
	height:18px;
	display:inline-block;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .g_total_box, .s_total_box{
        float:none !important;
        border:none !important;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .g_total_box{
        margin-right:5px;
}
#unit_total_1{
        margin-right:10px;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .g_total_row{
	float:right;
	width:200px;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .extra_row{
	padding:3px;
	border:1px #CCCCCC solid;
	float:left;
	margin:1px;
	width:97%;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .extra_desc{
	float:left;
	display:inline;
	min-width:65%;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .extra_select{
	float:right;
	display:inline;
	width:33%;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .g_total_row{
	text-align: right;
	font-size:16px;
	font-weight:600;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .b_form{ 
    width: 95%; 
    color: #222222; 
    padding: 2px;
} 
#bk_form_outer_wrapper #bk_form_inner_wrapper .b_form .blabel{
    display:inline;
	float:left;
	width:23%;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .b_form{
    width: 100% !important;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .b_form .blabel{
    display:inline !important;
    width:23% !important;
    float: none !important;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .b_form .fiput{
    display:inline;
	float:left;
	width:70%;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .b_form .field{ 
 	display:inline-block;
	margin-bottom:20px;
	width:100%;
} 
#bk_form_outer_wrapper #bk_form_inner_wrapper .b_form .field .req{
	display:inline;
	margin-left:10px;
	font-weight:bold;
	color:#FF0000;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .b_form .field .req{
        margin-left:0 !important;
}

#bk_form_outer_wrapper #bk_form_inner_wrapper .b_form input[type=text]{ 
   width: 100%; 
   max-width: 100%;
}  
#bk_form_outer_wrapper #bk_form_inner_wrapper .b_form select{
	float:left;
	width:100%;
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .b_form textarea{ 
    height: 59px !important; 
    width: 100%; 
}
@media screen and (max-width: 480px) {
  #bk_form_outer_wrapper #bk_form_inner_wrapper .b_form input[type=text]{
    width: 96%;
  }
  #bk_form_outer_wrapper #bk_form_inner_wrapper .b_form select{
    width:96%;
  }
  #bk_form_outer_wrapper #bk_form_inner_wrapper .b_form textarea{
    height: 59px;
    width: 96%;
  }
}
 
 #bk_form_outer_wrapper #bk_form_inner_wrapper .b_form .field input[type=submit]{ 
	width:90%;
	color:#fff;
	font-weight:bold;
   	height:40px;
	margin:10px;
	background-color:#639432;
	text-align:center;
	-moz-border-radius:5px;	
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor:pointer; 
}
#bk_form_outer_wrapper #bk_form_inner_wrapper .b_form .field input[type=submit]{
  background-color: #dc3809 !important;
  width: 100% !important;
  height: 32px !important;
  border: none !important;
  border-radius: 6px !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-align:center !important;
  cursor:pointer !important;
  margin: 0 !important;
}
 
#bk_form_outer_wrapper #bk_form_inner_wrapper .b_form .field{ 
    margin-bottom: 8px; 
}
@media only screen and (max-width : 769px) {
	#bk_form_outer_wrapper #bk_form_inner_wrapper .b_form .blabel{ 
		display:inline-block;
		float:left;
		width:100%;
	}
	#bk_form_outer_wrapper #bk_form_inner_wrapper .b_form .fiput{
		display:inline-block;
		float:left;
		width:100%;
	}
	#bk_form_outer_wrapper #bk_form_inner_wrapper .bk_left_col{
		width:100%;
	}
	#bk_form_outer_wrapper #bk_form_inner_wrapper .bk_right_col{
		width:100%;
		float:left;
	} 
    #bk_form_outer_wrapper #bk_form_inner_wrapper .bk_right_col .field{
		margin-left:10px;
	}
}
input:focus { border: 1px dotted black; }
input.error { border: 2px solid red; }
select.error { border: 2px solid red; }
textarea.error { border: 2px solid red; }
form.cmxform label.error, label.error {
	float:left;
	clear:left;
	color: red;
	font-style: italic
}
/*Booking Summary*/
#bk_sm_outer_wrapper{
	padding:10px;
	margin:0 auto;
    font-size:12px;
}
#bk_sm_outer_wrapper #bk_sm_inner_wrapper{
	overflow:auto;
	margin:0 auto;
	background-color:#CCCCCC;
	border:1px #999999 solid;
	width:99%;
	padding:5px;
	color:#333333;
}
#bk_sm_outer_wrapper #bk_sm_inner_wrapper input[type="text"]{
	display:inline-block;
	height:20px;	
	margin:0;
}
#bk_sm_outer_wrapper #bk_sm_inner_wrapper select{
	height:22px;	
}
#bk_sm_outer_wrapper #bk_sm_inner_wrapper .bk_row{
	clear:both;
	overflow:auto;
	margin-bottom:5px;
}

/* clearfix */
#bk_sm_outer_wrapper #bk_sm_inner_wrapper .grid:after {
  content: '';
  display: block;
  clear: both;
}
#bk_sm_outer_wrapper #bk_sm_inner_wrapper .grid-item {
  width: 49%;
  margin-bottom: 8px;
  height:auto;
  float: right;
  background: #fff;
  border: 1px solid #333;
  display:inline-block;
}
#bk_sm_outer_wrapper #bk_sm_inner_wrapper .row{
	position:relative;
	width:100%;
	margin-top:3px;
	margin-left:5px;
	float:left;
	display:inline-block;
}
#bk_sm_outer_wrapper #bk_sm_inner_wrapper .row div{
	display:inline-block;
}
#bk_sm_outer_wrapper #bk_sm_inner_wrapper   h2{
	padding:0;
	margin-left:4px;
	font-size:16px;
}
#bk_sm_outer_wrapper #bk_sm_inner_wrapper .row .label{
	font-weight:600;
	width:30%;
	text-align:left;
	margin-left:20px;
}
#bk_sm_outer_wrapper #bk_sm_inner_wrapper .row .sel{
	margin-left:3px;
	text-align:left;
}
#bk_sm_outer_wrapper #bk_sm_inner_wrapper .paypal-button{
	width:100%;
	text-align:center;
}
#bk_sm_outer_wrapper #bk_sm_inner_wrapper .print-btn{
	position:relative;
	height:40px;
	margin:10px;
	background-color:#639432;
	text-align:center;
	-moz-border-radius:5px;	
	-webkit-border-radius:5px;
	border-radius:5px;
}
#bk_sm_outer_wrapper #bk_sm_inner_wrapper .print-btn a{
	color:#fff;
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	font-size:2em;
	text-decoration:none;
}
.printInfo{visibility:hidden;height:100px;}
.availability-hdr .chart-inst{
	padding:5px !important;
}
.mob-avilability-outer{	
    text-align:center;
    min-height:0;
    width: 281px;
    padding: 0 8px;
}
.mob-avilability-outer .availName{
	text-align:center;
	font-weight:700;
}

/* Calendar block twin outer */
.twin-calendar-block {
    width: 564px;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #92b441;
}
.twin-calendar-block > div:first-child {
    border-right: 1px solid #92b441;
}
.twin-calendar-block > div:last-child {
    border-left: 2px solid #92b441;
    margin-left: -1px;
}

/* calendar block header */
.mob-avilability-header {
    border-bottom: 1px solid #92b441;
    margin-bottom: 10px;
}
.mob-avilability-header .prevnext {
}
.mob-avilability-header .prevnext .hide-til-mobile {
   display: none;
}
.mob-avilability-header .prevnext img {
    width: auto;
    float: right;
}
.mob-avilability-header .mob-date {
    color: #759649;
    display: block;
    font-size: 18px;
    line-height: 40px;
}
.mob-avilability-header .slide-left-up {
    margin-top: -3px;
    margin-left: -6px;
}
.mob-avilability-header .slide-right-up {
    margin-top: -3px;
    margin-right: -6px;
}

/* calendar itself - 7 cell rows */
.mob-avilability-inner td a {
    display:block;
    width:100%;
}
.mob-avilability-inner  td  a {
    display:block !important;
    width:100% !important;
    cursor:crosshair !important;
    color:#fff !important;
}

.mob-avilability-inner th a{
    text-decoration:none;
    padding:5px !important;
    color:#ffffff;
    font-size:16px !important;
}
.mob-avilability-inner .mob-date{
    text-align:center;
}
.mob-avilability-inner .mob-wk{
    color: #6b727a;
}
.mob-avilability-inner .tdData{
    font-size:14px !important;
    font-weight:600;
    border:1px solid #fff;
    min-width: 33px;
    position: relative;
}
.mob-avilability-inner .tdData .content {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.mob-avilability-inner .mob-wk{
	font-size:12px;
	font-weight:700;
}
.mob-avilability-inner {
    display: table;
    margin-bottom: 10px;
}
.mob-avilability-inner .row {
    display: table-row;
}
.mob-avilability-inner .cell {
    display: table-cell;
    padding: 0;
    font-size: 14px;
    width: 14.28%;
    padding-bottom: 5px;
}
.mob-avilability-inner .tdData > span {
    font-size:17px;
    width: 100%;
    max-width: 32px;
    display: flex;
    justify-content: center;
    color: #ffffff;
    padding: 6px;
}
@media only screen and (max-width: 342px) {
  .mob-avilability-inner .tdData > span {
    max-width: 28px;
    max-height: 28px;
  }
}
/*.mob-avilability-inner .tdData > span:after{
    content:'';
    display:block;
    padding-bottom: 100%;
}*/


.mob-avilability-inner  td  a {
    display:block !important;
    width:100% !important;
	cursor:crosshair !important;
	 color:#fff !important;
}
.mob-avilability-inner .checkbox {
	text-align:center;
    width: 19px;
    height: 20px;
    padding: 0px;
	margin:0 auto;
	margin-bottom:-20px;
    background: url(/assets/images/chart/ckBxBg.png) no-repeat;
    display: block;
    clear: both;
	cursor:pointer;
 }
.mob-avilability-inner  .checked {
     background-position: 0px -50px;   
}

.mob-avilability-inner .clicked {
     background-position: 0px -25px;
}
.mob-avilability-inner  input[type="submit"], .bookStay {
	cursor:pointer;
	width:100%;
	border:0;
	background:#524B95;
	background-image:linear-gradient(bottom, #524B95 0%, #2B1568 52%);
	background-image:-moz-linear-gradient(bottom, #524B95 0%, #2B1568 52%);
	background-image:-webkit-linear-gradient(bottom, #524B95 0%, #2B1568 52%);
	color:#FFF;
	font-size:16px;
	letter-spacing:1px;
	font-weight:600;
	margin:0;
	padding:5px 10px 5px 10px;
	border-radius:5px;
        left: calc(50% - 8px);
        transform: translateX(-50%);
}

/* handle the layers for half day */
.date-time > .df-loaded-calendar > .twin-calendar-block > .mob-avilability-outer > .mob-avilability-inner > .row > .cell > .semi-circle-layer {
    position: absolute;
    z-index: 2;
    width: 16px !important;
    border-radius: 100% / 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    left: calc(50% - 8px);
    transform: translateX(-50%);
}
.number-layer {
    position: absolute;
    z-index: 3;
    left: calc(50%);
    transform: translateX(-50%);
}
.full-width{
        background-color:#ffffff;
        display:inline-block !important;
        width:100% !important;
}
.full-width{
        background-color:transparent !important;
        display:inline-block !important;
        width:100% !important;
}

#total-tag{
  display: inline-block;
}
.durationRow{
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 16px !important;
}
.departRow{
  float: none !important;
  display: inline-block;
  width: 50% !important;
}
.tandclabel{
  font-weight: bold;
}
.tandcbox{
  display: block;
  margin-top: 10px !important;
}
.df-calendar-title{
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 10px;
  font-weight: bold;
}
.twin-calendar-block {
  width: 100% !important;
}
.mob-avilability-outer {
  width: 50% !important;
}
.mob-avilability-header .slide-left-up {
    margin-top: 8px !important;
}
.mob-avilability-header .slide-right-up {
    margin-top: 8px !important;
}
.mob-avilability-header .prevnext .hide-til-mobile {
    display: none;
}
@media only screen and (max-width: 1180px) {
  .date-time > .df-loaded-calendar > .twin-calendar-block > .mob-avilability-outer > .mob-avilability-header .prevnext .hide-til-mobile {
    display: block !important;
  }
  .date-time > .df-loaded-calendar > .twin-calendar-block > div:last-child {
    display: none !important;
  }
  .date-time > .df-loaded-calendar > .twin-calendar-block > .mob-avilability-outer {
    width: 100% !important;
  }
}
.date-time img {
  padding: 0;
}
.chk-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    z-index: 5;
}
.booking-checkmark {
    display: block;
    top: 0;
    left: 0;
    height: 37px;
    width: 37px;
    border: solid #759649 1px;
    border-radius: 5px;
}
.chk-box input:checked ~ .booking-checkmark:after {
    display: block;
    position: relative;
}
.booking-checkmark:after {
    left: 13px;
    top: 3px;
    width: 9px;
    height: 22px;
    border: solid #759649;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.booking-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.df-loaded-calendar{
    font: normal 14px/18px Arial, Helvetica, sans-serif;
}
