/* Table */
.aliceblue-theme {
  overflow: auto;
  font-size: 13px;	
}

.aliceblue-theme table.table {
  border-collapse: separate;
  border: 1px solid #fff; 
}

/* Rows, Headers And Cells */
.aliceblue-theme .table tr,
.aliceblue-theme .table th,
.aliceblue-theme .table td {
  border: 1px solid #fff;
  padding: 4px 8px;
}

/* Table Headers */
.aliceblue-theme .table th {
  background: rgb(47, 103, 152);
  color: white;
  text-align: center; 
  font-weight : normal ; 
}

/* A Grouping Name On A Row */
.aliceblue-theme .table .title {
  text-align: center;
  background: #f0f8ff;
  white-space: nowrap;
  vertical-align: middle;
}

/* The First Grouping Name On A Row */
.aliceblue-theme .table .first-title {
  background: #5fa7e5;
  color: white;
  font-weight: normal;
  vertical-align: middle;
}

/* Cells That Contain Numbers */
.aliceblue-theme .table .value {
  text-align: right;
  background: #f0f8ff;
}

/* A SubTotal Row */
.aliceblue-theme .table .sub-total-row {
}

/* A Cell In A SubTotal Row */
.aliceblue-theme .table .sub-total-row td {
  text-align: center;
  background: #4a82b2;
  color: white;
  font-weight: normal;
}

/* A Cell In A SubTotal Row That Is Vertically Aligned With A Row Grouping Name */
.aliceblue-theme .table .sub-total-row td.title {
  text-align: center;
  background: #4a82b2;
  color: white;
}

.aliceblue-theme .table .sub-total-row td.title:first-of-type {
  font-weight: normal;
}

/* The GrandTotal Row */
.aliceblue-theme .table .grand-total-row {
}

/* A Cell In The GrandTotal Row */
.aliceblue-theme .table .grand-total-row td {
  text-align: center;
  background: #495866;
  color: white;
  font-weight: normal;
}

/* A Cell In A GrandTotal Row That Is Vertically Aligned With A Row Grouping Name */
.aliceblue-theme .table .grand-total-row td.title {
  text-align: center;
  background: #495866;
  color: white;
}

.aliceblue-theme .table .grand-total-row td.title:first-of-type {
  font-weight: normal;
}

/* Slicer Styles */
.aliceblue-theme .slicer .board .item.selected {
  background: #495866;
}
