.table {
    border-collapse: separate;
    border-spacing: 0 5px;
}

.table > thead td {
    background-color: #003B5C;
    color: white;
    font-size: 16px;
    font-family: SansProRl;
    box-shadow: 0 2px 2px 0 rgba(0, 59, 92, 0.14), 0 3px 1px -2px rgba(0, 59, 92, 0.2), 0 1px 5px 0 rgba(0, 59, 92, 0.12);
}

.table > thead.thead-dark td {
    background-color: #e9ecef;
    color: #003B5C;
}

.table thead.thead-dark td {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef;
}

.table > tbody td {
    background-color: #fdfdfd;
    border-bottom: 1px solid #00B5E2;
    vertical-align: middle !important;
    font-size: 14px;
    padding: 0.4rem;
    font-family: SansProIt;
    box-shadow: 0 2px 2px 0 rgba(0, 181, 226, 0.14), 0 3px 1px -2px rgba(0, 181, 226, 0.2), 0 1px 5px 0 rgba(0, 181, 226, 0.12);
}

tr td:first-child,
tr th:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

tr td:last-child,
tr th:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.table > tbody tr td:first-child {
    border-left: 1px solid #00B5E2;
}

.table > tbody tr td:last-child {
    border-right: 1px solid #00B5E2;
}

.sorting_asc, .sorting_desc, .sorting {
    border-right: 1px dashed #FFFFFF;
}

.option-delete, .option-edit, .option-view {
    cursor: pointer;
}

.table > thead:first-child > tr:first-child > td:first-child {
    border-right: 1px dashed #FFFFFF;
}

.table > thead.thead-dark:first-child > tr:first-child > td:first-child {
    border-right: 1px dashed #003b5c;
}

.table > thead.thead-dark:first-child > tr:first-child > td {
    border-right: 1px dashed #003b5c;
}

.table > thead.thead-dark:first-child > tr:first-child > td:last-child {
    border-right: none;
}

.page-item.active .page-link {
    background-color: #00B5E2;
    border-color: #00B5E2;
}

.page-link {
    color: #00B5E2;
}

div.dataTables_scrollBody table {
    margin-top: -10px !important;
}

div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: 1px solid #dee2e6 !important;
}

div.dataTables_scrollBody table tbody tr td {
    /*padding: 0.75em;*/
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 10px !important;
    height: 16px !important;
    width: 16px !important;
    font-family: SansProBd !important;
    line-height: 15px !important;
    background-color: #00b5e2 !important;
}
table.dataTable>tbody>tr.child span.dtr-title{
    font-family: SansProBd !important;
}

@media (min-width: 768px) {
    table.dataTable.nowrap th, table.dataTable.nowrap td {
        white-space: normal;
    }
}

@media (max-width: 576px) {
    .table > tbody td {
        font-size: 13px;
        padding: 0.65rem;
    }

    .table > tbody td.wrap {
        white-space: normal !important;
    }

    li.paginate_button.previous, li.paginate_button.first {
        display: inline;
    }

    li.paginate_button.next, li.paginate_button.last {
        display: inline;
    }

    li.paginate_button {
        display: none;
    }

    /*.table.dt-responsive > thead:first-child > tr:first-child > td:first-child {
        border-right: none;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .table.dt-responsive > tbody tr td:first-child {
        border-right: 1px solid #00B5E2;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }*/
    .table > thead td {
        font-size: 14px;
        padding: 0.5rem;
    }

    table.dataTable > tbody > tr.child ul.dtr-details {
        width: 100%;
    }

    .dtr-data {
        white-space: normal;
    }

}
