/* DATATABLE CSS */

#myTable {
  width: 100% !important;
  font-size: 97%;
  line-height: 1.16;
  margin-top: 10px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-shadow: 0px 2px 8px rgba(136, 158, 190, 0.45);
}
#myTable .dataTables_length {
  display: block;
  margin-bottom: 12px;
}
.dt-button {
    color: var(--darksilver);  
    font-family: fontlight; 
    letter-spacing: 0.036em; 
    min-width: 5em !important;
    border: none; 
}
.dt-button:hover {
    background-color: var(--offblack);
    border: none; 
}
.dt-button:hover span {
    color: var(--white);  
}
.dt-paging {
  text-align: center;
}
.dt-paging-button {
    border: none; 
    margin: 3px 2px;
    margin-top: 10px; 
    font-size: 112%;
    padding:8px 18px;
    padding-bottom: 8px;
    color: var(--gray);  
}
.dt-paging .current {
    color: var(--silver);  
    font-family: fontlight; 
}
.dt-info {
    /* Datatable text for showing entry count */ 
    color: var(--gray);  
    font-family: fontlight; 
    letter-spacing: 0.014em; 
    margin-top: 7px; 
    text-align: center;
}
.dt-results-msg {
    font-family: fontlight;
    color: var(--darkgray);  
    font-size: 102%;
    letter-spacing: 0.024em; 
    margin-bottom: 12px; 
    line-height: 1.24;
    /* text-align: center; */
}
#myTable thead {
  /* display: inline-block; */
  margin-top: 32px;
  border-bottom: none;
}
#myTable tbody {
  border-bottom: none;
  border-top: none;
}
#myTable tbody tr {
  border-bottom: none;
  border-top: none;
}
#myTable tfoot {
  border-bottom: none;
  border-top: none; 
}
#myTable tfoot tr {
  border-bottom: none;
  border-top: none;
}
#myTable tfoot td {
  border-bottom: none;
  border-top: none;
  overflow-wrap: anywhere;
  word-wrap: anywhere;
}
#myTable thead th {
  font-size: 99% !important;
  padding: 10px 9px;
  padding-bottom: 11px;
  font-family: fontheading;
  letter-spacing: 0.014em !important;
  border-bottom: none;
  text-align: left;
  vertical-align: middle; 
  color: var(--black) !important; 
  background-color: white;
}
#myTable tr.even td {
  border-bottom: none;
  border-top: none;
}
#myTable tr.odd td {
  border-bottom: none;
  border-top: none;
  display: table-cell;
}
#myTable td {
  vertical-align: middle;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: 0.6s ease all;
}
#myTable tr {
  margin-bottom: 16px;
  transition: 0.7s cubic-bezier(0.5, 0.7, 0.7, 0.5) all;
}
#myTable tfoot {
  display: none;
}
.dt-buttons {
  clear: both;
  margin-left: -4px;
  font-size: 90%; 
  text-align: center;
}
.dt-buttons span {
  color: #575757;
}
.dataTables_paginate .paginate_button {
  font-size: 95%;
  margin-top: 4px;
  color: #575757;
  letter-spacing: 0.02em;
}
.paginate_button_style {
  /* To style the dynamic dt button after dt loads */
  font-size: 90% !important;
  background-color: white !important;
}

table.dataTable.no-footer {
  border-bottom: none;
  /* To remove unwanted bottom border on table bottom when there is no tfoot */
}
.dataTables_wrapper .dataTables_info {
  /* E.g. Showing 1 to 2 of 2 entries */
  color: #575757;
  font-size: 96%;
  margin-top: 4px;
}
.dataTables_wrapper .dataTables_filter input {
  /* Esp. for dt search input */
  background-color: white;
  border: 1px solid #ddd;
  margin-bottom: 6px !important;
  margin-right: -5px !important;
  margin-left: 5px !important;
  border-radius: 0.16em;
}

table .button-datatable {
  margin: 3px;
  margin-left: 0;
  background-color: #0156d4;
  color: white !important;
  margin-top: -3px;
  padding: 7px 8px;
  border-radius: 0.24em;
  min-width: 5.4em;
  /* box-shadow: 1px 2px 7px rgba(152, 174, 207, 0.3); */
  box-shadow: none;
}
table .button-datatable:hover {
  background-color: #006be6;
}
table a {
}
table td img.icon {
  height: 1.36em;
  margin-bottom: -4px;
  margin-left: -1px;
  width: auto;
}
@media all and (max-width: 1150px) {
  #myTable thead th {
    font-size: 93%;
    overflow-wrap: anywhere;
    word-wrap: anywhere;
    text-transform: none;
  }
}
@media all and (max-width: 900px) {
  #myTable thead th {
    font-size: 86%;
  }
  #myTable td {
    font-size: 95%;
    padding-left: 5px;
    padding-right: 4px;
  }
}
@media all and (max-width: 720px) {
  #myTable thead th {
    font-size: 84%;
    padding-left: 2px;
    padding-right: 0;
  }
  #myTable td {
    font-size: 90%;
    padding-left: 4px;
    padding-right: 2px;
  }
}



.tableart1 {
    box-shadow: 0px 5px 14px rgba(152, 174, 207, 0.7);
}
.tableart1 td {
    width: 50%;
    text-align: center;
    vertical-align: middle;
    /* white-space: nowrap; */
}
table.dataTable.display tbody td {
    letter-spacing: 0.0em;
    border-top: none;
}
table.dataTable tbody td {
    padding: 12px 10px;
    padding-left: 12px;
}
@media all and (max-width: 720px) {  
table.dataTable tbody td {
    padding: 12px 8px;
    padding-left: 10px;
}
}
.dataTables_wrapper .dataTables_info {
    margin-top: 6px;
}
.dataTables_wrapper .dataTables_paginate {
    margin-top: 9px;
}
.dataTables_wrapper .dataTables_length {
    margin-left: 2px;
    margin-right: 36px;
    margin-bottom: 3px;
    float: right !important;
}
.dataTables_wrapper select {
    font-family: fontbody;
    font-size: 100%;
    padding: 6px 7px;
    padding-right: 1px;
    width: 3.95em;
    padding-bottom: 6px;
    margin-bottom: 6px;
    margin-right: 4px;
    margin-left: 3px;
    letter-spacing: 0.02em;
    border: 0;
    box-shadow: 0px 1px 8px rgba(152, 174, 207, 0.6);
}
.dataTables_wrapper table.dataTable th {
}
.dataTables_wrapper table.dataTable tfoot th {
    border: none;
    padding-top: 10px;
    text-align: left;
    vertical-align: middle;
}
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 6px;
    margin-right: 5px;
    font-family: fontbody;
    left: 0;
    position: relative;
}
.dataTables_wrapper .dataTables_filter input {
    min-width: 14em;
    margin-left: 0.5em;
    margin-right: -4px;
    font-size: 104%;
    padding-left: 8px !important;
    border: 0;
    box-shadow: 0px 1px 6px rgba(134, 155, 185, 0.6);
}
.dataTables_wrapper .dataTables_filter {
    float: left !important;
    text-align: left;
}
.dt-buttons {
    margin-bottom: 10px;
}
.dt-button {
    padding: 9px 14px;
    margin: 5px 3px;
    border: 0px solid #555;
}
.dt-button span {
    transition: 0.2s ease all;
}
.dataTables_wrapper .dataTables_info {
    font-family: fontbody;
    font-size: 96%;
    color: #515864;
}
.dataTables_wrapper .dataTables_paginate {
    font-family: fontbody;
    margin-right: 30px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 4px 10px !important;
    margin: 0;
    font-size: 0.9em;
    letter-spacing: 0.016em;
    color: rgb(119, 137, 167) !important;
}
.dataTables_wrapper .dataTables_filter input {
    padding: 6px 3px;
    font-family: fontbody;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    /* The page numbers button */
    background: none;
    background-color: white;
    border: none;
    padding: 5px 12px !important;
    box-shadow: 1px 1px 6px rgba(128, 160, 207, 0.7);
}
table.dataTable.display tbody tr.odd>.sorting_1 {
    background-color: none;
}
table.dataTable.display tbody tr.odd {
    background-color: #fff !important;
    background-color: #eef1f5 !important;
    border-bottom: none !important;
    border-top: none !important;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: white;
    /* background-color: #f9f9f9; */
}
.myTable td.tac {
}
table.dataTable.no-footer {
    border-bottom: 0;
}
table.dataTable thead th, table.dataTable thead td {
    padding-left: 10px;
    padding-right: 12px;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal;
}


.page-admin #myTable .highlight {
  /* color: #004cff; */
  font-family: fh2;
  font-family: fb;
  /* text-transform: uppercase; */
}
.page-admin #myTable .highlight em {
  font-family: fh2;
}
.page-admin #myTable td.pending {
  background-color: #ffd900 !important;
  color: #000;
}
.page-admin #myTable td.approved {
  background-color: #00bd3f !important;
  color: #fff;
}
.page-admin #myTable td.locked {
  background-color: #d70000 !important;
  color: #fff !important;
}
.page-admin #myTable td.hidden {
  background-color: #5c728b !important;
  color: #fff;
}
.page-admin #myTable .highlight em {
  letter-spacing: 0.005em;
}
.page-admin #myTable .highlight em.pending {
  /* color: #4c637e; */
  /* color: #101010; */
  padding: 2px 6px;
  padding-bottom: 3px;
}
.page-admin #myTable .highlight em.approved {
  /* color: #00bd3f; */
  /* color: #fff; */
  padding: 2px 6px;
  padding-bottom: 3px;
}
.page-admin #myTable .highlight em.locked {
  /* color: #ca0101; */
  /* color: #fff; */
  padding: 2px 6px;
  padding-bottom: 3px;
}
.page-admin #myTable .highlight em.hidden {
  /* color: #98adc5;   */
  /* color: #4c637e; */
  /* color: #fff; */
  padding: 2px 6px;
  padding-bottom: 3px;
}
.page-admin #myTable td strong {
  font-family: fh2;
  font-size: 1.05em;
  letter-spacing: -0.01em;
}

.page-admin #myTable tr {
  background-color: #fff !important;
}
.orders-table-o #myTable tr {
  background-color: #fff !important;
}
.page-admin #myTable td .button {
  margin: 0;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 4px;
  font-size: 0.96em;
  width: 6.8em;
  padding: 8px 6px;
  line-height: 1.05;
  letter-spacing: 0.02em;
  font-family: fb;
  text-transform: capitalize;
  color: #424a55;
  border: 1px solid rgb(134, 160, 190); 
  border-radius: 0.07em;
  box-shadow: none;
  transition: 0.7s ease all;
}
.page-admin #myTable td .view-button {
  width: 6.2em;
}
.page-admin #myTable t
.jdtable {
    box-shadow: 0px 2px 8px rgba(152, 174, 207, 0.5);
}
.jdtable tr {
    transition: 0.4s cubic-bezier(.5,.7,.7,.5) all;
}
.jdtable th {
    font-family: fontheading;
    font-size: 103%;
    letter-spacing: 0.018em;
    background-color: #fff;
    text-transform: uppercase;
    text-transform: capitalize;
}
.jdtable td {
    table-layout: fixed; 
    word-wrap: break-word;
    max-width: 40em;
    width: auto;
    padding: 8px 10px;    
    font-family: fontlight;
    letter-spacing: 0.014em;
    line-height: 1.36;
    border-top: 0px solid rgb(215, 222, 228) !important;
    transition: 0.7s cubic-bezier(.5,.7,.7,.5) all;
}
.jdtable .gotd a {
    font-family: fontheading;
    font-size: 90%;
    /* text-transform: uppercase; */
    /* background-color: #ffe700; */
    margin: 0 auto;
    display: block;
    padding: 7px 4px;
    max-width: 75%;
    text-align: center;
    border: 1px solid rgb(2, 177, 104);
    color: #16bb7c;
    letter-spacing: 0.02em;
    transition: 0.45s cubic-bezier(.5,.7,.7,.5) all;
    /* box-shadow: 0px 2px 7px rgba(133, 152, 180, 0.7); */
}
.jdtable .gotd a:hover {
    background-color: #24c587;
    border: none;
    color: white;
}
.jdtable tbody tr {
    /* display: block; */
    height: 60px !important; 
    max-height: 140px !important;
}
.jdtable .photo {
    position: relative;
    width: 150px !important;
    max-width: 172px !important;
    padding: 0px 7px !important;
    padding-bottom: 0px !important;
    overflow: hidden;
    transition: 0.5s cubic-bezier(.5,.7,.7,.5) all;
}
.jdtable .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; 
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0.1em;
    display: block;
    transition: 0.5s cubic-bezier(.75,.7,.7,.5) all;
}
.jdtable td img:hover {
    /* REMOVED DUE TO CLASHES WITH OTHER TABLE IMAGES */
    /* border-radius: 0;
    width: 114%;
    max-width: 340px;
    height: auto; */
}
#myTable tr {
    font-size: 100%;
    background-color: #eef1f5 !important;
    transition: 0.54s cubic-bezier(.62,.36,.34,.89) all;
}
#myTable tr:hover {
  background-color: var(--pagebackdrop2) !important;
}
#myTable tr td {
    font-family: fontbody;
    font-family: fontlight;
    font-size: 99%;
    color: var(--offblack); 
    transition: 0.36s cubic-bezier(.62,.36,.34,.99) all;
    letter-spacing: 0.02em;
}
#myTable tr:hover td {
    color: #333;
}
.jdtable tr:last-child td {
}
.jdtable td {
    vertical-align: middle !important;
}
.gridTable td {
}
.gridTable .imgtd {
    display: none;
    padding: 0 !important;
    width: 100px !important;
    line-height: 1;
    text-align: center !important;
}
.jdtable .gotd {
    width: 7% !important;
}

.imgtd img {
    /* margin: 0 auto; */
    /* filter: grayscale(1); */
    padding: 0;
    display: block;
    display: none;
    line-height: 1;
    transition: 0.5s cubic-bezier(.5,.7,.7,.5) all;
}
.imgtd:hover {
    width: 120px !important;
    max-width: 120px;
}
.imgtd:hover img {
    width: 120px;
    max-width: 120px;
}
.jdtable span.count {
    display: inline-block;
    margin-top: 3px;
    margin-left: 3px;
    color: #5a6b86;
    letter-spacing: 0.01em;
    font-family: fontbody;
    font-size: 95%;
}

#myTable {
    /* border: 1px solid #c2c2c2; */
}
#myTable .dataTables_length {
    display: block;
    margin-bottom: 12px;
}
#myTable thead {
    /* display: inline-block; */
    /* margin-top: 32px; */
    border-bottom: none;
}
#myTable tbody {
    border-bottom: none;
    border-top: none;
}
#myTable td {
    border-bottom: none !important;
    border-top: none !important;
}
#myTable tbody tr {
    border-bottom: none;
    border-top: none;
}
#myTable tfoot {
    border-bottom: none;
    border-top: none;
}
#myTable tfoot tr {
    border-bottom: none;
    border-top: none;
}
#myTable tfoot td {
    border-bottom: none;
    border-top: none;
}
#myTable thead th {
    border-bottom: none;
    border-right: none;
    border-left: none;
    text-align: left;
    vertical-align: middle;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 10px;
    letter-spacing: -0.007em;
}
@media all and (max-width: 720px) {
  #myTable thead th {
    padding-left: 6px;
  }
}
.office-datatable thead th:first-child {
    padding-left: 9px !important;
}
#myTable tr {
    border-bottom: 1px solid #c2c2c2 !important;
}
#myTable .sorting_1 {
    background-color: transparent !important;
}
.myTable tr.even td {
    border-bottom: none;
    border-top: none;
    background-color: #fff;
}
.myTable tr.odd td {
    border-bottom: none;
    border-top: none;
    /* display: table-cell; */
    background-color: #f8fafc;
}
.myTable td {
    vertical-align: middle !important;
}
.myTable tr {
    margin-bottom: 15px;
    /* border: 1px solid rgb(224, 228, 235); */
    /* box-shadow: 0px 3px 7px rgba(136, 158, 190, 0.45); */
}

.office-datatable {
    box-shadow: none !important;
    border-collapse: separate; 
    border-spacing: 0px 8px !important; 
}
.office-datatable tr {
    /* box-shadow: 0px 1px 6px rgba(152, 174, 207, 0.45); */
}
.office-datatable .sorting_1 {
    /* text-align: center; */
    /* padding-top: 6px !important; */
    /* color: white;
    font-family: fontheading; */
    color: #707070;
}
.office-datatable .btnart3 {
    max-width: 5em;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    box-shadow: none;
}
.office-datatable .btnart3:hover {
    color: #fff;
    font-size: 100%;
}
.office-datatable .btnart3 a {
    max-width: 5em;
    display: block;
    padding: 8px 6px;
}
.office-datatable .view-btn {
    background-color: #e1e7ec;
}
.office-datatable .edit-btn {
    background-color: #d0dde7;
}
.datatable {
    width: 100% !important;
    /* max-width: 1500px; */
    margin: 0 !important;
    margin-left: 0;
    left: 0;
    position: relative;
}
.datatable tr td:last-child {
  padding-right: 20px;
}
.tdid {
    text-align: center;
}


.td-min-width-160 {
    min-width: 160px !important;
}
.td-min-width-200 {
    min-width: 200px !important;
}
.td-max-width-120 {
    max-width: 120px !important;
}
.td-max-width-160 {
    max-width: 160px !important;
}

.td-smaller-imp {
    font-size: 0.9em !important;
}

.maxw-40 {
    max-width: 40px !important;
}
.maxw-60 {
    max-width: 60px !important;
}
.maxw-64 {
    max-width: 64px !important;
}
.maxw-80 {
    max-width: 80px !important;
}

.minw-7em {
    min-width: 7em !important;
}

.td-button-two-rows {
    padding: 6px 6px !important;
    padding-bottom: 7px !important;
    min-width: 7em !important;
    line-height: 1.2 !important;
}
.td-tar {
    /* E.G. FOR FINANCIAL VALUES IN TABLES */
    text-align: right;
    padding-right: 2.4em !important;
}


.dataTables_wrapper .dataTables_filter {
    color: #576570;
}
.dataTables_wrapper select {
    color: #576570;
}
.dataTables_wrapper label {
    color: #576570;
}
.datatable .dataTables_wrapper .dataTables_filter input {
    width: 21em;
    max-width: 70vw;
    min-width: 320px !important;
    padding: 8px 4px;
    color: #576570;
    box-shadow: 0px 1px 6px rgba(191, 203, 219, 0.75);
}

.image-no-space-dt tbody tr td img {
    position: absolute !important;
}

.jdtable td.td-slim {
    /* E.G. FOR USER ID COLUMNS */
    /* MIGHT NOT WORK AS JQ DT ARE GENERATED AFTER CSS AND THEREFORE A JS ALTERNATIVE WAS CODED IN */
    min-width: 40px !important;
    max-width: 60px !important;
}
.sellers-approval-datatable td.hidden {
    display: revert;
}


@media all and (max-width: 960px) {
    .jdtable td {
        word-wrap: break-word;
        max-width: 210px !important;
    }
    .jdtable td.td-max-width-160 {
        /* E.G. FOR CONTACTS DATATABLE 
        COLUMNS WITH USER EMAIL ADDRESSES
        AND TO MAKE THE TABLE LOOK BETTER 
        ON SMALLER DEVICES */
        word-wrap: break-word;
        max-width: 160px !important;
    }
    .jdtable td.td-max-width-120 {
        /* E.G. FOR CONTACTS DATATABLE 
        COLUMNS WITH USER EMAIL ADDRESSES
        AND TO MAKE THE TABLE LOOK BETTER 
        ON SMALLER DEVICES */
        word-wrap: break-word;
        max-width: 120px !important;
    }
    .jdtable td.td-max-width-100 {
        /* E.G. FOR USER ID DATATABLE COL */
        word-wrap: break-word;
        max-width: 100px !important;
    }
    .jdtable td.td-max-width-80 {
        /* E.G. FOR USER ID DATATABLE COL */
        word-wrap: break-word;
        max-width: 80px !important;
    }
    .jdtable td.td-slim {
        min-width: 40px !important;
        max-width: 60px !important;
    }
}


.datatable button {
  min-width: auto;
}
  .dataTables_filter input {
    max-width: 14.5em !important;
    min-width: 160px !important;
    border: 1px solid #bcccdd;
    padding: 5px 4px;
    padding-bottom: 6px;
    box-shadow: none;
  }
   .dataTables_info {
    color: rgb(119, 137, 167) !important;
    font-size: 0.9em !important;
    letter-spacing: 0.01em;
    display: block !important;
    margin-bottom: 5px !important;
  }
  #dt-search-0 {
    margin-left: 9px; 
    padding: 7px 8px; 
    padding-bottom: 8px; 
    min-width: 16em; 
  }
  .dt-view-link {
    display: inline-block;
    padding: 6px 5px;
    padding-bottom: 6px;
    margin-top: 4px;
    margin-bottom: 3px;
    margin-right: 5px;
    line-height: 1.1;
    width: auto;
    min-width: 5.7em;
    text-align: center;
    font-family: fontbody;
    font-size: 97%; 
    color: var(--black); 
    border: none; 
    border-radius: 0em;     
    transition: var(--transitionfast);    
    background-color: var(--nicesilver);
  }
  .dt-view-link:hover {
    color: var(--white);
    background-color: var(--darkblue);
    border: 1px solid var(--blue); 
}
  .dt-edit-link { 
    /* border: 1px solid var(--mediumsilver);  */
    background-color: var(--white);
    margin-right: 5px;
    /* box-shadow: var(--boxshadow10); */
  }

  #myTable tr td .subtext { 
    display: inline-block;
    /* color: var(--offblack);  */
    margin-top: 2px;
  }

  .appt-datatable {
    max-width: 1560px;
  }
