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-right: 10px;
    margin-top: 10px;
    border-style: solid;
    border-color: gray;
    border-width: 1px;
    padding: 10px;
    z-index: 401;
    width: 370px;
    background-color: white;
    opacity: 0.9;
    box-shadow: 5px 5px 5px black;
}

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

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

.prnCheckbox {
    width: 340px;
    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;
}
