.ww-tb-container {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* .ww-tb-container .dataTables_wrapper .table-responsive {
  min-height: 560px;
  max-height: 560px;
  overflow-y: scroll;
} */

.ww-tb-container .ww-tb-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.ww-tb-container .ww-tb-header h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  align-self: center;
}

.ww-tb-container .ww-tb-header .ww-tb-header-button {
  display: flex;
}

.ww-tb-container .ww-tb-header .ww-tb-header-button .ww-tb-btn-hide {
  display: none;
}

.ww-tb-container.ww-tb-checked .ww-tb-header .ww-tb-header-button .ww-tb-btn-hide {
  display: inline-block;
}

.ww-tb-container.ww-tb-checked .ww-tb-header .ww-tb-header-button .ww-tb-btn-show {
  display: none;
}

.ww-tb-container .ww-tb-header .ww-tb-header-button .ww-tb-btn-space {
  margin-left: 5px;
}

.ww-tb-container .ww-tb-th-checkbox.checkedPartial.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url(img/minus-solid.svg);
}

.ww-tb-container .ww-tb-checkbox {
  opacity: 0;
  transition: .3s;
}

.ww-tb-container .ww-tb-checkbox.checked,
.ww-tb-container tr:hover .ww-tb-checkbox {
  opacity: 1;
}

/* .ww-tb-container table {
  white-space: nowrap;
} */

.ww-tb-container table tbody tr {
  transition: .15s;
  cursor: pointer;
}

.ww-tb-container table thead th {
  background-color: #f7f7f7;
}

.ww-tb-container table tbody tr:hover {
  background-color: #e2e2e2;
}

.ww-tb-container table tbody tr td .ww-tb-operation {
  transition: .15s;
  opacity: 0;
}

.ww-tb-container table tbody tr:hover td .ww-tb-operation {
  opacity: 1;
}

.ww-tb-container table thead input[type="search"]::-webkit-calendar-picker-indicator {
  display: none;
}

.ww-tb-container .dataTables_wrapper .dataTables_length {
  padding-top: 0.25em;
}

/* btn */

.ww-tb-btn-sorting {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: relative;
  color: #939393;
  background-color: hsl(0, 0%, 97%);
  border-color: hsl(0, 0%, 97%);
}

.ww-tb-btn-sorting>* {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ww-tb-btn-sorting:hover {
  color: #939393;
  background-color: hsl(0, 0%, 90%);
  border-color: hsl(0, 0%, 87%);
}

.ww-tb-btn-sorting:focus,
.ww-tb-btn-sorting.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
}

.ww-tb-btn-sorting.disabled,
.ww-tb-btn-sorting:disabled {
  color: #939393;
  background-color: hsl(0, 0%, 97%);
  border-color: hsl(0, 0%, 97%);
}

.ww-tb-btn-sorting:not(:disabled):not(.disabled):active,
.ww-tb-btn-sorting:not(:disabled):not(.disabled).active,
.show>.ww-tb-btn-sorting.dropdown-toggle {
  color: #939393;
  background-color: hsl(0, 0%, 87%);
  border-color: hsl(0, 0%, 84%);
}

.ww-tb-btn-sorting:not(:disabled):not(.disabled):active:focus,
.ww-tb-btn-sorting:not(:disabled):not(.disabled).active:focus,
.show>.ww-tb-btn-sorting.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5);
}

.ww-tb-btn-add {
  color: #fff;
  background-color: hsl(188, 78%, 41%);
  border-color: hsl(188, 78%, 41%);
}

.ww-tb-btn-add:hover {
  color: #fff;
  background-color: hsl(188, 78%, 34%);
  border-color: hsl(188, 78%, 31%);
}

.ww-tb-btn-add:focus,
.ww-tb-btn-add.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 164, 186, 0.5);
}

.ww-tb-btn-add.disabled,
.ww-tb-btn-add:disabled {
  color: #fff;
  background-color: hsl(188, 78%, 41%);
  border-color: hsl(188, 78%, 41%);
}

.ww-tb-btn-add:not(:disabled):not(.disabled):active,
.ww-tb-btn-add:not(:disabled):not(.disabled).active,
.show>.ww-tb-btn-add.dropdown-toggle {
  color: #fff;
  background-color: hsl(188, 78%, 31%);
  border-color: hsl(188, 78%, 28%);
}

.ww-tb-btn-add:not(:disabled):not(.disabled):active:focus,
.ww-tb-btn-add:not(:disabled):not(.disabled).active:focus,
.show>.ww-tb-btn-add.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 164, 186, 0.5);
}

.ww-tb-btn-print {
  color: #fff;
  background-color: hsl(211, 100%, 50%);
  border-color: hsl(211, 100%, 50%);
}

.ww-tb-btn-print:hover {
  color: #fff;
  background-color: hsl(211, 100%, 43%);
  border-color: hsl(211, 100%, 40%);
}

.ww-tb-btn-print:focus,
.ww-tb-btn-print.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.ww-tb-btn-print.disabled,
.ww-tb-btn-print:disabled {
  color: #fff;
  background-color: hsl(211, 100%, 50%);
  border-color: hsl(211, 100%, 50%);
}

.ww-tb-btn-print:not(:disabled):not(.disabled):active,
.ww-tb-btn-print:not(:disabled):not(.disabled).active,
.show>.ww-tb-btn-print.dropdown-toggle {
  color: #fff;
  background-color: hsl(211, 100%, 40%);
  border-color: hsl(211, 100%, 37%);
}

.ww-tb-btn-print:not(:disabled):not(.disabled):active:focus,
.ww-tb-btn-print:not(:disabled):not(.disabled).active:focus,
.show>.ww-tb-btn-print.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.ww-tb-btn-delete {
  color: #fff;
  background-color: hsl(354, 70%, 54%);
  border-color: hsl(354, 70%, 54%);
}

.ww-tb-btn-delete:hover {
  color: #fff;
  background-color: hsl(354, 70%, 47%);
  border-color: hsl(354, 70%, 44%);
}

.ww-tb-btn-delete:focus,
.ww-tb-btn-delete.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 56, 72, 0.5);
}

.ww-tb-btn-delete.disabled,
.ww-tb-btn-delete:disabled {
  color: #fff;
  background-color: hsl(354, 70%, 54%);
  border-color: hsl(354, 70%, 54%);
}

.ww-tb-btn-delete:not(:disabled):not(.disabled):active,
.ww-tb-btn-delete:not(:disabled):not(.disabled).active,
.show>.ww-tb-btn-delete.dropdown-toggle {
  color: #fff;
  background-color: hsl(354, 70%, 44%);
  border-color: hsl(354, 70%, 41%);
}

.ww-tb-btn-delete:not(:disabled):not(.disabled):active:focus,
.ww-tb-btn-delete:not(:disabled):not(.disabled).active:focus,
.show>.ww-tb-btn-delete.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 56, 72, 0.5);
}

.ww-tb-container .dt-buttons {
  float: right;
}

@media (max-width: 1199.98px) {
  .ww-tb-container .ww-tb-checkbox {
    opacity: 1;
  }

  .ww-tb-container table tbody tr td .ww-tb-operation {
    opacity: 1;
  }
}

@media (min-width: 992px) {}

@media (max-width: 991.98px) {}

@media (min-width: 768px) {}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {}