/*
 * This combined file was created by the DataTablexs downloader builder:
 *   https://dataTablexs.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://dataTablexs.net/download/#bs4/dt-1.10.16
 *
 * Included libraries:
 *   DataTablexs 1.10.16
 */

 table.dataTablex {
    clear: both;
    width: 100%!important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
  }
  table.dataTablex td,
  table.dataTablex th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 12px 7px;
  }
  table.dataTablex td.dataTablexs_empty,
  table.dataTablex th.dataTablexs_empty {
    text-align: center;
  }
  table.dataTablex.nowrap th,
  table.dataTablex.nowrap td {
    white-space: nowrap;
  }
  div.dataTablexs_wrapper div.dataTablexs_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
  }
  div.dataTablexs_wrapper div.dataTablexs_length select {
    width: 75px;
    display: inline-block;
  }
  div.dataTablexs_wrapper div.dataTablexs_filter {
    text-align: right;
  }
  div.dataTablexs_wrapper div.dataTablexs_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
  }
  div.dataTablexs_wrapper div.dataTablexs_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
  }
  table.dataTablex .form-control {
      color: #888ea8;
      font-size: 0.875rem;
  }
  table.dataTablex .form-control::-webkit-input-placeholder {
      color: #888ea8;
      font-size: 0.875rem;
  }
  table.dataTablex .form-control::-ms-input-placeholder {
      color: #888ea8;
      font-size: 0.875rem;
  }
  table.dataTablex .form-control::-moz-placeholder {
      color: #888ea8;
      font-size: 0.875rem;
  }
  
  div.dataTablexs_wrapper div.dataTablexs_info {
    padding-top: 0.85em;
    white-space: nowrap;
  }
  div.dataTablexs_wrapper div.dataTablexs_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
  }
  div.dataTablexs_wrapper div.dataTablexs_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
  }
  div.dataTablexs_wrapper div.dataTablexs_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
  }
  table.dataTablex thead > tr > th.sorting_asc, table.dataTablex thead > tr > th.sorting_desc, table.dataTablex thead > tr > th.sorting,
  table.dataTablex thead > tr > td.sorting_asc,
  table.dataTablex thead > tr > td.sorting_desc,
  table.dataTablex thead > tr > td.sorting {
    padding-right: 30px;
  }
  table.dataTablex thead > tr > th:active,
  table.dataTablex thead > tr > td:active {
    outline: none;
  }
  table.dataTablex thead .sorting,
  table.dataTablex thead .sorting_asc,
  table.dataTablex thead .sorting_desc,
  table.dataTablex thead .sorting_asc_disabled,
  table.dataTablex thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
  }
  table.dataTablex thead .sorting:before, table.dataTablex thead .sorting:after,
  table.dataTablex thead .sorting_asc:before,
  table.dataTablex thead .sorting_asc:after,
  table.dataTablex thead .sorting_desc:before,
  table.dataTablex thead .sorting_desc:after,
  table.dataTablex thead .sorting_asc_disabled:before,
  table.dataTablex thead .sorting_asc_disabled:after,
  table.dataTablex thead .sorting_desc_disabled:before,
  table.dataTablex thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.4;
  }
  table.dataTablex thead .sorting:before,
  table.dataTablex thead .sorting_asc:before,
  table.dataTablex thead .sorting_desc:before,
  table.dataTablex thead .sorting_asc_disabled:before,
  table.dataTablex thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191";
  }
  table.dataTablex thead .sorting:after,
  table.dataTablex thead .sorting_asc:after,
  table.dataTablex thead .sorting_desc:after,
  table.dataTablex thead .sorting_asc_disabled:after,
  table.dataTablex thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193";
  }
  table.dataTablex thead .sorting_asc:before,
  table.dataTablex thead .sorting_desc:after {
    opacity: 1;
  }
  table.dataTablex thead .sorting_asc_disabled:before,
  table.dataTablex thead .sorting_desc_disabled:after {
    opacity: 0;
  }
  
  div.dataTablexs_scrollHead table.dataTablex {
    margin-bottom: 0 !important;
  }
  
  div.dataTablexs_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  div.dataTablexs_scrollBody table thead .sorting:after,
  div.dataTablexs_scrollBody table thead .sorting_asc:after,
  div.dataTablexs_scrollBody table thead .sorting_desc:after {
    display: none;
  }
  div.dataTablexs_scrollBody table tbody tr:first-child th,
  div.dataTablexs_scrollBody table tbody tr:first-child td {
    border-top: none;
  }
  
  div.dataTablexs_scrollFoot > .dataTablexs_scrollFootInner {
    box-sizing: content-box;
  }
  div.dataTablexs_scrollFoot > .dataTablexs_scrollFootInner > table {
    margin-top: 0 !important;
    border-top: none;
  }
  
  @media screen and (max-width: 767px) {
    div.dataTablexs_wrapper div.dataTablexs_length,
    div.dataTablexs_wrapper div.dataTablexs_filter,
    div.dataTablexs_wrapper div.dataTablexs_info,
    div.dataTablexs_wrapper div.dataTablexs_paginate {
      text-align: center;
    }
  }
  table.dataTablex.table-sm > thead > tr > th {
    padding-right: 20px;
  }
  table.dataTablex.table-sm .sorting:before,
  table.dataTablex.table-sm .sorting_asc:before,
  table.dataTablex.table-sm .sorting_desc:before {
    top: 5px;
    right: 0.85em;
  }
  table.dataTablex.table-sm .sorting:after,
  table.dataTablex.table-sm .sorting_asc:after,
  table.dataTablex.table-sm .sorting_desc:after {
    top: 5px;
  }
  table.table-bordered.dataTablex th,
  table.table-bordered.dataTablex td {
    border-left-width: 0;
  }
  table.table-bordered.dataTablex th:last-child, table.table-bordered.dataTablex th:last-child,
  table.table-bordered.dataTablex td:last-child,
  table.table-bordered.dataTablex td:last-child {
    border-right-width: 0;
  }
  table.table-bordered.dataTablex tbody th,
  table.table-bordered.dataTablex tbody td {
    border-bottom-width: 0;
  }
  div.dataTablexs_scrollHead table.table-bordered {
    border-bottom-width: 0;
  }
  div.table-responsive > div.dataTablexs_wrapper > div.row {
    margin: 0;
  }
  div.table-responsive > div.dataTablexs_wrapper > div.row > div[class^="col-"]:first-child {
    padding-left: 0;
  }
  div.table-responsive > div.dataTablexs_wrapper > div.row > div[class^="col-"]:last-child {
    padding-right: 0;
  }