body { margin: 0; padding: 0; }
#map { position: absolute; top: 3.5em; bottom: 0em; width: 100%; z-index: -1;} /*top changed from 4em to 5em*/
.popupBGPhar {background-color: #799f40; } 
.popupBGFoot {background-color: #ec349d; }
.popupBGFixe {background-color: #2b5fb4; }
.popupBGSecu {background-color: #87189d; }
.popupBGVehi {background-color: #ec349d; }

.popupH3Style {padding:0.5em;margin-left;1em;;;color:#fff;border-radius: 5px;}
.popupBody {margin-top:0.5em; border:#ccc solid 1px; padding:1em; border-radius: 15px;}
.popupSpacer {margin-bottom:1em;}
.popupArea {margin-left:0em;margin-right:1em;}
.mouseoverArea {margin-left:1em;margin-right:1em; text-align: center;width:150px}

* {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}
fieldset {
	/*border-width: thin;
	border-color: #aaa;*/
	border:0;
	font-weight: bold;
	margin: 0.25em 1em 0em 1em;
	margin-left: 1em;
	padding-left:0em;
}

.mapboxgl.popup {
  !border-radius: 10px !important;;
  border-style: none;

}

.mapboxgl-popup-content {
  border-style: none;
  border-radius: 10px !important;;
   border: 1px solid #929292;
   box-shadow: 0px 2px 4px 2px rgba(0,0,0,.1)
}	
.mapboxgl-popup-close-button {
    right: 0.3em;
    top: 0.1em;
    font-size: 2em;
}
h3 {
	text-align: center;
}	
.mobile {
  display: none;
}
@media (max-width: 480px) { /*for mobile devices*/
  .mobile {
    display: block;
    /* Add other properties here */
  }
  #map { 
  bottom:0em; /*increase if large legend is required*/
 }

}
.iconPharmacy {
	filter:hue-rotate(270deg);
	height:40px;
	filter: hue-rotate(90deg);
}
.mapboxgl-ctrl-geocoder--input {
   font-size: 0.8em!important;
   width: 20em!important;
   height:2.5em!important;
}
