body, wrapper {
   min-height:100vh;
}

.flex-fill {
   flex: 1 1 auto;
}

.typeahead-popup-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
}

.typeahead-popup-wrapper .list-group .list-group-item:hover{
	cursor: pointer;
}

.fa-spinner-block .fa,
.fa-spinner-block .fas{
	position: absolute;
	display: block;
	right: 0px;
	top: 3px;
	z-index: 100;
	opacity: 0.5;
}

.grid{
	width: 100%;
}

.grid-item{
	width: 200px;
}

.map-section{
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
	border: none;
	height: 650px;
	background-color: #eeeeee;
	overflow: hidden;
}

.google-auto-placed{
	margin: 30px 0px;
}