#map_content {
    width: 100%;
}

#map_main {
    position: absolute;
    height: 100%;
}

#help_text{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 25px;
    line-height: 31px;
    background-color: #ff5875;
    color: #fff;
    font-size: 23px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 1px 1px 3px #666;
    cursor: help;
    z-index: 1000;
}

#help_text .text{
    color: #000;
    background-color: #fafafa;
    width: 145px;
    right: 12px;
    top: 35px;
    position: absolute;
    font-size: 14px;
    line-height: 21px;
    padding: 5px;
    border: 1px solid #999;
    display: none;
}

#help_text.active .text{
    display: block;
}

#map_wrapper span.glyphicon {
    color: white;
}

.icon_black {
    color: black !important;
}

#main-container-progress {
    position: absolute;
    left: 0px;
    z-index: 400;
    bottom: 30px;
    width: calc(100% - 130px);
}

#container-progress {
    display: none;
}

.leaflet-draw {
    top: 100px;
}

.leaflet-pixel-pane {
    z-index: 399 !important;
}

.leaflet-marker-icon {
    z-index: 200;
}

