.table.table-npb tr td {
  padding: 12px;
}

.pagination {
  margin: 0 !important;
}

.table-npb tr>th:first-child,
.table-npb tr>td:first-child {
  width: 30%;
  padding-left: 15px;
  text-align: left;
}
.table-npb tr>th:nth-child(2),
.table-npb tr>td:nth-child(2),
.table-npb tr>th:nth-child(3),
.table-npb tr>td:nth-child(3) {
  width: 15%;
}

.table-npb tr>th:nth-child(4),
.table-npb tr>td:nth-child(4) {
  width: 15%;
}

.table-npb tr>th:nth-child(5),
.table-npb tr>td:nth-child(5) {
  width: 15%;
}

.table-npb tr>th:last-child,
.table-npb tr>td:last-child {
  width: 10%;
  padding-right: 15px;
  text-align: center;
}

.table-npb>tbody>tr.npb-belum {
  background-color: none;
}

.table-npb>tbody>tr.npb-warning {
  background-color: rgb(250, 242, 204, 0.4);
}

.table-npb>tbody>tr.npb-danger {
  color: #ed5565;
}

.table-npb>tbody>tr.npb-diputuskan {
  background-color: #f9f8f8;
  color: #999;
}

.table-npb>tbody>tr.npb-selesai {
  background-color: #f9f8f8;
  color: #999;
}

.table-npb>tbody>tr.npb-ditolak,
.table-npb>tbody>tr.npb-ditolak a {
  color: #ed5565;
}

.btn-approval {
  width: 24px;
}

.table.table-npb-baru tr td {
  padding: 12px;
}

.table-npb-baru thead>tr>th:first-child,
.table-npb-baru tbody>tr>td:first-child {
  text-align: center;
  width: 5%;
}

.table-npb-baru tr>th:nth-child(2),
.table-npb-baru tr>td:nth-child(2) {
  width: 25%;
}

.table-npb-baru tr>th:nth-child(3),
.table-npb-baru tr>td:nth-child(3) {
  width: 20%;
}

.table-npb-baru tr>th:nth-child(4),
.table-npb-baru tr>td:nth-child(4) {
  width: 10%;
}

.table-npb-baru tr>th:nth-child(5),
.table-npb-baru tr>td:nth-child(5) {
  width: 15%;
}

.table-npb-baru tr>th:nth-child(6),
.table-npb-baru tr>td:nth-child(6) {
  width: 15%;
}

.card-header.note-toolbar {
    background-color: #f0f0f0;
}
