.table-custom {
  width: 100%;
  max-width: 100%;
  text-align: left;
  background: #ffffff;
  border-collapse: collapse;
  font-size: 14px;
}

.table-custom th,
.table-custom td {
  padding: 6px 24px;
  background: #ffffff;
  border-style: solid;
  border-color: #c1c1c1;
}

.table-custom th {
  font-weight: 400;
  color: #20232a;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: #20232a;
}

@media (max-width: 767px) {
  .table-custom th {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.table-custom td {
  color: #747474;
  border-width: 0 0 1px 0;
}

.table-custom tfoot td {
  font-weight: 700;
}

* + .table-custom-responsive {
  margin-top: 30px;
}

/*
* Table Custom Styles
*/
.table-custom.table-custom-color thead th {
  color: #ffffff;
  background: #191919;
  border: 0;
}

.table-custom.table-custom-color tbody tr:first-child td {
  border-top-width: 0;
}

.table-custom.table-custom-hover tbody tr:hover td {
  background: #f6f2ed;
}

.table-custom.table-custom-bordered td,
.table-custom.table-custom-bordered th {
  border-width: 1px;
}

.table-custom.table-custom-bordered th {
  border-bottom: 0;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
  background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
  background: #f6f2ed;
}

.table-custom.table-custom-striped tbody td {
  border: 0;
}

.table-custom.table-custom-striped tfoot td {
  border-top: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
  border-left: 0;
}

/*
* Table Custom Mods
*/
.table-custom-responsive {
  overflow-x: auto;
  overflow-y: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-custom-responsive {
    width: 100%;
    margin-bottom: 10px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #c1c1c1;
  }
  .table-custom-responsive > .table-custom > thead > tr > th,
  .table-custom-responsive > .table-custom > thead > tr > td,
  .table-custom-responsive > .table-custom > tbody > tr > th,
  .table-custom-responsive > .table-custom > tbody > tr > td,
  .table-custom-responsive > .table-custom > tfoot > tr > th,
  .table-custom-responsive > .table-custom > tfoot > tr > td {
    white-space: nowrap;
  }}
.border10{ color:#000;}
.border10>tbody>tr>td:first-child{
    text-align:right;
	vertical-align:middle;
	}
.border10>thead{ background-color:#f2f7ff;}
.border10>tbody>tr>td{padding-right:10px; text-align:left;}
.border10>thead>tr>th:first-child{width:20%; text-align:right;}