<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * WPDataTables Light skin styles
 */

/*  Table Header  */

.wpdt-c .wpDataTablesFilter {
    line-height:normal !important;
}

.wpDataTablesWrapper table.wpDataTable &gt; thead &gt; tr &gt; th {
    color: #333333;
    border: 1px solid #cccccc;
    border-bottom-width: 2px;
    font-weight: 700;
    padding: 7px 10px;
    text-align: left;
    cursor: pointer;
    background: #ffffff none;
}

.wpDataTablesWrapper table.wpDataTable &gt; tfoot &gt; tr &gt; td {
    background-color: #ffffff;
}

.wpDataTablesWrapper table.wpDataTable thead th.sorting_asc,
.wpDataTablesWrapper table.wpDataTable thead th.sorting_desc,
.wpDataTablesWrapper table.wpDataTable thead th.sorting:hover {
    background-color: #f0f0f0; /* th active/hover background color */
}

.wpDataTablesWrapper table.wpDataTable thead th.sorting:after,
.wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after,
.wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
    border: 5px solid transparent;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    content: "";
    height: 0;
    width: 0;
    vertical-align: 3px;
    margin: 0 0 0 10px;
    opacity: .6;
}

.wpDataTablesWrapper table.wpDataTable thead th.sorting:after,
.wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after {
    border-top-width: 0;
}

.wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
    border-bottom-width: 0;
}

.wpDataTablesWrapper table.wpDataTable thead th.sorting:hover:after,
.wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after,
.wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
    opacity: 1;
}

.wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
    border-top-color: #333333; /* th caret color = th font color */
}

.wpDataTablesWrapper table.wpDataTable thead th.sorting:after,
.wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after {
    border-bottom-color: #333333; /* th caret color = th font color */
}

/*  Table Body  */

.wpDataTablesWrapper table.wpDataTable &gt; tbody &gt; tr &gt; td,
.wpDataTablesWrapper table.wpDataTable &gt; tfoot &gt; tr &gt; td{
    border: 1px solid;
    border-color: #e0e0e0; /* td inner border color */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    height: 25px;
}

.wpDataTablesWrapper table.wpDataTable tr td:first-child {
    border-left-color: #c6c6c6; /* table outer border color */
}

.wpDataTablesWrapper table.wpDataTable tr:last-child td {
    border-bottom-color: #c6c6c6; /* table outer border color */
}

.wpDataTablesWrapper table.wpDataTable tr.odd td {
    background-color: #f5f5f5; /* odd rows background color */
}

.wpDataTablesWrapper table.wpDataTable tr.even td {
    background-color: #ffffff; /* even rows background color */
}

.wpDataTablesWrapper table.wpDataTable tr.odd td.sorting_1 {
    background-color: #eeeeee; /* odd rows active background color */
}

.wpDataTablesWrapper table.wpDataTable tr.even td.sorting_1 {
    background-color: #f8f8f8; /* even rows active background color */
}

.wpDataTablesWrapper table.wpDataTable tr.odd:hover &gt; td,
.wpDataTablesWrapper table.wpDataTable tr.odd:hover &gt; td.sorting_1,
.wpDataTablesWrapper table.wpDataTable tr.even:hover &gt; td,
.wpDataTablesWrapper table.wpDataTable tr.even:hover &gt; td.sorting_1 {
    background-color: #e8e8e8; /* rows hover background color */
}

.wpDataTablesWrapper table.wpDataTable tr.odd.selected &gt; td,
.wpDataTablesWrapper table.wpDataTable tr.odd.selected &gt; td.sorting_1,
.wpDataTablesWrapper table.wpDataTable tr.even.selected &gt; td,
.wpDataTablesWrapper table.wpDataTable tr.even.selected &gt; td.sorting_1 {
    background-color: #faf8e2; /* selected rows background color */
}

/*  Table Footer  */

.wpDataTablesWrapper table.wpDataTable tfoot th {
    border-top: 1px solid #000;
    border-width: 1px 0;
}

/*  Table Pagination  */

.wpDataTablesWrapper .dataTables_paginate{
    font-size: 13px !important;
    font-family: sans-serif !important;
}

.wpDataTablesWrapper .dataTables_paginate .paginate_button {
    min-width: 1.5em;
    padding: 0.6em 1.164em 0.4em 1.164em;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #666;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.wpDataTablesWrapper .dataTables_paginate &gt; .paginate_button {
    font: 0/0 a;
    background-color: transparent;
    border: 0;
    text-shadow: none;
    text-indent: -9999em;
}

.wpDataTablesWrapper .dataTables_paginate a.paginate_button:focus {
    outline: none !important;
    box-shadow: none;
}

.wpDataTablesWrapper .dataTables_paginate .paginate_button:hover:not(.disabled) {
    color: #666;
    background-color: #f5f5f5;
}

.wpDataTablesWrapper .dataTables_paginate .ellipsis {
    margin:0 2px;
}

.wpDataTablesWrapper .dataTables_paginate .paginate_button.current,
.wpDataTablesWrapper .dataTables_paginate .paginate_button.current:hover {
    color: #666;
    background-color: #e8e8e8;
}

.wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:before,
.wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:hover:before,
.wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:active:before {
    cursor: default !important;
    opacity: 0.4;
    color: #666;
    background: none !important;
    box-shadow: none;
}

.wpDataTablesWrapper .paginate_button.next:before {
    content: "\e001" !important;
    padding: 0.9em 1.1em 0.601em 1.1em;
}

.wpDataTablesWrapper .paginate_button.previous:before {
    content: "\e002" !important;
    padding: 0.9em 1.08em 0.601em 1.08em;
}

.wpDataTablesWrapper .paginate_button.last:before {
    content: "\e003";
    padding: 0.9em 0.95em 0.601em 0.95em;
}

.wpDataTablesWrapper .paginate_button.first:before {
    content: "\e004";
    padding: 0.9em 0.95em 0.601em 0.95em;
}

.wpDataTablesWrapper .paginate_button.next:hover:before {
    padding: 0.9em 1.1em 0.601em 1.1em;
}

.wpDataTablesWrapper .paginate_button.previous:hover:before {
    padding: 0.9em 1.08em 0.601em 1.08em;
}

.wpDataTablesWrapper .paginate_button.last:hover:before {
    padding: 0.9em 0.95em 0.601em 0.95em;
}

.wpDataTablesWrapper .paginate_button.first:hover:before {
    padding: 0.9em 0.95em 0.601em 0.95em;
}

.wpDataTablesWrapper .dataTables_length .bootstrap-select.length_menu {
    width: 80px;
    padding: 0 5px;
}

.wpDataTablesWrapper .DTTT_button:before,
.wpDataTablesWrapper .wdt-checkbox-filter.btn:before,
.wpDataTablesWrapper .paginate_button:before,
.wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:before {
    display: inline-block;
    font-family: wpDataTablesIcons !important;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

/*  Export Tools  */

.wpDataTablesWrapper button.DTTT_button,
.wpDataTablesWrapper div.DTTT_button,
.wpDataTablesWrapper a.DTTT_button,
.wpDataTablesWrapper button.DTTT_button:hover,
.wpDataTablesWrapper div.DTTT_button:hover,
.wpDataTablesWrapper a.DTTT_button:hover,
.wpDataTablesWrapper button.DTTT_button,
.wpDataTablesWrapper button.DTTT_button:hover {
    background-color: transparent;
    background-image: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.wpDataTablesWrapper .DTTT_button {
    opacity: 0.7;
}

.wpDataTablesWrapper .DTTT_button {
    opacity: 0.7;
}

.wpDataTablesWrapper .DTTT_button:hover {
    opacity: 1;
}

.wpDataTablesWrapper .DTTT_button.disabled {
    opacity: 0.4;
}

.wpDataTablesWrapper .DTTT_button.DTTT_button_md {
    margin-left: 0 !important;
}

.wpDataTablesWrapper a.DTTT_button,
.wpDataTablesWrapper a.DTTT_button:hover {
    border-color: transparent;
    border-style: solid;
}

.wpDataTablesWrapper .wdt-checkbox-filter.btn:before {
    opacity: 0.4;
}

.wpDataTablesWrapper .wdt-checkbox-filter.btn:hover:before {
    opacity: 1;
}

/*  Popover Tools  */

.wpDataTablesPopover {
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 7px 10px;
}

.wpDataTablesPopover:before {
    border-top: 7px solid rgba(0, 0, 0, 0.85);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px;
}

.wpDataTablesPopover.editTools a.DTTT_button,
.wpDataTablesPopover.editTools button.DTTT_button {
    color: #ffffff !important;
}

.wpDataTables.wpDataTablesWrapper table.wpDataTable tr.odd td.error {
    background-color: #f2dede;
}

/*  Formatting rule  */

.formatting_rule_if_clause,
.formatting_rule_action {
    background-color: #fdfdfd !important;
    border-color: #cccccc !important;
    background-image: none !important;
    color: #333333;
    border-radius: 3px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    vertical-align: middle;
}

.cellVal {
    font-size: inherit !important;
    line-height: 20px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

/*  Overlay  */

.wpDataTables .overlayed {
    position: relative;
    pointer-events: none;
}

.wpDataTables .overlayed &gt; * {
    opacity: .3;
}

.wpDataTables .overlayed:after {
    color: inherit;
    font-size: 34px;
    left: 50%;
    margin-left: -15px;
    margin-top: -20px;
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

.wpDataTables .overlayed:after {
    font-family: 'wpDataTablesIcons' !important;
    content: "\e982";
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(359deg);
    }
}

.wpDataTables .wdt-checkbox-filter.btn {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin: auto;
    display: block;
}

.wpDataTables .wdt-checkbox-filter.btn:before {
    font-size: 18px;
    line-height: 18px;
    margin-right: 5px;
    margin-top: 0;
    text-align: left;
}

/*  Responsive  */

table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; td:first-child:before,
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; th:first-child:before {
    display: inline-block;
    content: "";
    height: 11px;
    width: 11px;
    background-image: url(../../img/icons.png);
    background-repeat: no-repeat;
    background-position: -12px 0;

}

/* Responsive table skin styles */
.wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander {
    opacity: 0.6;
}

.wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:hover {
    opacity: 1;
}

table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr.parent &gt; td:first-child:before,
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr.parent &gt; th:first-child:before {
    display: inline-block;
    content: "";
    height: 11px;
    width: 11px;
    background-image: url(../../img/icons.png);
    background-repeat: no-repeat;
    background-position: -24px 0;
}
.wpdt-c .noUi-handle.noUi-handle-upper {
    right: 0 !important;
    left: 100% !important;
    margin-top: 0px !important;
    background-color: #0083c2;
}
.wpdt-c .noUi-handle.noUi-handle-lower{
    right: 0 !important;
    left: 100% !important;
    margin-top: 0px !important;
    background-color: #0083c2 ;
}
.wpdt-c .noUi-horizontal{
    margin-top: 20px !important;
    margin-right: 15px !important;
}
.wpdt-c .noUi-connect{
    background-color: #0083c2;
    margin-top: 0px !important;
}

#wdt-frontend-modal .wdt_checkbox_option,
#wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option {
    margin-top: 0;
}
.wpdt-c.wpTableWCAG .dataTables_filter:focus-within,
.wpdt-c.wpTableWCAG .dataTables_length:focus-within,
.wpdt-c.wpTableWCAG dt-button:focus{
    border: 2px solid #000000 !important;
}
.wpdt-c.wpTableWCAG th:focus{
    border: 2px solid #000000 !important;
}
.wpdt-c.wpTableWCAG *:focus{
    box-shadow: #000000;
    border: 2px solid #000000 !important;
}
.wpdt-c .modal#wdt-frontend-modal.wpTableWCAG .wdt-apply-duplicate-button:focus,
.wpdt-c .modal#wdt-frontend-modal.wpTableWCAG .wdt-apply-edit-button:focus,
.wpdt-c .modal#wdt-frontend-modal.wpTableWCAG .wdt-next-edit-button:focus,
.wpdt-c .modal#wdt-frontend-modal.wpTableWCAG .wdt-prev-edit-button:focus,
.wpdt-c .modal#wdt-frontend-modal.wpTableWCAG .wdt-cancel-edit-button:focus,
.wpdt-c .modal#wdt-frontend-modal.wpTableWCAG .wdt-edit-dialog-button-block:focus,
.wpdt-c .modal#wdt-frontend-modal.wpTableWCAG input.editDialogInput:focus,
.wpdt-c .modal#wdt-delete-modal.wpTableWCAG .wdt-cancel-delete-button:focus,
.wpdt-c .modal#wdt-delete-modal.wpTableWCAG .wdt-browse-delete-button:focus{
    border: 2px solid #000000 !important;
}
.wpdt-c .modal#wdt-frontend-modal.wpTableWCAG .wdt-ok-edit-button:focus{
    border: 2px solid #000000 !important;
}
.wpdt-c .wpTableWCAG .modal-header button:focus{
    border: 5px solid #000000 !important;
    line-height: 18px !important;
}
.wpdt-c.wpTableWCAG .dataTables_length button:focus{
    border: none !important;
}
.wpdt-c.wpTableWCAG .wpDataTablesWrapper .DTTT_button.disabled {
    opacity: 1;
}
.wpdt-c.wpTableWCAG .wpDataTablesWrapper tr a{
    color: #156cb0;
}
.wpdt-c.wpTableWCAG .wpDataTablesWrapper .master_detail_column_btn{
    color: #1772ba;
}
.wpdt-c.wpTableWCAG #wdt-pf-search-filters-button-block .wdt-pf-search-filters-button,
.wpdt-c.wpTableWCAG #wdt-clear-filters-button-block .wdt-clear-filters-button{
    background-color: #04b9ff;
    color: #3e4249;
}
.wpdt-c.wpTableWCAG .wpDataTablesWrapper .filter_column button{
    color: #747474;
}</pre></body></html>