html,
body,
#map {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: Arial !important;
    font-size: 14px;
    line-height: 1.2em;
    background-color: #fff;
}
#logo {
    position: absolute;
    bottom: 40px;
    right: 20px;
    z-index: 999;
    opacity: 90%;
}
.menu {
    position: absolute;
    background-color: #fff;
    width: 362px;
    height: auto;
    /* min-height: 500px; */
    top: 20px;
    left: 20px;
    z-index: 50;
    /* -moz-box-shadow: 0 0 1em black;
    -webkit-box-shadow: 0 0 1em black;
    box-shadow: 0 0 1em black; */
}

#menuHeader{
    position: absolute;
    width: inherit;
    height: 155px;
    position: absolute;
    background-color: rgba(64, 64, 64, 0.9);
    float: left;
            -moz-box-shadow: 0 0 1em black;
            -webkit-box-shadow: 0 0 1em black;
            box-shadow: 0 0 1em black;
}

#menuMainTitle {
    position: absolute;
    width: auto;
    bottom: 48px;
    left: 10px;
    color: white;
    font-size: 20px;
}

#menuNav {
    position: absolute;
    width: 343px;
    height: 35px;
    bottom: 10px;
    left: 10px;
}

#menuBody {
    background-color: white;
    position: absolute;
    top: 150px;
    width: 362px;
    max-height: 75vh;
    overflow: auto;
        -moz-box-shadow: 0 0 1em black;
        -webkit-box-shadow: 0 0 1em black;
        box-shadow: 0 0 1em black;
}

/*!important! hijack ESRI classes */
.HomeButton .home {
    background-color: inherit;
    width: 35px;
    height: 35px;
    border-radius: 0px;
    background-image: url(../img/home.png);
}

#HomeButton {
    float: left;
}

.navButton {
    float: left;
    cursor: pointer;
    margin-left: 3px;
    background-color: inherit;
    width: 35px;
    height: 35px;
    border-radius: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 51;
}

.glyphButton {

    color: white;
    padding: 3px;
    font-size: 26px;

}

#layerListButton {
    background-image: url(../img/layerList.png);
}

#legendButton {
    background-image: url(../img/legend.png);
}

#basemapButton {
    background-image: url(../img/basemap.png);
}

#analysisButton {
    background-image: url(../img/analiza.png);
}

#admButton {
    background-image: url(../img/administrativ.png);
}

#infoButton {
    background-image: url(../img/info.png);
}

#searchButton {
    background-image: url(../img/search.png);
}

#printButton {
    background-image: url(../img/printer.png);
}



.HomeButton .home:hover,
.glyphButton:hover,
.buton:hover,
.navButton:hover,
.burgerButton:hover,
.activ {
    background-color: #1C758E;
    border-radius: 5px;
}



label {
    font-weight: normal;
}

.checkbox {
    -webkit-appearance: none;
    vertical-align: middle;
    background-color: #fafafa;
    border: 1px solid #cacece;
    font-weight: normal;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px !important;
    margin: 4px !important;
    /*border-radius: 3px;*/
    display: inline-block;
    position: relative;
    border-radius: 0px !important;
}

.checkbox:active,
.checkbox:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.checkbox:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

.checkbox:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}

.panel {
    box-sizing: border-box;
    -moz-box-shadow: 0 0 2px #888;
    -webkit-box-shadow: 0 0 2px #888;
    box-shadow: 0 0 2px #888;

}

.panel-heading,
.panel-body {
    padding: 5px 10px;
    border-radius: 0px;
}

.panel-title,
.panel-title label,
.panel-body label {
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    width: 100%;
}



.disabled {
    cursor: not-allowed;
}

.disabled:hover {
    background-color: darkgrey;
}

.toggle-sign {
    float: right;
    padding: 6px;
    font-size: 20px;
}

.panel-title,
.panel-title label {
    font-weight: bold;
}

.layerControlsContainer:hover {
    background-color: rgba(28, 117, 142, 0.2);
}

input[type=range] {
    display: inline-block;
    width: 75%;
}

.sliderContainer{
    display: none;
}