

footer {
	position: fixed;
	bottom: 0;
	height: 40px;
}


#map {
	position:absolute;
	top:82px;  /*set to 70px with nav, to 45px without nav and to 0px without header */
	bottom:0;
	width:100%;
	z-index: 4;
	background: #ffffff;	
}


@media only screen and (min-width: 475px) {

	#map {
		top:92px;  /*set to 70px with nav, to 45px without nav and to 0px without header */
	}

}


#topContainer {
	position: fixed;		
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
	padding-top: 0px;
	height: 160px;
	background-color: white;
	opacity: 0.95;
	z-index: 5;        
}


.leaflet-container { cursor: pointer; }


.chartTitle {
	margin-top: 30px;
}

.chartsHeight {
	height: 130px !important;
}

.chartarea, .chartareaTemplate {
	height: 130px !important;
}



.leaflet-container {
        background-color: white;
}


.map-tooltip {
	display:none !important;
}


   
.map-legends {
	position:absolute;
	right:0px;
	bottom:45px;
	text-align: right;
	background: none repeat scroll 0 0 transparent;
	border: 0px solid #CCCCCC;
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
	max-height: 160px;
	z-index:9;
        
}


@media only screen and (min-width: 900px) {

	.map-legends {
		right: 10px;
		bottom:55px;
	}

}


.map-legend {
	overflow: visible !important;
	min-width: 100px !important;
}
.map-legend .text {
	text-align: center;
	font-size: 85%;
}
.map-legend .scale ul {
	margin: 0;
	padding: 0;
	float: right;
	text-align: center;
	list-style: none;
}
.map-legend .scale ul li {
	display: block;
	float: left;
	width: 30px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 80%;
	list-style: none;
}
.map-legend ul.labels li span {
	height: 15px;
	width: 32px;
}
.map-legend ul li span {
	display: block;
	float: right;
}

.map-legend .scale ul li {
        width: 12px;
}

.map-legend ul.labels li span {
        width: 12px;
}

