/* filtri  */
.filtro-mappa {
	text-align: center;
}
.filtro-mappa span.label {
	margin-right: 8px;
}
.filtro-mappa .cmp-input {
	display: inline-block;
	position: relative;
	margin: 0;
}
.filtro-mappa input[type="text"] {
	width: auto;
	display: inline;
	margin-right: 8px;
	padding-right: 30px;
}
.filtro-mappa select {
	width: auto;
	margin-right: 8px;
}

/* autocomplete */
#autocomplete-search-address {
	position: absolute;
	z-index: 99;
}
#autocomplete-search-address .content {
	background-color: #fff;
	padding: 20px;
}
#autocomplete-search-address .autocomplete-item {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #000;
	cursor: pointer;
}
#autocomplete-search-address .autocomplete-item:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

/* popup infowindow */
#map {
	height: 650px;
}

/* popup infowindow */
.ol-popup {
	position: absolute;
	background-color: white;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
	min-width: 280px;
}
.ol-popup:after, .ol-popup:before {
	content: " ";
	top: 100%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}