/*================================================================================

================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

/* Custom Inputs CSS */

.input-disabled {
  pointer-events: none;
  border: 0 !important;
  background-color: #F2F4F4 !important;
}

/* Mobile Tables CSS */

@media only screen and (max-width: 600px) {
  .table-striped {
    border: 0;
    width: 100% !important;
  }

  .table-striped caption {
    font-size: 1.3em;
  }
  
  .table-striped thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .table-striped tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .table-striped td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .table-striped td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .table-striped td:last-child {
    border-bottom: 0;
  }
}

@media screen and (max-width: 996px) and (min-width: 601px) {
    .table-striped {
    border: 0;
    width: 100% !important;
  }
    
    .table-striped td {
    font-size: .8em;
  }
  
  .table-striped th, .table-striped td {
      padding: 2px;
  }
}

.dataTables_filter {
  float: left !important;
}

div.dataTables_wrapper div.dataTables_filter input {
  height: 2.5rem !important;
  width: 300px !important;
}

.table {
  font-size: 0.8rem !important;
  text-transform: none !important;
}

.badge {
  font-size: 0.8rem !important;
  font-weight: unset !important;
  text-transform: none !important;
}

.table thead th {
  font-size: 0.8rem !important;
}

.dataTables_info {
  font-size: 0.8rem !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  font-size: 0.8rem !important;
}

.pagination .page-item .page-link {
  font-weight: unset !important;
}