

/* --- Stylesheet 4184 () --------- */ 

/* People Select */

.reserva-people-select {
	z-index: 100;
	position: absolute;
	left: 0px;
	min-width: 610px;
	background: white;
	box-shadow: 1px 1px 1px gray;
	display: none;
}
.reserva-people-select.backend {
	position: static;
	display: block;
}

.people-panel {
	padding: 20px;
}

.people-panel select {
	/* border: 1px solid gray;
	background: white none repeat scroll 0% 0%;
	padding: 3px 6px; */
	font-size: 12px;
	margin: 2px;
	width: 110px;
}

.people-panel select.rooms { width: 120px; }
.people-panel select.room-type { width: 120px; }
.people-panel select.room-adults { width: 120px; }
.people-panel select.room-childage { width: 100px; }

.people-group {
	margin-top: 5px;
	padding-left: 30px;
	padding-top: 5px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.people-panel .room-adults, .people-panel .room-type {
	font-weight: bold;
}

/* --- Stylesheet 4205 () --------- */ 

@media all and (min-width: 1000px) and (max-width: 1250px) {

}

@media all and (min-width: 768px) and (max-width: 999px) {

}

@media all and (min-width: 670px) and (max-width: 767px) {
	.reserva-people-select { top: 28px; }
}

@media all and (min-width: 600px) and (max-width: 669px) {
	.reserva-people-select { top: 28px; }
}

@media all and (max-width: 599px) {

	.reserva-people-select { top: 69px; width: 240px; min-width: initial; }
}