.side_nav_erp{
    position: relative;
    top: 0;
    margin-left: -200px;
    min-height: 100vh;
    max-width: 200px;
    min-width: 200px;
    background-color:  rgb(231, 231, 231);
    z-index: 1021;
    transition: all 0.2s;
}
.side_nav_erp.active{
    margin-left: 0;
}
.side_nav_erp #list_menu li.active{
background: rgb(12, 104, 179);
border-radius: 10px;
}
.side_nav_erp #list_menu li.active a, .side_nav_erp #list_menu li.active a:hover{
    color: white;
}
@media (max-width: 991px){
    #img-header-menu{
        width: 60px;
        height: 60px;
    }
    .nav-movil{
        position: fixed;
        margin-left: -250px;
        min-height: 100vh;
        max-width: 250px;
        min-width: 250px;
        background-color:  rgb(231, 231, 231);
        z-index: 1021;
        transition: all 0.2s;
    }
    .nav-movil.active{
        margin-left: 0;
    }
    
}