/*#
@colors&{"titlesAccentColor":"#222222","labelsAccentColor":"#7b7a7a","linksAccentColor":"#e42025","backgroundAccentColor":"#f1f1f1","isDefault":false}&colors@
@info@STYLES BASKET SELECTIONS METADATA@info@
@name&styles_basket&name@
@aspects&wh-tree,accent-colors-selector,theme-fonts-arial,logo-favicon-selector,wh-footer-colors-links,wh-breadcrumb-separator-arrow,wh-left-toc-links-for-selection-black-foreground,wh-tiles-themes-titles-and-link-bg,wh-tree-themes-titles-links-label-colors,wh-menu-page-depth-one,wh-search-component-background-color-light&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: #222222;
}
*[class~='topic/shortdesc']:before {
  color: #7b7a7a;
}
*[class~='topic/xref'],
*[class~='topic/link'] {
  color: #e42025;
}
.related-links a,
.related-links a:visited {
  color: #e42025;
}
a,
a:hover,
a:visited {
  color: #e42025;
}
*[class~='topic/table'] th {
  background-color: #f1f1f1;
}
/*theme-fonts-arial*/
@page {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
}
.topictitle1,
.topictitle2,
*[class~='front-page/front-page-title'],
*[class~="toc/title"],
*[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: 'Arial', sans-serif;
  font-weight: bold;
}
*[class~="map/topicref"] {
  font-family: 'Arial', sans-serif;
}
.topictitle3,
.topictitle4,
.topictitle5,
.topictitle6 {
  font-family: 'Arial', sans-serif;
}
body {
  font-family: 'Arial', sans-serif;
}
/*wh-tree*/
/*wh-tiles-themes-titles-and-link-bg*/
.wh_tile {
  border-radius: 8px;
  background-color: #f1f1f1;
}
.wh_tile_title {
  text-align: center;
  font-size: 1.5em;
}
.wh_tile_title a {
  color: #e42025;
}
.wh_tile_shortdesc {
  margin-top: 1em;
  margin-bottom: 0.5em;
  text-align: center;
  color: #222222;
}
/*wh-tree-themes-titles-links-label-colors*/
.wh_main_page_toc {
  border: none;
  background-color: transparent;
}
.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: #222222;
  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(34, 34, 34, 0.1);
  color: #222222;
}
.wh_main_page_toc .topicref a,
.wh_main_page_toc .topicref a:visited {
  color: #e42025;
}
.wh_main_page_toc .wh_toc_shortdesc {
  color: #7b7a7a;
  font-weight: normal;
}
.wh_main_page_toc_accordion_header:before {
  color: #222222;
}
/*wh-breadcrumb-separator-arrow*/
.wh_breadcrumb li:not(:last-of-type):after {
  content: ' > ';
}
/*wh-left-toc-links-for-selection-black-foreground*/
.wh_publication_toc .title a {
  color: #000;
}
.wh_publication_toc .active > .topicref a {
  color: #e42025;
}
.wh_publication_toc .title a:hover {
  text-decoration: underline;
}
/*wh-menu-page-depth-one*/
/*wh-search-component-background-color-light*/
.wh_search_input {
  background-color: #ffffff;
}
/*wh-footer-colors-links*/
.footer-container,
.footer-container a {
  color: #e42025;
}

