.nav-link{
    color:#6c757d;
}
.nav-link.active{
    color:#495057;
}
.badge.bg-await{
    background-color: #F07427;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected{
    background-color: #CCE8FF !important;
    color: #212529 !important;
}

table.datatable .btn
{
    z-index: 10;
}

#datatable{
    font-size: .9em;
}

.text-gold{
    color: #D2AC47;
}