
.formulario-reservas {
	background: #fff !important;
	padding: 5px;
}
#bookingweb-form {
	
	width: 100%;
	font-size: 10px;
}

#bookingweb-form > div {
	margin: 0 auto;

}

#bookingweb-form .form-item label {
  display: block !important;
}

#bookingweb-form .form-item .form-item {
	margin: 0 !important;
}

#bookingweb-form .form-item {
	display: table-cell;
	text-align: center;
	vertical-align:middle;
	line-height: 20px;
	float: left;
}

div#block-bookingweb-bloque-form-bookingweb {
	font-size: 10px;
	max-width: 1170px;
	margin: 0 auto;
	display: table;
	width: 100%;
  	height: 100%;
}


#bookingweb-form .form-item fieldset {
	margin-right: 8px;
}

#bookingweb-form  div.boton-reservar {
	float: right !important;
	line-height: 20px;
	padding: 10px;
}

#bookingweb-form  div.boton-reservar button {
	/*font-weight: bold;
	font-size: 18px;*/
	background: #663f1b;
	color: #fff;
	border-radius: unset;
	margin-top: 15px;
}

@media (max-width: 767px) {
	#bookingweb-form  div.boton-reservar {
		clear: both;
		float: left !important;
		line-height: 20px;
		
	}
	#bookingweb-form div.form-item.div_habitacion1 {
		clear: both;
	}
	
	#bookingweb-form  div.boton-reservar button {
		margin-top: 0px;
	}
}

#bookingweb-form  div.form-item-entrada input,
#bookingweb-form  div.form-item-salida input {
    background-image: url(https://www.villasdeandalucia.com/sites/all/modules/_modulos_propios/bookingweb/images/icono_calendario.png);
    background-position-x: 95%;
    background-size: auto;
    background-repeat: no-repeat;
	background-position: right center;
    background-position-x: right;
/*	background-size: auto 100%;*/
	padding-right: 30px;
	width: 105px;
	cursor: pointer;
	height: 32px;
}

#bookingweb-form  div.form-item-e-hotel label,
#bookingweb-form  div.form-item-entrada label,
#bookingweb-form  div.form-item-salida label,
#bookingweb-form  div.form-item-e-noches label,
#bookingweb-form  div.form-item-e-habitaciones label,
#bookingweb-form  div.form-item-promocode label {
	color: #555753;
}


#block-bookingweb-bloque-form-bookingweb input,
#block-bookingweb-bloque-form-bookingweb textarea,
#block-bookingweb-bloque-form-bookingweb select,
#block-bookingweb-bloque-form-bookingweb legend > span{
	font-size: 11px;
	padding: 2px;
}


#block-bookingweb-bloque-form-bookingweb select#edit-e-hotel,
#block-bookingweb-bloque-form-bookingweb input#edit-e-noches,
#block-bookingweb-bloque-form-bookingweb select#edit-e-habitaciones,
#block-bookingweb-bloque-form-bookingweb input#edit-promocode {
	height: 32px;
}


#nNoches input {
	text-align: center;
}

#block-bookingweb-bloque-form-bookingweb input.datepicker {
	width: 80px;
	text-align: right;
}

#block-bookingweb-bloque-form-bookingweb legend,
#block-bookingweb-bloque-form-bookingweb div.panel-body {
	padding: 3px;
}

#bookingweb-form div.form-item {
    color: #555753;
    margin-right: 2px;
    margin-bottom: 2px;
}

#bookingweb-form div.form-item.boton-reservar {
    padding: 3px;
    background: #ffffff;
}

/*
#block-bookingweb-bloque-form-bookingweb textarea,
#block-bookingweb-bloque-form-bookingweb select {
	background: #fff none repeat scroll 0 0;
    border: none;
    box-sizing: none;
    color: #373737;
    padding: 3px;
}*/

#edit-habitacion1 div.help-block,
#edit-habitacion2 div.help-block,
#edit-habitacion3 div.help-block,
#edit-habitacion4 div.help-block,
#edit-habitacion5 div.help-block,
#edit-habitacion6 div.help-block {
	float: left;
}