html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#map {
	margin: auto;
	height: 100%;
	width: 100%;
	position: float;
	border: 1px dashed darkgrey;
}

.leaflet-top {
	top: -6px;
}

.leaflet-touch
.leaflet-bar a {
	width: 25px;
	height: 25px;
	line-height: 25px;
}

.leaflet-bottom .leaflet-control {
	bottom: -3px;
	margin-bottom: 3px;
}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 35px;
	height: 35px;
}

.leaflet-retina .leaflet-control-layers-toggle {
	background-size: 24px 24px;
}

.pointerLayer {
	border-radius: 35px;
	line-height: 36px;
	padding: 0 15px;
	height: 24px;
	text-align: center;
	align-items: center;
	border-style: solid;
	background-color: white;
	cursor: pointer;
	letter-spacing: normal;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	border: 1px solid #f0ab00;
	font-size: 12px;
	margin-top: 5px; margin-left: 30px;
}

.pointerLayer:hover {
	background: #e6e6e6;
}

.pointerLayer:active {
	background: white;
}

.table-row {
	width: 100%;
	border-bottom: solid 1px #e5e5df;
}

.datepicker-layer {
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	padding: 0;
	border: 1px solid #e5e5df;
	width: 95px;
}

.legendLayers {
	padding-top: 10px;
	position: relative;
	left: 20px;
}

#legendForest > img {
	border-radius: 1.5rem;
}

#legendFEG > img {
	border-radius: 1.5rem;
}

#legendPIPPIB > img {
	border-radius: 1.5rem;
}

#alertDateSpanFrom {
	display: none;
	color: red;
	margin-bottom: 5px;
}

#alertDateSpanTo {
	display: none;
	color: red;
	margin-bottom: 5px;
}