#leisat_map{
	height: 600px;
}

#search-bar{
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
}

#search-bar .form-control, #search-bar .input-group-text {
	border-radius: 0;
}

.search-button{
	background-color: #26b0a4;/*#266bb0;*/
	color: #fff;
	border: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
}

.search-button .large {
	display: inline;
}

.search-button .small {
	display: none;
}

@media (max-width: 1024px) {
	.search-button .large {
		display: none;
	}

	.search-button .small {
		display: inline;
	}
}

#search-bar button{
	white-space: nowrap;
}

#address{
	max-width: 100%;
	display: block;
	width: 100%;
	padding: .3rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
}

.input-group-append::after, .input-group-append::before {
	box-sizing: border-box;
}

#addressDropdownMenu{
	z-index: 10000;
	display: block;
	margin-top: -2px;
	padding: 16px 0 .5rem 0;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0 0 .3rem .3rem;
	min-width: 80%;
}

#closeAddressDropdownMenu{
	position: absolute;
	top: 0px;
	right: 0px;
}

#closeAddressDropdownMenu .close{
	height: 20px;
	margin-right: 1px;
	cursor: pointer;
}

#addressDropdownMenu .addressItem{
	padding: .25rem 1.5rem;
	cursor: pointer;
	width: 100%;
	display: inline-block;
}

#addressDropdownMenu .addressItem:hover{
	background-color: #f0f0f0;
}
