/* SHARED - Print Color Palette */
@supports (-webkit-appearance:none) {
  .palette-primary-print {
    background : #FFFFFF;
  }
}
.palette-primary-print .footer,
.palette-primary-print .header,
.palette-primary-print .drawer,
.palette-primary-print .drawer .toc a.current,
.palette-primary-print .drawer .toc a:focus,
.palette-primary-print .drawer .toc a:hover,
.palette-primary-print .drawer .anchor a,
.palette-primary-print .article a.headerlink,
.palette-primary-print .article .headerlink
{
  display : none;
}
.palette-primary-print .article span.tag {
  background : #000000;
}
  @supports (-webkit-appearance:none) {
    .palette-primary-tbc {
      background : #FFFFFF;
    }
  }
  .palette-primary-tbc .footer,
  .palette-primary-tbc .header {
    background : #13161A;
  }
  .palette-primary-tbc .drawer .toc a.current,
  .palette-primary-tbc .drawer .toc a:focus,
  .palette-primary-tbc .drawer .toc a:hover {
    color : #09B2DE;
  }
  .palette-primary-tbc .drawer .anchor a {
    border-left : #09B2DE solid 2px;
  }
  .palette-primary-tbc .article a {
    color: #13161a;
    border-bottom: #09B2DE solid 1px;
    font-weight: 600;
  }
  .palette-accent-tbc .article a:focus,
  .palette-accent-tbc .article a:hover {
    color : #09B2DE;
  }
  .palette-primary-tbc .article h1 {
    color: #13161a;
  }
  .palette-primary-tbc .article h2,
  .palette-primary-tbc .article h3 {
    color: #313a42;
  }
  .palette-primary-tbc .article h5,
  .palette-primary-tbc .article h6 {
    color: #566068;
  }
  .palette-primary-tbc .article .headerlink {
    display: none;
  }
  .palette-primary-tbc .article table {
    border: #A5ACB2 1px solid;
  }
  .palette-primary-tbc .article table th {
    background :  #13161A;
    text-transform: uppercase;
  }
  .palette-primary-tbc .results .meta {
    background : #FFFFFF;
  }
  .palette-primary-tbc .pagination .direction {
    color: #09B2DE;
  }
  .palette-primary-tbc .article .admonition.note {
    background: rgba(9, 178, 222, 0.1);
    border-color: #09B2DE;
  }
  .palette-primary-tbc .article .admonition.warning {
    background: rgba(237, 90, 106, 0.1);
    border-color: #ED5A6A;
  }
  .palette-primary-tbc .article .admonition.info {
    background: rgba(255, 96, 28, 0.1);
    border-color: #FF601C;
  }
  .palette-primary-tbc .article .admonition.tip {
    background: rgba(166, 93, 228, 0.1);
    border-color: #A65DE4;
  }
  .palette-primary-tbc .article .admonition.link {
    background: rgba(196, 232, 105, 0.1);
    border-color: #C4E86B;
  }
  .palette-primary-tbc .wrapper a.lang-btn.active {
    color: black;
    border-bottom:  #09B2DE 3px solid;
}