
.simple_search_form {
	position: relative;
}
.simple_search_form .balloon {
	position: absolute;
	top: 55px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: none;
	padding: 10px;
	box-sizing: border-box;
	text-align: left;
	transition: all 200ms 0s ease;
	z-index: 100;
}
.simple_search_form .balloon_inner {
	overflow: hidden;
}
.simple_search_form .balloon_inner:before{
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
 	margin-left: -12px;
	border: 12px solid transparent;
	border-bottom: 12px solid #fff;
}
.simple_search_form .cols {
	display: table;
	width: 100%;
}
.simple_search_form .col1,
.simple_search_form .col2,
.simple_search_form .col3,
.simple_search_form .col4 {
	display: table-cell;
	position: relative;
}
.simple_search_form .col1 {
	width: 40%;
	white-space: nowrap;
}
.simple_search_form .icon {
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	color: #4a8f06;
	pointer-events: none;
}
.simple_search_form .col2 {
	width: 5%;
	padding: 0 5px;
	white-space: nowrap;
}
.simple_search_form .col3 {
	width: 20%;
	padding-right: 10px;
}
.simple_search_form .col4 {
	width: 35%;
}
.simple_search_form .date {
	width: 100%;
	-webkit-appearance: none;
}
.simple_search_form .date.placeholder {
	color: #999;
	font-weight: normal;
}
.simple_search_form .select {
	display: inline-block;
	background-color: #fff;
	height: 40px;
	line-height: 40px;
	border: solid 1px #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px 0 40px;
	box-sizing: border-box;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.simple_search_form .select.nights {
	width: 100%;
	white-space: nowrap;
	margin-right: 5px;
}
.simple_search_form .select.people {
	width: 100%;
	white-space: nowrap;
}
@-webkit-keyframes fadein {
	0%{
		opacity: 1;
	}
	100% {
		opacity: 0.5;
	}
}
@-webkit-keyframes fadeout {
	0%{
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
.simple_search_form .date.disabled,
.simple_search_form .select.disabled {
	-webkit-animation: fadein 0.2s linear;
	opacity: 0.5;
}
.simple_search_form .date.disabled:hover,
.simple_search_form .select.disabled:hover {
	-webkit-animation: fadeout 0.2s linear;
	opacity: 1;
}
.nights_balloon,
.people_balloon {
	display: none;
}
.nights_balloon {
	height: 345px;
	overflow: hidden;
}
.nights_balloon {
	overflow-y: scroll;
}
.nights_balloon {
	text-align: center;
}
.nights_balloon a:not(.config),
.people_balloon a:not(.config) {
	display: block;
	padding: 7px;
	color: #000;
	text-decoration: none;
	font-size: 15px;
}
.nights_balloon a:not(.config):hover,
.people_balloon a:not(.config):hover,
.nights_balloon a.active,
.people_balloon a.active {
	background-color: #FAFAF4;
}
.people_balloon a i {
	margin-right: 15px;
}
.people_balloon dl dt,
.people_balloon dl dd {
	display: table-cell;
	padding: 4px;
	font-size: 14px;
}
.people_balloon dl dt {
	width: 170px;
}
.people_balloon dl dd select {
	border: solid 1px #ccc;
	padding: 5px;
}
.people_balloon .button {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.people_balloon .note {
	border-top: solid 1px #ddd;
	padding-top: 15px;
}
