
body{
    background: #e1e2e1;
}


.navbar-color{
    background-color: #ac0c53;
    height: 75px
}

.wrapper{
    width: 100%;
    height: 100%
}

.card-tablero{
    border-left: 3px solid #4f5f76;
}

#sidebar{
    overflow-y: scroll;
    margin-top: 60px;
    float: left;
    position: fixed;
    width: 18%;
    background-color: #fff;
    border-right: 1px solid #ccc;
    height: 100%;
}

#content{
    float: left;
    border-left: 1px solid #ccc;
    width: auto;
    margin-left: 18%;
    width: 82%
}

ul{
    padding: 10px
}

.list-menu{
    padding: 0px
}

.list-submenu li{
    padding: 10px;
}

.text-tablero{
    color: #4f5f76;
}

#sidebar li a{
    color: #4f5f76;
    list-style:none;
    margin-left: 15px;


}

#contenido{
    margin-right: 10%;
}


#sidebar li a:hover{
    height: 100%;
    width: 100%;
    color: #4a9ad4;
}

#sidebar li:hover{
    
    background-color: #f5f5f5;
}


li{
    list-style:none;
}

a:hover{
    text-decoration: none;
}

.lista-padre{
    padding: 12px;
    height: auto;
}

@media only screen and (min-width: 900px) {

#nav-movil{
        visibility: hidden;
    }

}

@media only screen and (max-width: 900px) {
    #sidebar{
        visibility: hidden;
    }
    
    .wrapper{
        width: 100%
    }

    #content{
        margin-left: 0%;
        width: 100%;
    }
    
    #container{
        width: 100px
    }

    .navbar-brand{
        visibility: hidden;
    }

    #navbar-movil{
        visibility: collapse;
    }

}
