.card-body {
  background-color: #FFFFFF;
}

.card-header {
  height: 63px;
}

.card-header h5 {
  margin-bottom: 0px;
  line-height: 38px;
}


.table-hover tbody tr:hover {
  /*
  $gray-900: #212529 !default;
  $black:    #000 !default;
  $table-color:                 $body-color !default;
  $table-hover-color:           $table-color !default;
  $table-hover-bg:              rgba($black, .075) !default;
  */

  color: #212529 !important;
  background: rgba(0,0,0, .075) !important;
}

table.dataTable thead th, table.dataTable thead td,
table.dataTable.no-footer {
  /*border-bottom: none !important;*/
}

.pagination > li {
  display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover , .page-item.active .page-link{
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #232c56 ;
  border-color: #232c56 ;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #232c56 ;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.dataTables_wrapper > .row:nth-child(1) > div:nth-child(1) label,
.dataTables_wrapper > .row:nth-child(3) > div:nth-child(1) > div {
  float: left;
}

.dataTables_wrapper > .row:nth-child(1) div:nth-child(2) label,
.dataTables_wrapper > .row:nth-child(3) div:nth-child(2) > div {
  float: right;
}
