﻿.table-striped tbody tr.report-no-site {
    background-color: rgb(198,228,238,0.3);
}

.table-striped tbody tr.report-no-site:nth-of-type(odd) {
    background-color: rgb(198,228,238,0.5);
}

.table-striped tbody tr.report-auth-pending {
    font-weight:bold;
}


.table thead {
    background-color: #009fe3;
    color: white;
}

.table th {
    text-align: left;
    background-color: #009fe3;
    color: white;
}

td {
    font-size: 12px;
    vertical-align: middle !important
}

th {
    font-size: 12px;
}

.dataTables_length {
    color: #6c757d !important;
    font-size: 12px !important;
}

    .dataTables_length label {
        display: block !important;
    }

.dataTables_info {
    color: #6c757d !important;
    font-size: 12px !important;
}

.paginate_button {
    font-size: 12px !important;
}

.dataTables_filter {
    color: #6c757d !important;
    font-size: 12px !important;
    height: 50px !important;
}

    .dataTables_filter label {
        color: #6c757d !important;
        font-weight: normal !important;
    }