/* MadCap Table Style: */

/*<meta conditions="Default.DONOTIMPORT" Version="9" />*/

  /*Table style*/
  
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 510px;
  }

  .tableScroll {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 510px;
  }
  
  table.TableStyle-TemenosTables th {
    background: rgb(201, 217, 242, 0.7);
    color: var(--bs-blue);
    padding: 5px 10px;
    word-wrap: normal;
    font-weight: 600;
  }
  
  table.TableStyle-TemenosTables td {
    color: var(--bs-blue);
    padding: 10px;
  }
  
  .TableStyle-TemenosTables td, .TableStyle-TemenosTables th{
    border: 0px solid rgb(201, 217, 242, 0.3);
  }
  
  .TableStyle-TemenosTables tbody tr:nth-of-type(even) > *{
    background: rgb(201, 217, 242, 0.2) !important;
  }
  
  .TableStyle-TemenosTables tbody tr:nth-of-type(odd) > *{
    background: rgb(255, 255, 255, 1) !important;
  }
  
  .TableStyle-TemenosTables > :not(caption) > * > * {
    border-width: 0.5px 0.5px;
    border-color: rgb(41, 50, 118, 0.2) !important;
  }
  
  /**/
  
  table.TableStyle_TemenosTables th {
    background: rgb(201, 217, 242, 0.7);
    color: var(--bs-blue);
    padding: 5px 10px;
    word-wrap: normal;
    font-weight: 600;
  }
  table.TableStyle_TemenosTables td {
    color: var(--bs-blue);
    padding: 10px;
  }
  
  .TableStyle_TemenosTables td, .TableStyle_TemenosTables th{
    border: 0px solid rgb(201, 217, 242, 0.3);
  }
  
  .TableStyle_TemenosTables tbody tr:nth-of-type(even) > *{
    background: rgb(201, 217, 242, 0.2) !important;
  }
  
  .TableStyle_TemenosTables tbody tr:nth-of-type(odd) > *{
    background: rgb(255, 255, 255, 1) !important;
  }
  
  .TableStyle_TemenosTables > :not(caption) > * > * {
    border-width: 0.5px 0.5px;
    border-color: rgb(41, 50, 118, 0.2) !important;
  }
  
  /**/
  
  table th {
    background: rgb(201, 217, 242, 0.7);
    color: var(--bs-blue) !important;
    padding: 5px 10px;
    word-wrap: normal;
    font-weight: 600;
  }
  table th p{
    font-weight: 600 !important;
  }
  table td {
    color: var(--bs-blue);
    padding: 10px;
    font-size: 0.85rem;
  }
  
  table tbody tr:nth-of-type(even) > *{
    background: rgb(201, 217, 242, 0.2) !important;
    color: var(--bs-blue) !important;
  }
  
  table tbody tr:nth-of-type(odd) > *{
    background: rgb(255, 255, 255, 1) !important;
    color: var(--bs-blue) !important;
  }
  
  table > :not(caption) > * > * {
    border-width: 0.5px 0.5px;
    border-color: rgb(41, 50, 118, 0.2) !important;
  }

  .TableStyle-TemenosTables td, table, .TableStyle_TemenosTables td{
    word-break: inherit;
}

table.TableStyle_TemenosTables td p span {
  color: var(--bs-blue) !important;
}

table.TableStyle-TemenosTables td p span {
  color: var(--bs-blue) !important;
}

.table-responsive table tbody td.bg-primary{
  color: rgb(201, 217, 242, 0.7) !important;
  background: var(--bs-blue) !important;
  vertical-align: top;
}

.table-responsive table tbody td.bg-light{
  color: var(--bs-blue) !important;
  background: rgb(201, 217, 242, 0.7) !important;
  vertical-align: top;
}
  
  /*Table style end*/