div.olControlMousePosition {
    background-color:white;
    opacity:0.5;
    padding:2px;
}

#imgLegenda{
    position: fixed;
    left: 30px;
    z-index: 9999;
    /*  border: 1px solid navy;
     background-color:#F7EAB7;*/
}

#pomoc{
    position: fixed;
    left: 60px;
    z-index: 9998;
    display: none;
    width:500px;
    border: 1px solid green;
    background-color:#F7EAB7;
    padding:3px;
}

#mapContainer{
    position: relative; 
    min-height: 90vh !important;
}

#basicMap{
    position:absolute; top:0; bottom:0; width:100%;
    min-height: 90vh !important;
}

.editHelper{
    position: absolute; 
    bottom:10px; 
    right:10px; 
    border: 1px solid red; 
    background-color: whitesmoke; 
    z-index: 100; 
    padding:2px; 
    display: none;
}

.leaflet-my-button {
    background-image: url('addons/icons/mapa24.png');
    background-repeat: no-repeat;
    vertical-align: middle;
    display: block;
	text-align: center;
	text-decoration: none;
}

.interactiveIcon{
    font-size:16px;
    color:red;
}