/* licenced under EUPL, https://eupl.eu/1.2/nl/*/
#coords{
	margin:0px 0px 0px 20px;
	font-weight: 500;
	font-size: 12px;
	float: left;
}
#area{
	margin:0px 0px 0px 20px;
	font-weight: 500;
	font-size: 12px;
	float: left;
}
#map_type{
    float: left;
    width: 350px;
    margin: 15px 0px 0px 113px;
}
#loader, #omgeving_loader{
	display: none;
	padding: 2px 2px 2px 4px;
	position: absolute;
	top: 15%;
	left: 28%;
	width: 200px;
	height: 21px;
	display: block;
	z-index: 1000;
	background-color: white;
	border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 5px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 5px 5px rgba(0,0,0,0.2);
	box-shadow: 5px 5px rgba(0,0,0,0.2);
}
#loader img, #omgeving_loader img{
	float: left;
	height: 20px !important;
}

#loader_amount, #omgeving_loader_amount{
	margin-right: 4px;
	float: right;
	min-width: 10px;
}

#loader_text, #omgeving_loader_text{
	margin-left: 5px;
	float: left;
}
.orangeBox{
	margin-top: -30px;
	margin-left: -20px;
	margin-bottom: 5px;
	padding: 0px 0px 5px 10px;
	height: 20px;
	border-left: 10px solid orange;
	color: #0066cc;
	font-weight: 700;
	font-size: 16px;
}

.olControlLayerSwitcher .layersDiv{
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;

}

.latlon{
	margin-left: 10px;
	margin-top: 21px;
	float: left;
}

.layersDiv input{
	margin-right: 10px;
}
.layersDiv{
	font-size: 11px !important;
}
.popuplegend{
    border: 1px solid #c0c0c0;
    margin: 2px 10px 0px 0px;
    float: left;
    width: 10px;
    height: 10px;
}
.popup_title{
	font-style: normal;
    color: #0066cc;
    font-weight: 700;
    margin-right: 10px;
    float: left;
}
.popup_description{
	font-style: normal;
    margin: 2px 0px 10px 0px;
}
.popup{
	font-style: italic;
}

.layer-switcher {
	position: absolute;
	top: 3.5em;
	right: 0.5em;
	text-align: left;
	/*bottom: 2.5em;*/
}

.layer-switcher .panel {
	padding-right: 50px;
	border: 1px solid #cccccc;
	background-color: white;
	margin: 0;
	display: none;
	position: relative;
	max-height: 100%;
	overflow-y: scroll;
}

.google_modal .layer-switcher{
	max-height: 350px!important;
}

.google_modal .panel{
	max-height: 350px!important;
}
