/* Add here all your CSS customizations */
table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  width: 0%;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  margin-right: 0.8em;
}

.dt-te-wrapper {
  display: flex;
  align-items: center;
}
.dt-te-wrapper .dt-te-filters {
  margin-right: 5px;
}
.dataTable th {
  vertical-align: middle;
}

.dataTable td {
  vertical-align: baseline;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: block;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  text-align: left !important;
}

table.dataTable > tbody > tr.child ul.dtr-details > li.dt-actions {
  text-align: right !important;
}

:root {
  --dt-row-selected: 129, 128, 129;
}

.dt-separator {
  margin-top: 10px;
  border-top: 1px solid #DADADA;
  padding-bottom: 5px;
}

.dt-v-separator {
  opacity: 1 !important;
}

.dt-iframe {
  border-radius: var(--bs-border-radius);
  border: 0;
  width: 100%;
}

.th-tabs.table-tabs .tab-content {
  padding: 0;
}
.th-tabs .tab-content {
  padding: 0;
}
.th-tabs .nav-tabs li .nav-link,
.th-tabs .nav-tabs li.active .nav-link {
  background-color: #f6f6f6;
}

.dropdown-has-submenu {
  position: relative;
}
.dropdown-has-submenu .dropdown-submenu {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 100%;
  top: -3px !important;
  transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
  z-index: 1000;
}
.dropdown-has-submenu .dropdown-submenu-left {
  right: 100%;
  left: 0px !important;
  transform: translateX(-100%) !important;
  padding: 5px 10px 0px;
}
.dropdown-has-submenu:hover > .dropdown-submenu {
  visibility: visible;
  opacity: 1;
}
.dropdown-has-submenu > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  color: #abb4be;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 10px;
}

.w-100px {
  width: 100px !important;
}

.item-v-sort {
  left: unset !important;
}

a[disabled] {
  cursor: pointer;
}

.min-height-100 {
  min-height: 100px;
}

.min-height-200 {
  min-height: 200px;
}

.min-height-300 {
  min-height: 300px;
}

.min-height-400 {
  min-height: 400px;
}

.min-height-500 {
  min-height: 500px;
}

.min-height-iframe {
  min-height: 500px;
}

.form-control.disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.no-bottom-card-body {
  box-shadow: none !important;
  background: none !important;
}

/*# sourceMappingURL=custom.css.map */
