﻿.table-bordered-wrapper {
    overflow: auto;
    border-bottom: 1px solid !important;
    border-bottom-color: #dee2e6 !important;
    width:100%;
}


.table-bordered-fixedHeader {
    width: 100%;
    border-collapse: separate !important; /* Don't collapse */
    border-spacing: 0 !important;
    border-color: #dee2e6 !important;
}

    .table-bordered-fixedHeader th {
        /* Apply both top and bottom borders to the  */
        border-top: 1px solid !important;
        border-top-color: #dee2e6 !important;
        border-bottom: 1px solid !important;
        border-bottom-color: #dee2e6 !important;
        border-right: 1px solid !important;
        border-right-color: #dee2e6 !important;
        border-left: 0px;
    }

    .table-bordered-fixedHeader td {
        /* For cells, apply the border to one of each side only (right but not left, bottom but not top) */
        border-bottom: 1px solid !important;
        border-bottom-color: #dee2e6 !important;
        border-right: 1px solid !important;
        border-right-color: #dee2e6 !important;
        border-left: 0px;
    }

        .table-bordered-fixedHeader th:first-child,
        .table-bordered-fixedHeader td:first-child {
            /* Apply a left border on the  in a row */
            border-left: 1px solid !important;
            border-left-color: #dee2e6 !important;
        }

    .table-bordered-fixedHeader thead th {
        position: sticky !important;
        top: 0 !important;
        background-color: white !important;
    }


.table-fixedHeader {
    width: 100%;
    border-collapse: separate !important; /* Don't collapse */
    border-spacing: 0 !important;
    border-color: #dee2e6 !important;
}

    .table-fixedHeader th {
        border-bottom: 1px solid !important;
        border-bottom-color: black !important;
    }

    .table-fixedHeader td {
        /* For cells, apply the border to one of each side only (right but not left, bottom but not top) */
        border-bottom: 1px solid !important;
        border-bottom-color: #dee2e6 !important;
    }

    .table-fixedHeader thead th {
        position: sticky !important;
        top: 0 !important;
        background-color: white !important;
    }
