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

html, body {
	height: 100%;
	width: 100%;
}

div#controllers {
    position: absolute;
    width: 220px;
    bottom: 2px;
    left: 2px;
    z-index: 999;
    font-size: 6px;
}

.mq-logo-control img {
    position: relative;
    bottom: 10px;
	-webkit-filter: invert(1);
    filter: invert(1);
}

.leaflet-bar a {
    background-color: #24262B;
    border-bottom: 1px solid #ccc;
    color: #AAAA9E;
    display: block;
    height: 26px;
    width: 26px;
    line-height: 1.45 !important;
    text-align: center;
    text-decoration: none;
}

.gin-control-zoom-in,
.gin-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
}

.gin-control-zoom-home,
.gin-control-zoom-extend {
	font: bold 15px 'Lucida Console', Monaco, monospace;
}

.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
    font-size: 6px;
}

div#div_idle {
    position: absolute;
    top: 10px;
    right: 45px;
    border:2px solid rgba(0,255,0,1);
    height:25px;
    width:25px;
    background:rgba(0,255,0,0.5);
    color:white;
    text-align: center;
    vertical-align: middle;
    line-height: 23px;
    font-size: smaller;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	z-index: 999;
}
div#GMlogo {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 999;
}
/*
.leaflet-bar a,
.leaflet-bar a:hover {
	padding-right: 2px;
}*/