/* fix datatable for new version and elephent them */

.dt-button-collection>ul.dropdown-menu>li:not(.active)>a {
  background-color: initial;
  color: #3f3f44;
}

.btn-colvis-cus.active,
.btn-colvis-cus.active:focus,
.btn-colvis-cus.active:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #578ebe;
}

.btn-colvis-cus {
  padding: 5px 15px;
  white-space: nowrap;
  cursor: pointer;
}

div.dt-button-collection ul.dropdown-menu {
  display: block;
  z-index: 2002;
  min-width: 100%;
}

div.dt-button-collection > :last-child {
  display: block !important;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}