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