@charset "UTF-8";table.dataTable td.dt-control {
    cursor: pointer;
    text-align: center
}

table.dataTable td.dt-control:before {
    background-color: #31b131;
    border: .15em solid #fff;
    border-radius: 1em;
    box-shadow: 0 0 .2em #444;
    box-sizing: content-box;
    color: #fff;
    content: "+";
    display: inline-block;
    font-family: Courier New,Courier,monospace;
    height: 1em;
    line-height: 1em;
    margin-top: -9px;
    text-align: center;
    text-indent: 0!important;
    width: 1em
}

table.dataTable tr.dt-hasChild td.dt-control:before {
    background-color: #d33333;
    content: "-"
}

table.dataTable thead>tr>td.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_asc_disabled,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting_desc_disabled,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_asc_disabled,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting_desc_disabled {
    cursor: pointer;
    padding-right: 26px;
    position: relative
}

table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:before,table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:before {
    display: block;
    font-size: .9em;
    line-height: 9px;
    opacity: .125;
    position: absolute;
    right: 10px
}

table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_desc_disabled:before,table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_desc_disabled:before {
    bottom: 50%;
    content: "▴"
}

table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_desc_disabled:after,table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_desc_disabled:after {
    content: "▾";
    top: 50%
}

table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:after {
    opacity: .6
}

table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:after {
    display: none
}

table.dataTable thead>tr>td:active,table.dataTable thead>tr>th:active {
    outline: none
}

div.dataTables_scrollBody table.dataTable thead>tr>td:after,div.dataTables_scrollBody table.dataTable thead>tr>td:before,div.dataTables_scrollBody table.dataTable thead>tr>th:after,div.dataTables_scrollBody table.dataTable thead>tr>th:before {
    display: none
}

div.dataTables_processing {
    left: 50%;
    margin-left: -100px;
    margin-top: -26px;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 200px
}

div.dataTables_processing>div:last-child {
    height: 15px;
    margin: 1em auto;
    position: relative;
    width: 80px
}

div.dataTables_processing>div:last-child>div {
    animation-timing-function: cubic-bezier(0,1,1,0);
    background: rgba(13,110,253,.9);
    border-radius: 50%;
    height: 13px;
    position: absolute;
    top: 0;
    width: 13px
}

div.dataTables_processing>div:last-child>div:first-child {
    animation: datatables-loader-1 .6s infinite;
    left: 8px
}

div.dataTables_processing>div:last-child>div:nth-child(2) {
    animation: datatables-loader-2 .6s infinite;
    left: 8px
}

div.dataTables_processing>div:last-child>div:nth-child(3) {
    animation: datatables-loader-2 .6s infinite;
    left: 32px
}

div.dataTables_processing>div:last-child>div:nth-child(4) {
    animation: datatables-loader-3 .6s infinite;
    left: 56px
}

@keyframes datatables-loader-1 {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes datatables-loader-3 {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@keyframes datatables-loader-2 {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(24px)
    }
}

table.dataTable td.dt-left,table.dataTable th.dt-left {
    text-align: left
}

table.dataTable td.dataTables_empty,table.dataTable td.dt-center,table.dataTable th.dt-center {
    text-align: center
}

table.dataTable td.dt-right,table.dataTable th.dt-right {
    text-align: right
}

table.dataTable td.dt-justify,table.dataTable th.dt-justify {
    text-align: justify
}

table.dataTable td.dt-nowrap,table.dataTable th.dt-nowrap {
    white-space: nowrap
}

table.dataTable tfoot td,table.dataTable tfoot td.dt-head-left,table.dataTable tfoot th,table.dataTable tfoot th.dt-head-left,table.dataTable thead td,table.dataTable thead td.dt-head-left,table.dataTable thead th,table.dataTable thead th.dt-head-left {
    text-align: left
}

table.dataTable tfoot td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable thead th.dt-head-center {
    text-align: center
}

table.dataTable tfoot td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable thead th.dt-head-right {
    text-align: right
}

table.dataTable tfoot td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable thead th.dt-head-justify {
    text-align: justify
}

table.dataTable tfoot td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable thead th.dt-head-nowrap {
    white-space: nowrap
}

table.dataTable tbody td.dt-body-left,table.dataTable tbody th.dt-body-left {
    text-align: left
}

table.dataTable tbody td.dt-body-center,table.dataTable tbody th.dt-body-center {
    text-align: center
}

table.dataTable tbody td.dt-body-right,table.dataTable tbody th.dt-body-right {
    text-align: right
}

table.dataTable tbody td.dt-body-justify,table.dataTable tbody th.dt-body-justify {
    text-align: justify
}

table.dataTable tbody td.dt-body-nowrap,table.dataTable tbody th.dt-body-nowrap {
    white-space: nowrap
}

/*! Bootstrap 5 integration for DataTables
 *
 * ©2020 SpryMedia Ltd, all rights reserved.
 * License: MIT datatables.net/license/mit
 */
table.dataTable {
    border-collapse: separate!important;
    border-spacing: 0;
    clear: both;
    margin-bottom: 6px!important;
    margin-top: 6px!important;
    max-width: none!important
}

table.dataTable td,table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty {
    text-align: center
}

table.dataTable.nowrap td,table.dataTable.nowrap th {
    white-space: nowrap
}

table.dataTable.table-striped>tbody>tr:nth-of-type(odd)>* {
    box-shadow: none
}

table.dataTable>tbody>tr {
    background-color: transparent
}

table.dataTable>tbody>tr.selected>* {
    box-shadow: inset 0 0 0 9999px rgba(13,110,253,.9);
    color: #fff
}

table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.05)
}

table.dataTable.table-striped>tbody>tr.odd.selected>* {
    box-shadow: inset 0 0 0 9999px rgba(13,110,253,.95)
}

table.dataTable.table-hover>tbody>tr:hover>* {
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.075)
}

table.dataTable.table-hover>tbody>tr.selected:hover>* {
    box-shadow: inset 0 0 0 9999px rgba(13,110,253,.975)
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
    display: inline-block;
    width: auto
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_filter input {
    display: inline-block;
    margin-left: .5em;
    width: auto
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: .85em
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    text-align: right;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: flex-end;
    margin: 2px 0;
    white-space: nowrap
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0!important
}

div.dataTables_scrollBody>table {
    border-top: none;
    margin-bottom: 0!important;
    margin-top: 0!important
}

div.dataTables_scrollBody>table>thead .sorting:after,div.dataTables_scrollBody>table>thead .sorting:before,div.dataTables_scrollBody>table>thead .sorting_asc:after,div.dataTables_scrollBody>table>thead .sorting_asc:before,div.dataTables_scrollBody>table>thead .sorting_desc:after,div.dataTables_scrollBody>table>thead .sorting_desc:before {
    display: none
}

div.dataTables_scrollBody>table>tbody tr:first-child td,div.dataTables_scrollBody>table>tbody tr:first-child th {
    border-top: none
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner {
    box-sizing: content-box
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
    border-top: none;
    margin-top: 0!important
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_paginate {
        text-align:center
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center!important
    }
}

table.dataTable.table-sm>thead>tr>th:not(.sorting_disabled) {
    padding-right: 20px
}

table.table-bordered.dataTable {
    border-right-width: 0
}

table.table-bordered.dataTable thead tr:first-child td,table.table-bordered.dataTable thead tr:first-child th {
    border-top-width: 1px
}

table.table-bordered.dataTable td,table.table-bordered.dataTable th {
    border-left-width: 0
}

table.table-bordered.dataTable td:first-child,table.table-bordered.dataTable th:first-child {
    border-left-width: 1px
}

table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable th:last-child {
    border-right-width: 1px
}

table.table-bordered.dataTable td,table.table-bordered.dataTable th {
    border-bottom-width: 1px
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child {
    padding-left: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
    padding-right: 0
}

@keyframes dtb-spinner {
    to {
        transform: rotate(1turn)
    }
}

@-o-keyframes dtb-spinner {
    to {
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-ms-keyframes dtb-spinner {
    to {
        -ms-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes dtb-spinner {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-moz-keyframes dtb-spinner {
    to {
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

div.dataTables_wrapper {
    position: relative
}

div.dt-buttons {
    position: static
}

div.dt-button-info {
    background-color: #fff;
    border: 2px solid #111;
    border-radius: 3px;
    box-shadow: 3px 4px 10px 1px rgba(0,0,0,.3);
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 400px;
    z-index: 21
}

div.dt-button-info h2 {
    background-color: #f3f3f3;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
    margin: 0;
    padding: .5em
}

div.dt-button-info>div {
    padding: 1em
}

div.dtb-popover-close {
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 22px;
    z-index: 2003
}

button.dtb-hide-drop {
    display: none!important
}

div.dt-button-collection-title {
    font-size: .9em;
    margin-left: .5em;
    margin-right: .5em;
    padding: .3em 0 .5em;
    text-align: center
}

div.dt-button-collection-title:empty {
    display: none
}

span.dt-button-spacer {
    display: inline-block;
    margin: .5em;
    white-space: nowrap
}

span.dt-button-spacer.bar {
    border-left: 1px solid rgba(0,0,0,.3);
    padding-left: .5em;
    vertical-align: middle
}

span.dt-button-spacer.bar:empty {
    height: 1em;
    padding-left: 0;
    width: 1px
}

div.dt-button-collection span.dt-button-spacer {
    font-size: .9em;
    margin: .5em 0;
    text-align: center;
    width: 100%
}

div.dt-button-collection span.dt-button-spacer:empty {
    height: 0;
    width: 100%
}

div.dt-button-collection span.dt-button-spacer.bar {
    border-bottom: 1px solid rgba(0,0,0,.3);
    border-left: none;
    padding-left: 0
}

div.dt-button-collection {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding: .5rem;
    position: absolute;
    width: 218px;
    z-index: 2001
}

div.dt-button-collection div.dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    min-width: 100%;
    padding: 0;
    position: relative;
    z-index: 2002
}

div.dt-button-collection.fixed {
    background-color: #fff;
    border-radius: 5px;
    display: block;
    left: 50%;
    margin-left: -75px;
    position: fixed;
    top: 50%
}

div.dt-button-collection.fixed.two-column {
    margin-left: -200px
}

div.dt-button-collection.fixed.three-column {
    margin-left: -225px
}

div.dt-button-collection.fixed.four-column {
    margin-left: -300px
}

div.dt-button-collection.fixed.columns {
    margin-left: -409px
}

@media screen and (max-width: 1024px) {
    div.dt-button-collection.fixed.columns {
        margin-left:-308px
    }
}

@media screen and (max-width: 640px) {
    div.dt-button-collection.fixed.columns {
        margin-left:-203px
    }
}

@media screen and (max-width: 460px) {
    div.dt-button-collection.fixed.columns {
        margin-left:-100px
    }
}

div.dt-button-collection.fixed>:last-child {
    max-height: 100vh;
    overflow: auto
}

div.dt-button-collection.four-column>:last-child,div.dt-button-collection.three-column>:last-child,div.dt-button-collection.two-column>:last-child {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    -ms-column-gap: 8px;
    -o-column-gap: 8px;
    column-gap: 8px;
    display: block!important
}

div.dt-button-collection.four-column>:last-child>*,div.dt-button-collection.three-column>:last-child>*,div.dt-button-collection.two-column>:last-child>* {
    -webkit-column-break-inside: avoid;
    break-inside: avoid
}

div.dt-button-collection.two-column {
    width: 400px
}

div.dt-button-collection.two-column>:last-child {
    column-count: 2;
    padding-bottom: 1px
}

div.dt-button-collection.three-column {
    width: 450px
}

div.dt-button-collection.three-column>:last-child {
    column-count: 3;
    padding-bottom: 1px
}

div.dt-button-collection.four-column {
    width: 600px
}

div.dt-button-collection.four-column>:last-child {
    column-count: 4;
    padding-bottom: 1px
}

div.dt-button-collection .dt-button {
    border-radius: 0
}

div.dt-button-collection.columns {
    width: auto
}

div.dt-button-collection.columns>:last-child {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
    padding-bottom: 1px;
    width: 818px
}

div.dt-button-collection.columns>:last-child .dt-button {
    flex: 0 1;
    margin: 0;
    min-width: 200px
}

div.dt-button-collection.columns.dtb-b1>:last-child,div.dt-button-collection.columns.dtb-b2>:last-child,div.dt-button-collection.columns.dtb-b3>:last-child {
    justify-content: space-between
}

div.dt-button-collection.columns.dtb-b3 .dt-button {
    flex: 1 1 32%
}

div.dt-button-collection.columns.dtb-b2 .dt-button {
    flex: 1 1 48%
}

div.dt-button-collection.columns.dtb-b1 .dt-button {
    flex: 1 1 100%
}

@media screen and (max-width: 1024px) {
    div.dt-button-collection.columns>:last-child {
        width:612px
    }
}

@media screen and (max-width: 640px) {
    div.dt-button-collection.columns>:last-child {
        width:406px
    }

    div.dt-button-collection.columns.dtb-b3 .dt-button {
        flex: 0 1 32%
    }
}

@media screen and (max-width: 460px) {
    div.dt-button-collection.columns>:last-child {
        width:200px
    }
}

div.dt-button-collection.fixed:after,div.dt-button-collection.fixed:before {
    display: none
}

div.dt-button-collection .btn-group {
    flex: 1 1 auto
}

div.dt-button-collection .dt-button:not(.dt-btn-split-drop) {
    min-width: 200px
}

div.dt-button-collection div.dt-btn-split-wrapper {
    width: 100%
}

div.dt-button-collection button.dt-btn-split-drop-button {
    background-color: #fff;
    border: none;
    border-radius: 0;
    color: #212529;
    margin-left: 0!important;
    width: 100%
}

div.dt-button-collection button.dt-btn-split-drop-button:focus {
    border: none;
    border-radius: 0;
    outline: none
}

div.dt-button-collection button.dt-btn-split-drop-button:hover {
    background-color: #e9ecef
}

div.dt-button-collection button.dt-btn-split-drop-button:active {
    background-color: #007bff!important
}

div.dt-button-background {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

@media screen and (max-width: 767px) {
    div.dt-buttons {
        float:none;
        margin-bottom: .5em;
        text-align: center;
        width: 100%
    }

    div.dt-buttons a.btn {
        float: none
    }
}

div.dt-buttons a.btn.processing,div.dt-buttons button.btn.processing,div.dt-buttons div.btn.processing {
    color: rgba(0,0,0,.2)
}

div.dt-buttons a.btn.processing:after,div.dt-buttons button.btn.processing:after,div.dt-buttons div.btn.processing:after {
    animation: dtb-spinner 1.5s linear infinite;
    -o-animation: dtb-spinner 1.5s linear infinite;
    -ms-animation: dtb-spinner 1.5s linear infinite;
    -webkit-animation: dtb-spinner 1.5s linear infinite;
    -moz-animation: dtb-spinner 1.5s linear infinite;
    border-color: #282828 transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    content: " ";
    display: block;
    height: 16px;
    left: 50%;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 16px
}

div.dt-buttons div.btn-group {
    position: static
}

div.dt-btn-split-wrapper button.dt-btn-split-drop {
    border-bottom-right-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

div.dt-btn-split-wrapper.active:not(.disabled) button,div.dt-btn-split-wrapper:active:not(.disabled) button {
    background-color: #5a6268;
    border-color: #545b62
}

div.dt-btn-split-wrapper.active:not(.disabled) button.dt-btn-split-drop,div.dt-btn-split-wrapper:active:not(.disabled) button.dt-btn-split-drop {
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: none
}

div.dt-btn-split-wrapper.active:not(.disabled) button:hover,div.dt-btn-split-wrapper:active:not(.disabled) button:hover {
    background-color: #5a6268;
    border-color: #545b62
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group {
    border-radius: 4px!important
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:first-child {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child:first-child {
    border-bottom-left-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
    border-top-left-radius: 4px!important;
    border-top-right-radius: 4px!important
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group button.dt-btn-split-drop:last-child {
    border: 1px solid #6c757d
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group div.dt-btn-split-wrapper {
    border: none
}

div.dt-button-collection div.btn-group {
    border-radius: 4px!important
}

div.dt-button-collection div.btn-group button {
    border-radius: 4px
}

div.dt-button-collection div.btn-group button:last-child {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

div.dt-button-collection div.btn-group button:first-child {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

div.dt-button-collection div.btn-group button:last-child:first-child {
    border-bottom-left-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
    border-top-left-radius: 4px!important;
    border-top-right-radius: 4px!important
}

div.dt-button-collection div.btn-group button.dt-btn-split-drop:last-child {
    border: 1px solid #6c757d
}

div.dt-button-collection div.btn-group div.dt-btn-split-wrapper {
    border: none
}

span.dt-button-spacer.bar:empty {
    height: inherit
}

div.dt-button-collection span.dt-button-spacer {
    padding-left: 1rem!important;
    text-align: left
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child {
    cursor: default!important
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before {
    display: none!important
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
    cursor: pointer;
    padding-left: 30px;
    position: relative
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    background-color: #0d6efd;
    border: .15em solid #fff;
    border-radius: 1em;
    box-shadow: 0 0 .2em #444;
    box-sizing: content-box;
    color: #fff;
    content: "+";
    display: block;
    font-family: Courier New,Courier,monospace;
    height: 1em;
    left: 5px;
    line-height: 1em;
    margin-top: -9px;
    position: absolute;
    text-align: center;
    text-indent: 0!important;
    top: 50%;
    width: 1em
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    background-color: #d33333;
    content: "-"
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control {
    padding-left: 27px
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control:before {
    border-radius: 14px;
    height: 14px;
    left: 4px;
    line-height: 14px;
    text-indent: 3px;
    width: 14px
}

table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>td.dtr-control,table.dataTable.dtr-column>tbody>tr>th.control,table.dataTable.dtr-column>tbody>tr>th.dtr-control {
    cursor: pointer;
    position: relative
}

table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,table.dataTable.dtr-column>tbody>tr>th.control:before,table.dataTable.dtr-column>tbody>tr>th.dtr-control:before {
    background-color: #0d6efd;
    border: .15em solid #fff;
    border-radius: 1em;
    box-shadow: 0 0 .2em #444;
    box-sizing: content-box;
    color: #fff;
    content: "+";
    display: block;
    font-family: Courier New,Courier,monospace;
    height: .8em;
    left: 50%;
    line-height: 1em;
    margin-left: -.5em;
    margin-top: -.5em;
    position: absolute;
    text-align: center;
    text-indent: 0!important;
    top: 50%;
    width: .8em
}

table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent td.dtr-control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before,table.dataTable.dtr-column>tbody>tr.parent th.dtr-control:before {
    background-color: #d33333;
    content: "-"
}

table.dataTable>tbody>tr.child {
    padding: .5em 1em
}

table.dataTable>tbody>tr.child:hover {
    background: transparent!important
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 1px solid #efefef;
    padding: .5em 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
    padding-top: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
    border-bottom: none
}

table.dataTable>tbody>tr.child span.dtr-title {
    display: inline-block;
    font-weight: 700;
    min-width: 75px
}

div.dtr-modal {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 10em 1em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

div.dtr-modal div.dtr-modal-display {
    background-color: #f5f5f7;
    border: 1px solid #000;
    border-radius: .5em;
    bottom: 0;
    box-shadow: 0 12px 30px rgba(0,0,0,.6);
    height: 50%;
    left: 0;
    margin: auto;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 102
}

div.dtr-modal div.dtr-modal-content {
    padding: 1em;
    position: relative
}

div.dtr-modal div.dtr-modal-close {
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 6px;
    width: 22px;
    z-index: 12
}

div.dtr-modal div.dtr-modal-close:hover {
    background-color: #eaeaea
}

div.dtr-modal div.dtr-modal-background {
    background: rgba(0,0,0,.6);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 101
}

@media screen and (max-width: 767px) {
    div.dtr-modal div.dtr-modal-display {
        width:95%
    }
}

div.dtr-bs-modal table.table tr:first-child td {
    border-top: none
}

table.dataTable.table-bordered td.dtr-control.dtr-hidden+*,table.dataTable.table-bordered th.dtr-control.dtr-hidden+* {
    border-left-width: 1px
}

table.dataTable>tbody>tr>.selected {
    background-color: rgba(13,110,253,.9);
    color: #fff
}

table.dataTable tbody td.select-checkbox,table.dataTable tbody th.select-checkbox {
    position: relative
}

table.dataTable tbody td.select-checkbox:after,table.dataTable tbody td.select-checkbox:before,table.dataTable tbody th.select-checkbox:after,table.dataTable tbody th.select-checkbox:before {
    box-sizing: border-box;
    display: block;
    height: 12px;
    left: 50%;
    position: absolute;
    top: 1.2em;
    width: 12px
}

table.dataTable tbody td.select-checkbox:before,table.dataTable tbody th.select-checkbox:before {
    border: 1px solid #000;
    border-radius: 3px;
    content: " ";
    margin-left: -6px;
    margin-top: -5px
}

table.dataTable tr.selected td.select-checkbox:before,table.dataTable tr.selected th.select-checkbox:before {
    border: 1px solid #fff
}

table.dataTable tr.selected td.select-checkbox:after,table.dataTable tr.selected th.select-checkbox:after {
    content: "✓";
    font-size: 20px;
    margin-left: -6px;
    margin-top: -19px;
    text-align: center;
    text-shadow: 1px 1px #b0bed9,-1px -1px #b0bed9,1px -1px #b0bed9,-1px 1px #b0bed9
}

table.dataTable.compact tbody td.select-checkbox:before,table.dataTable.compact tbody th.select-checkbox:before {
    margin-top: -12px
}

table.dataTable.compact tr.selected td.select-checkbox:after,table.dataTable.compact tr.selected th.select-checkbox:after {
    margin-top: -16px
}

div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item {
    margin-left: .5em
}

@media screen and (max-width: 640px) {
    div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item {
        display:block;
        margin-left: 0
    }
}

table.dataTable.table-sm tbody td.select-checkbox:before {
    margin-top: -9px
}
