/** Table reset **/
@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}
.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.glyphicon-step-backward::before { content: "\e069"; }
.glyphicon-backward:before{content:"\e071"}
.glyphicon-forward:before{content:"\e075"}
.glyphicon-step-forward:before{content:"\e077"}
.glyphicon-chevron-up::before { content:"\e113"}
.glyphicon-chevron-down::before { content:"\e114"}
.dnone {
    display: none !important;
}
.hidden_row th,
.hidden_row td {
    display: none;
}
.wptm-d-block {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.wptm_table {
    position: relative;
    margin-bottom: var(--size-h1);
}

.wptmtable table {
    border-spacing: 0;
    border-collapse: collapse;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
}

.wptmtable table.DTFC_Cloned {
    background: #fff; /* Default table color for cloned table - freeze header and col - do not remove*/
}

.wptmtable tr, .wptmtable th, .wptmtable td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 13px;
    font-family: Arial;
    vertical-align: baseline;
    background: none;
    color: black;
    font-weight: normal;
    border: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    box-shadow: none;
    word-break: break-all;
}

.wptmtable th img, .wptmtable td img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: inline;
}

.wptmtable table.dataTable td,.wptmtable table.dataTable th {
    line-height: 21px;
    padding: 4px;
    word-break: break-word;
    overflow-wrap: normal;
    box-sizing: border-box;
}

.wptmtable .sortable thead th {
    cursor: pointer;
}

div.wptmoverflow {
    overflow-x: scroll;
}
.wptm_tooltip {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.wptm_tooltip:hover {
    text-decoration: none;
}
.wptm_tooltipcontent {
     display: none;
}
.wptm_tooltipcontent_show {
    position: absolute;
    color: #FFF;
    background: #000 none repeat scroll 0% 0%;
    min-height: 40px;
    line-height: 22px;
    text-align: center;
    border-radius: 2px;
    padding: 5px;
    visibility: visible;
    display:block;
    z-index: 999;
    opacity: 0.9;
}

span.wptm_tooltipcontent_show:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-top: 8px solid #000000;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.wptm_dbtable table tr td, .wptm_dbtable table tr th{
    vertical-align: middle;
    text-align: center;
}

.ft_r.ui-widget-header input.tablesorter-filter{
    width: 98%;
}

table.fxdHdrCol tbody tr.row_hide{
    display: none !important;
}

#sorttable_sortfwdind, #sorttable_sortrevind{
    display: none;
}

.use_sortable .wptmtable table thead tr th.tablesorter-header{ background-image: url(images/bg.gif); background-position: right center; background-repeat: no-repeat; }
.use_sortable .wptmtable table thead tr th.tablesorter-headerAsc{ background-image: url(images/asc.gif); }
.use_sortable .wptmtable table thead tr th.tablesorter-headerDesc{ background-image: url(images/desc.gif); }
.use_sortable .wptmtable table thead tr th.fx_sort_asc{ background-image: url(images/asc.gif); }
.use_sortable .wptmtable table thead tr th.fx_sort_desc{ background-image: url(images/desc.gif); }

.wptmtable table {
    width: auto;
}

.ft_rwrapper, .ft_scroller {
    max-width: 100%;
}

.tablesorter-bootstrap thead th,
.tablesorter-bootstrap thead td {
    margin: 0;
}

.restableHideCols table thead tr,
.restableHideCols table tbody tr {
    display: table;
}

.wptmtable .tablesorter-bootstrap th,
.wptmtable .tablesorter-bootstrap td,
.wptmtable .ui-widget-header th,
.wptmtable .ui-widget-header td {
    box-sizing: border-box;
}

.container .wptmtable .filterable .tablesorter-filter-row {
    padding: 0;
}

.wptmtable select.input-mini{
    width: 5%;
    min-width: 50px;
    line-height: 1.2;
    margin: 0 5px;
}

.wptmtable table tfoot button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-user-select: none;
    background-color: transparent;
}

.wptmtable table tfoot .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ft_container .ft_cwrapper {
    width: auto !important;
}

.download_wptm {
    vertical-align: baseline;
    text-decoration: none;
    border: 1px;
    background: #051e99d1;
    padding: 0.3em 0.5em;
    color: #fafafa;
    font-size: 13px;
    border-radius: 9px;
    cursor: pointer;
}
.dataTables_filter {
    display: none;
}
.dataTables_wrapper {
    max-width: 100%;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}
.dataTables_wrapper .bottom {
    display: flex;
    align-items: center;
    padding: 5px;
}
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: left;
    padding-top: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    line-height: initial;
    box-shadow: none;
    border: none;
    background: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none;
    border: none;
    background: transparent;
    color: #000 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #000;
    opacity: 0.5;
}
.dataTables_wrapper .dataTables_paginate .paginate_button i {
    font-size: 11px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: transparent;
    border: none;
    opacity: 0.5;
}
.dataTables_wrapper .dataTables_length {
    float: none;
    margin-left: 10px;
}
.dataTables_wrapper .dataTables_length label {
    margin: 0;
}
.dataTables_wrapper .dataTables_length select {
    float: none;
    padding: 4px 6px;
    height: auto;
    min-width: 50px;
    font-size: inherit;
    background: #dcd7ca;
    border-color: #dcd7ca;
    color: #000;
}
.dataTables_wrapper input.wptm-filter-input {
    padding: 4px 6px !important;
    border: none;
    outline: thin solid rgba(14, 67, 97, 0.15);
    outline-offset: -4px;
}
[class*=sorting] .wptm-filter-input {
    width: 75%;
    margin: 0 auto;
}
.DTFC_LeftBodyWrapper thead {
    visibility: hidden;
}
.DTFC_LeftBodyWrapper thead tr {
    height: 0 !important;
}
.dataTables_wrapper .dataTables_scrollBody thead {
    visibility: hidden;
}
.dataTables_wrapper .dataTables_scrollBody thead tr {
    height: 0 !important;
}
.dataTables_wrapper .DTFC_LeftBodyLiner {
    overflow-x: hidden;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 0;
}
.wptm-header-cells-index,
.wptm-header-cells-index th{
    height: 0 !important;
    padding: 0 !important;
    border: none !important;
    max-height: 0;
    overflow: hidden;
}
.wptm_table .buttons-colvis,
.wptm_dbtable .buttons-colvis {
    display: block;
    text-decoration: none;
    border: 1px;
    background: #ddd;
    padding: 0.5em;
    color: #000;
    margin-right: 0;
}
.wptm_table .dt-button.buttons-colvis:hover,
.wptm_table button.dt-button:active:not(.disabled),
.wptm_table button.dt-button:focus:not(.disabled),
.wptm_dbtable .dt-button.buttons-colvis:hover,
.wptm_dbtable button.dt-button:active:not(.disabled),
.wptm_dbtable button.dt-button:focus:not(.disabled)
{
    border: 1px;
    background: #ddd;
    padding: 0.5em;
    color: #000;
    box-shadow: none;
}
.wptm_table div.dt-button-collection,
.wptm_dbtable div.dt-button-collection {
    border: 1px;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 4px;
    right: 0;
    left: auto !important;
}
.wptm_table div.dt-button-collection button.dt-button:not(.disabled),
.wptm_table div.dt-button-collection button.dt-button:active:not(.disabled),
.wptm_dbtable div.dt-button-collection button.dt-button:not(.disabled),
.wptm_dbtable div.dt-button-collection button.dt-button:active:not(.disabled) {
    box-shadow: none;
    border: none;
    background: #ddd;
    background-image: unset;
    opacity: 0.3;
    margin-bottom: 10px;
}
.wptm_table div.dt-button-collection button.dt-button:last-child,
.wptm_dbtable div.dt-button-collection button.dt-button:last-child {
    margin-bottom: 0;
}
.wptm_table div.dt-button-collection button.dt-button.active:not(.disabled),
.wptm_dbtable div.dt-button-collection button.dt-button.active:not(.disabled) {
    background: #ddd;
    opacity: 1;
    box-shadow: none;
}
.wptm_table div.dt-buttons,
.wptm_dbtable div.dt-buttons {
    float: right !important;
}
.wptmtable table.dataTable>tbody>tr.child ul.dtr-details>li {
    padding: 0;
    display: flex;
    align-items: center;
}
.wptmtable table.dataTable>tbody>tr.child ul.dtr-details>li .dtr-title {
    margin-right: 10px;
}
.wptmtable table.dataTable>tbody>tr.child ul.dtr-details>li .dtr-title .wptm-filter-input{
    display: none;
}
.wptmtable table.dataTable>tbody>tr.child ul.dtr-details>li .price_wrapper {
    padding-top: 8px;
}
.wptmtable table.dataTable>tbody>tr.child ul.dtr-details>li .price_wrapper .cents {
    top: -15px !important;
}
.wptmtable table.dataTable>tbody>tr.child ul.dtr-details>li .price_wrapper .currency {
    top: -14px !important;
}
div.DTFC_LeftWrapper table.dataTable, div.DTFC_RightWrapper table.dataTable, div.DTFC_TopWrapper table.dataTable {
    z-index: 2;
    border-bottom: 0;
}
.wptmtable .DTFC_Cloned thead,
.wptmtable .DTFC_Cloned tfoot,
.wptmtable table.dataTable tbody tr {
    background-color: inherit;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    display: block;
    content: '';
    border: none;
    box-shadow: none;
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
}
table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}
table.dataTable.filterable thead [class*=sorting] {
    background-position: top 10px right 0;
}
table.dataTable {
    border-collapse: collapse !important;
    margin: 0 !important;
}

.DTFC_LeftFootWrapper, .dataTables_scrollFoot {
    display: none !important;
}

.dataTables_scrollHead, .DTFC_LeftHeadWrapper {
    top: 1px !important;
    z-index: 99;
}

.DTFC_LeftWrapper {
    z-index: 99;
}

.dataTables_scrollBody {
    z-index: 9;
}

/*elementor*/
.wptm-elementor-chart.loadding,
.wptm-elementor-table.loadding {
    position: relative;
}

.wptm-elementor-chart.loadding:after,
.wptm-elementor-table.loadding:after {
    content: "";
    width: 90px;
    height: 90px;
    top: 50%;
    position: absolute;
    left: 50%;
    background-image: url(images/loadingfile.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    color: #FFF;
}

table.repeatedHeader:not(.repeatedHeaderTrue) tbody td:before {
    content: unset !important;
}

table.repeatedHeaderTrue {
    width: 100% !important;
}

.dataTables_scrollBody table.repeatedHeaderTrue thead,
.dataTables_scrollBody table.repeatedHeaderTrue tbody,
.dataTables_scrollBody table.repeatedHeaderTrue th,
.dataTables_scrollBody table.repeatedHeaderTrue td,
.dataTables_scrollBody table.repeatedHeaderTrue tr {
    display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
table.repeatedHeaderTrue thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.dataTables_scrollBody  table.repeatedHeaderTrue tfoot tr {
    display: none;
}

.dataTables_scrollBody  table.repeatedHeaderTrue td {
    min-width: 100% !important;
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 40% !important;
    left: 0;
    height: min-content !important;
}

.dataTables_scrollBody  table.repeatedHeaderTrue tbody tr td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 0;
    padding: 4px 0 4px 5px;
    width: 39%;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: normal;
    box-sizing: border-box;
    min-height: min-content;
    height: 100%;
    display: flex;
    align-items: center;
}

.dataTables_scrollBody  table.repeatedHeaderTrue:not(.style_repeated) tbody tr {
    padding: 0 !important;
}

.dataTables_scrollBody  table.repeatedHeaderTrue:not(.style_repeated) tbody tr:nth-child(odd) td,
.dataTables_scrollBody  table.repeatedHeaderTrue:not(.style_repeated) tbody tr:nth-child(even) td {
    padding: 4px 4px 4px 40% !important;
    min-height: 30px !important;
}

.dataTables_scrollBody  table.repeatedHeaderTrue:not(.style_repeated) tbody tr:nth-child(odd) td,
.dataTables_scrollBody  table.repeatedHeaderTrue:not(.style_repeated) tbody tr:nth-child(odd) td:before {
    background-color: #cecece !important;
    color: #000 !important;
    vertical-align: middle !important;
}
.dataTables_scrollBody  table.repeatedHeaderTrue:not(.style_repeated) tbody tr:nth-child(even) td,
.dataTables_scrollBody  table.repeatedHeaderTrue:not(.style_repeated) tbody tr:nth-child(even) td:before {
    background-color: #ffffff !important;
    color: #000 !important;
    vertical-align: middle !important;
}

.wptmOneRow .dataTables_empty {
    display: none !important;
}
.wptmOneRow .dataTables_scrollHead {
    top: 0 !important;
}

.dataTables_scroll {
    border: 1px solid black;
}

.dtc0 {
}

.row1, .row2, .row3, .row4, .row5, .row6, .row7, .row8, .row9, .row10, .row11, .row12, .row13, .row14, .row15, .row16, .row17, .row18, .row19, .row20 {
    border-bottom: 1px solid black !important;
}

.dtc1, .dtc2, .dtc3, .dtc4 {
    border-left: 1px solid black !important;
}

.sorting_disabled, .row0 {
    border-bottom: 1px solid black !important;
}

.dtc0, .dtc1, .dtc2, .dtc3, .dtc4  {
    text-align: center !important;
    font-size: var(--size-text) !important;
    padding: 1.26vw !important;
    font-weight: 400;
    font-family: "Geologica", Roboto !important;
}

.dataTables_wrapper {
    width: 100% !important;
}

.dataTables_scroll {
    max-height: 100% !important;
}

.price__section-content {
    width: 100% !important;
}

.dataTables_scrollHead {
    width: 100% !important;
}

.price__section-content--item {
    width: 100% !important;
}

.price__section-content--item {
    width: 100% !important; 
}

.dataTables_scrollHeadInner table {
    width: 100% !important;
}

.dataTables_scrollBody table {
    width: 100% !important;
}

.tabel {
    width: 100% !important;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

tfoot {
    padding: 0 !important;
    height: 0 !important;
}

thead {
    display: table-footer-group;
}

.dtc5, .dtc6, .dtc7, .dtc8, .dtc9, .dtc10, .dtc11, .dtc12, .dtc13, .dtc14, .dataTables_empty {
    display: none !important; 
}

tfoot > tr .dtc0, tfoot > tr .dtc1, tfoot > tr .dtc2, tfoot > tr .dtc3, tfoot > tr .dtc4 {
    padding: 0 !important;
    border-bottom: none !important;
}

.dataTables_wrapper > .dataTables_scroll {
    overflow: unset !important;
}

/* thead > tr .dtc0, thead > tr .dtc1, thead > tr .dtc2, thead > tr .dtc3, thead > tr .dtc4 {
    padding: 0 !important;
} */

@media (max-width: 900px) {
    .dtc0, .dtc1, .dtc2, .dtc3, .dtc4  {
    padding: 1.6vw !important;
    font-size: 3.2vw !important;
    }

    tfoot > tr .dtc0, tfoot > tr .dtc1, tfoot > tr .dtc2, tfoot > tr .dtc3, tfoot > tr .dtc4 {
        padding: 0 !important;
        border-bottom: none !important;
    }

    thead > tr .dtc0, thead > tr .dtc1, thead > tr .dtc2, thead > tr .dtc3, thead > tr .dtc4 {
        padding: 0 !important;
        border-bottom: none !important;
    }

    thead > tr .dtc0.sorting_disabled, thead > tr .dtc1.sorting_disabled, thead > tr .dtc2.sorting_disabled, thead > tr .dtc3.sorting_disabled, thead > tr .dtc4.sorting_disabled {
        padding: 4px !important;
        }

/* 
    .wptmtable table.dataTable td:first-of-type, .wptmtable table.dataTable th:first-of-type {
        padding: 4px !important;
    } */
}
