
.tablanew {
  width: 100%;
  margin-bottom: 1rem;
  color: #23282c;
}

.tablanew th,
.tablanew td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #c8ced3;
}

.tablanew thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #c8ced3;
}

.tablanew tbody + tbody {
  border-top: 2px solid #c8ced3;
}

.tablanew-sm th,
.tablanew-sm td {
  padding: 0.3rem;
}

.tablanew-bordered {
  border: 1px solid #c8ced3;
}

.tablanew-bordered th,
.tablanew-bordered td {
  border: 1px solid #c8ced3;
}

.tablanew-bordered thead th,
.tablanew-bordered thead td {
  border-bottom-width: 2px;
}

.tablanew-borderless th,
.tablanew-borderless td,
.tablanew-borderless thead th,
.tablanew-borderless tbody + tbody {
  border: 0;
}

.tablanew-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.tablanew-hover tbody tr:hover {
  color: #23282c;
  background-color: rgba(0, 0, 0, 0.075);
}

.tablanew-primary,
.tablanew-primary > th,
.tablanew-primary > td {
  background-color: #c1e7f4;
}

.tablanew-primary th,
.tablanew-primary td,
.tablanew-primary thead th,
.tablanew-primary tbody + tbody {
  border-color: #8bd2eb;
}

.tablanew-hover .tablanew-primary:hover {
  background-color: #abdff0;
}

.tablanew-hover .tablanew-primary:hover > td,
.tablanew-hover .tablanew-primary:hover > th {
  background-color: #abdff0;
}

.tablanew-secondary,
.tablanew-secondary > th,
.tablanew-secondary > td {
  background-color: #f0f1f3;
}

.tablanew-secondary th,
.tablanew-secondary td,
.tablanew-secondary thead th,
.tablanew-secondary tbody + tbody {
  border-color: #e2e6e8;
}

.tablanew-hover .tablanew-secondary:hover {
  background-color: #e2e4e8;
}

.tablanew-hover .tablanew-secondary:hover > td,
.tablanew-hover .tablanew-secondary:hover > th {
  background-color: #e2e4e8;
}

.tablanew-success,
.tablanew-success > th,
.tablanew-success > td {
  background-color: #cdedd8;
}

.tablanew-success th,
.tablanew-success td,
.tablanew-success thead th,
.tablanew-success tbody + tbody {
  border-color: #a2ddb7;
}

.tablanew-hover .tablanew-success:hover {
  background-color: #bae6c9;
}

.tablanew-hover .tablanew-success:hover > td,
.tablanew-hover .tablanew-success:hover > th {
  background-color: #bae6c9;
}

.tablanew-info,
.tablanew-info > th,
.tablanew-info > td {
  background-color: #d3eef6;
}

.tablanew-info th,
.tablanew-info td,
.tablanew-info thead th,
.tablanew-info tbody + tbody {
  border-color: #aedfee;
}

.tablanew-hover .tablanew-info:hover {
  background-color: #bee6f2;
}

.tablanew-hover .tablanew-info:hover > td,
.tablanew-hover .tablanew-info:hover > th {
  background-color: #bee6f2;
}

.tablanew-warning,
.tablanew-warning > th,
.tablanew-warning > td {
  background-color: #ffeeba;
}

.tablanew-warning th,
.tablanew-warning td,
.tablanew-warning thead th,
.tablanew-warning tbody + tbody {
  border-color: #ffdf7e;
}

.tablanew-hover .tablanew-warning:hover {
  background-color: #ffe8a1;
}

.tablanew-hover .tablanew-warning:hover > td,
.tablanew-hover .tablanew-warning:hover > th {
  background-color: #ffe8a1;
}

.tablanew-danger,
.tablanew-danger > th,
.tablanew-danger > td {
  background-color: #fdd6d6;
}

.tablanew-danger th,
.tablanew-danger td,
.tablanew-danger thead th,
.tablanew-danger tbody + tbody {
  border-color: #fbb3b2;
}

.tablanew-hover .tablanew-danger:hover {
  background-color: #fcbebe;
}

.tablanew-hover .tablanew-danger:hover > td,
.tablanew-hover .tablanew-danger:hover > th {
  background-color: #fcbebe;
}

.tablanew-light,
.tablanew-light > th,
.tablanew-light > td {
  background-color: #fbfcfc;
}

.tablanew-light th,
.tablanew-light td,
.tablanew-light thead th,
.tablanew-light tbody + tbody {
  border-color: #f7f9fa;
}

.tablanew-hover .tablanew-light:hover {
  background-color: #ecf1f1;
}

.tablanew-hover .tablanew-light:hover > td,
.tablanew-hover .tablanew-light:hover > th {
  background-color: #ecf1f1;
}

.tablanew-dark,
.tablanew-dark > th,
.tablanew-dark > td {
  background-color: #c5c6c8;
}

.tablanew-dark th,
.tablanew-dark td,
.tablanew-dark thead th,
.tablanew-dark tbody + tbody {
  border-color: #939699;
}

.tablanew-hover .tablanew-dark:hover {
  background-color: #b8b9bc;
}

.tablanew-hover .tablanew-dark:hover > td,
.tablanew-hover .tablanew-dark:hover > th {
  background-color: #b8b9bc;
}

.tablanew-active,
.tablanew-active > th,
.tablanew-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.tablanew-hover .tablanew-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.tablanew-hover .tablanew-active:hover > td,
.tablanew-hover .tablanew-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.tablanew .thead-dark th {
  color: #fff;
  background-color: #2f353a;
  border-color: #40484f;
}

.tablanew .thead-light th {
  color: #5c6873;
  background-color: #e4e7ea;
  border-color: #c8ced3;
}

.tablanew tr {
  background-color: #fff;;
}

.tablanew-dark {
  color: #fff;
  background-color: #2f353a;
}

.tablanew-dark th,
.tablanew-dark td,
.tablanew-dark thead th {
  border-color: #40484f;
}

.tablanew-dark.tablanew-bordered {
  border: 0;
}

.tablanew-dark.tablanew-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}


.tablanew-dark.tablanew-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .tablanew-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tablanew-responsive-sm > .tablanew-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .tablanew-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tablanew-responsive-md > .tablanew-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .tablanew-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tablanew-responsive-lg > .tablanew-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .tablanew-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tablanew-responsive-xl > .tablanew-bordered {
    border: 0;
  }
}

.tablanew-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tablanew-responsive > .tablanew-bordered {
  border: 0;
}

