/* @SearchColor: #ff9e16; */
/* Home page colors */
.wh_footer,
.wh_header {
  background-color: black !important;
}
/* link to legal page */
.wh_footer a {
  color: #5185cb;
}
.wh_main_page .wh_footer {
	margin-top: 0;
}

.wh_main_page .wh_search_input {  
background: #000000;
  background-image: url(../images/Banner_SC-SaaS-Full-Background.jpg); /* fallback */
      background-repeat: no-repeat;
    background-position: center;
    background-size: auto 113%;	
}
.wh_topic_page .wh_search_input,
.wh_search_input {  
background: #000000 !important;
  background-image: url(../images/Banner_SC-SaaS-Section-Background.jpg)!important; /* fallback */
  background-repeat: no-repeat !important;
    background-position: left !important;
}
.wh_search_button {
  background-color: #2c092e;
}
.wh_tile,
.wh_tools {
  background-color: #f0f0f0;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.3);
}
.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;
  
  border-radius: 4px;
}
.wh_tiles {
  justify-content: space-evenly;
}
.wh_content_area {
  min-height: 300px;
}
.wh_logo.d-none.d-sm-block img {
    height: 100%;
}
.wh_logo_and_publication_title a {
    height: 65px;
}
/* aligning tables to the color palette*/
.thead th {
    background-color: black;
	color: white;
}
.table thead {
    border-bottom: #000000 2px solid;
}
.subheading {
    background-color: #ccc;
}
.table > tbody > tr > td {
    border-color: #ccc;
}
@media (max-width: 1465px) {
    #wh_publication_toc:hover + #wh_topic_body {
        filter: blur(0); 
		opacity: 0.75;		
    }
}
@media only screen and (max-width : 767px) {
    .wh_header .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
	.wh_logo.d-none.d-sm-block img {
        width: 250px;
    }
    .wh_logo_and_publication_title a img {
        height: initial;
    }
    #wh_menu_mobile_button {
        margin-right: 6px;
    }
}