.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    margin: 1rem 1.5rem;
}


.dataTables_wrapper .dataTables_paginate a.disabled.paginate_button,
fieldset:disabled a.btn,
fieldset:disabled .dataTables_wrapper .dataTables_paginate a.paginate_button,
.dataTables_wrapper .dataTables_paginate fieldset:disabled a.paginate_button {
    pointer-events: none;
}


.dataTables_wrapper .dataTables_paginate .disabled.paginate_button,
.btn-secondary:disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button:disabled {
    color: #495057;
    background-color: #fff;
    border-color: rgba(0, 40, 100, 0.12);
}


.dataTables_wrapper .dataTables_paginate .disabled.paginate_button,
.btn:disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button:disabled {
    opacity: 0.65;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0 0.2rem;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #495057;
    background-color: #fff;
    border-color: rgba(0, 40, 100, 0.12);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}


.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    cursor: pointer;
    font-weight: 600;
    letter-spacing: .03em;
    font-size: 0.8125rem;
    min-width: 2.375rem;
}


.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.84615385;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff;
    background-color: #467fcf;
    border-color: #467fcf;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    margin: 1rem 1.5rem;
    color: #495057;
    line-height: 38px;
}

.fixed-col1 {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #fff;
    width: 140px;
}

.fixed-col2 {
    position: -webkit-sticky;
    position: sticky;
    left: 40px;
    width: 140px;
    z-index: 2;
    background-color: #fff;
}

.fixed-col3 {
    position: -webkit-sticky;
    position: sticky;
    left: 285px;
    z-index: 2;
    background-color: #fff;
}

.fixed-col4 {
    position: -webkit-sticky;
    position: sticky;
    left: 380px;
    z-index: 2;
    background-color: #fff;
}

.fixed-col5 {
    position: -webkit-sticky;
    position: sticky;
    left: 475px;
    z-index: 2;
    background-color: #fff;
}

.fixed-col6 {
    position: -webkit-sticky;
    position: sticky;
    left: 570px;
    z-index: 2;
    background-color: #fff;
}