@charset "UTF-8";
.bg-login-image {
  display: none;
}

.sidebar .sidebar-brand {
  height: 9.4rem;
}
.sidebar .sidebar-heading {
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .sidebar .nav-item .nav-link i, .sidebar .nav-item .nav-link span {
    font-size: 1.1rem;
  }
}

.dataTables_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dataTables_wrapper .table.dataTable {
  border-bottom: solid 1px;
  padding-bottom: 6px;
  margin-bottom: 20px !important;
  width: 100% !important;
}
.dataTables_wrapper .table.dataTable tbody td.select-checkbox:before {
  margin-top: 0px;
  margin-left: 0px;
  top: calc(50% - 7px);
  left: 38%;
  position: absolute;
}
.dataTables_wrapper .table.dataTable tr.selected td.select-checkbox:after {
  margin-top: 0px;
  text-shadow: none;
  position: absolute;
  top: calc(50% - 18px);
  left: 50%;
}
.dataTables_wrapper .table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(251, 246, 94, 0.28);
}
.dataTables_wrapper .table.dataTable.table-hover > tbody > tr.odd:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(251, 246, 94, 0.459);
}
.dataTables_wrapper .table.dataTable tbody > tr.selected > *, .dataTables_wrapper .table.dataTable.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgb(142, 209, 158);
  color: black;
}
.dataTables_wrapper .table.dataTable.table-striped > tbody > tr.odd.selected > *, .dataTables_wrapper .table.dataTable.table-hover > tbody > tr.odd.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgb(109, 195, 130);
}
.dataTables_wrapper .table.dataTable tr.selected td.select-checkbox:before,
.dataTables_wrapper .table.dataTable tr.selected th.select-checkbox:before {
  border-color: black;
}
.dataTables_wrapper .table.dataTable tr th.select-checkbox {
  position: relative;
}
.dataTables_wrapper .table.dataTable tr th.select-checkbox::before {
  content: " ";
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  border-image: initial;
  border-radius: 3px;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
.dataTables_wrapper .table.dataTable tr th.select-checkbox.selected::after {
  content: "✓";
  font-size: 20px;
  top: 16%;
  left: 50%;
  text-align: center;
  position: absolute;
}
.dataTables_wrapper .table.dataTable tbody td.select-checkbox.disabled:before,
.dataTables_wrapper .table.dataTable tbody th.select-checkbox.disabled:before,
.dataTables_wrapper .table.dataTable tbody td.select-checkbox:disabled:before,
.dataTables_wrapper .table.dataTable tbody th.select-checkbox:disabled:before {
  border-color: #af9f9f;
}
.dataTables_wrapper .dataTables_filter {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
}
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_paginate paging_simple_numbers {
  display: flex;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}