@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');
/*#
@info@STYLES BASKET SELECTIONS METADATA@info@
@name&styles_basket&name@
@aspects&wh-tree,wh-tree-themes-titles-links-label-colors-with-bg,accent-colors-selector,wh-search-component-background-color-dark,wh-breadcrumb-colors-white-on-black,wh-search-component-colors-black,wh-menu-page-colors-white-color-black-bg,theme-fonts-roboto-open-sans,wh-search-component-padding-extra-small,wh-search-component-borders-color-white,logo-favicon-selector&aspects@
@info@WARNING: PLEASE DON'T MODIFY THIS FILE. MODIFICATION CAN CAUSE UPLOADING ERRORS@info@
@info@TIP: YOU CAN USE custom.css TO ADD CUSTOM SELECTORS.@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: #000000;
}
*[class~='topic/shortdesc']:before {
  color: #000000;
}
*[class~='topic/xref'],
*[class~='topic/link'] {
  color: #0000ee;
}
.related-links a,
.related-links a:visited {
  color: #0000ee;
}
a,
a:hover,
a:visited {
  color: #0000ee;
}
*[class~='topic/table'] th {
  background-color: #ffffff;
}
/*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;
}
/*wh-tree*/
/*wh-tree-themes-titles-links-label-colors-with-bg*/
.wh_main_page_toc {
  border: none;
  background-color: #ffffff;
}
.wh_main_page_toc .wh_main_page_toc_accordion_header,
.wh_main_page_toc > .wh_main_page_toc_entry,
.wh_main_page_toc_accordion_entries {
  border-bottom: #000000;
  background-color: transparent;
  text-align: left;
}
.wh_main_page_toc .wh_main_page_toc_accordion_header:hover,
.wh_main_page_toc > .wh_main_page_toc_entry:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #000000;
}
.wh_main_page_toc .topicref a,
.wh_main_page_toc .topicref a:visited {
  color: #0000ee;
}
.wh_main_page_toc .wh_toc_shortdesc {
  color: #000000;
  font-weight: normal;
}
.wh_main_page_toc_accordion_header:before {
  color: #000000;
}
/*wh-breadcrumb-colors-white-on-black*/
.wh_tools {
  background-color: #000;
}
.wh_breadcrumb ol a {
  color: #fff;
}
.wh_breadcrumb li:not(:last-of-type)::after {
  color: #fff;
}
/*wh-menu-page-colors-white-color-black-bg*/
.wh_header {
  background-color: #000;
}
.wh_top_menu > ul > li a,
.wh_indexterms_link a::before {
  color: #fff;
}
.wh_indexterms_link a span {
  display: none;
}
.wh_top_menu ul li:hover {
  background-color: #404040;
}
.wh_top_menu ul ul {
  background-color: #404040;
}
.wh_top_menu ul ul li {
  border-top-color: #000;
}
.wh_top_menu ul ul li a:hover {
  background: #000;
}
/*wh-search-component-colors-black*/
.wh_search_button {
  background-color: #000000;
}
/*wh-search-component-background-color-dark*/
.wh_search_input {
  background-color: #cccccc;
}
/*wh-search-component-padding-extra-small*/
.wh_search_input {
  padding: 20px 0;
}
/*wh-search-component-borders-color-white*/
.wh_search_textfield,
.wh_search_button {
  border-color: #ffffff;
}

