﻿.material-symbols-rounded {
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
  font-size: 1.1em;
  /*var(--bs-body-font-size);*/
}
.ui-datepicker {
  z-index: 1000 !important;
}
.table-fixleftborder tbody tr > td {
  border-left: none !important;
}
.dataTables_processing {
  z-index: 105;
}
/*DataTables column indicator*/
.sorting_1,
.sorting_2,
.sorting_3,
.sorting_4,
.sorting_5 {
  /*background-image: url('img/alphaImg.png'); this will remove the column alpha from sorts*/
}
.dataTables_filter {
  float: right;
}
div.total-items {
  display: inline;
  margin-left: 10px;
}
:target {
  scroll-margin-top: 100px;
}
.limitWidth {
  max-width: 95%;
}
@media only screen and (min-width: 1800px) {
  .limitWidth {
    max-width: 80%;
  }
}
/* For the TWP CheckBox */
.TWPCheckBoxChecked {
  background-image: url('../img/navigate_check.png');
  background-size: cover;
}
.TWPCheckBoxWaiting {
  background-image: url('../img/clock.png');
}
.TWPCheckBoxUnChecked {
  background-image: none;
}