.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #1274AC;
}


tr.table-yellow th {
    background: yellow !important;
}


tr.table-yellow th {
    background: yellow !important;
}

tr.table-info th {
    background: #1274AC !important;
    color: white;
}

tr.table-danger th {
    background: red !important;
    color: white;
}
