table.dataTable {
  border-collapse: collapse!important;
  margin-bottom: 2rem!important;
  /* Try to fix missing border. */
  transform: translateZ(0);
}
table.table-bordered.dataTable {
  border-right-width: 1px;
}

table.dataTable>thead .sorting {
  cursor: pointer;
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting:before {
  display: none;
}

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 {
  background-image: url(/core/misc/icons/787878/twistie-up.svg);
  width: 16px;
  height: 16px;
  position: static;
  display: inline-block;
  opacity: 1;
  content: "";
  vertical-align: middle;
  margin-left: 0.25em;
}

table.dataTable>thead .sorting_desc:after {
  background-image: url(/core/misc/icons/787878/twistie-down.svg);
}

table.dataTable th {
  /* Try to fix missing border. */
  overflow: auto;
}

table.dataTable th.no-wrap-vp {
  white-space: nowrap;
}
