/* @SearchColor: #ff9e16; */
/* Home page colors */
.wh_footer,
.wh_header {
  background-color: black;
}
/* link to legal page */
.wh_footer a {
  color: #5185cb;
}
.wh_main_page .wh_search_input,
.wh_topic_page .wh_search_input,
.wh_search_input {
  background: url(../images/Pattern_Synergis-Cloud-Link.png) #000000;
  background-size: contain;
  background-repeat: no-repeat;
}
.wh_search_button {
  background-color: #bc204b;
}
.wh_tile,
.wh_tools {
  background-color: #f0f0f0;
}
.wh_tile_title a,
.home-object-title,
.searchresult li a {
  color: #212529;
}
.carousel-indicators > li {
  background-color: #75787b;
}
.carousel-indicators .active {
  background-color: #bc204b;
}
.wh_breadcrumb .topicref .wh-tooltip,
.wh_publication_toc .topicref .wh-tooltip,
.wh_topic_content .date-tooltip,
.wh_print_link .topicref .wh-tooltip,
.wh_collapse_expand .topicref .wh-tooltip {
  background-color: #75787b;
}
.wh_topic_content .date-tooltip::before {
  border-color: transparent transparent #75787b transparent;
}
[data-tooltip-position="bottom"] .topicref .wh-tooltip::before {
  border-bottom-color: #75787b;
}
[data-tooltip-position="right"] .topicref .wh-tooltip::before {
  border-right-color: #75787b;
}
[data-title] .link-tooltip {
  background-color: #75787b;
}
/* For the arrow of the tooltip*/
[data-title]:after {
  border-color: transparent transparent #75787b transparent;
}
/* footer tooltip */
.footer-copyright .oxyFooter:after {
  border-color: #75787b transparent transparent transparent;
}
a:hover {
  color: #5185cb !important;
}
a:hover .keyword,
a:hover .ph {
  color: #5185cb;
}
.webhelp_download_full_guide_link:hover svg,
.language-selector-container:hover .language-selector-globe svg,
.language-selector-container:hover .language-selector-globe span {
  fill: #5185cb;
  color: #5185cb;
}
.selectorButton-0-0-19,
#wh_menu_mobile_button {
  background-color: #2c3239;
}
.wh_tile {
  min-width: 330px;
  min-height: 190px;
  /* for the 2x2 columns when embedding the FAQ*/
  width: 45%;
}
.wh_tiles {
  justify-content: space-evenly;
}
.wh_content_area {
  min-height: 300px;
}
.wh_logo_and_publication_title a {
  width: 281px;
}
