/*
 * ==============================================
 * Skin for Ross Carbonite Webhelp.
 * ==============================================
 */

/*
 * ------------------------------------------------------------------
 * 
 * Colors
 * 
 * Dark rgb(69, 99, 135)
 * Light rgb(91, 123, 169)
 * 
 * New Colors:
 * Dark rgb(26,66,139)
 * Light rgb(209,217,232)
 * 
 */


/*
 * ------------------------------------------------------------------
 *  
 * Menu
 *  
 */
/* The submenus */
.wh_top_menu ul ul {
   background-color: rgb(26,66,139);
}
.wh_top_menu ul li:hover {
   background-color: rgb(26,66,139);
}
.wh_top_menu ul ul li a:hover {
   background: rgb(209,217,232);
   border-top-color: rgb(75, 84, 95);
}

/*
 * ------------------------------------------------------------------
 *  
 * Breadcrumb
 *  
 */
.wh_breadcrumb ol .active {
   color: rgb(26,66,139);
}

/*
 * ------------------------------------------------------------------
 *  
 * Tiles
 * 
 */
.wh_tile {
   background-color: rgb(26,66,139);
}
.wh_tile_text:after {
   background: linear-gradient(to bottom, rgba(69, 99, 135, 0), rgba(69, 99, 135, 1) 75%);
}

/*
 * ------------------------------------------------------------------
 *  
 * Publication TOC
 * 
 */
.wh_publication_toc {
   background-color: rgb(26,66,139);
}

/*
 * ------------------------------------------------------------------
 *  
 * Topic content
 * 
 */
.wh_topic_content .title.topictitle1,
.wh_topic_content .title.topictitle2,
.wh_topic_content .title.topictitle3,
.wh_topic_content .title.topictitle4,
.wh_topic_content .title.topictitle5,
.wh_topic_content .title.sectiontitle {
   color: rgb(209,217,232);
}
.wh_topic_content .related-links {
   background-color: rgb(26,66,139);
}
.wh_child_links {
   background-color: rgb(26,66,139);
}
.wh_topic_content .title.topictitle1.red-notice {
   color: darkred;
}
/*
 * ------------------------------------------------------------------
 *  
 * Search results.
 * 
 */
.searchresult li a,
.wh_search_expression {
   color: rgb(52, 110, 197);
}

/*
 * ------------------------------------------------------------------
 *  
 * Index terms.
 * 
 */
.wh_index_terms span.wh_first_letter {
   color: rgb(209,217,232);
}
.wh-letters {
   background-color: rgb(26,66,139);
}

/*
 * ------------------------------------------------------------------
 *  
 * Tree TOC for the main page.
 * 
 */
.wh_toc_shortdesc {
   color: #aaa;
}

.wh_main_page_toc {
}

/* Colors */
.wh_main_page_toc {
   border: 1px solid rgb(209,217,232);
   background-color: rgb(26,66,139);
}
.wh_main_page_toc .wh_main_page_toc_accordion_header,
.wh_main_page_toc > .wh_main_page_toc_entry {
   border-bottom: 1px solid rgb(209,217,232);
}
.wh_main_page_toc > .wh_main_page_toc_entry:last-child {
   border-bottom: none;
}
.wh_main_page_toc_accordion_entries {
   background-color: rgb(26,66,139);
   border-bottom: 1px solid rgb(209,217,232);
}
.wh_main_page_toc_accordion_entries:hover {
   background-color: rgb(26,66,139);
}
.wh_main_page_toc .expanded {
   border-bottom: 0;
   background-color: rgb(26,66,139);
}
.wh_main_page_toc .wh_main_page_toc_accordion_header:hover {
   background-color: rgb(209,217,232);
}
.wh_main_page_toc > .wh_main_page_toc_entry:hover {
   background-color: rgb(209,217,232);
}
.wh_main_page_toc a {
   color: #fff;
}

/**
 * Highlight color
 */
.highlight {
   background-color: #9E5000;
}
/* Set Scrollbar Color */
html::-webkit-scrollbar-thumb {
   background: rgb(26,66,139);
}