/* Se pisa el bootsrtrap original*/
/*.bg-dark {
    background-color: #2f56a2 !important;
}*/

.bg-custom {
    background-color: #2a5ba7 !important;
}

/*
 .thead-dark {
    background-color: #2f56a2 !important;
}
.thead-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;
}

