/***
DATATABLES
***/
div.dt-bootstrap5 .top {
		display: flex;
		justify-content: space-between;
		margin-bottom: 10px;
}

div.dt-bootstrap5 .bottom {
		display: flex;
		justify-content: space-between;
		margin-top: 10px;
}

div.dt-bootstrap5 > thead .sorting:before,
div.dt-bootstrap5 > thead .sorting_asc:before,
div.dt-bootstrap5 > thead .sorting_desc:before,
div.dt-bootstrap5 > thead .sorting_asc_disabled:before,
div.dt-bootstrap5 > thead .sorting_desc_disabled:before {
  content: "\f0360";
  position: absolute;
  left: 0.5rem;
  top: 12px;
  font-size: 0.8rem;
  font-family: "Material Design Icons";
}

div.dt-bootstrap5 > thead .sorting:after,
div.dt-bootstrap5 > thead .sorting_asc:after,
div.dt-bootstrap5 > thead .sorting_desc:after,
div.dt-bootstrap5 > thead .sorting_asc_disabled:after,
div.dt-bootstrap5 > thead .sorting_desc_disabled:after {
  content: "\f035d";
  position: absolute;
  left: 0.5rem;
  top: 18px;
  font-size: 0.8rem;
  font-family: "Material Design Icons";
}

div.dt-bootstrap5 div.dt-length select,
div.dt-bootstrap5 .page-link.active, .active > .page-link,
div.dt-bootstrap5 div.dt-search input {
  box-shadow: none;
}

table.dataTable th.dt-type-numeric, 
table.dataTable th.dt-type-date, 
table.dataTable td.dt-type-numeric, 
table.dataTable td.dt-type-date {
  text-align: unset;
}

/*table.dataTable thead>tr>th.dt-orderable-asc, 
table.dataTable thead>tr>th.dt-orderable-desc, 
table.dataTable thead>tr>td.dt-orderable-asc, 
table.dataTable thead>tr>td.dt-orderable-desc {
    padding: 8px;
}*/

/*
div.dataTables_wrapper {
  margin-bottom: 17px;
}

div.dataTables_wrapper div.dataTables_info {
  margin-bottom: 15px;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin-top: -60px;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute !important;
  top: 20px !important; 
  box-shadow: 0px 0px 0px 0px !important;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
}

.datatable-switch-fixed-table {
  padding-left: 3rem;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
  padding: 50px;
  font-weight: 600;
  --vz-table-accent-bg: var(--vz-secondary-bg);
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
  content: "\f0360";
  position: absolute;
  left: 0.5rem;
  top: 12px;
  font-size: 0.8rem;
  font-family: "Material Design Icons";
}

table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
  content: "\f035d";
  position: absolute;
  left: 0.5rem;
  top: 18px;
  font-size: 0.8rem;
  font-family: "Material Design Icons";
}

table.dataTable > tbody > tr.child span.dtr-title {
  font-weight: 600;
  min-width: 150px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before {
  background-color: #405189;
  border-color: var(--vz-secondary-bg);
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent.parent > th.dtr-control::before {
  background-color: #f06548;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before {
  background-color: #f06548;
}
table.dataTable > tbody > tr.child span.dtr-title {
  min-width: 135px;
}

.table-card .dataTables_length,
.table-card .dataTables_filter {
  padding: 1rem 1rem;
  padding-bottom: 0px;
}
.table-card .dataTables_info,
.table-card .dataTables_paginate {
  padding: 1rem 1rem;
}
.table-card div.dataTables_wrapper .col-md-6 {
  width: 100%;
}
.table-card div.dataTables_wrapper div.dataTables_filter input {
  width: calc(100% - 52px);
}
.table-card div.dataTables_wrapper div.dataTables_filter label {
  display: block;
}*/





.form-control, select {
  box-shadow: none !important;
}


.toastify.bg-success {
		background: #198754 !important
}
.toastify.bg-danger {
		background: #dc3545 !important
}


.pe-pointer {
		cursor: pointer;
}

.form-check-input {
  clear: left;
}

.form-switch.form-switch-sm {
  margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-sm .form-check-input {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}

.form-switch.form-switch-md {
  margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

.form-switch.form-switch-lg {
  margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-lg .form-check-input {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}

.form-switch.form-switch-xl {
  margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-xl .form-check-input {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}

div.report-box .small-box {
		margin-bottom: 0px;
		cursor: pointer;
}

div.report-box a {
		text-decoration: none;
}