.table, .table-sm {
  text-align: center;
  vertical-align: middle;
}

.custom-table-wrapper {
  display: none;
}

.thead-primary {
  color: #fff;
  background-color: rgb(116, 83, 166);
  border-color: rgb(116, 83, 166);
}

.table .thead-green-c th {
  background-color: #cee2f566;
  border-color: rgba(0,0,0,0.1);
  font-weight: 600;
  color: #666;
}

.dataTables_scroll {
  margin-bottom: 10px;
}
.dataTables_wrapper>div.row.mb-3 {
  margin-bottom: 10px !important;
}
.custom-table-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 14px;
  color: #4679cc;
}

.custom-length-change {
  width: 200px;
  display: flex;
}
.custom-length-change>div {
  font-size: 12px;
  flex: 2;
  line-height: 34px;
}
.custom-length-change>select {
  flex: 1;
}

.table th>div.custom-checkbox {
  padding-left: 32px;
}
.table td>div.custom-checkbox {
  padding-left: 32px;
}
.custom-info {
  width: 150px;
  padding-left: 5px;
}
.custom-btn-group>button+button {
  margin-left: 3px;
}
.dt-left {
  text-align: left;
}
th.dt-head-left {
  text-align: left;
}
td.dt-body-left {
  text-align: left;
}
.dt-right {
  text-align: right;
}
th.dt-head-right {
  text-align: right;
}
td.dt-body-right {
  text-align: right;
}

th.td-head-upper {
  border-bottom-width: 0px !important;
}

.pagination>.paginate_button.page-item.first>a>i,
.pagination>.paginate_button.page-item.previous>a>i,
.pagination>.paginate_button.page-item.next>a>i,
.pagination>.paginate_button.page-item.last>a>i {
  font-size: 16px !important;
}
.dataTables_empty {
  color: rgb(120,120,120);
}