.table {
  border-spacing: 0 0.85rem !important;
}
.table .dropdown {
  display: inline-block;
}
tbody {
  border: 1px solid rgba(0, 0, 0, .05);
}
.table td, .table th {
  vertical-align: middle;
  margin-bottom: 10px;
  border: none;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  padding: 25px;
}
.table_lt td, .table_lt th {
  vertical-align: top;
  margin-bottom: 10px;
  border: none;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  padding: 15px;
}
.tr_line_top {
  border-top:2px; 
  border-top-color:#e6007d; 
  border-style:dotted;
}

.text-muted {
  color: #000 !important;
  font-size: 14px;
}
.pink-color {
  color: #e6007d;
}

.font-weight-bold {
  font-size: 18px;
}
.table thead tr, .table thead th {
  border: none;
  font-size: 12px;
  background: transparent;
  color: #e6007d;
}
.table_lt thead tr, .table_lt thead th {
  border: none;
  font-size: 16px;
  background: transparent;
  color: #e6007d;
  padding: 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6007d;
}
.table-bottom-border tbody tr {
  border-width: 1px;
  border-style: dotted;
  border-color: grey;
  
}
.table-nostripe tbody tr {
  background-color: revert !important;
}
/*
.table td {
  background: #fff;
  font-weight: bold;

}*/
/*.table td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;

}*/
/*
.table td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}*/
.avatar {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 3rem;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  position: relative;
  text-align: center;
  color: #868e96;
  font-weight: 700;
  vertical-align: bottom;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.83333rem;
  line-height: 1.5;
}
.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.avatar-blue {
  background-color: #c8d9f1;
  color: #467fcf;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 28px;
  left: 14px;
  border: none;
  box-shadow: none;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  padding-left: 48px;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}
table.dataTable > tbody > tr.child span.dtr-title {
  min-width: 50%;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  padding: 0.75rem 1rem 0.125rem;
}
div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 1rem;
    overflow-x: scroll;
  }
}
.btn-icon {
  background: #fff;
}
.btn-icon .bx {
  font-size: 20px;
}
.btn .bx {
  vertical-align: middle;
  font-size: 20px;
}
.dropdown-menu {
  padding: 0.25rem 0;
}
.dropdown-item {
  padding: 0.5rem 1rem;
}
.badge {
  padding: 0.5em 0.75em;
}
.badge-success-alt {
  background-color: #e6007d;
  color: #fff;
  font-size: 12px;
  padding: 10px 14px;
  font-weight: normal;
}
.badge-success-alt a {
  color: #fff !important;
}
.table a {
  color: #000;
}
.table a:hover, .table a:focus {
  text-decoration: none;
}
table.dataTable {
  margin-top: 12px !important;
}
.icon > .bx {
  display: block;
  min-width: 1.5em;
  min-height: 1.5em;
  text-align: center;
  font-size: 1.0625rem;
}
.btn {
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
}
.avatar-blue {
  background-color: #c8d9f1;
  color: #467fcf;
}
.avatar-pink {
  background-color: #fcd3e1;
  color: #f66d9b;
}

 .dashed_hr {
  border-top: 1px dotted #e6007d; 
  margin-top:0px; 
  margin-bottom:0px;
}
.solid_hr {
  border-top: 1px solid #e6007d; 
  margin-top:3px; 
  margin-bottom:3px;
}
  .td_white {
  background:white; 
  padding:none;
}
.tbody_noborder {
  border:none !important;
}