/* Table */
.lightblue-theme {
  overflow: auto;
  font-size: 13px;
}

.lightblue-theme table.table {
  border-collapse: separate;
  border: 1px solid #fff;
}

/* Rows, Headers And Cells */
.lightblue-theme .table tr,
.lightblue-theme .table th,
.lightblue-theme .table td {
  border: 1px solid #fff;
  padding: 6px 8px;
}

/* Table Headers */
.lightblue-theme .table th {
  background: rgb(18 184 236);
  color: #fff;
  text-align: center;
  font-weight : normal ;   
}

/* A Grouping Name On A Row */
.lightblue-theme .table .title {
  text-align: center;
  background: rgba(167, 205, 255, 0.32);
  white-space: nowrap;
  vertical-align: middle;
}

/* The First Grouping Name On A Row */
.lightblue-theme .table .first-title {
  background: rgba(111, 170, 255, 0.56);
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
}

/* Cells That Contain Numbers */
.lightblue-theme .table .value {
  text-align: right;
  background: rgba(255, 255, 255, 0);
}

/* A SubTotal Row */
.lightblue-theme .table .sub-total-row {
}

/* A Cell In A SubTotal Row */
.lightblue-theme .table .sub-total-row td {
  text-align: center;
  background: rgba(76, 145, 252, 0.8);
  color: #fff;
  font-weight: normal;
}

/* A Cell In A SubTotal Row That Is Vertically Aligned With A Row Grouping Name */
.lightblue-theme .table .sub-total-row td.title {
  text-align: center;
  background: rgba(76, 145, 252, 0.8);
  color: #fff;
}

.lightblue-theme .table .sub-total-row td.title:first-of-type {
  font-weight: normal;
}

/* The GrandTotal Row */
.lightblue-theme .table .grand-total-row {
}

/* A Cell In The GrandTotal Row */
.lightblue-theme .table .grand-total-row td {
  text-align: center;
  background: rgba(30, 105, 226, 0.8);
  color: #fff;
  font-weight: normal;
}

/* A Cell In A GrandTotal Row That Is Vertically Aligned With A Row Grouping Name */
.lightblue-theme .table .grand-total-row td.title {
  text-align: center;
  background: rgba(30, 105, 226, 0.8);
  color: #fff;
}

.lightblue-theme .table .grand-total-row td.title:first-of-type {
  font-weight: normal;
}

/* Slicer Styles */
.lightblue-theme .slicer .board .item.selected {
  background:  rgb(18 184 236);
  border-radius : 0px ; 
}
