@CHARSET "ISO-8859-1";


/* Map */
#map-content
{
	position: relative;
	outline: none;
	width: 100%;
	min-height: 100%;
	z-index: 1;
}
#map-container
{
	position: relative;
	width: 100%;
	min-height: 100%;
	height: 100%;
}

#main-container
{
	position: relative;
	width: 100%;
	min-height: 100px;
	height: 100%;
	/*height: 600px;*/
}

.loader-bg
{
	width: 100%;
	min-height:100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	display : none;
	opacity : 0.9;
	background-color: #E8E8E8;
}

.loader {
	  border: 4px solid #f3f3f3; /* Light grey */
	  border-top: 4px solid #3498db; /* Blue */
	  border-radius: 50%;
	  animation: spin 2s linear infinite;
	  position: absolute;
	  width: 40px;
	  height: 40px;
	  top: 50%;
	  left: 50%;
	  margin-top: -20px;
	  margin-left: -20px;
	}

.loader-text
{
	top: 50%;
	left: 50%;
	color: #3498db;
	font-weight: bold;
	font-size: 150%;
	margin-top: 30px;
	margin-left: -50px;
	position: absolute;
	width:100px;
	text-align: center;
}

.info {
    padding: 6px 8px;
    /*font: 14px/16px 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;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    line-height: 18px;
    color: #555;
}

.toggle-group
{
	font-size: 0.6rem;
}


.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.legendbold {
    font-weight: bold;
}



/* .leaflet-control-container {
	position: absolute;
	right: 56px !important;
} */
