/* Se pisa el bootsrtrap original*/
/*.bg-dark {
    background-color: #2f56a2 !important;
}*/

.bg-custom {
    background-color: #363861 !important;
}

/*
 .table-dark {
    background-color: #2f56a2 !important;
}
.table-dark th {
    background-color: #2f56a2 !important;
}

*/

.dropdown-menu-custom {
    background-color: #2f56a2 !important;
}

/*.dropdown-menu {
    background-color: #2f56a2 !important;
}*/

.dropdown-item {
    color: #fff !important;
}
    .dropdown-item:focus, .dropdown-item:hover {
        background-color: #3071C1 !important;
    }

.dropdown-menu {
    margin: 0.0rem 0 0!important;
}

.nav-link {
    color: #fff !important;
}

/*
    INCIDENCIAS BEGIN
*/

.incidencia-card-body {
    padding: 10px;
}

.incidencia-card-title {
    font-size: 1rem;
    margin-bottom: 5px;
}

.incidencia-card-p {
    margin-bottom: 3px;
    font-size: 0.9rem;
}

.incidencia-badge {
    font-size: 0.8rem;
    padding: 5px 8px;
    min-width: 80px;
}

.incidencia-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.incidencia-fecha {
    font-weight: bold;
}

.incidencia-divider {
    width: 75%;
    margin: 5px auto;
    border: none;
    height: 1px;
    background-color: #ccc;
}

/*
    INCIDENCIAS END
*/