body {
    margin: 0;
}

#block-shadows-map-block{
    height: 700px;
}
#shadows-maps-id{
    position: relative;  
}
.description-shadow{
    margin-bottom: 20px;
}
#mapSearchContainer {
    position: fixed;
    top: 20px;
    right: 40px;
    height: 30px;
    width: 180px;
    z-index: 110;
    font-size: 10pt;
    color: #5d5d5d;
    border: solid 1px #bbb;
    background-color: #f8f8f8;
}

.pointer {
    position: absolute;
    top: 86px;
    left: 60px;
    z-index: 99999;
}

.leaflet-control-container .leaflet-control-layers {
    right: 0px;
    top: 160px;
}

.prn-control {
    font: 400 14px Roboto, Arial, sans-serif;
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 10px;
    border-style: solid;
    border-color: gray;
    border-width: 1px;
    padding: 5px;
    z-index: 3;
    max-width: 370px;
    width: 90%;
    background-color: white;
    opacity: 0.9;
    -webkit-box-shadow: 1px 5px 35px -22px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 5px 35px -22px rgba(0,0,0,0.75);
    box-shadow: 1px 5px 35px -22px rgba(0,0,0,0.75);
}
@media(max-width: 901px){
    .prn-control {
        position: fixed;
        top: 25px;
    }

    #shadows-maps-id label{
        font-weight: normal;
        display: contents !important;
    }
    .leaflet-bottom {
        bottom: 80px
    }
    
}
@media  (max-width: 450px ){
    #map{
        margin-top: 100px;
    }

}

.innerMenu {
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    display: block;
}

.titleUI {
    background-color: white;
    text-align: center;
    padding-bottom: 10px;
}

.prnCheckbox {
    width: 100%;
    /*margin-bottom: 10px;*/
}

.square {
    width: 10px;
    display: inline-block;
    margin-left: 5px;
    height: 10px;
    float: right;
    margin: 2px 10px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.magenta {
    background: #FF00FF;
}

.purple {
    background: #ab3fdd;
}

.wine {
    background: #ae163e;
}
