#contactoModal {
    background-color: rgba(0, 0, 0, .6) !important;
}

.navbar-toggler {
    background-color: #ff7900;
}
table.dataTable>tbody>tr.child:hover {
    color: black !important;
}

.bg-neksus {
    background-color: #000 !important;
}

.border-color-neksus {
    border-color: #000 !important;
}

.text-neksus {
    color: #000 !important;
}

.pagination > li > a {
    background-color: white;
    color: #000;
}

.pagination > .active > a {
    color: white;
    background-color: #ff7900 !Important;
    border: solid 1px #ff7900 !Important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;

}

.recuperar-contrasenia:hover {
    color: #ffffff !important;
    text-decoration: underline;
}