.aml-site {
  ::marker {
    color: #0c67a3;
  }

  .BUTTON_aml {
    background: #ec7f06;
    margin-bottom: 20px;
    text-align: center;
    padding: 6px 15px 6px 15px;
    cursor: pointer;
    color: black;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
  }

  .BUTTON_aml:hover {
    background: #d47102;
    text-decoration: none;
    color: black;
  }

  .buyButton {
    background: #ec7f06;
  }

  .buyButton:active, .buyButton:hover {
    background: #d47102;
  }

  #content {
    background: var(--colour-bg-main);
    padding: var(--space-lg);
    border: 1px solid var(--colour-brand-grey-100);

    ul {
      list-style-type: square;
    }

    a {
      color: #0c67a3;
    }
  }

  #sidebar {
  }

  #overview h3 {
  }

  #overview em {
  }

  table.form .descr, table.cool .descr, table.list .descr {
    text-align: right;
    padding-right: .5em;
    font-weight: bold;
  }

  table.form tbody th {
    border: none;
    border-top: 5px solid #e5e5e5;
    background-color: #0b4579;
    color: #fff;
    padding: 5px 7px;
  }

  table.form tbody td {
    vertical-align: top;
    padding: 5px;
  }

  table.cool, table.form, table.list {
    border-collapse: collapse;
    margin: 0 0 var(--space-md);
    width: 100%;
  }

  table.cool tbody td {
    vertical-align: middle;
    border-top: solid 1px #fff;
    /*background-color: #ffe5d9;*/
    background-color: #ebf2f8;
  }

  table.cool tbody th {
    border-top: solid 1px #fff;
    /*background-color: #ffe5d9;*/
    background-color: #aecae1;
    text-align: left;
    font-size: smaller;
  }

  table.cool tbody tr.odd {
    background-color: #ffe5d9;
  }

  table.cool tbody tr.even {
    background-color: #ffdccc;
  }

  table.cool tbody tr.registration {
    border-bottom: 5px solid #aa5616;
  }

  table.cool tbody tr.registration td:last-child {
    border-bottom: none;
    background-color: #fff;
  }

  table.cool tbody.sectionHeading td {
    background-color: #fff;
    padding-top: 16px;
    font-size: 16px;
  }

  table.cool tbody.sectionFooter td {
    background-color: #ebf2f8;
    color: #333;
    font-weight: bold;
    padding: 5px;
    margin: 5px 0;
  }

  table.cool .colDivider {
    border-right: solid black 1px;
  }

  table.cool thead tr {
    border-top: 5px solid #e5e5e5;
  }

  table.cool thead th {
    /*	background-color:#aa5616;
      color: #fff;*/
    background-color: #0b4579;
    color: white;
    padding: 5px;
    margin: 5px 0;
    border: none;
  }

  table.cool tfoot th {
    background-color: #ebf2f8;
    border-color: #fff;
    color: #333;
    padding: 5px;
    margin: 5px 0;
    border: none;

  }

  table.cool thead th a {
    color: #fff;
  }

  table.cool th span a {
    color: #fff;
  }

  table.cool th, table.cool td {
    padding: 5px;
  }

  table.cool th a {
    color: #333;
  }

  table.cool tr.pager td {
    border: none;
  }

  table.cool tr.pager td {
    text-align: center;
  }

  /* only used in /secure/user/aml/checkResult.php */

  table.sml {
    width: 438px;
    border-collapse: collapse;
    margin: 0 10px 10px 10px;
  }

  /* only used once in /secure/user/aml/equifax_tnc.php */

  table.tnc td {
    vertical-align: top;
    padding: 0 0 10px 10px;
  }

  /* checks and checkHeading classes used in table at top of login menu (left side of page)
    similar style settings are in xbrl.css, but with different colours. */

  #amlMenuContent .checks {
    overflow: hidden;
    color: black;
    padding-bottom: var(--space-sm);
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);

    .checkHeading {
      color: black;
      font-weight: normal;
      font-size: 12px;
      text-align: center;
      border-bottom: 1px solid #95bcdb;
      padding: 0 0 var(--space-xs);
    }

    dl {
      color: #333;
      font-weight: bold;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0;

      .checkCount {
        display: flex;
        gap: var(--space-xs);
        padding: 0 var(--space-sm);

        dd {
          margin: 0;
        }
      }
    }
  }

  /* secure/user/aml/snvUsage.php */

  table.cool tbody tr.total {
    border-top: solid 4px #fff;
  }

  /* used in aml/snvUsage.php only */

  .number {
    text-align: right !important;
  }

  .numberRemain {
    text-align: right;
    font-weight: bold;
  }

  #amlMenu {
    background: #cbe2f5;
    color: #111;
  }

  #amlMenuContent {
    padding: var(--space-sm);
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
  }

  #amlMenu p {
    font-size: 14px;
    padding-bottom: var(--space-xs);
    margin: 0;
  }

  #amlMenu h2 {
    background: #0d518e;
    color: white;
    padding: 10px 10px;
    font-size: 18px;
    text-align: center;
    margin: 0;
  }

  .amlToolbar {
    display: flex;
    padding: var(--space-md) 0;
    justify-content: end;
    gap: var(--space-md);
  }

  .amlButton {
    background-color: #2190d9;
    background-image: none !important;
    text-align: left;
    font-size: 14px;
    color: white;
    padding: var(--button-primary-padding);
    text-decoration: none;
    display: inline-block;
    border: none;
  }

  .amlButton:hover {
    background-color: #0c67a3;
    color: white;
    text-decoration: none;
  }

  .amlButton:visited {
    color: white;
  }

  .right_info li {
    list-style-image: url(/images/tickFeaturesAml.png);
  }

  #minimumSpec li {
    list-style-image: url(/images/squareBulletAML.gif);
  }

  @media print {
    .noPrint, #nav, #sidebar, #clearheader, .more-help-section, #footer {
      display: none;
    }

    #centrecontent, #content {
      width: auto;
      float: none;
    }

    #content {
      border: none;
      padding: 0;
      background: transparent;
    }

    #wrapper {
      position: static;
      width: auto;
    }

    body {
      background: none;
    }

    #header {
      position: static;
      width: auto;
      height: auto;
    }

    table.cool, table.form, table.list {
      width: auto;
    }

    table.cool thead tr {
      border: none;
    }

    table.cool thead th,
    table.cool tbody th {
      color: gray;
    }

    table.cool thead th,
    table.cool tbody th,
    table.cool th,
    table.cool td {
      border: 1px solid #ccc;
    }
  }

  table.list tbody th {
    border-top: solid 1px #fff;
    background-color: #ebf2f8;;
    color: black;
    padding: 5px;
  }

  table.list tbody td {
    vertical-align: top;
    background-color: #ebf2f8;
    border-top: solid 1px #fff;
  }

  table.list tbody td h3 {
    background-color: #0b4579;
    color: white;
    text-transform: uppercase;
    margin-left: 0px;
    font-weight: bold;
    padding: 5px;
    border-top: 5px solid #e5e5e5;

  }

  h3.list {
    background-color: #0b4579;
    color: white;
    text-transform: uppercase;
    margin: 5px 10px 0px 10px;
    padding: 5px;
    width: 645px;
    font-weight: bold;
    border-top: 5px solid #e5e5e5;

  }

  span.list {
    margin: 5px 10px 0px 10px;
    padding: 5px;

  }

  table.sublist {
    color: black;
    padding: 5px;
    width: 100%
  }

  .error {
    color: var(--colour-danger);
  }
}
