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