/* 
    Created on : Sep 9, 2020, 04:30 PM
    Author     : Sander Edwards van Muijen <sander@cinnamon.nl>
*/

.homepage-map-block-map {
	width: 500px;
	height: 500px;
}

.homepage-map-block-map.netherlands {
  width: 100%;
  height: 633px;
}

#block-homepagemapblock li.filter a {
	font-weight: normal;
} 

#block-homepagemapblock li.filter.active a {
	font-weight: bold;
}

div#set_zoom_fields {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #FFF;
	top: 38px;
	padding-top: 5px;
	width: 100%;
	text-align: center;
	background-color: #EEE;
	padding: 25px;
}

div#set_zoom_fields div.zoom-field-wrapper {
  display: inline-block;
  border: #AAA 3px solid;
  border-radius: 10px;
  padding: 10px;
  background-color: #DDD;
}

div#set_zoom_fields div.zoom-field-wrapper:not(:first-child) {
	margin-left: 10px;
}

div#set_zoom_fields input[type="text"] {
	width: 100px;
	margin: 0;
}