/* Home page colors */
.wh_footer,
.wh_header {
  background-color: #212529;
}
/* link to legal page */
.wh_footer a {
  color: #0085c1;
}
/* hover of nav menu items */
.wh_top_menu ul li:hover > span > span > a {
  color: #0085c1;
}
.wh_logo_and_publication_title a {
  width: 281px;
}
.webhelp_download_full_guide_link:hover svg,
.language-selector-container:hover .language-selector-globe svg,
.language-selector-container:hover .language-selector-globe span {
  fill: #0085c1;
  color: #0085c1;
}
.wh_search_input,
.wh_main_page .wh_search_input {
  background-color: #716e6a;
  /*    background: url(file:/C:/SVN/genetec-publishing/transform-templates/cr_template/resources/images/cr_gray.png) right no-repeat #716E6A;*/
}
.wh_search_button {
  background-color: #ff9e16;
}
.wh_tile,
.wh_tools {
  background-color: #f0f0f0;
}
.wh_tile_title a,
.home-object-title,
.searchresult li a {
  color: #212529;
}
.carousel-indicators > li {
  background-color: #f0f0f0;
}
.carousel-indicators .active {
  background-color: #716e6a;
}
.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: #716e6a;
}
.wh_topic_content .date-tooltip::before {
  border-color: transparent transparent #716e6a transparent;
}
[data-tooltip-position="bottom"] .topicref .wh-tooltip::before {
  border-bottom-color: #716e6a;
}
[data-tooltip-position="right"] .topicref .wh-tooltip::before {
  border-right-color: #716e6a;
}
[data-title] .link-tooltip {
  background-color: #716e6a;
}
/* For the arrow of the tooltip*/
[data-title]:after {
  border-color: transparent transparent #716e6a transparent;
}
/* footer tooltip */
.footer-copyright .oxyFooter:after {
  border-color: #716e6a transparent transparent transparent;
}
a:hover {
  color: #0085c1 !important;
}
a:hover .keyword,
a:hover .ph {
  color: #0085c1;
}
