#table_wrapper {
  position: relative;
  background-color: #FFFFFF;
  padding: 20px 0;
}

table thead th:first-child, table tbody tr:not(.child) td:first-child, table tfoot tr:not(.child) th:first-child {
  display: none !important;
}
table thead th:first-child.dataTables_empty, table tbody tr:not(.child) td:first-child.dataTables_empty, table tfoot tr:not(.child) th:first-child.dataTables_empty {
  display: table-cell !important;
}

.dataTables_wrapper {
  overflow-x: hidden;
}

.dataTables_length {
  display: none !important;
}

.dataTables_filter {
  float: left !important;
  text-align: left !important;
  width: 100%;
  margin-bottom: 10px;
}

.dataTables_filter input[type=search] {
  border-radius: 10px !important;
  min-width: 25%;
  padding: 10px !important;
  padding-left: 50px !important;
  box-shadow: 1px 1px 2px #888888;
  min-width: 400px;
}

#table_filter {
  display: none !important;
}
#table_filter label {
  position: relative;
}
#table_filter label svg {
  position: absolute;
  top: 0;
  left: 15px;
  max-width: 15px;
  fill: #4D4F5C;
}
#table_filter button {
  display: flex;
  justify-content: center;
  gap: 0.2vw;
  margin-left: 35px;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: white;
  float: right;
  text-transform: uppercase;
}
#table_filter button i {
  position: inherit;
  color: white;
}

#search-label {
  padding-right: 30px;
}

.dataTables_filter i {
  position: absolute;
  top: 50px;
  font-size: 17px;
  color: #aaa;
}

.dataTable.disabled {
  opacity: 0.7;
}

.dataTable.disabled .hover-statut {
  pointer-events: none;
}

table {
  max-width: 100% !important;
  width: 100% !important;
  border-bottom: none !important;
  border-collapse: collapse !important;
}
table.no-footer {
  border-bottom: 1px solid #d1d1d1;
}
table thead tr th {
  color: #131523;
  background-color: var(--grey);
  border-bottom: none !important;
}
table thead tr th.sorting {
  color: black !important;
}
table tbody tr {
  border-bottom: solid 1px var(--grey);
}
table tbody tr.over {
  background-color: #ffa;
}
table tbody tr.over > .sorting_1 {
  background-color: #ffa;
}
table tbody tr td {
  padding: 0;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
table tbody tr td:nth-child(7) {
  text-align: left;
}
table tr:hover {
  background-color: #e9eaec !important;
}
table tr.disabled {
  color: #000;
  text-decoration: line-through;
  opacity: 0.6;
  border-color: #f1f1f3;
  cursor: not-allowed;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control {
  text-align: center;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  border: 0.4em solid white !important;
  font-family: initial !important;
  left: 5px !important;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  padding: 1em 0 !important;
}

.icon-content {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.icon-content .info-item {
  cursor: pointer;
  align-self: center;
  padding: 5px;
}
.icon-content .info-item.bin {
  fill: red;
}
.icon-content .info-item.chevron {
  fill: var(--font-grey);
}
.icon-content .info-item svg {
  max-height: 15px;
  width: 15px;
}

@media (max-width: 940px) {
  table.dataTable tbody th, table.dataTable tbody td {
    padding: 25px 10px !important;
  }
}
@media screen and (max-width: 768px) {
  #table_filter {
    display: flex;
    flex-direction: column;
  }
  #table_filter button {
    margin-top: 10px;
  }
  .dataTables_filter input[type=search] {
    margin-left: initial !important;
    width: 100% !important;
  }
  .dataTables_filter i {
    left: 25px;
    top: 58px;
  }
  #table_filter button i {
    top: initial;
    left: initial;
  }
  tbody, .label {
    font-size: 10px;
  }
  #table_wrapper {
    padding-left: 10px;
  }
}
@media screen and (max-width: 550px) {
  .dataTables_filter input[type=search] {
    min-width: initial;
  }
}
@media screen and (max-width: 430px) {
  table.dataTable tbody th, table.dataTable tbody tr:not(.child) td {
    text-align: left;
  }
  table.dataTable tbody th, table.dataTable tbody td {
    padding: 20px 10px !important;
  }
}
.dataTables_paginate {
  text-align: center !important;
  float: initial !important;
  padding-top: 0.5em !important;
}
.dataTables_paginate #table_previous, .dataTables_paginate #table_next {
  display: none !important;
}
.dataTables_paginate a {
  border-radius: 50% !important;
  border: none !important;
  background-color: none !important;
  font-weight: 600 !important;
  width: 30px;
  height: 30px;
  text-align: center !important;
  padding: 0.5em !important;
}
.dataTables_paginate a.current {
  background-color: var(--grey) !important;
}
.dataTables_paginate a.current:hover {
  background-color: var(--grey) !important;
}
.dataTables_paginate a:hover {
  background: none !important;
  background-color: var(--gold) !important;
}

#table_info {
  display: none;
}/*# sourceMappingURL=datatable.css.map */