/* Table */
.azure-theme {
  overflow: auto;
  font-size: 13px;	
}

.azure-theme table.table {
  border-collapse: separate;
  border: 1px solid #ffffff; 
  border-radius: 10px;
}

/* Rows, Headers And Cells */
.azure-theme .table tr,
.azure-theme .table th,
.azure-theme .table td {
  border: 2px solid #ffffff;
  font-size: 13px;
  border-radius: 10px;
  padding: 4px 8px;
}

/* Table Headers */
.azure-theme .table th {
  background: #13c4a3;
  color: white;
  text-align: center;
  font-weight : normal ;   
}

/* A Grouping Name On A Row */
.azure-theme .table .title {
  text-align: center;
  background: rgba(52, 198, 170, 0.1);
  white-space: nowrap;
  vertical-align: middle;
}

/* The First Grouping Name On A Row */
.azure-theme .table .first-title {
  background: rgba(48, 185, 158, 0.58);
  color: white;
  font-weight: normal;
  vertical-align: middle;
}

/* Cells That Contain Numbers */
.azure-theme .table .value {
  text-align: right;
  background: rgba(44, 62, 80, 0.05);
}

/* A SubTotal Row */
.azure-theme .table .sub-total-row {
}

/* A Cell In A SubTotal Row */
.azure-theme .table .sub-total-row td {
  text-align: center;
  background: #4c6085;
  color: white;
  font-weight: normal;
}

/* A Cell In A SubTotal Row That Is Vertically Aligned With A Row Grouping Name */
.azure-theme .table .sub-total-row td.title {
  text-align: center;
  background: #4c6085;
  color: white;
}

.azure-theme .table .sub-total-row td.title:first-of-type {
  font-weight: normal;
}

/* The GrandTotal Row */
.azure-theme .table .grand-total-row {
}

/* A Cell In The GrandTotal Row */
.azure-theme .table .grand-total-row td {
  text-align: center;
  background: #32322c;
  color: white;
  font-weight: normal;
}

/* A Cell In A GrandTotal Row That Is Vertically Aligned With A Row Grouping Name */
.azure-theme .table .grand-total-row td.title {
  text-align: center;
  background: #32322c;
  color: white;
}

.azure-theme .table .grand-total-row td.title:first-of-type {
  font-weight: normal;
}

/* Slicer Styles */
.azure-theme .slicer .board .item.selected {
  background: #32322c;
}
