/* Table */
.ghostwhite-theme {
  overflow: auto;
  font-size: 13px;
}
.ghostwhite-theme table.table {
  border-collapse: separate;
  border: 1px solid #fff;
}

/* Rows, Headers And Cells */
.ghostwhite-theme .table tr,
.ghostwhite-theme .table th,
.ghostwhite-theme .table td {
  border: 0px solid #bfbfbf;
  padding: 4px 8px;
  border-bottom: 1px solid lightgrey;
}

/* Table Headers */
.ghostwhite-theme .table th {
  background: #726e6e;
  color: #fff;
  text-align: center;
  font-weight : normal ;   
}

/* A Grouping Name On A Row */
.ghostwhite-theme .table .table .title {
  text-align: left;
  background: #fff;
  white-space: nowrap;
  vertical-align: middle;
  padding-left: 6px;
}

/* The First Grouping Name On A Row */
.ghostwhite-theme .table .first-title {
  background: #fff;
  color: #3a3a3a;
  font-weight: normal;
  vertical-align: middle;
}

/* Cells That Contain Numbers */
.ghostwhite-theme .table .value {
  text-align: right;
  background: #fff;
}

/* A SubTotal Row */
.ghostwhite-theme .table .sub-total-row {
}

/* A Cell In A SubTotal Row */
.ghostwhite-theme .table .sub-total-row td {
  text-align: right;
  background: #f5f5f5;
  color: #3a3a3a;
  font-weight: normal;
}

/* A Cell In A SubTotal Row That Is Vertically Aligned With A Row Grouping Name */
.ghostwhite-theme .table .sub-total-row td.title {
  text-align: center;
  background: #f5f5f5;
  color: #3a3a3a;
}

.ghostwhite-theme .table .sub-total-row td.title:first-of-type {
  font-weight: normal;
}

/* The GrandTotal Row */
.ghostwhite-theme .table .grand-total-row {
}

/* A Cell In The GrandTotal Row */
.ghostwhite-theme .table .grand-total-row td {
  text-align: right;
  background: #3a3a3a;
  color: #fff;
  font-weight: normal;
}

/* A Cell In A GrandTotal Row That Is Vertically Aligned With A Row Grouping Name */
.ghostwhite-theme .table .grand-total-row td.title {
  text-align: center;
  background: #3a3a3a;
  color: #fff;
}

.ghostwhite-theme .table .grand-total-row td.title:first-of-type {
  font-weight: normal;
}

/* Slicer Styles */
.ghostwhite-theme .slicer .board .item.selected {
  background: #3a3a3a;
}
