.div_legenda {
    position: absolute;
    background-color: rgb(255 255 255);
    text-align:left;
    border:1px #999 solid;
    padding:5px;
    display:block;
    overflow:hidden;
    display:flex;
    flex-direction: column;
    color: black;
    font-size:12px;
    margin-top: 8px !important;
    margin-left: 40px;
    width: 130px;
    border-radius: 4px;
}

#detalhe-fieldset{
    margin-top: 60px;
    display: none;
    position: absolute;
    z-index: 2;
    background-color: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    float: right;
    padding: 10px;
    width: 750px;
    margin-right: 50px;
    right: -25px;
    top: 230px;
}
#detalhe-acude-seguranca-barragem{
    display: none;

}

#fechar-detalhe{
    float: right;
    margin-top: -2px;
    color: #000000;
    text-decoration: none;
    right: 0;
}

@media only screen and (max-width: 580px){
    .div_legenda{
        left: 0;
        width: 98% !important;
        bottom: 60px !important;
    }
    #conteudo-legenda{
        display: flex;
        flex-direction: row;
    }
    .laranja2,
    .vermelho2,
    .verde2{
        width: auto !important;
        min-width: 30%;
    }
    .ol-unselectable{
        width: 100% !important;
        height: 100% !important;
    }
    #ferramentas{
        top: 205px !important;
        right: 0 !important;
    }
    #detalhe-fieldset{
        width: 90% !important;
        margin-right: 10%;
        margin-top: 0px;
    }
    .highcharts-root{
        width: 50% !important;
    }
}

@media only screen and (max-width: 1079px){
    .div_legenda{
        position:fixed;
        left: 0;
        width: 98% !important;
        bottom: 0 !important;
    }
    #conteudo-legenda{
        display: flex;
        flex-direction: row;
    }
    .laranja2,
    .vermelho2,
    .verde2{
        width: auto !important;
        min-width: 30%;
    }
    .ol-unselectable{
        width: 100% !important;
        height: 200% !important;
    }
    #ferramentas{
        top: 210px !important;
        right: 0 !important;
    }
    #detalhe-fieldset{
        margin-top: -10px;
    }
}
