
.map {
	display: block !important;
	height: 100%;
	width: 100%;
	z-index: 0 !important;
	background-color: rgb(204,237,255) !important;
}

.markerTagName{
	font-weight: 600;
	font-size: 17px;
}

.markerTagLatiLong{
	font-weight: 300;
	font-style: italic;
	font-size: 0.7rem;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}

.markerTagHighlight{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 0.95rem;
	font-style: italic;
	font-weight: 600;
	color: rgb(177,137,55);
}

.markerTagContributor{
	font-weight: 300;
	font-style: italic;
	font-size: 0.8rem;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}


.markerTagContent{
	font-size: 0.9rem;
	min-width: 300px;
}

.markerTagLabel{
	font-size: 0.9rem;
	font-weight: 600;
}

.markerTagImgRow{
	margin: 1.1em 0em 0.7em;
	max-width: 500px;
	position: relative;
	overflow-x: scroll;
	-ms-overflow-x: scroll;
}

.markerTagImgContainer{
	margin-right: 0.5em;
	position: relative;
	display: flex;
	cursor: pointer;
	background-color: rgb(216,208,192);
}

.markerTagImg{
	height: 90px;
	max-width: 160px;
}

.markerTagImgRowContainer{
	position: absolute;
	left: 0px;
	display: flex;
	justify-content: flex-start;
	align-content: center;
}

#changeLayerBtn{
	position: absolute;
	top: 1em;
	right: 1em;
	width: 5em;
	height: 5em;
	background-color: white;
	cursor: pointer;
	z-index: 4000;
	overflow: hidden;
	background-position: center;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.2em solid rgb(255,255,255, 1);
	border-radius: 1em;
	box-shadow: 0 0.3em 0.5em 0 rgba(0, 0, 0, 0.2), 0 0.4em 1.2em 0 rgba(0, 0, 0, 0.19);
}



.layerActivatedBtn{
	border: 0.2em solid #007600 !important;
}

.layerActivatedBtn div{
	border: 0.2em solid white !important;
	border-radius: 1em;
}

#changeLayerBtn img{
	object-fit: cover;
	z-index: 4001;
}

#changeLayerBtn div{
	z-index: 4002;
	background-color: rgba(255,255,255,0.6);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	color: #007600;
}

.legendSizeControlContainer{
	position: absolute;
	top: 0.5em;
	right: 1.5em;
	width: 4em;
	height: 1.8em;
	border: 2px solid black;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(244,244,244);

}

.legendSizeControlContainer div{
	height: 90%;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 19px;
}

.legendIMGContainer{
	position: relative;
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	z-index: 4005;
	padding-right: 0.5em;
}

#legendIMG{
	width: 28em;
}



.hideLayer{
	z-index: 1000 !important;
}

.non-activeLayer{
	opacity: 0%;
}

.activeLayer{
	opacity: 100%;
}

.leaflet-left .leaflet-control{
	margin-left: 1rem !important;
}

.leaflet-top .leaflet-control{
	margin-top: 1rem !important;
}

.leaflet-popup{
	z-index: 4500 !important;
}

.markerFilterIndicatorContainer{
	position: absolute;
	top: 16px;
	left: 86px;
	padding: 0.4em 1em;
	font-size: 0.8rem;
	z-index: 4998;
	border-radius: 1.4em; 
	background-color: rgba(0,150,57,0.25);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: default;
	color: #696158;
}



.markerFilterIndicatorCross {
	margin-left: 0.5em;
	cursor: pointer;
}

.markerDescPtFormRow{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.markerDescPtFormRowDot{
	font-size: 1.1em;
	margin-right: 0.5em;
	margin-left: 0.5em;
}

.leaflet-control, .leaflet-control-zoom-in{
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}