.leaflet-sidebar .close {
	/*border: 1px solid #3182bd;*/
	background: #D1E2E2;
	opacity: 0.8;
    z-index: 800;
}

#sidebar {
	background: #D1E2E2;
	border-style: none;
	opacity: 0.8;
    z-index: 800; 
}

#sidebar h2{
	color: #004b8c;
}

#sidebar h3{
	color: gray;
}

.leaflet-panel-layers {
	background: #D1E2E2;
	border-radius: 4px;
	opacity: 0.8;
}

.leaflet-panel-layers-group {
	border: 1px solid #3182bd;
	color: #004b8c;
	font-weight: bold;
}

.leaflet-panel-layers-item {	
	font-weight: normal;
}

.leaflet-panel-layers-item:hover {	
	background-color: #deebf7;
	font-weight: bold;
}

.leaflet-bar a, .leaflet-bar button, .geocoder-control-input {
	background-color: #D1E2E2;
	border-style: none;
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
}

.leaflet-bar:enabled a:hover, .leaflet-bar button:hover, .geocoder-control-input:hover {
	background-color: #FFF;
}

.easy-button-button .enable-all-layers-active {
	background-image : url(../img/icons/eye.png);
  	background-position: center center;
  	background-repeat: no-repeat;
	background-size: contain;
}

.easy-button-button .disable-all-layers-active {
	background-image : url(../img/icons/eye_hidden.png);
  	background-position: center center;
  	background-repeat: no-repeat;
	background-size: contain;
}

.clustV1icon{
    width: 26.25px;
    height: 30px;
    background-image: url('../img/icons/V1.png');
    background-size: cover;
}
.clustV1counter {
    width: 18px;
    height: 18px;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
    background-color: #420E62;
	border-radius: 20px;
	text-align: center;
	margin-left: 14px;
}
.clustforticon{
    width: 26.25px;
    height: 30px;
    background-image: url('../img/icons/fort.png');
    background-size: cover;
}
.clustfortcounter {
    width: 18px;
    height: 18px;
    line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
    background-color: #8B6E15;
	border-radius: 20px;
	text-align: center;
	margin-left: 14px;
	margin-top: -14px;
}
.clustradaricon{
    width: 26.25px;
    height: 30px;
    background-image: url('../img/icons/radio.png');
    background-size: cover;
}
.clustradarcounter {
    width: 18px;
    height: 18px;
    line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
    background-color: #00348A;
	border-radius: 20px;
	text-align: center;
	margin-left: 14px;
	margin-top: -14px;
}
.clustonderduikersholicon{
    width: 26.25px;
    height: 30px;
    background-image: url('../img/icons/onderduikershol.png');
    background-size: cover;
}
.clustonderduikersholcounter {
    width: 18px;
    height: 18px;
    line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
    background-color: #5F7D19;
	border-radius: 20px;
	text-align: center;
	margin-left: 14px;
	margin-top: -14px;
}
.clustkampicon{
    width: 26.25px;
    height: 30px;
    background-image: url('../img/icons/kamp.png');
    background-size: cover;
}
.clustkampcounter {
    width: 18px;
    height: 18px;
    line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
    background-color: #5F7D19;
	border-radius: 20px;
	text-align: center;
	margin-left: 14px;
	margin-top: -14px;
}
.clustkazerneicon{
    width: 26.25px;
    height: 30px;
    background-image: url('../img/icons/kazerne.png');
    background-size: cover;
}
.clustkazernecounter {
    width: 18px;
    height: 18px;
    line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
    background-color: #69688E;
	border-radius: 20px;
	text-align: center;
	margin-left: 14px;
	margin-top: -14px;
}
