/* ----- TABLES ----- */
table, th, td {
    border: 1px solid #dee2e6;
    border-collapse: collapse;
}
th, td {
    padding: 0.5rem;
}

tr {
    border: 0 none !important;
}

.table-dark-blue {
    /*justify-self: center;*/
    border: 1px solid #002e5d !important;
}

.table-dark-blue .border-0 {
    border: 0 none !important;
}

/* ----- HEADER ----- */
.table-dark-blue tr.header {
    background: #002e5d;
    color: white;
    font-weight: bold;
}

.table-dark-blue tr.header {
    background: #002e5d;
    color: white;
    font-weight: bold;
}

.table-dark-blue th {
    background: #002e5d;
    color: white;
    font-weight: bold;
    border: 1px solid #002e5d !important;
}
/* ----- */

.table-dark-blue td {
    border: 1px solid #002e5d; /*!important*/
}

.table-dark-blue td.row-empty {
    /*color: white;*/
    background: #EFF5FA !important;
    border-right: 1px solid #EFF5FA !important;
    border-left: 1px solid #EFF5FA !important;
}

.table-dark-blue td.row-empty-full {
    background: #EFF5FA !important;
    border: 1px solid #EFF5FA !important;
}

.table-dark-blue td.row-empty-white {
    /*color: white;*/
    background: white !important;
    border-right: 1px solid white !important;
    border-left: 1px solid white !important;
}
/* ----- */

.table-row-active {
    color: white;
    background: #009EDF;
    border: 1px solid #009EDF;
}

.table-row-inactive {
    color: white;
    background: slategray;
    border: 1px solid slategray;
}