.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;
}

