.alert-success {
    border-radius: 0;
    margin-bottom: 0;
}


.multiselect-container.dropdown-menu {
	width:  100% !important;
	max-height: 50vh !important;
  	overflow: auto !important;
}

.departure_city {
	position: relative;
	z-index: 1;
}

.area_results {
	background-color: #fff;
	padding: 9px 18px 9px 18px;
	max-height: 300px;
	overflow: auto;
	width: 100%;
	color: #231f20;
	font-size: 14px
}

.area_results a {
	line-height: 18px;
	padding: 6px;
	display: block;
	margin-bottom: 6px;
}

.area_results a:nth-child(even) {
	background: #00aeef;
	color: #fff;
}

.area_results a:nth-child(odd) {
	background: #FFF
}

.wrapper {
    border: 1px solid #E6E9ED;
    margin-left: -9px;
    margin-right: -9px;
    padding: 24px 36px;
    margin-bottom: 24px;
    padding-bottom: 6px;
}

.datepicker.dropdown-menu {
	width: 293px;
}
