/*-----------------
    10. Table
-----------------------*/
.table {
  color: #2F2F2F;
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.table .dataTable {
  border-collapse: collapse !important;
}

.table .table-avatar {
  align-items: center;
  display: inline-flex;
  font-size: inherit;
  font-weight: 600;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  min-width: 150px;
  font-size: 14px;
}

.table .thead-light th {
  font-size: 16px;
  color: #2f2f2f;
  font-weight: 600;
  background-color: #F4F4F4;
  padding: 16px;
}

.table thead {
  background-color: #F4F4F4;
  border-bottom: 0;
  vertical-align: middle;
  white-space: nowrap;
}

.table tbody {
  vertical-align: middle;
  white-space: nowrap;
}

.table tbody tr {
  border-bottom: 1pt solid #F1F1F1;
}

.table tbody tr td {
  border-color: #dee2e6;
  padding: 16px;
}

.table tbody td h2 {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.table tbody td h2 span {
  color: #888888;
  display: block;
  font-size: 12px;
  margin-top: 2px;
}

.table tbody td a {
  color: #2F2F2F;
}

.table tbody td a.btn-action-icon {
  background: #F3F3F3;
  color: #2f2f2f;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 50px;
}

.table tbody td a.btn-action-icon:active {
  color: #ffcd01;
}

.table tbody td a+a {
  display: inline-block;
}

.table tbody td a.add-btn {
  display: inline-block !important;
}

.table tbody td a:hover {
  color: #ffcd01;
}

.table tbody td a:active {
  color: #ffffff;
}

.table tbody td a.btn {
  display: inline-block;
  padding: 4px 10px;
}

.table tbody td .items-links {
  color: #28283C;
  display: inline-block;
}

.table tbody td .items-links:hover {
  color: #ffcd01;
}

.table .invoice-link {
  color: #2f2f2f;
  display: inline-block;
}

.table .invoice-link:hover {
  color: #2f2f2f;
}

.table .invoice-link .table-center th,
.table .invoice-link .table-center td {
  vertical-align: middle;
}

.table .invoice-link .dropdown-menu {
  width: 200px;
  background: #ffffff;
  border: 1px solid #888888;
  box-shadow: 0px 4px 4px #888888;
  margin-top: 10px !important;
  border-radius: 6px;
}

.table .invoice-link .dropdown-item {
  font-weight: 600;
  font-size: 12px;
  color: #28283C;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.table .invoice-link .dropdown-item:last-child {
  margin-bottom: 0;
}

.table .invoice-link .dropdown-item:focus,
.table .invoice-link .dropdown-item:hover {
  color: #ffcd01;
  background: transparent;
}

.table .invoice-link .dropdown-item.active {
  color: #ffffff;
  text-decoration: none;
  background-color: #ffcd01;
}

.table .invoice-link .dropdown-item i {
  font-size: 16px;
}

.table .dropdown-menu {
  width: 160px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 16px 32px #888888;
  border-radius: 12px;
  padding: 0;
  margin-top: 10px !important;
}

.table .dropdown-item {
  font-weight: 600;
  font-size: 12px;
  color: #2f2f2f;
  padding: 10px 20px 10px;
}

.table-inbox {
  font-size: 16px;
  margin-bottom: 0;
}

.table-nowrap th,
.table-nowrap td {
  white-space: nowrap;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
  background-color: #f8f9fa;
}

.table-striped .dropdown-action {
  margin-bottom: 0;
}

.table-striped .table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.table.no-border>tbody>tr>td,
.table>tbody>tr>th,
.table.no-border>tfoot>tr>td,
.table.no-border>tfoot>tr>th,
.table.no-border>thead>tr>td,
.table.no-border>thead>tr>th {
  padding: 10px 8px;
}

.table-hover tbody tr:hover {
  background-color: #f6f6f7;
}

.table-bordered th {
  border-color: rgba(0, 0, 0, 0.05);
}

.table-bordered td {
  border-color: rgba(0, 0, 0, 0.05);
}

.table-bordered td:first-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.table-bordered td:last-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

