/*
 * ==============================================
 * Skin for oXygen generated WebHelp.
 * ==============================================
 */

/* CSS Hack for Go To Top, 508 */
.goToTopLabel {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

/* Video Styling */

.ug-video {
    background-color: #ECF2F8;
    font-family: Inter;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
	left: 0px;
}
.video_container {
    text-align: center;
    font-family: Inter;
    background-color: #ECF2F8;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: -40px;
    margin-bottom: 15px;
	
}
.video_row {
    display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
	width: 100%;
	justify-content: space-between;
}
.video_title {
	color: #0062cc;
	padding-bottom: .5em;
	font-family: Inter;
}
/* Added 2022-08-24 to make 4 col video bar */
.col-sm-4 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%;
	max-width: 25%
}
/* Adding footer for privacy notice, terms of use */
/* 2022-10-20 */
/* Simplified CSS */

.csbsfooter {
    background: #1b354e;
    padding: 40px 0;
    font-family: OpenSans;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
	display: inline-block;
	text-align: left;
	position: absolute;
	left: 0px;
}
/*
.csbslogo {
	position: relative;
	left: 10px;
}
*/
.contact-info {
    font-size: 12px;
    line-height: 18px;
    color: rgba(255,255,255,.6);
    text-align: right;
    padding-bottom: 9px;
    margin-bottom: 0;
	margin-left: 50px;
    padding-top: 2px;
}
.csbs-contact-link {
	display: inline-block;
	/*margin-right: 50px;*/
	padding-right: 3px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255,255,255,.6);
    font-family: OpenSans;
    transition: all .3s ease-out;
	
}
/*
.csbs-contact-link-last {
	display: inline-block;
	margin-right: 0px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255,255,255,.6);
    font-family: 'OpenSans',sans-serif;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
*/

.csbs-contact-link::after {
	clear: both;
}

.csbsmenu {
    /*position: absolute;
    right: 50px;
    top: 55px; */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    margin-right: 0px;
    padding: 0 0 0.25em 1em;
    margin-left: 1em;
    list-style: none outside;
    text-align: right;
}

.csbsmenu::before {
    content: " ";
    display: table;
}
.csbsmenu::after {
    clear: both;
}
.csbsfooter-row {
    display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.col-csbsfooter-1 {
    flex-grow: 0;
    flex-shrink: 0;
	text-align: left;
}
.col-csbsfooter-2 {
    flex-grow: 0;
    flex-shrink: 1;
	flex-wrap: wrap;
	text-align: right;
}

/* END CSBS Footer styles */

/*
 * ------------------------------------------------------------------
 *  
 * Fonts.
 *  
 */
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100;
    src: url("resources/fonts/Inter-VariableFont_opsz_wght.ttf");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    src: url("resources/fonts/Inter-VariableFont_opsz_wght.ttf");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url("resources/fonts/Inter-VariableFont_opsz_wght.ttf");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url("resources/fonts/Inter-VariableFont_opsz_wght.ttf");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url("resources/fonts/Inter-VariableFont_opsz_wght.ttf");
}
@font-face {
    font-family: OpenSans;
    font-style: normal;
    font-weight: 100;
    src: url("resources/fonts/OpenSans-VariableFont_wdth_wght.ttf");
}
@font-face {
    font-family: OpenSans;
    font-style: normal;
    font-weight: 300;
    src: url("resources/fonts/OpenSans-VariableFont_wdth_wght.ttf");
}
@font-face {
    font-family: OpenSans;
    font-style: normal;
    font-weight: 400;
    src: url("resources/fonts/OpenSans-VariableFont_wdth_wght.ttf");
}
@font-face {
    font-family: OpenSans;
    font-style: normal;
    font-weight: 700;
    src: url("resources/fonts/OpenSans-VariableFont_wdth_wght.ttf");
}
@font-face {
    font-family: SourceCodePro;
    font-style: normal;
    font-weight: 400;
    src: url("resources/fonts/SourceCodePro-VariableFont_wght.ttf");
}

html, body {
    min-width:100%;
}

body{
    font-family: Inter;
}

    /*
     * ------------------------------------------------------------------
     *
     * Fight with bootstrap
     *
     */
.navbar-brand{
    height:auto;
}
.navbar {
    border:none;
    border-radius:0;
    margin:0;
}
.wh_header{
    background:none #ffffff;
    color: #000000;
}
a,
a:hover,
a:visited{
    color: #434470;
    font-weight: 550;
}
a:hover{
    text-decoration: none;
}
a.\-.topic\/xref.xref:hover {
    text-decoration: underline;
    font-weight: 550;
}

/*
 * ------------------------------------------------------------------
 *  
 * Publication titles
 *  
 */
 
 .wh_publication_title {
    display: inline-block;
    padding-left: 1.5em;
    font-weight: 700;
}
 .wh_publication_title > a{
     color:#000000;
     font-weight: 700;
}



/*
 * ------------------------------------------------------------------
 *  
 * Menu
 *  
 */
.wh_top_menu {
    text-transform: uppercase;
    margin: .4em 0;
    font-size: 0.9em;
    font-weight: normal;
}
.wh_top_menu a{
    color: #000000;
    line-height: 2em;
    font-weight: normal;
}
/* GE Added */
.wh_top_menu a:hover{
	color: #434470;
	text-decoration: underline;
}

/* NOTE: was #cccccc;
         Then #28a745; */
/* The submenus */
/* NOTE: 2024-12-11 changed from f3f4f6 to d2dfec */
.wh_top_menu ul ul {
    background-color: #e4ecf4;
}
/* NOTE: light green = #f2f3aa; */
/* NOTE: 2024-12-11 changed from e7e7e7 to e4ecf4 */
.wh_top_menu ul li:hover {
    background-color: #d2dfec;
}
.wh_top_menu ul ul li a:hover {
	background-color: #d2dfec;
    color: #434470;
	text-decoration: underline;
	font-weight: normal;
}
.wh_top_menu ul ul li {
    border-top-color: #7baacf;
    width: 270px;
    text-transform: capitalize;
}
.wh_top_menu ul ul li.has-children:after{
}

/*
 * ------------------------------------------------------------------
 *  
 * Link to the index.
 * 
 */
 .wh_indexterms_link a span{
    display:none;
}
/*.wh_indexterms_link a:before{
    color:#fff;
}*/

.wh_indexterms_link a:before{
    
}

/*
 * ------------------------------------------------------------------
 *  
 * Breadcrumb
 *  
 */
.wh_breadcrumb ol {
    color: #4a4a4a;
}
.wh_breadcrumb ol a {
    color:#434470;
    font-size: .9em;
    font-weight: normal;
}
.wh_breadcrumb ol .active {
    color: #434470;
}
.wh_breadcrumb ol a:hover {
    color: #d90e39;
    text-decoration: underline;
}

/*
 * ------------------------------------------------------------------
 *  
 * Tools and navigation
 * 
 */
.wh_tools{
    background-color: #ECF2F8;
    margin: 1em 0 2em;
}

.wh_print_link,
.wh_navigation_links,
.wh_navigation_links .navnext,
.wh_navigation_links .navprev{
}

.webhelp_expand_collapse_sections,
.wh_hide_highlight,
.wh_print_link button,
.wh_navigation_links a,
.wh_navigation_links a:hover,
.wh_navigation_links a:active,
.wh_navigation_links a:visited,
.wh_print_link a:before,
.wh_navigation_links a:before,
.wh_navigation_links a:hover:before,
.wh_navigation_links a:active:before,
.wh_navigation_links a:visited:before{
    color: #4a4a4a;
    text-decoration: none;
}


/*
 * ------------------------------------------------------------------
 *  
 * Tiles
 * 
 */
 /*GE change .wh_tile on tiles version of WH*/
/*.wh_tile {
    background-color: #ECF2F8;
    font-weight: 300;
}
*/
.wh_tile {
	background-color: #28a74521;
	font-weight: 300;
}

.wh_tile_shortdesc{
    margin-top:1em;
    text-align: center;
    color: #0D1A2B;
    font-size:1.1em;
}
.wh_tile_text:after{
    background: linear-gradient(to bottom, rgba(236, 242, 249, 0), rgba(236, 242, 249, 1) 75%);
}
.wh_tile_title{
    font-size:1.7em;
    text-align: center;
    text-decoration: none;
}
.wh_tile_title a{
    color: #3077be;
}
@media only screen and (max-width: 767px) {
    .wh_tile > div {
        height: auto;
    }
}

/* 
You can style some of the tiles in a special way. 
Example:
.wh_tiles *[data-id='getting_started']{
    background-color:gray;
}
*/


/*
 * ------------------------------------------------------------------
 *  
 * Search area
 * 
 */
.wh_search_input{
    display:block;
    margin:0;
    position:relative;
    background:#406C98;
    padding: 40px 0;
}

.wh_welcome:not(:empty){
    font-size: 2.9em;
    margin: 0 auto;
    font-family: Inter;
    padding: 0 0 0.5em 0;
    text-shadow: none;
    font-weight: 300;
}

.wh_main_page .wh_search_input{
    
    background:#406C98;

}
.wh_search_textfield{
    border: solid 1px #CCC;
    border-radius: 5px;
    padding: 0 .5em;
    position: relative;
    height: 2.8em;
}
.wh_search_button{
    border: solid 1px #CCC;
    border-radius: 0 5px 5px 0;
    padding: 0.6em 1em;
    color:#fff;
    background-color: #bc0c31;
    height: 2.8em;
}

/* Search autocomplete icons */
.search-autocomplete-proposal-type-history a,
.search-autocomplete-proposal-type-history a:hover,
.search-autocomplete-proposal-type-history a:visited,
.search-autocomplete-proposal-type-history a:active{
    text-decoration: none;
    color:inherit;
    font-size: 0.8em;
}
.ui-state-active .search-autocomplete-proposal-type-history a,
.ui-state-active .search-autocomplete-proposal-type-history a:hover,
.ui-state-active .search-autocomplete-proposal-type-history a:visited,
.ui-state-active .search-autocomplete-proposal-type-history a:active{
    color: #fff;
}

/* Active search page */
#wh-search-pagination > ul > li.active > a {
    background-color: #ecf2f8;
    color: #434470;
}

/*@media only screen and (max-width: 999px) {*/
    /*.wh_search_input:after{*/
        /*display:none;*/
    /*}*/

/*}*/
@media only screen and (max-width: 767px) {
    .wh_main_page .wh_search_input,
    .wh_search_input {
        padding: 3em 0;
    }
}


/*
 * ------------------------------------------------------------------
 *  
 * Publication TOC
 * 
 */
 /* GE Addition: 2024-11-19 */
 .wh_toc_shortdesc {
    color: #6b6b6b;
    font-size: .9em;
}
.wh_publication_toc{
    border-radius: 3px;
    padding: 1.5em .5em;
    background-color: #f3f4f6
}
.wh_publication_toc .active > .topicref a {
    color: #434470;
}
.wh_publication_toc div, .wh_publication_toc a, 
.wh_publication_toc a:visited, .wh_publication_toc a:hover {
    color: #4a4a4a;
    font-weight: 400;
    font-size: .95em;
}
.wh_publication_toc a:hover {
    text-decoration: underline;
}

.wh_publication_toc ul li, #wh_topic_toc ul li{
    margin-top: .7em;
}

@media only screen and (max-width: 767px) {
    .wh_publication_toc {
        border-radius: 0;
        padding: 1em 0.5em;
        margin-top: 10px;
        border: 1px solid #e0e0e0;
    }

    .wh_related_links,
    .wh_child_links,
    .wh_topic_content .related-links{
        border: 1px solid #e0e0e0;
    }
}

/* Publication TOC tooltip */
.wh_breadcrumb .topicref .wh-tooltip,
.wh-toc-tooltip {
    background-color: #434470;
    color: #fff;
    font-size: 1.1rem;
}

.wh_breadcrumb .topicref .wh-tooltip a,
.wh-toc-tooltip a {
    color: #fff;
    text-decoration: underline;
}

/* Tooltip arrow. */

[data-tooltip-position="left"] .topicref .wh-tooltip::before,
[data-tooltip-position="left"] .wh-toc-tooltip::before {
    border-left-color: #434470;
}

[data-tooltip-position="right"] .topicref .wh-tooltip::before,
[data-tooltip-position="right"] .wh-toc-tooltip::before {
    border-right-color: #434470;
}

[data-tooltip-position="bottom"] .topicref .wh-tooltip::before,
[data-tooltip-position="bottom"] .wh-toc-tooltip::before {
    border-bottom-color: #434470;
}

[data-tooltip-position="top"] .topicref .wh-tooltip::before,
[data-tooltip-position="top"] .wh-toc-tooltip::before {
    border-top-color: #434470;
}

/*
 * ------------------------------------------------------------------
 *
 * Footer
 * 
 */
 /* Removed text-align: center; 2022-10-18 GE */
.wh_footer{
    padding: 1em;
    position:relative;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    background: none #1b354e;
    margin-top: 2em;
}

.wh_footer a{
    color: #c6daea;
}

/*
 * ------------------------------------------------------------------
 *  
 * Topic content
 * 
 */
.wh_topic_content,.wh_content_area {
    color: #000000;
    line-height: 1.7em;
    margin-bottom: 80px;
}
.wh_main_page .wh_content_area {
    margin: 40px 0;
}
/* GE Added 2024-12-11 for front page tree nav links */
.wh_main_page_toc a, a:visited {
    font-size: 1.1em;
    color: #434470;
    font-weight: normal;
    text-decoration: none;
}
.wh_main_page_toc a:hover {
    font-size: 1.1em;
    color: #434470;
    font-weight: normal;
    text-decoration: underline;
}
.wh_topic_content .title.topictitle1 {
    font-size: 2em;
    line-height: 1.1em;
}

.topictitle3,
.topictitle4,
.topictitle5,
.topictitle6 {
    font-weight: 400;
}

.wh_related_links,
.wh_child_links,
.wh_topic_content .related-links{
    border-top: 1px solid #ccc;
    padding-top: 7px;
    margin-top: 0;
}

.wh_related_links .related-links,
.wh_topic_content .related-links{
    padding: .5em 1.5em ;
}

.wh_child_links {
    padding: 1.5em ;
}

.related-links strong{
    font-weight: 500;
}

.related-links a:hover {
    text-decoration: underline;
}

.related-links a,
.related-links a:visited {
    color: #434470;
    display:inline-block;
    font-weight: 700;
}



/*
 * ------------------------------------------------------------------
 *  
 * Search results.
 * 
 */
.searchresult {
    list-style: none;
}

.searchresult li a {
    color:#434470;
    font-weight: normal;
}
.search-breadcrumb li a:hover {
    text-decoration: underline;
    color: #d90e39;
}
.showSimilarPages:hover {
    color: #d90e39;
}
.searchresult li a.foundResult, a.foundResult:visited {
	font-weight: normal;
	color: #434470;
	text-decoration: none;
}

.searchresult li a.foundResult:hover {
	text-decoration: underline;
}
.searchresult .shortdesclink {
    margin: .3em .5em 0 0;
    font-size: .9em;
}
.wh_search_expression{
    font-weight:bold;
}
.search-shortdescription-highlight {
    font-weight: 700;
    background-color: #ffdf58;
}
.highlight {
    background-color: #ffdf58;
    color: #000;
}

/* Search relative path */
.searchresult li .relativePath a {
    color: #006621;
}
/* GE Added 2024-10-11 for accessibility contrast, formatting on Search Results page */
.searchresult .wh_missing_words {
    font-size: .8em;
}
.searchresult .wh_missing_word {
    color: #4a4a4a;
    text-decoration: line-through;
}

.wh_search_results_header_docs {
	font-size: 1em;
}

a.page-link, a.page-link:visited {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #434470;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative;
    text-decoration: none;
}
a.page-link:hover {
    color: #d90e39;
    text-decoration: underline;
}

/*--------- Search results breadcrumb ----------*/
.search-breadcrumb li a {
    background: #ECF2F8;
}
.search-breadcrumb li .title:before,
.search-breadcrumb li .title:after {
    border-color: #ECF2F8;
}
.search-breadcrumb li .title:before {
    border-left-color: transparent;
}
.search-breadcrumb li .title:after {
    border-color: transparent;
    border-left-color: #ECF2F8;
}


/*
 * ------------------------------------------------------------------
 *  
 * Index terms.
 * 
 */
.wh_index_terms span.wh_first_letter {
    color: #4879aa;
}
.wh_index_terms #indexList{
    padding:0;
}
a.wh_term_target, a.wh_term_target:visited {
    font-size: .8em;
    padding-left: 5px;
    vertical-align: super;
    color: #434470;
    text-decoration: none;
}
a.wh_term_target:hover {
    color: #d90e39;
}
.wh-letters li a {
    padding: 0 .3em;
    font-size: 1.1em;
    color: #434470;
    font-weight: 500;
    text-decoration: none;
}
.wh-letters li a:hover {
    color: #d90e39;
    text-decoration: underline;
}
/*
 * ------------------------------------------------------------------
 *  
 * Tree TOC for the main page.
 * 
 */
.wh_main_page_toc{
}


.wh_main_page_toc .expanded, .wh_main_page_toc .wh_main_page_toc_accordion_header:hover, .wh_main_page_toc>.wh_main_page_toc_entry:hover, .wh_main_page_toc_accordion_entries{
    background-color: #a8fcf2;
}

/**
 *
 * Styles used for RTL pages
 *
 */
html[dir='rtl'] .wh_top_menu ul li:hover > ul {
    max-width: 270px;
}