#body-row {
    margin-left: 0;
    margin-right: 0;
}

#sidebar-container {
    min-height: 100vh;
    background: #f0f2f3;
    padding: 0;
}


/* Sidebar sizes when expanded and collpased */

.sidebar-expanded {
    width: 280px;
}

.sidebar-collapsed {
    width: 60px;
}

.sidebar-force {
    position: absolute;
    width: 100% !important;
    z-index: 10000;
}


/* CUSTOM */

.sidebar-nav li.activo {
    background-color: #004C96 !important;
}

.sidebar-nav li.activo a {
    color: white !important;
}

ul.sidebar-nav {
    list-style-image: url('../img/tick_gris.png') !important;
    padding-top: 10px;
}

ul.sidebar-nav li {
    padding: 8px 0;
    text-indent: 8px;
}

ul.sidebar-nav li.cump {
    list-style-image: url('../img/tick_verde.png') !important;
}

.nombre_seccion,
.sidebar-brand {
    background: #f0f2f3;
    text-align: center;
    color: #004C96;
    font-weight: bold;
}

.sidebar-brand {
    padding: 25px 0;
}

.nombre_seccion h1 {
    font-size: 26px !important;
    padding: 15px 45px 0px;
    font-weight: bold;
}

#presentar_val {
    margin-bottom: 30px;
}

.navbar-toggler {
    z-index: 100000;
}

.main-content {
    overflow: hidden;
}