/* Scroller Styles DTS */
div.DTS tbody th,
div.DTS tbody td {
    white-space: normal;
}

div.DTS div.dataTables_scrollBody {
    background: #faf8f8 !important;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.stripe tbody tr:hover > .sorting_1 {
    background-color: rgb(212, 214, 0) !important;
}


table.dataTable thead th div.DataTables_sort_wrapper {
    display: inline !important;
}

div.dt-buttons.buttons-right {
    margin-left: 5px;
    margin-bottom: 10px;
}

div.dt-buttons.buttons-left {
    margin-bottom: 10px;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

.dataTables_paginate span {
    display: inline !important;
}

.dataTables_wrapper .dataTables_length {
    float: right !important;
    text-align: right;
}

/* YADCF Filter Plugin Styles */
.yadcf-filter-range-number {
    width: 120px;
}

.yadcf-filter-range-number-seperator {
    margin-left: 10px;
    margin-right: 10px;
}

.yadcf-filter-range-date {
    width: 100px;
}

div.DTE_Field div.DTE_Field_Error {
    color: red !important;
}

div.DTE_Field.DTE_Field_Type_date img {
    display: none;
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
    background-color: #964add !important;
    color: white !important;
}

tr.selected a, uk-link {
    color: white !important;
}

table.dataTable tbody tr.selected td.select-checkbox::before, table.dataTable tbody th.select-checkbox::before {
    border: 1px solid white !important;
}

table.dataTable tbody tr:hover td.select-checkbox::before, table.dataTable tbody th.select-checkbox::before {
    border: 1px solid white !important;
}

table.dataTable thead th, table.dataTable thead td {
    color: #666;
    border-bottom: 1px solid #999;
    font-weight: normal;
    font-size: 0.875rem;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #666;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #666;
}

.inuse, .ui-slider-range .inuse, .yadcf-filter-range-number-slider .inuse {
    background: #964add;
    color: white;
}

.img-header-filter {
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 3px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #964add !important;
    color: white !important;
    border: none;
}

.yadcf-filter-range-date, .yadcf-filter-range-number {
    display: block;
}

.yadcf-filter-wrapper-inner {
    border: none;
}

.yadcf-filter-range-date-seperator, .yadcf-filter-range-number-seperator {
    display: none;
}

.gtc-export-button {
    display: inline-block;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    color: white;
    margin-top: -16px;
    text-shadow: none;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    margin-top: -8px;
}
