/* Home page colors */
.wh_footer,
.wh_header {
  background-color: #212529 !important;
}
/* 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;
}
.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: #1b365d;
  /*    background: url(file:/C:/SVN/genetec-publishing/transform-templates/sc_template/resources/images/sc_blue.png) right no-repeat #1B365D;*/
}
.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: #1b365d;
}
.wh_breadcrumb .topicref .wh-tooltip,
.wh_publication_toc .topicref .wh-tooltip,
.wh_topic_content .date-tooltip {
  background-color: #1b365d;
}
.wh_topic_content .date-tooltip::before {
  border-color: transparent transparent #1b365d transparent;
}
[data-tooltip-position="bottom"] .topicref .wh-tooltip::before {
  border-bottom-color: #1b365d;
}
[data-tooltip-position="right"] .topicref .wh-tooltip::before {
  border-right-color: #1b365d;
}
[data-title] .link-tooltip {
  background-color: #1b365d;
}
/* For the arrow of the tooltip*/
[data-title]:after {
  border-color: transparent transparent #1b365d transparent;
}
/* footer tooltip */
.footer-copyright .oxyFooter:after {
  border-color: #1b365d transparent transparent transparent;
}
a:hover {
  color: #0085c1 !important;
}
a:hover .keyword,
a:hover .ph {
  color: #0085c1;
}
