@import url('https://fonts.googleapis.com/css?family=Roboto:regular,italic,bold&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:regular,italic,bold&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap');
/*#
@colors&{"titlesAccentColor":"#1c1c59","labelsAccentColor":"#007884","linksAccentColor":"#1c1c59","backgroundAccentColor":"#d0d4e1","isDefault":true}&colors@
@info@STYLES BASKET SELECTIONS METADATA@info@
@name&styles_basket&name@
@aspects&wh-tiles,accent-colors-selector,theme-fonts-roboto-open-sans,content-font-size-12,titles-borders-underlined,footnotes-style-underline,footnotes-separator-dashed,code-font-roboto-mono,code-colors-theme-xcode-inspired,table-style-bottom-border,unordered-list-bullet-size-bigger,ordered-list-counter-nested,page-size-a4,page-margin-0-25,toc-numbering-deep-chapter-scope-no-page-reset,sections-included,left-pages-header-part-chapter-title,right-pages-header-part-chapter-title,header-colors-default-background,left-pages-footer-page,right-pages-footer-page,wh-tiles-themes-titles-colors-with-border-and-bg,wh-breadcrumb-style-bold-selection,wh-breadcrumb-links,wh-breadcrumb-separator-arrow,wh-right-toc-style-bar-selection,wh-left-toc-thin-right-full-border,wh-left-toc-underline-first-level,wh-menu-page-depth-one,wh-search-component-colors-titles,wh-search-component-padding-extra-small,wh-search-component-borders-color-titles,wh-footer-colors-titles&aspects@
@info@WARNING: PLEASE DON'T MODIFY THIS FILE. MODIFICATION CAN CAUSE UPLOADING ERRORS@info@
#*/
/* Bold selection in Publication TOC. WebHelp only. */
@media screen {
  .wh_publication_toc .active > .topicref a {
    font-weight: bold;
  }
}
/*accent-colors-selector*/
.topictitle1,
.topictitle2,
.topictitle3,
.topictitle4,
.topictitle5,
.topictitle6,
*[class~='front-page/front-page-title'],
*[class~="toc/title"],
*[class~="placeholder/figurelist"] > *[class~="topic/title"],
*[class~="placeholder/tablelist"] > *[class~="topic/title"],
*[class~="index/groups"]::before {
  color: #1c1c59;
}
*[class~='topic/shortdesc']:before {
  color: #007884;
}
*[class~='topic/xref'],
*[class~='topic/link'] {
  color: #1c1c59;
}
.related-links a,
.related-links a:visited {
  color: #1c1c59;
}
a,
a:hover,
a:visited {
  color: #1c1c59;
}
*[class~='topic/table'] th {
  background-color: #d0d4e1;
}
/*theme-fonts-roboto-open-sans*/
@page {
  font-family: 'Roboto', sans-serif;
}
.topictitle1,
.topictitle2,
.topictitle3,
.topictitle4,
.topictitle5,
.topictitle6,
*[class~='front-page/front-page-title'],
*[class~="toc/title"],
*[class~="map/topicref"],
*[class~='topic/title'],
*[class~='topic/thead'],
*[class~="placeholder/figurelist"],
*[class~="placeholder/tablelist"],
*[class~="index/groups"]::before,
*[class~="index/group"] > *[class~="index/label"],
.wh_publication_title,
.wh_top_menu,
.wh_tile_title .topicref,
.wh_main_page_toc_entry .topicref,
.wh_index_terms span.wh_first_letter,
.wh-letters li a {
  font-family: 'Roboto', sans-serif;
}
body {
  font-family: 'Open Sans', sans-serif;
}
/*content-font-size-12*/
body {
  font-size: 12pt;
}
/*titles-borders-underlined*/
.topictitle1,
.topictitle2:not(*[class ~= "glossentry/glossterm"]),
*[class~="toc/title"],
*[class~="placeholder/figurelist"] > *[class~="topic/title"],
*[class~="placeholder/tablelist"] > *[class~="topic/title"],
*[class~="index/groups"]::before {
  border-bottom: 1px solid;
  padding-bottom: 0.25em;
}
/*footnotes-style-underline*/
@media print {
  *[class~="topic/fn"]::footnote-call,
  *[class~="topic/fn"]::footnote-marker {
    content: counter(footnote);
    text-decoration: underline;
  }
}
*[class~="topic/fn"]::footnote-call,
*[class~="topic/fn"]::footnote-marker,
*[class~="topic/fn-call"] {
  font-size: 83%;
  line-height: 0;
}
*[class~="topic/fn-call"] > sup,
*[class~="topic/fn"] sup {
  text-decoration: underline;
}
/*footnotes-separator-dashed*/
@media print {
  @page {
    @footnote {
      content: leader("-");
    }
  }
}
@media screen {
  *[class~="topic/body"] + *[class~="topic/fn"] {
    border-top: 1px dashed black;
  }
}
/*code-font-roboto-mono*/
*[class~='pr-d/codeblock'],
*[class~='codeblock'],
*[class~='pr-d/codeph'],
*[class~='codeph'] {
  font-family: 'Roboto Mono', monospace;
}
/*code-colors-theme-xcode-inspired*/
*[class~='codeblock'] {
  color: #000000;
  background-color: #FFFFFF;
}
*[class~='hl-keyword'] {
  color: #B309A1;
}
*[class~='hl-string'] {
  color: #C81B28;
}
*[class~='hl-tag-doctype-comment'],
*[class~='hl-comment'] {
  color: #1D8711;
}
*[class~='hl-number'] {
  color: #340DD4;
}
/*table-style-bottom-border*/
*[class~='topic/entry'],
*[class~='topic/stentry'] {
  border: 0;
  border-bottom: thin solid;
}
/*unordered-list-bullet-size-bigger*/
*[class="- topic/ul ul"] > *[class="- topic/li li"]::marker,
*[class="- topic/ul ul"] > *[class="- topic/li li"]::before {
  font-size: 1.3em;
}

/*page-size-a4*/
@media print {
  @page {
    size: A4;
  }
}
/*page-margin-0-25*/
@media print {
  @page {
    margin: 0.25in;
  }
}
/*toc-numbering-deep-chapter-scope-no-page-reset*/
/*sections-included*/
/*left-pages-header-part-chapter-title*/
@page :left {
  @top-left {
    content: string(parttitle-no-prefix) " | " string(chaptertitle-no-prefix);
  }
}
/*right-pages-header-part-chapter-title*/
@page :right {
  @top-right {
    content: string(parttitle-no-prefix) " | " string(chaptertitle-no-prefix);
  }
}

/*left-pages-footer-page*/
@page :left {
  @bottom-left {
    content: "Page " counter(page);
  }
}
/*right-pages-footer-page*/
@page :right {
  @bottom-right {
    content: "Page " counter(page);
  }
}
/*wh-tiles*/
/*wh-tiles-themes-titles-colors-with-border-and-bg*/
.wh_tile {
  border-radius: 8px;
  background-color: rgba(208, 212, 225, 0.2);
  border: 0.2em solid #d0d4e1;
}
.wh_tile_title {
  font-size: 1.2em;
  text-align: center;
  font-weight: 700;
}
.wh_tile_title span {
  display: block;
  width: 100%;
}
.wh_tile_title a {
  display: block;
  width: 100%;
  color: #FFFFFF;
}
.wh_tile_title a:visited {
  color: #FFFFFF;
}
.wh_tile_shortdesc {
  margin-top: 0.5em;
  text-align: center;
  color: #FFFFFF;
}
/*wh-breadcrumb-style-bold-selection*/
.wh_breadcrumb ol .active a {
  font-weight: bold;
}
/*wh-breadcrumb-links*/
.wh_breadcrumb ol a {
  color: #1c1c59;
}
/*wh-breadcrumb-separator-arrow*/
.wh_breadcrumb li:not(:last-of-type):after {
  content: ' > ';
}
/*wh-left-toc-underline-first-level*/
.wh_publication_toc > ul > li > .topicref {
  border-bottom: none;
}
/*wh-left-toc-thin-right-full-border*/
#wh_publication_toc {
  border-right:none;
}
/*wh-right-toc-style-bar-selection*/
.wh_topic_toc .section-item .section-title a {
  border-left: 3px solid transparent;
  padding-left: 5px;
}
.wh_topic_toc .section-item .section-title a:hover {
  border-left: 3px solid #C0C0C0;
}
.wh_topic_toc .section-item .section-title .current_node {
  border-left: 3px solid #A9A9A9;
  text-decoration: none;
}
/*wh-menu-page-depth-one*/
/*wh-search-component-colors-titles*/
.wh_search_button {
  background-color: #1c1c59;
}
/*wh-search-component-padding-extra-small*/
.wh_search_input {
  padding: 20px 0;
}
/*wh-search-component-borders-color-titles*/
.wh_search_textfield,
.wh_search_button {
  border-color: #1c1c59;
}
/*wh-footer-colors-titles*/
.footer-container,
.footer-container a {
  color: #1c1c59;
}

