table.dataTable {
  clear: both;
  font-size: 12px;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, "Source Sans Pro", system-ui, "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 10px !important;
  width: 100% !important;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
/* table.dataTable thead {
  border-bottom: 1px solid #e0e0e0 !important;
} */

table.dataTable thead * {
  border-bottom: none !important;

}


table.dataTable td.dt-control {
  /* text-align: center; */
  cursor: pointer;
 
}
table.dataTable td.dt-control {
  cursor: pointer;
  /* text-align: center; */

;
}

table.dataTable tr td.dt-control:before {
  content: "▶";  /* Closed icon */
  font-size: 1.2em;
  padding-right: 10px;
  color: #162890;
}

table.dataTable tr.shown td.dt-control:before {
  content: "▼";  /* Open icon */
  color: #d33333;
  padding-right: 10px;
}


table.dataTable .col-number:not(tfoot) {
  text-align: right;
  padding-right: 6px;
}
table.dataTable .center-number:not(tfoot) {
  text-align: center;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 8px;
  white-space: nowrap;
  clear: both;
}
table.dataTable th {
  pointer-events: none;
}
table.dataTable.t td,
table.dataTable.t th {
  padding-right: 3px;
  padding-left: 3px;
}
table.dataTable tfoot tr th {
  font-size: 14px;
}
table.dataTable:not(.cr) tbody td:last-child,
table.dataTable:not(.cr) tbody td:first-child {
  border-left: 0;
}
table.dataTable thead td,
table.dataTable thead th {
  white-space: nowrap;
  vertical-align: bottom;
  font-weight: bold;
  padding: 8px;
  text-transform: capitalize !important;
  background: #f3f4f6;
  /* border-bottom: 2px solid #e0e0e0; */
  color: #333;
}
table.dataTable tbody td {
  position: relative;
  vertical-align: middle;
}
table.dataTable.cashbook tbody td {
  vertical-align: top;
}
table.dataTable.dr,
table.dataTable.cr {
  table-layout: fixed;
  border-collapse: collapse;
}
table.dataTable tbody td input[role],
table.dataTable tbody td select {
  margin: 0;
  padding: 0;
}
table.dataTable tbody td .colorcode {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF0000;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 3px;
}
table.dataTable tbody td .colorcode.placeleft {
  right: inherit;
  left: 3px;
}
table.dataTable tbody td .colorcode.greencode {
  background: #27D07C;
}
table.dataTable tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
table.dataTable tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
table.dataTable tbody tr:hover {
  background-color: #e3edfc;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
  pointer-events: none;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.rim {
  border-collapse: separate;
  border-spacing: 10px;
}
table.rim.dataTable tbody tr td {
  vertical-align: middle;
  padding: 10px 0;
  border-bottom: 1px solid #ece8e8;
}
div.dataTables_wrapper {
  position: relative;
  margin-bottom: 10px;
}
div.dataTables_wrapper div.dataTables_length label {
  float: left;
  text-align: left;
  margin-bottom: 0;
}
div.dataTables_wrapper div.dataTables_length select {
  padding: 3px;
  margin-bottom: 0;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}
div.dataTables_wrapper div.dataTables_filter label {
  float: right;
  margin-bottom: 0;
}
div.dataTables_wrapper div.dataTables_filter input {
  display: inline-block !important;
  width: auto !important;
  margin-bottom: 0;
  margin-left: 0.5em;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 2px;
}
div.dataTables_wrapper div.dataTables_paginate {
  float: right;
  margin: 0;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 0.3rem;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}
.dataTables_wrapper .dataTables_length {
  float: right;
  margin-right: 10px;
}
.dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: right;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  margin: 0 4px 4px 0;
}
.dataTables_wrapper .dataTables_filter input {
  padding: 4px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.4em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.6em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 3em;
  height: auto;
  padding: .1em .1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #34449a !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #f9f9f9;
  transition: background-color 0.3s, color 0.3s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: 1px solid #162890;
  background: #2747D0;
  border-radius: 2px;
  font-weight: bolder;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #162890 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #162890 !important;
  border: 1px solid #162890;
  background-color: #f9f9f9;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background: #2747D0;
  border: 1px solid #162890;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_info {
  margin-top: 0.3em;
  color: #9F9F9F;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
  vertical-align: middle;
  text-transform: capitalize!important;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
  border-bottom: none;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  color: #2A8BEA;
  padding: 2px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #2A8BEA;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
