/* Table */
.brown-theme {
  overflow: auto;
  font-size: 13px;
}
.brown-theme table.table {
  border-collapse: separate;
  border: 1px solid #ffffff;
}

/* Rows, Headers And Cells */
.brown-theme .table tr,
.brown-theme .table th,
.brown-theme .table td {
  border: 1px solid #ffffff;
  padding: 4px 8px;
}

/* Table Headers */
.brown-theme .table th {
  background: #268585;
  color: white;
  text-align: center;
  font-weight : normal ;   
}

/* A Grouping Name On A Row */
.brown-theme .table .title {
  text-align: center;
  background: #d7ccc8;
  white-space: nowrap;
  vertical-align: middle;
}

/* The First Grouping Name On A Row */
.brown-theme .table .first-title {
  background: rgba(121, 85, 72, 0.86);
  color: white;
  font-weight: normal;
  vertical-align: middle;
}

/* Cells That Contain Numbers */
.brown-theme .table .value {
  text-align: right;
  background: rgba(44, 62, 80, 0.05);
}

/* A SubTotal Row */
.brown-theme .table .sub-total-row {
}

/* A Cell In A SubTotal Row */
.brown-theme .table .sub-total-row td {
  text-align: center;
  background: #5d4037;
  color: white;
  font-weight: normal;
}

/* A Cell In A SubTotal Row That Is Vertically Aligned With A Row Grouping Name */
.brown-theme .table .sub-total-row td.title {
  text-align: center;
  background: #5d4037;
  color: white;
}

.brown-theme .table .sub-total-row td.title:first-of-type {
  font-weight: normal;
}

/* The GrandTotal Row */
.brown-theme .table .grand-total-row {
}

/* A Cell In The GrandTotal Row */
.brown-theme .table .grand-total-row td {
  text-align: center;
  background: #084141;
  color: white;
  font-weight: normal;
}

/* A Cell In A GrandTotal Row That Is Vertically Aligned With A Row Grouping Name */
.brown-theme .table .grand-total-row td.title {
  text-align: center;
  background: #084141;
  color: white;
}

.brown-theme .table .grand-total-row td.title:first-of-type {
  font-weight: normal;
}
.brown-theme .table .column-total-area > .total-label {
  font-size: 20px;
  background: red;
}

/* Slicer Styles */
.brown-theme .table .board .item.selected {
  background: #084141;
}
