body {
    overflow: hidden;
}

.main-sidebar {
    width: 300px;
}
.sidebar-dark-primary{
    background-color: #146E24;
}

.content-wrapper {
    /* background-color: orange; */
    box-sizing: border-box;
}

#mapa_semi_detalhado {
    background-image: url('../image/mapa_semi_detalhado.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: calc(100vh - 57px);
}

#mapa_geologia {
    background-image: url('../image/mapa_geologia.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: calc(100vh - 57px);
}

#mapa_geomorfologia {
    background-image: url('../image/mapa_geomorfologia.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: calc(100vh - 57px);
}

#mapa_granulometria {
    background-image: url('../image/mapa_granulometria.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: calc(100vh - 57px);
}

#mapa_quimica {
    background-image: url('../image/mapa_quimica.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: calc(100vh - 57px);
}

#mapa_fertilidade {
    background-image: url('../image/mapa_fertilidade.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: calc(100vh - 57px);
}

#mapa_mineralogia {
    background-image: url('../image/mapa_mineralogia.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: calc(100vh - 57px);
}

#mapa_amb_producao {
    background-image: url('../image/mapa_amb_producao.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: calc(100vh - 57px);
}

#mapa_hidrologia {
    background-image: url('../image/mapa_hidrologia.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: calc(100vh - 57px);
}

#mapa_aerea {
    background-image: url('../image/mapa_aereas.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: calc(100vh - 57px);
}

#mapa_satelite {
    background-image: url('../image/mapa_satelite.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: calc(100vh - 57px);
}

#scrollable {
    overflow-x: hidden;
    overflow-y: scroll;
}

.layers_options {
    width: 300px;
    height: 93px;
    position: absolute;
    top: 67px;
    right: 10px;
    background-color: rgba(255, 255, 255, 1);
}
.legenda_options {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(255, 255, 255, 1);
}

.assina_mapas {
    width: auto;
    height: 150px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.escala_mapa {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.layers_options_content {
    width: 300px;
    height: auto;
    position: absolute;
    top: 93px;
    right: 0px;
    background-color: rgba(255, 255, 255, 1);
}

.box-divider {
    margin: 0;
    border-top: 1px solid lightgray;
}

.green {
    border: 1px solid green;
}

[data-panel="Compartilhar"] {
    display: none;
}
[data-panel="Camadas"] {
    display: block;
}
[data-panel="Download"] {
    display: none;
}