#map_container {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background: gainsboro;
}

#mapid {
    height: 600px;
    border-left: 1px solid black;
}

.helptext {
    margin-top: 15px;
}

#lyr_controller {
    padding: 10px;
    float:left;
    height: 100%;
}

.item-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.lyr-label {
    margin-left: 6px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.lyr-check {
    margin-right: 10px;
}

.legend-marker {
    margin-left: 6px;
}

.legend-item {
    height: 3rem;
}

label:after {
    content: none;
}

.map_item {
    padding-left: 0px;
    padding-right: 0px;
}

.leaflet-container a {
    font-size: 14px;
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
	background-color: rgba(141, 169, 204, 0.9);
	}
.marker-cluster-small div {
	background-color: rgba(108, 141, 181, 0.9);
	}

.marker-cluster-medium {
	background-color: rgba(114, 147, 187, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(55, 90, 133, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(34, 95, 113, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(0, 54, 71, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(141, 169, 204);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(108, 141, 181);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(114, 147, 187);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(55, 90, 133);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(34, 95, 113);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(0, 54, 71);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: white;
	}
.marker-cluster span {
	line-height: 30px;
	}