html {
	height: 100% !important;
}
body {
	height: 100%;
	margin: 0px;
}

.logo {
	width: 128px;
	height: 128px;
	background-image: url('/img/logo_ancler_256x256_v1.png');
	background-repeat: no-repeat;
	background-size: cover;	
	z-index: 1000;
	position: fixed;
	margin-left: 50px;
	cursor: pointer;
}

.map {
	width: 100%;
	height: 100%;
}


.markerText {
	color: #fff;
	font-size: 14px;
	font-weight:bold; 
	position: relative;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);  
}

.clusterText {
	color: #fff;
	font-size: 14px;
	font-weight:bold; 
}

/*Legend specific*/
.legend {
  display: table;
  padding: 6px 8px;
  font: 12px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
  /*border-radius: 5px;*/
  line-height: 20px;
  color: #555;
}


.legend h4 {
  text-align: center;
  margin: 2px;
}

.legend table {
  border-collapse: collapse;
}
  	
.legend  table tr  td {
	height:16px;
    width:2px;
    padding:0;
  	}
  	
.marker-popup {
	min-width: 300px;
}

.marker-popup h3 {
	margin: 0;
}

.marker-popup table {
	font-size: 14px;
	font-weight: bold;
}

.marker-popup p {
	text-align: center;
	font-weight: bold;
	margin: 5px 0;
}

.marker-popup span {
	font-style: italic;
	margin: 5px auto;
	display: table;
}


/* OVERRIDE */
.leaflet-left .leaflet-control {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 5px;
}

.leaflet-control-layers-expanded {
	max-width: 120px;
}

.leaflet-control-velocity {
    background-color: yellow;
    margin: 5px 0px !important;
}
