/* Personalizacion Booking */
#bookingGrid {
    width: 100%;
    font-size: 1em !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color:#fff;
    /*height: 50px;*/
    padding: 0;
    text-transform: uppercase;
    background-color: #171617;
    margin: 0px 0 16px 0px;
}
#bookingGrid h2 
{
    text-transform: capitalize;     
    float: left;     
    margin: 21px 20px 0px 0px;     
    color: #fff;
    font-family: "Times New Roman", Arial, Helvetica, serif;
    font-size: 1.8rem;
    font-weight: bold;
    display: none;
    }
#bookingGrid fieldset {
	border: none;
	display: none;
}
.ui-widget-content {z-index: 90 !important;}
/*#bookingGrid .bookingFooter .a_button_search {margin-top: 16px; height: 35px; width: 79px;     float: right;}*/
#bookingGrid .row {
	clear: none; 
	margin: 0;
}
#bookingGrid .grid_6,#bookingGrid .grid_1,#bookingGrid .grid_2,#bookingGrid .grid_3,#bookingGrid .grid_4,#bookingGrid .grid_5,#bookingGrid .grid_7 {
width: auto;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	ESTILOS PERSONALIZADOS
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	#booking-box {
		color:#3D3D3D; text-shadow:1px 1px 2px #fff;
		width:750px; font-weight:normal;
		height:36px; padding: 4px 0 0 11px;
		margin:0 auto;
		text-transform: uppercase;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:10px;
		border:1px color red;
		background: #ffe9f5; /* Old browsers */
			background: -moz-linear-gradient(top,  #ffe9f5 1%, #dbdbdb 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffe9f5), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #ffe9f5 1%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #ffe9f5 1%,#dbdbdb 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #ffe9f5 1%,#dbdbdb 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #ffe9f5 1%,#dbdbdb 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9f5', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
	}


	

	#booking-box input, #booking-box select {
		
color: #a9a9a9;
		
font-family: "Open Sans", Arial, Helvetica, sans-serif;
		
border: 1px solid #aa9058;
		
cursor:pointer;
		
padding: 0 8px;
		
border-radius: 3px;
		
background-color: rgba(255,255,255,.1);
		
height: 40px;
		
width: 100px;
		
margin-bottom: 8px;
	}
	input.a_button_search  {
		width: auto !important;
		margin-top: 39px;
		margin-left: 1rem;
		float: left;
		display: inline-block;
		padding: 6px 15px !important;
		text-decoration: none;
		text-align: center;
		color: #ffffff !important;
		font-size: 0.8em !important;
		font-size: 1.1em;
		background-color: #a7915a;
		margin-right: 16px;
		border: 2px #a7915a solid !important;
		transition: 0.3s;
		}
    input.a_button_search:hover {
        
        -moz-filter:brightness(110%);
        -webkit-filter:brightness(110%);
        filter:brightness(110%);
		color:#fff !important;
		background: #a7915a !important;
		border: 2px #a7915a solid !important;
    }
    input.a_button_search :active {
        position:relative;
        top:1px;
    }
    
	#booking-promocode {width: 84px; float: left; margin-right: 0.5rem !important; }
	#booking-promocode input {
    margin: 3px 8px 0 0;
    color:#666;
    width:63px;
    border-radius:3px;
    height: 39px;
    width: 100%;
    background: rgba(255,255,255,.1);
    }


	form#booking-engine 
	{
	    padding: 20px; 
	    max-width: 990px;
	    z-index:999999;
	    margin: auto;     
	    border-radius: 4px;
	    background: #171617;
	    position: relative;
    }
	
	#booking-engine .titleBooking {
		text-transform:uppercase;
		float:left;
		margin-right:30px;
		font-size:14px;
		padding:4px;
		margin-bottom: 5px;
		color: #666
	}

	#booking-engine .searchType {
		float:left;
	}

	#booking-engine .searchType label {
		margin-right:20px;
		color: #253955
	}

	#booking-engine .column {
		margin: 2px 10px 0 0;
		*margin: 2px 41px 0 0;
	}
	#booking-engine label {
		font-size: 0.8em;
	}
	#booking-engine .calendar-icon {
		font-size: 1em;
		background-position: 73px!important;
	}
	.a_button_search { 
		position:relative;
		cursor:pointer;
	}
	label { white-space: nowrap;}
	

	/*.submit {color:#fff; background:#E7298B; cursor:pointer; margin-top:6px; *margin-top:2px; text-transform:uppercase;padding: 2px 7px!important;} */
	/*input.a_button_search {color: #0063AC!important;background: #FAD900!important;cursor: pointer;margin-top: 2px!important;text-transform: uppercase;padding: 1px 6px!important;font-size: 12px!important;} 
	input.a_button_search:hover {} 
	*/
	
	/*   #Video { margin-top: -110px!important;}   */
	
	
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
/* Personalizacion calendario */
.calendar thead .title {background-color: #ddab39;color:#fff;border:0;}
input#txtStartDate{width: 115px; height:40px; border-radius:3px}
input#txtEndDate{width: 115px; height:40px; border-radius:3px}
/*#bookingGrid input.block, #bookingGrid select.block, #bookingGrid label.block {display: inline!important;}*/
.calendar { z-index:400;}
.calendar-icon {background:#0f0f0f}
.calendar table {
	font-size: 0.85rem;
	border:0;
	background: #f9f9f9;
}
.calendar {
    border: 1px solid #ccc;
}
.calendar .button {
	border: 0;
	padding: 0.2rem;
}
.calendar tfoot .ttip {
	border:0;
	color: #5f5f5f;
}
.calendar thead .name {
	color: #757575;
	border-bottom: 0;
}
.calendar tbody .day {
	padding: 0.5rem;

}
.calendar tbody td {
	transition: 0.3s;
}
.calendar tbody td.hilite {
	border:0;
	background: #eaeaea;
	padding:0.5rem;
}
.calendar tbody td.disabled {
	color: #ccc;
}
.sello {
	width: 120px;
    height: 100px;
    display: flex;
    align-content: flex-end;
    margin: auto;
}
.sello img {
	width: 120px;
    height: 100px;
}

/*////////////////// ESTILOS MOVILES /////////////////*/

@media only screen and (max-width: 800px) {
	
	input#txtStartDate{width: 140px; height:40px; border-radius:3px}
	input#txtEndDate{width: 140px; height:40px; border-radius:3px}
	#booking-box input, #booking-box select {width: 89px;}
}
@media only screen and (max-width: 667px) {
	#bookingGrid { width: 73%; margin: 20px auto;}
}
@media only screen and (max-width: 414px) {
	form#booking-engine {padding: 10px;}
	#bookingGrid { width: 100%; margin: 20px auto;}
}

@media only screen and (max-width: 375px) {
	#booking-box input, #booking-box select { width: 77px;}
	input#txtStartDate{width: 120px; height:40px; border-radius:3px}
	input#txtEndDate{width: 120px; height:40px; border-radius:3px}
	#bookingGrid { width: 100%; margin: 0px auto 16px auto}
}

@media only screen and (max-width: 320px) {
	input#txtStartDate{width: 100px; height:40px; border-radius:3px}
	input#txtEndDate{width: 100px; height:40px; border-radius:3px}
	#booking-box select {width: 63px;}
	#booking-engine label {font-size: 0.6em;}
}



