@charset "utf-8";
/* CSS Document */
.mapboxgl-ctrl
{
	width:100% !important;
}
.marker {
    /*width: 20px;
    height: 20px;
    border-radius: 50%;*/

  }
.markerA {
  /*width: 20px;
  height: 20px;
  border-radius: 50%;*/
}  
#legend{
	position:absolute;
	right:10px;
	bottom:10px;
	padding:5px;
	width:150px;
	height:auto;
	color:#FFF;
	background:rgba(0,0,0,0.8);
	z-index:9999;
	display:none;
}
#joblist
{
	height:400px !important;
	overflow-y: visible
}
.mapboxgl-popup-content
{
	color:#000 !important;
	font-size:16px;
}
.mapboxgl-popup {

    top: -20px !important;
}