table.dataTable {
    border: 1px solid rgba(34,36,38,.15);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: .28571429rem .28571429rem 0 0;
}

table.dataTable.no-footer {
    border-bottom: 1px solid rgba(34,36,38,.15);
}

table.dataTable thead th {
    padding: .92857143em .78571429em;
    border-bottom: 1px solid rgba(34,36,38,.1);
    background:rgba(0,0,0,0.05);
    border-left: 1px solid rgba(34,36,38,.1);
}
table.dataTable thead th:first-child {
    border-left:none;
}

table.dataTable thead tr:first-child>th:first-child {
    border-radius: .28571429rem 0 0 0;
}

table.dataTable thead tr:first-child>th:last-child {
    border-radius: 0 .28571429rem 0 0;
}

table.dataTable tbody td {
    padding: .78571429em .78571429em;
    border-top: 1px solid rgba(34,36,38,.1);
    border-left: 1px solid rgba(34,36,38,.1);
}

table.dataTable tbody td:first-child {
    border-left: none;
}

table.dataTable tbody tr:first-child td {
    border-top:none;
}

.dataTables_wrapper .dataTables_paginate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: .8rem 0 !important;
    background: #fff;
    font-weight: 400;
    border: 1px solid rgba(34,36,38,.15);
    -webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    border-radius: .28571429rem !important;
    min-height: 2.85714286em !important;
    padding:0 !important;
}

.dataTables_paginate .paginate_button {
    margin-left: 0px !important;
    border: 0 !important;
    position: relative;
    vertical-align: middle;
    line-height: 1;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    padding: .92857143em 1.14285714em !important;
    border-radius: 0 !important;
    text-transform: none;
    color: rgba(0,0,0,.87) !important;
    font-weight: 400 !important;
    -webkit-transition: background .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
    transition: background .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
    transition: background .1s ease,box-shadow .1s ease,color .1s ease;
    transition: background .1s ease,box-shadow .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    background: rgba(0,0,0,.05) !important;
    color: rgba(0,0,0,.95) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus
 {
    cursor: default!important;
    background-color: transparent!important;
    color: rgba(40,40,40,.3)!important;
}

.dataTables_paginate .paginate_button::before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        height: 100%;
        width: 1px;
        background: rgba(34,36,38,.1);
}

.dataTables_paginate .paginate_button.next::before {
    width:0;
    background:transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-top: none !important;
    padding-top: .92857143em !important;
    background-color: #0053a2!important;
    color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-image:none !important;
    border:none !important;
}

.dataTables_paginate span {
    display:flex;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 13px;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_filter input {
    border-radius: .28571429rem;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    line-height: 2.5;
}

/* AO-1717: Fix arrow spacing issue caused by update to DataTables CSS */
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:before {
    bottom: 51%;
    content: "▲";
    font-size:10px;
    right: 5px;
}

table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:after {
    top: 51%;
    content: "▼";
    font-size:10px;
    right: 5px;
}
