
/***************  templates/main/css/table-reservation-widget.css  ***************/
#booking-mask-wrapper .restaurant-picker label{
	margin-top: 2px;
}

#booking-mask-wrapper .booking-header{
	height: 50px;
	padding: 0;
	background: rgba(224, 186, 116, 0.8);
}
	#booking-mask-wrapper .booking-button .booking-button-text{
		float: left;
		display: block;
		width: 50%;
		padding: 10px 0;
		
		font-size: 12px;
		text-align: center;
		line-height: 15px;
	}
	
	#booking-mask-wrapper .booking-button .reservation.booking-button-text{
		width: 49.5%;
		border-right: 1px solid #94a1b3;
	}
	#booking-mask-wrapper.open .booking-button .reservation.booking-button-text{
		border-right: 1px solid transparent;
	}
	#booking-mask-wrapper.open .booking-button .booking-button-text.default{
		background: #e0ba74;
	}
#booking-mask-wrapper .booking-wpr{
	background: rgba(224, 186, 116, 0.8);
	padding: 0 22px;
}	
#booking-mask-wrapper.open .booking-wpr{
	padding: 0 22px 22px;
}
/*#booking-mask-wrapper .date, .booking .choose{
	height: 26px;
}*/
#booking-mask-wrapper .choose.children{
	margin-bottom: 10px;
}
#booking-mask-wrapper .table-plus-wrapper .choose.children{
	margin-bottom: 22px;
}
#booking-mask-wrapper label{
	/*margin: 8px 0 0;*/
	font-size: 13px;
}
#booking-mask-wrapper .additionals label{
	margin: 4px 0 0;
}

#booking-mask-wrapper .date input, 
#booking-mask-wrapper .choose select{
	float: right;
	width: 100%;
	font-size: 12px;
}
#booking-mask-wrapper .date input{
	width: 100%;
	/*padding-left: 10px;*/
}

#header .booking .choose:after{
	right: 0;
}

#booking-mask-wrapper .availability-checker,
#booking-mask-wrapper .table-plus-wrapper{
	display: none;
	/*margin: 25px 0 0;*/
}
#booking-mask-wrapper .table-plus-wrapper{
	margin-top: 18px;
}

#booking-mask-wrapper .availability-checker.active,
#booking-mask-wrapper .table-plus-wrapper.active{
	display: block;
}

#booking-mask-wrapper .additionals{
	margin: 10px 0;
}
#booking-mask-wrapper .close-switcher{
	display: none;
}
#booking-mask-wrapper.open .close-switcher{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	width: 58px;
	height: 15px;
	background: rgba(99,44,106,.9);
	margin: 0 auto;
	cursor: pointer;
	display: block;
}

.close-switcher.icon-arrow_up:after{
	position: relative;
	top: -4px;
	display: block;
	width: 100%;
	color: white;
 	font-size: 7px;
	content: '\e81e';
	text-align: center;
}
.close-switcher.icon-arrow_up:before{
	width: 100%;
}

/* Desktop & Landscape*/	
@media (min-width: 1024px) {

}

/* Landscape tablet to Desktop */	
@media (min-width: 1024px) and (max-width: 1279px) {

}

/* Portrait & Mobile */
@media (max-width: 1023px) {


}

/* Portrait tablet to Landscape */
@media (min-width: 768px) and (max-width: 1023px) {    

.booking .date.icon-grid:before{
	top: 21px;
	right: 3px;
}

}

/* Mobile to Portrait tablet */
@media (max-width: 767px) {

}

@media (max-width: 367px) {

}

@media (min-width: 1280px){ 

}
