/*
 * wpDataTables Base styles
 *
*/

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: WPDataTablesIcons;
    src: url(../fonts/wpdatatablesicons-base.eot);
    src: url(../fonts/wpdatatablesicons-base.eot?#iefix) format('embedded-opentype'), url(../fonts/wpdatatablesicons-base.woff) format('woff'), url(../fonts/wpdatatablesicons-base.ttf) format('truetype'), url(../fonts/wpdatatablesicons-base.svg#wpdatatablesicons-base) format('svg');
}

.wpDataTables:after, .wpDataTables:before {
    content: " ";
    display: table;
}

.wpDataTables:after {
    clear: both;
}

/*  Table  */
.wpDataTablesWrapper {
    margin-bottom: 20px;
}

.wpDataTablesWrapper table.wpDataTable {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    margin: 0 auto;
    width: 100%;
    table-layout: auto;
    margin-bottom: 10px;
    overflow: auto;
}

.wpDataTablesWrapper table.wpDataTable > tbody > tr > th,
.wpDataTablesWrapper table.wpDataTable > tbody > tr > td {
    text-align: left;
}

/*  Table Header  */
.wpDataTablesWrapper table.wpDataTable > thead > tr > th {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: bold;
    padding: 3px 18px 3px 10px;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*  Fix for select filter  */
.wpDataTablesWrapper table.wpDataTable thead tr:nth-child(2) th {
    overflow: visible;
}

.wpDataTablesWrapper table.wpDataTable thead th.sorting,
.wpDataTablesWrapper table.wpDataTable thead th.sorting_asc,
.wpDataTablesWrapper table.wpDataTable thead th.sorting_desc {
    background-image: none !important;
}

/*  Table Body  */

.wpDataTablesWrapper table.wpDataTable td {
    padding: 3px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wpDataTablesWrapper table.wpDataTable td.center,
.wpDataTablesWrapper table.wpDataTable td.dataTables_empty {
    text-align: center;
}

/*  Table Footer  */

.wpDataTablesWrapper table.wpDataTable > tfoot > tr > th {
    padding: 3px 18px 3px 10px;
    font-weight: 700;
}

.wpDataTablesWrapper table.wpDataTable tfoot td {
    padding-bottom: 7px;
    padding-top: 7px;
    vertical-align: top;
    white-space: normal;
    overflow: visible;
}

.wpDataTablesWrapper table.wpDataTable tfoot td input,
.wpDataTablesWrapper table.wpDataTable thead th input {
    display: block;
    margin: 0;
    width: 92%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.wpDataTablesWrapper table.wpDataTable tfoot td input.date-range-filter,
.wpDataTablesWrapper table.wpDataTable tfoot td input.number-range-filter,
.wpDataTablesWrapper table.wpDataTable thead th input.number-range-filter,
.wpDataTablesWrapper table.wpDataTable thead th input.date-range-filter {
    display: block;
    width: 100%;
}

.wpDataTablesWrapper table.wpDataTable tfoot td input.date-range-filter:first-child,
.wpDataTablesWrapper table.wpDataTable tfoot td input.number-range-filter:first-child,
.wpDataTablesWrapper table.wpDataTable thead th input.number-range-filter:first-child,
.wpDataTablesWrapper table.wpDataTable thead th input.date-range-filter:first-child {
    margin-bottom: 5px !important;
}

/*  Table Length  */

.wpDataTablesWrapper .dataTables_length {
    float: left;
}

/*  Table Search  */

.wpDataTablesWrapper .dataTables_filter {
    float: right;
    text-align: right;
}

/*  Table Info  */

.wpDataTablesWrapper .dataTables_info {
    clear: both;
    float: left;
}

/*  Table Pagination  */

.wpDataTablesWrapper .dataTables_paginate {
    float: right;
    text-align: right;
}

.wpDataTablesWrapper .paging_full_numbers {
    height: 22px;
    line-height: 22px;
}

.wpDataTablesWrapper .paging_full_numbers a:active {
    outline: 0;
}

.wpDataTablesWrapper .paging_full_numbers a:hover {
    text-decoration: none;
}


/*  Scrollable  */

.wpDataTablesWrapper div.wdtscroll {
    width: 100%;
    overflow-x: scroll;
}

.wpDataTablesWrapper table.scroll {
    width: auto !important;
}


/*  Table Info  */

.wpDataTablesWrapper .dataTables_info {
    clear: both;
    float: left;
    margin-top: 10px;
    padding: 3px 0;
    font-size: 11px;
}

/*  Table Pagination  */

.wpDataTablesWrapper .dataTables_paginate {
    float: right;
    text-align: right;
    margin-top: 10px;
}

.wpDataTablesWrapper .dataTables_paginate a {
    display: inline-block;
    height: auto;
    cursor: pointer;
    padding: 2px 7px;
    vertical-align: middle;
}

.wpDataTablesWrapper .paginate_button:before {
    font-size: 14px;
    line-height: 1em;
}

/*  Export Tools  */

.wpDataTablesWrapper div.dt-buttons {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: -10px;
    float: right;
}

.wpDataTablesWrapper a.DTTT_button {
    height: auto;
    line-height: 18px !important;
    margin-right: 15px;
    padding: 0;
    font-size: 1em;
    position: relative;
    float: left;
    margin-right: 3px;
    padding: 5px 8px;
    cursor: pointer;
    color: black;
}


.wpDataTablesWrapper .DTTT_button[disabled=disabled] {
    cursor: default;
}

.wpDataTablesWrapper .DTTT_button:before {
    font-size: 18px;
    float: none;
    line-height: 18px;
    margin-right: 5px;
    margin-top: 0;
}

.wpDataTablesWrapper .DTTT_button span {
    vertical-align: middle;
}

.wpDataTablesWrapper .checkbox-filter.btn:before {
    content: "\e00a";
}

.wpDataTablesWrapper .DTTT_button.DTTT_button_new:before {
    content: "\e006";
}

.wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before {
    content: "\e00b";
}

.wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before {
    content: "\e00c";
}

.wpDataTablesWrapper .ico-search:before {
    content: "\e00d";
}

.wpDataTablesWrapper .ico-cntrl:before {
    content: "\e00e";
}

.wpDataTablesWrapper .DTTT_button.DTTT_button_print:before {
    content: "\e00f";
}

.wpDataTablesWrapper .DTTT_button.DTTT_button_xls:before {
    content: "\e010";
}

.wpDataTablesWrapper .DTTT_button.DTTT_button_pdf:before {
    content: "\e013";
}

.wpDataTablesWrapper .DTTT_button.DTTT_button_csv:before {
    content: "\e014";
}

.wpDataTablesWrapper .DTTT_button.DTTT_button_copy:before {
    content: "\e015";
}

.wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before {
    font-family: "dashicons" !important;
    font-size: 24px;
    content: "\f177"
}

.wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters:before {
    content: "\e817"
}

button.wdt-clear-filters-button:before, button.wdt-clear-all-filters-button:before {
    font-family: WPDataTablesIcons;
    content: "\e817";
}


/*  Table Length and Search  */
.wpDataTablesWrapper .dataTables_length {
    float: left;
}

.wpDataTablesWrapper .dataTables_length span.filter-option {
    margin-left: 15px;
}

.wpDataTablesWrapper .dataTables_length a {
    box-shadow: none !important;
}

.wpDataTablesWrapper .dataTables_filter,
.wpDataTablesWrapper .dataTables_length {
    margin-bottom: 15px;
}

.wpDataTablesWrapper .dataTables_filter label,
.wpDataTablesWrapper .dataTables_length label {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 0;
}

.wpDataTablesWrapper .dataTables_filter input {
    margin-bottom: 0;
}

/*  Filters  */
div.wpDataTablesFilter span.filter_column .date-range-filter:first-child,
div.wpDataTablesFilter span.filter_column .date-time-range-filter:first-child,
div.wpDataTablesFilter span.filter_column .time-range-filter:first-child,
div.wpDataTablesFilter span.filter_column .number-range-filter:first-child {
    margin-right: 8px;
}

.wpDataTablesWrapper .wdtCheckboxModalWrap,
.wpDataTablesWrapper .wpDataTablesFilter {
    overflow: hidden;
    display: initial;
}

.wpDataTables input[type="search"],
.wpDataTables select,
.wpDataTables textarea {
    display: inline-block;
    margin-bottom: 0 !important;
    max-width: 100%;
    padding: 3px 6px !important;
    vertical-align: middle !important;
    width: 206px;
}

.wpDataTables textarea.wpdt-tiny-mce {
    display: none !important;
}

.wpDataTables .checkbox-filter.btn,
.wpDataTables select,
.wpDataTables textarea {
    font-size: inherit !important;
    line-height: 22px !important;
    padding-bottom: 3px !important;
    padding-top: 3px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    text-transform: inherit;
}

.wpDataTables .checkbox-filter.btn,
.wpDataTables input[type=text],
.wpDataTables select,
.wpdt-c .wpDataTablesWrapper .filter_column button {
    height: 30px !important;
}

.wpDataTables .checkbox-filter.btn {
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    border: 1px solid #d7d7d7;
}

.wpDataTablesWrapper .wpDataTableFilterSection {
    float: left;
    padding: 15px;
}

.wpDataTablesFilter .wpDataTableFilterSection {
    float: left;
    margin-bottom: 10px;
    margin-right: 15px;
    min-width: 230px;
    min-height: 115px;
}

.wpDataTablesFilter .wpDataTableFilterSection input.form-control {
    min-height: 31px;
}

.wpDataTablesFilter .wpDataTableFilterSection#wdt-clear-filters-button-block {
    margin-bottom: 0px;
    padding-top: 35px;
}

span.filter_column.filter_number_range {
    white-space: normal;
}

.wpDataTablesFilter .number_range_filter:first-child {
    margin-right: 7px;
}


.wdtCheckboxModalWrap {
    margin-bottom: 15px;
}

.wdtCheckboxModalWrap:after,
.wdtCheckboxModalWrap:before {
    content: " ";
    display: table;
}

.wdtCheckboxModalWrap:after {
    clear: both;
}

@media (max-width: 979px) {
    .wpDataTablesWrapper .dataTables_filter input {
        width: 100px;
    }
}

@media (max-width: 750px) {
    .wpDataTablesWrapper .dataTables_filter input {
        width: 200px;
    }

    .wpDataTablesWrapper .DTTT_container,
    .wpDataTablesWrapper .dataTables_filter,
    .wpDataTablesWrapper .dataTables_length {
        float: none !important;
        margin-bottom: 10px;
        text-align: left !important;
    }

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

    .wpDataTablesWrapper .DTTT_container button {
        display: none;
    }

    .wpDataTablesWrapper .DTTT_container button.delete_table_entry,
    .wpDataTablesWrapper .DTTT_container button.edit_table,
    .wpDataTablesWrapper .DTTT_container button.new_table_entry {
        display: inline-block;
        float: none !important;
        position: static;
    }
}

span.media-modal-icon span.screen-reader-text {
    display: none;
}


/*  Popover Tools  */

.wpDataTablesPopover {
    position: absolute;
    width: 200px;
    white-space: normal;
    line-height: 16px;
    z-index: 9;
}

.wpDataTablesPopover:before {
    position: absolute;
    left: 50%;
    bottom: -7px;
    content: '';
    display: block;
    margin-left: -7px;
}

.wpDataTablesPopover.editTools {
    width: auto;
}

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

/*  Collection buttons like Columns  */

div.dt-button-collection {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    min-width: 200px;
    padding: 20px;
    border: solid 1px #cccccc;
    background-color: white;
    overflow: hidden;
    z-index: 100001;
    border-radius: 5px;
}

.dt-button-collection a.dt-button {
    background-color: #fdfdfd;
    border: 1px solid;
    border-color: #cccccc;
    border-color: rgb(204, 204, 204);
    color: #333333;
    border-radius: 3px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: 400;
    margin: 5px 10px 5px 0;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    padding: 2px 6px 3px;
}


div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
    position: relative;
    left: 0;
    right: 0;
    display: block;
    /* float: none; */
    margin-bottom: 4px;
    margin-right: 0;
}

div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
    background-color: #f5f5f5;
    border-color: #a1a1a1;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}


@media screen and (max-width: 640px) {
    div.dt-buttons {
        float: none !important;
        text-align: center;
    }
}

div.wdtCheckboxModalWrap div.wdt_checkbox_option {
    width: 33%;
    float: left;
}

div.wdtCheckboxModalWrap div.wdt_checkbox_option {
    width: 33%;
    float: left;
    position: relative;
}

div.wdtCheckboxModalWrap > div > div {
    width: 100%
}

div.wdtCheckboxModalWrap div.wdt_checkbox_option label {
    white-space: nowrap;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    position: absolute;
    padding-left: 5px;
}

/*  SUM, AVG, MIN, MAX  */

.wdt-sum-cell,
.wdt-avg-cell,
.wdt-min-cell,
.wdt-max-cell {
    text-align: right !important;
}

/*  Edit Dialog  */

.wpdt-c .wdt-edit-dialog-fields-block .btn.dropdown-toggle {
    text-transform: inherit;
}

.wpdt-c .wdt-edit-dialog-fields-block .fileinput-filename {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}

.wpdt-c #wdt-frontend-modal #wdt-checkbox-filter-reset:before {
    font-family: WPDataTablesIcons;
    content: "\e817";
    margin-right: 5px;
}

/*  Responsive   */

.wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.row-detail > td {
    background-color: transparent;
}

.wpdt-c .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.row-detail > td > ul > li {
    padding-top: 10px;
}

.wpdt-c #wpdatatable-preview-container .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.row-detail > td > ul > li {
    height: 32px;
}

.wpdt-c .wpDataTablesWrapper table {
    position: relative;
}

.wpdt-c .wpDataTablesWrapper .wdtscroll table {
    position: static;
}

.wpdt-c .wdt-preload-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    z-index: 100;
}

.wpdt-c .wdt-preload-layer div.preloader {
    top: 50%;
}


.wpdt-c .media-modal .media-frame-title h1 {
    padding: 0 16px;
    font-size: 22px;
    line-height: 50px;
    margin: 0;
}

.wpdt-c .media-modal .thumbnail {
    margin-bottom: initial;
    background-color: initial;
    border: initial;
    line-height: initial;
    border-radius: initial;
}

.wpdt-c .media-modal h2 {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #666;
    margin: 24px 0 8px;
}

.wpdt-c .media-modal input {
    font-weight: 400;
}

.wpdt-c .attachment-filters {
    min-width: 110px;
}

.wpdt-c .responsiveExpander {
    float: left;
}

.wpdt-c input:focus {
    background: none !important;
}

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

.wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .dropdown-toggle {
    height: 100%;
    top: 0px;
}

.wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .dropdown-toggle:after {
    content: '';
}

.wpdt-c .clear {
    clear: both;
}

.wpdt-c button.checkbox-filter:hover:after,
.wpdt-c button.dropdown-toggle:hover:after {
    width: 0;
}

.wpdt-c .modal .modal-header {
    background: none;
}

.wpdt-c .modal .modal-header button.close {
    background: none;
    margin: 0;
    opacity: 0.5;
    font-weight: normal;
    color: #000;
    font-size: 19.5px;
}

/* Theme fixes */

.wpdt-c .btn-group.bootstrap-select .inner .text {
    margin-top: inherit;
    position: inherit;
    top: inherit;
    text-align: center;
    width: inherit;
}

.wpdt-c .modal {
    width: inherit;
    margin-left: inherit;
    background-color: inherit;
    border: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-background-clip: inherit;
    -moz-background-clip: inherit;
    background-clip: inherit;
}


.wpdt-c .modal .wdt-columns-container i.zmdi-sort-asc-lock {
    position: relative;
}

.wpdt-c .modal .wdt-columns-container i.zmdi-sort-asc-lock:after {
    content: '\f191';
    position: absolute;
    font-size: 6px;
    right: -2px;
    top: 9px;
    background: #f7f7f7;
}

.wpdt-c .modal .wdt-columns-container i.zmdi-sort-asc:before,
.wpdt-c .modal .wdt-columns-container i.zmdi-sort-asc-lock:before {
    font-size: 16px;
}

.wpdt-c .modal .wdt-columns-container i.zmdi-sort-asc-lock:before {
    content: '\f1cf';
}

/** STORE FONTS */
@font-face {
    font-family: 'graphik-medium';
    src: url('../fonts/Graphik-Medium-Web.eot');
    src: url('../fonts/Graphik-Medium-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Medium-Web.woff2') format('woff2'), url('../fonts/Graphik-Medium-Web.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'graphik-regular';
    src: url('../fonts/Graphik-Regular-Web.eot');
    src: url('../fonts/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Regular-Web.woff2') format('woff2'), url('../fonts/Graphik-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'graphik-light';
    src: url('../fonts/Graphik-Light-Web.eot');
    src: url('../fonts/Graphik-Light-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Light-Web.woff2') format('woff2'), url('../fonts/Graphik-Light-Web.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "DIN-Light-Italic";
    src: url("../fonts/a819beca-e31b-40b3-bc54-23a8a4a8444d.eot?#iefix");
    src: url("../fonts/a819beca-e31b-40b3-bc54-23a8a4a8444d.eot?#iefix") format("eot"), url("../fonts/432c9e2a-ea2e-479f-8920-a944904adff2.woff2") format("woff2"), url("../fonts/a062545d-8a1d-4a8c-88ce-48870c7cb3ca.woff") format("woff"), url("../fonts/e157e6e0-4dd1-4632-9846-e2534d9e08d0.ttf") format("truetype");
}

@font-face {
    font-family: "DIN-Regular";
    src: url("../fonts/936930ba-a8da-4765-9e89-0f35cdff223f.eot?#iefix");
    src: url("../fonts/936930ba-a8da-4765-9e89-0f35cdff223f.eot?#iefix") format("eot"), url("../fonts/6b4d4830-9c7d-43d2-b5d3-c73f739561b9.woff2") format("woff2"), url("../fonts/ccf25ada-6d2a-4133-95dc-deb039e22999.woff") format("woff"), url("../fonts/126195b4-2fa0-4b95-b5cf-ad9bf10193f0.ttf") format("truetype");
}

@font-face {
    font-family: "DIN-Medium";
    src: url("../fonts/c6dbdd54-50f5-472a-8b74-0e98ef77e33e.eot?#iefix");
    src: url("../fonts/c6dbdd54-50f5-472a-8b74-0e98ef77e33e.eot?#iefix") format("eot"), url("../fonts/afabdfcf-432c-49b4-a496-0e5051e87fa9.woff2") format("woff2"), url("../fonts/611ea865-db7e-4c05-94b8-bd1675c90576.woff") format("woff"), url("../fonts/e65314e4-c389-45b8-99a9-26ab6aef066c.ttf") format("truetype");
}

@font-face {
    font-family: "DIN-Bold";
    src: url("../fonts/fa5ed46b-792d-4f47-894e-fa587cf4e1cf.eot?#iefix");
    src: url("../fonts/fa5ed46b-792d-4f47-894e-fa587cf4e1cf.eot?#iefix") format("eot"), url("../fonts/03008527-67bd-478e-98e3-3b56dd9a6520.woff2") format("woff2"), url("../fonts/557f817d-9c25-4a23-baaf-a3cf84a7cd7c.woff") format("woff"), url("../fonts/92ed1479-1d40-4a94-8baf-6abd88b17afa.ttf") format("truetype");
}

.tms-store-checkout-wpdatatables {
    cursor: pointer;
}
