/*
 * ==============================================
 * Skin for oXygen generated WebHelp.
 * ==============================================
 */
/*
 * ------------------------------------------------------------------
 *  
 * Fonts.
 *  
 */
body {
    font-family: Questrial, sans-serif;

}


/* ------------------------------------------------------------------
 *
 * header layout.
 * DE224: WHR: Link under the search field is missing
 */

.wh_header_flex_container {
    display: grid;
    width: 100%;
    grid-template-columns: 85% 15%;
    grid-template-rows: 70px auto auto;
    grid-template-areas: 
    'title search'
 'title link'
 'toc toc'
}

.wh_topic_page > header > div > .wh_header_flex_container {
    display: grid;
    width: 100%;
    grid-template-columns: 85% 15%;
    grid-template-rows: auto auto;
    grid-template-areas: 
    'title search'
 'toc toc'
}

.wh_search_input {
    left: 0;
    grid-area: search;
    top: -1em;
}

/* DE224: WHR: Link under the search field is missing*/
.wh_main_page > header > .container-fluid > .wh_header_flex_container > .search_link {
    grid-area: link;
    text-align: left;
    vertical-align: text-top;

}
.wh_topic_page > header > .container-fluid > .wh_header_flex_container > .search_link {
    display: none;
}
/* .wh_topic_page > header > .container-fluid > .wh_header_flex_container > .wh_search_input {
    top: -1em;
} */

.wh_terms_page > header > .container-fluid > .wh_header_flex_container > .search_link {
    display: none;
}
/* .wh_terms_page > header > .container-fluid > .wh_header_flex_container > .wh_search_input {
    top: -1em;
} */

.wh_search_page > header > .container-fluid > .wh_header_flex_container > .search_link {
    display: none;
}
/* .wh_search_page > header > .container-fluid > .wh_header_flex_container > .wh_search_input {
    top: -1em; }*/

/*
/* This style was added to create a line break before specified phrases in the main title.  Stylesheet release 2.9.5 */
.mainbooktitle > .break::before {
    content: "\a";
    white-space: pre;

}

@media only screen and (max-width : 10px) {
    .wh_logo_and_publication_title {
        width: 50%;
    }
}

/* DE234:  Spacing irregularities with flexible TOCS in Webhelp */

@media only screen and (max-width : 767px) {
    .wh_main_page > header > .container-fluid > .wh_header_flex_container,
    .wh_search_page > header > .container-fluid > .wh_header_flex_container,
    .wh_terms_page > header > .container-fluid > .wh_header_flex_container,
    .wh_topic_page > header > .container-fluid > .wh_header_flex_container {
        display: grid;
        width: 100%;
        grid-template-columns: 35% 65%;
        grid-template-rows: auto auto auto;
        grid-template-areas: 
        'title title'
        'toc search'
    }

    .wh_logo_and_publication_title {
        width: 100%;
        order: 1;
    }

    .wh_toggle_button {
        position: relative;
        bottom: 0;
        order: 2;
    }

    .wh_top_menu li a {
        color: #ffffff;
    }
    .wh_top_menu li.active a {
        color: #0b6a9c;
    }
    .wh_top_menu li.active {
        background-color: #e3f0f7;
    }
    .wh_top_menu li.active > span a {
        background-color: #addff9;
    }
    .wh_toggle_button.navbar-toggle,
    .wh_toggle_button.navbar-toggle:focus {
        border: none;
        border-color: #0b6a9c;
        background-color: #e3f0f7;
    }
    .wh_toggle_button.navbar-toggle .icon-bar {
        background-color: #0b6a9c;
    }
    .wh_top_menu ul ul li {
        border: none;
    }

    /* US612: WHR: search bar overlaps the title when the webhelp is displayed on a very small screen */
    .search_link {
        display: none;
    }
    .ProdVersion {
        color: #0b6a9c;
        padding: .75em;
    }

    .wh_search_input {
        left: 0;
        grid-area: search;
        top: -1em;
    }
}


/** ------------------------------------------------------------------
 *  
 * Link to the index.*/


.wh_top_menu_and_indexterms_link {
    text-align: left;
    vertical-align: text-bottom;
    grid-area: toc;
}

.wh_indexterms_link a:before {
    color: #ffffff;
    font-size: 1.5em;
    text-align: left;

}

.wh_indexterms_link a span {
    display: none;
    text-align: left;
}


/*
 * ------------------------------------------------------------------
 *  
 * Class Header.
 * 
 */


.Class-C-Banner a:before {
    background: none repeat scroll 0 0 #fdee1d !important;
    overflow: hidden;
    text-align: center;
    /*width: 1349px;*/ /*Not Required*/
}
.Class-M-Banner a span {
    background: none repeat scroll 0 0 #cc0000 !important;
    overflow: hidden;
    text-align: center;
    /*width: 1349px;*/ /*Not Required*/
}

/* ------------------------------------------------------------------* 
 *  
 * Breadcrumb
 *  
 */
.wh_breadcrumb ol,
.wh_breadcrumb ol a {
    color: #9d9d9d;
}
.wh_breadcrumb ol .active,
.wh_breadcrumb ol .active a {
    color: #1ea7ef;
}
/*
 * ------------------------------------------------------------------
 *  
 * Tools and navigation
 * 
 */
.wh_tools {
    border: solid 1px #e3f0f7;
    background-color: #e3f0f7;
    margin: 1em;
    font-size: 1em;
}
.wh_print_link button,
.webhelp_expand_collapse_sections,
.wh_hide_highlight,
.oxy-icon-pdf-link,
.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: #9d9d9d;
    text-decoration: none;
}
.wh_right_tools {
    padding: 8px 15px;
}
/*
 * ------------------------------------------------------------------
 *  
 * Tiles
 * 
 */
.wh_tile_shortdesc {
    color: #1ea7ef;
    font-weight: 400;
    font-size: 1em;
    margin-top: 0.5em;
    text-align: justify;
}
.wh_tile_title {
    font-size: 1em;
    text-decoration: none;
    text-transform: none;
}
.wh_tile_title a {
    text-align: left;
    color: #0b6a9c !important;
    font-size: 1.4em;
    font-weight: 400;
}
@media only screen and (max-width : 767px) {
    .wh_tile > div {
        height: auto;
    }
}
/*
 * ------------------------------------------------------------------
 *
 * Tree TOC for the main page.
 *
 */
.wh_main_page_toc {
    border: none;
    background-color: #ffffff;
}
.wh_main_page_toc .topicref a {
    color: #0b6a9c;
}
.wh_main_page_toc .wh_main_page_toc_accordion_header:hover,
.wh_main_page_toc > .wh_main_page_toc_entry:hover {
    background-color: #e3f0f7;
    color: #0b6a9c;
}
.wh_main_page_toc_accordion_header:hover > .wh_toc_shortdesc,
.wh_main_page_toc > .wh_main_page_toc_entry:hover > .wh_toc_shortdesc {
    background-color: #e3f0f7;
    color: #0b6a9c;
}
.wh_main_page_toc .wh_main_page_toc_accordion_header:hover a,
.wh_main_page_toc > .wh_main_page_toc_entry:hover a {
    color: #0b6a9c;
}
.wh_main_page_toc_accordion_header:hover:before {
    color: #0b6a9c;
}
.wh_main_page_toc .wh_main_page_toc_accordion_header,
.wh_main_page_toc > .wh_main_page_toc_entry,
.wh_main_page_toc_accordion_entries {
    border-bottom: 1px solid #e3f0f7;
    background-color: #ffffff;
    text-align: left;
}
.wh_main_page_toc .wh_toc_shortdesc {
    color: #1ea7ef;
}
.wh_main_page_toc_accordion_header:before {
    color: #0b6a9c;
}
.wh_main_page_toc .expanded {
    border: none;
}

/*
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 {
    padding: 4em 0 4em 0;
    margin: 0;
    align-items: center;
    color: #0b6a9c;
    text-align: center;
    background-color: #0b6a9c;
    background-image: linear-gradient(#0b6a9c, transparent), url("resources/images/Clouds.png");
    background-position: center bottom;
    background-size: cover;
          }*/
.wh_main_page_search {
    height: 50vh;
    min-height: 20em;
    padding-top: 25vh;
}
.wh_main_page .wh_search_textfield,
.wh_main_page .wh_search_button {
    height: 2em;
    font-size: 2em;
    padding: 0 1em;
}
.wh_search_textfield,
.wh_search_button {
    border: solid 1px #e3f0f7;
    color: #0b6a9c;
    background-color: #ffffff;
    padding: 0 1em;
    height: 2em;
    font-size: 1.2em;
    line-height: 2em;
}
.wh_search_textfield {
    border-radius: 4px;
}
.wh_search_button {
    border-radius: 0 4px 4px 0 !important;
}
/* Search autocomplete */
.ui-menu-item {
    font-size: 1.2em;
    color: #0b6a9c;
}
/* Search relative path */
.searchresult li .relativePath a {
    color: #666666;
}
/* 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: #ffffff;
}
/* Active search page */
#wh-search-pagination > ul > li.active > a {
    background-color: #0b6a9c;
}
/* Do not allow the text to go beneath the search button  */
@media only screen and (min-width : 768px) {
    .wh_search_textfield {
        padding-right: 3em;
    }
}
.wh_search_button:after {
    color: #0b6a9c;
}
.wh_search_button:hover {
    background-color: #e3f0f7 /*rgba(255, 255, 255, 0.1)*/;
}
/* Search field placeholder */
::-webkit-input-placeholder {
    color: #0b6a9c;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #0b6a9c;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #0b6a9c;
}
:-ms-input-placeholder {
    color: #0b6a9c;
}
/* Change Autocomplete styles in Chrome */
:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
    border: 1px solid #e3f0f7;
    -webkit-text-fill-color: #0b6a9c;
    -webkit-box-shadow: none;
    transition: background-color 5000s ease-in-out 0s;
}
/*
 
/*
 * ==============================================
 * Skin for oXygen generated WebHelp.
 * ==============================================
 */
/*
/* ------------------------------------------------------------------
 *
 * header layout.
 * DE224: WHR: Link under the search field is missing
 */

.wh_header_flex_container {
    display: grid;
    width: 100%;
    grid-template-columns: 85% 15%;
    grid-template-rows: 70px auto auto;
    grid-template-areas: 
    'title search'
 'title link'
 'toc toc'
}

.wh_topic_page > header > div > .wh_header_flex_container {
    display: grid;
    width: 100%;
    grid-template-columns: 85% 15%;
    grid-template-rows: auto auto;
    grid-template-areas: 
    'title search'
 'toc toc'
}



/* DE224: WHR: Link under the search field is missing
.wh_main_page > header > .container-fluid > .wh_header_flex_container > .search_link {
    grid-area: link;
    text-align: left;
    vertical-align: text-top;

}
.wh_topic_page > header > .container-fluid > .wh_header_flex_container > .search_link {
    display: none;
}
.wh_topic_page > header > .container-fluid > .wh_header_flex_container > .wh_search_input {
    top: -1em;
}

.wh_terms_page > header > .container-fluid > .wh_header_flex_container > .search_link {
    display: none;
}
.wh_terms_page > header > .container-fluid > .wh_header_flex_container > .wh_search_input {
    top: -1em;
}

.wh_search_page > header > .container-fluid > .wh_header_flex_container > .search_link {
    display: none;
}
.wh_search_page > header > .container-fluid > .wh_header_flex_container > .wh_search_input {
    top: -1em;
}
*/
/*
 * ------------------------------------------------------------------
 *  
 * Fight with bootstrap
 *  
 */
.navbar-brand {
    height: auto;
}
.navbar {
    background-image: none;
    border: none;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
}
.wh_header {
    background-color: #0b6a9c;
    width: 100%;
}
.wh_expand_btn:before {
    margin-left: 15px;
}
a,
a:hover,
a:visited {
    color: #1ea7ef;
}
a:hover {
    text-decoration: none;
}
/*
 * ------------------------------------------------------------------
 *  
 * Publication titles
 * DE224: WHR: Link under the search field is missing
 */


.wh_logo_and_publication_title_container {
    padding-top: 1em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: left;
    left: 0;
    grid-area: title;
}

.wh_logo_and_publication_title {
    float: left;
    display: flex;
    width: 65%;

}

.wh_logo {
    float: left;
    flex-grow: 1;
    max-width: 5em;
    margin: auto;
}

.wh_publication_title {
    flex-grow: 20;
    text-align: left;
    float: left;
}

.wh_publication_title > a {
    /* 
    *  DE234:  moved from ge.css
    *  color: #ffffff;
    text-transform: none;
    font-weight: normal;
    line-height: 1em;
    font-size: 1.7em; */
    color: #005EB8;
    /* US573 add Arial to webhelp */
    font-family: "GE Inspira Sans", Arial, sans-serif;
    font-size: 1.85em;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;

}
.booktitle {
    text-align: left;
}
/* This style was added to create a line break before specified phrases in the main title.  Stylesheet release 2.9.5 */
.mainbooktitle > .break::before {
    content: "\a";
    white-space: pre;

}

/*
 * ------------------------------------------------------------------
 *  
 * Menu
 *  
 */
.wh_top_menu {
    font-size: 1em;
    margin: .4em 0;
    text-align: left;

}
/*.wh_top_menu ul {
  background-color: @menuBgr;
}*/
.wh_top_menu ul a {
    color: #ffffff;
}
/* The submenus */
.wh_top_menu ul ul {
    background-color: #e3f0f7;
}

.wh_top_menu > ul > li > .topicref > a {
    background-color: #3b87af;
    margin: 0 2px;
    border-radius: 4px 4px 0 0;
}
.wh_top_menu > ul > li > ul {
    margin: 0 2px;
}
/* Menu bar */
.wh_top_menu ul li:hover a {
    background-color: #e3f0f7;
    color: #0b6a9c;
}
/* Sub menus */
.wh_top_menu ul ul li {
    border: none;
    background-color: #e3f0f7;
}
.wh_top_menu ul li:hover ul a {
    color: #777777;
    transition: background-color 0.25s ease-out 0s, color 0.3s ease-out 0s;
}
.wh_top_menu ul ul li a:hover {
    color: #0b6a9c;
    background-color: #addff9;
    transition: background-color 0.25s ease-in 0s, color 0.3s ease-in 0s;
}
.wh_top_menu ul ul li.has-children:after {
    color: #777777;
}


/*
 * ------------------------------------------------------------------
 *  
 * Class Header.
 * 
 */


.Class-C-Banner a:before {
    background: none repeat scroll 0 0 #fdee1d !important;
    overflow: hidden;
    text-align: center;
    /*width: 1349px;*/ /*Not Required*/
}
.Class-M-Banner a span {
    background: none repeat scroll 0 0 #cc0000 !important;
    overflow: hidden;
    text-align: center;
    /*width: 1349px;*/ /*Not Required*/
}

/* ------------------------------------------------------------------* 
 *  
 * Breadcrumb
 *  
 */
.wh_breadcrumb ol,
.wh_breadcrumb ol a {
    color: #9d9d9d;
}
.wh_breadcrumb ol .active,
.wh_breadcrumb ol .active a {
    color: #1ea7ef;
}
/*
 * ------------------------------------------------------------------
 *  
 * Tools and navigation
 * 
 */
.wh_tools {
    border: solid 1px #e3f0f7;
    background-color: #e3f0f7;
    margin: 1em;
    font-size: 1em;
}
.wh_print_link button,
.webhelp_expand_collapse_sections,
.wh_hide_highlight,
.oxy-icon-pdf-link,
.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: #9d9d9d;
    text-decoration: none;
}
.wh_right_tools {
    padding: 8px 15px;
}
/*
 * ------------------------------------------------------------------
 *  
 * Tiles
 * 
 */
.wh_tile_shortdesc {
    color: #1ea7ef;
    font-weight: 400;
    font-size: 1em;
    margin-top: 0.5em;
    text-align: justify;
}
.wh_tile_title {
    font-size: 1em;
    text-decoration: none;
    text-transform: none;
}
.wh_tile_title a {
    text-align: left;
    color: #0b6a9c !important;
    font-size: 1.4em;
    font-weight: 400;
}

/*
 * ------------------------------------------------------------------
 *
 * Tree TOC for the main page.
 *
 */
.wh_main_page_toc {
    border: none;
    background-color: #ffffff;
}
.wh_main_page_toc .topicref a {
    color: #0b6a9c;
}
.wh_main_page_toc .wh_main_page_toc_accordion_header:hover,
.wh_main_page_toc > .wh_main_page_toc_entry:hover {
    background-color: #e3f0f7;
    color: #0b6a9c;
}
.wh_main_page_toc_accordion_header:hover > .wh_toc_shortdesc,
.wh_main_page_toc > .wh_main_page_toc_entry:hover > .wh_toc_shortdesc {
    background-color: #e3f0f7;
    color: #0b6a9c;
}
.wh_main_page_toc .wh_main_page_toc_accordion_header:hover a,
.wh_main_page_toc > .wh_main_page_toc_entry:hover a {
    color: #0b6a9c;
}
.wh_main_page_toc_accordion_header:hover:before {
    color: #0b6a9c;
}
.wh_main_page_toc .wh_main_page_toc_accordion_header,
.wh_main_page_toc > .wh_main_page_toc_entry,
.wh_main_page_toc_accordion_entries {
    border-bottom: 1px solid #e3f0f7;
    background-color: #ffffff;
    text-align: left;
}
.wh_main_page_toc .wh_toc_shortdesc {
    color: #1ea7ef;
}
.wh_main_page_toc_accordion_header:before {
    color: #0b6a9c;
}
.wh_main_page_toc .expanded {
    border: none;
}

/*
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 {
    padding: 4em 0 4em 0;
    margin: 0;
    align-items: center;
    color: #0b6a9c;
    text-align: center;
    background-color: #0b6a9c;
    background-image: linear-gradient(#0b6a9c, transparent), url("resources/images/Clouds.png");
    background-position: center bottom;
    background-size: cover;
          }*/
.wh_main_page_search {
    height: 50vh;
    min-height: 20em;
    padding-top: 25vh;
}
.wh_main_page .wh_search_textfield,
.wh_main_page .wh_search_button {
    height: 2em;
    font-size: 2em;
    padding: 0 1em;
}
.wh_search_textfield,
.wh_search_button {
    border: solid 1px #e3f0f7;
    color: #0b6a9c;
    background-color: #ffffff;
    padding: 0 1em;
    height: 2em;
    font-size: 1.2em;
    line-height: 2em;
}
.wh_search_textfield {
    border-radius: 4px;
}
.wh_search_button {
    border-radius: 0 4px 4px 0 !important;
}
/* Search autocomplete */
.ui-menu-item {
    font-size: 1.2em;
    color: #0b6a9c;
}
/* Search relative path */
.searchresult li .relativePath a {
    color: #666666;
}
/* 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: #ffffff;
}
/* Active search page */
#wh-search-pagination > ul > li.active > a {
    background-color: #0b6a9c;
}
/* Do not allow the text to go beneath the search button  */
@media only screen and (min-width : 768px) {
    .wh_search_textfield {
        padding-right: 3em;
    }
}
.wh_search_button:after {
    color: #0b6a9c;
}
.wh_search_button:hover {
    background-color: #e3f0f7 /*rgba(255, 255, 255, 0.1)*/;
}
/* Search field placeholder */
::-webkit-input-placeholder {
    color: #0b6a9c;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #0b6a9c;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #0b6a9c;
}
:-ms-input-placeholder {
    color: #0b6a9c;
}
/* Change Autocomplete styles in Chrome */
:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
    border: 1px solid #e3f0f7;
    -webkit-text-fill-color: #0b6a9c;
    -webkit-box-shadow: none;
    transition: background-color 5000s ease-in-out 0s;
}
/*
 * ------------------------------------------------------------------
 *
 * Publication TOC
 *
 */
.wh_publication_toc {
    border: 1px solid #e3f0f7;
    background-color: #ffffff;
    line-height: 2em;
    width: 15em !important;
}
.wh_publication_toc > ul {
    padding-left: 2pt;
}
.wh_publication_toc .active > span {
    color: #0b6a9c;
    text-decoration: underline;
}
.wh_publication_toc span,
.wh_publication_toc a,
.wh_publication_toc a:visited {
    color: #0b6a9c;
    overflow-wrap: break-word;
    word-break: normal;
}

.wh_publication_toc a:hover,
.wh_topic_toc a:hover {
    text-decoration: underline;
    color: #1ea7ef;
}

@media only screen and (max-width : 767px) {
    .wh_publication_toc {
        padding: 1em;
        margin-left: 0;
        margin-top: 1em;
    }
}
/* Publication TOC tooltip */
.wh_breadcrumb .topicref .wh-tooltip,
.wh_publication_toc .topicref .wh-tooltip {
    background-color: #444444;
    color: #e3f0f7;
    /* DE234:  short description appares above other elements */
    z-index: 100;
}
.wh_breadcrumb .topicref .wh-tooltip a,
.wh_publication_toc .topicref .wh-tooltip a {
    color: #e3f0f7;
    text-decoration: underline;
}
/* Tooltip arrow. */
[data-tooltip-position = "left"] .topicref .wh-tooltip::before {
    border-left-color: #444444;
}
[data-tooltip-position = "right"] .topicref .wh-tooltip::before {
    border-right-color: #444444;
}
[data-tooltip-position = "bottom"] .topicref .wh-tooltip::before {
    border-bottom-color: #444444;
}
[data-tooltip-position = "top"] .topicref .wh-tooltip::before {
    border-top-color: #444444;
}

/* 
  *------------------------------------------------------------------
  * 
  * Content area
  * 
  */
/* US616: Allow users to minimize or hid the left navigation pane in Webhelp 
   DE234:  Spacing irregularities with flexible TOCS in Webhelp* 
 * */

.wh_topic_container,
.wh_tools {
    background-color: #ffffff;
}

#wh_tools {
    grid-area: footer;
    width: 100%;
}

#wh_topic_container .wh_content_area {
    grid-area: content;
    justify-content: left;
    width: 100%;
    vertical-align: top;
    background-color: transparent;
    display: grid;
    grid-template-areas: 
    'body'
 'footer';
}


#topic_body {
    grid-area: body;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    width: auto;
    gap: 1em;
}

#wh_publication_toc + #pub_toc_button {
    vertical-align: top;
    display: block;
    height: 1em;
    width: 1em;
    margin: 0;
    padding-left: 1em;
    position: fixed;
    order: 1;
    z-index: 5;
}

#pub_toc_button {
    display: none;
}
/*      */
#wh_publication_toc {
    z-index: 4;
    height: 100%;
    margin-left: 3em;
    order: 2;
    /* width: 20%; */
    flex-basis: auto;
    flex-shrink: 1;
    width: 15em;
}

/* DE234:  Spacing irregularities with flexible TOCS in Webhelp */


#wh_publication_toc > .show  + #wh_topic_body {
    width: 75%;
}

#wh_topic_body {
    float: left;
    flex-direction: row;
    flex-basis: auto;
    flex-grow: 4;
    flex-shrink: 3;
    flex-flow: row nowrap;
    order: 3;
    margin-right: 2em;
    margin-left: 2em;
    display: inline-flex;
    z-index: 1;
      width: 100%;
   /*
     *  max-width: 95%;
    min-width: 75%;
     */
}

#body_grid {
    display: grid;
    padding: 0;
    margin: 0;
    width: 100%;
    grid-template-rows: min-content;
    grid-template-areas: 
    'T-Body '
 'C-links '
 'R-links ';
}

.wh_topic_content {
    color: #444444;
    line-height: 1.7em;
    position: relative;
    left: 0;
    top: 0;
    flex-direction: row;
    flex-basis: auto;
    overflow: visible;
    overflow-wrap: normal;
    order: 1;
    width: 100%;
    min-width: 100%;
    max-height: min-content;
    grid-area: T-Body;
}

#wh_topic_toc {
    order: 2;
    float: right;
    top: 20px;
    height: fit-content;
    width: 280px;
    z-index: 4;
    position: sticky;
    grid-area: T-TOC;
    overflow-wrap: normal;
    overflow: auto;
}

.wh_topic_toc {
    float: right;
    vertical-align: top;
    display: inline-block;
    float: right;
    width: 100%;
    margin: 0;
    position: fixed;
    height: auto;
    width: 280px;
    overflow-wrap: normal;
}


.wh_topic_toc li {
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

#wh_topic_toc + #topic_toc_button {
    vertical-align: top;
    display: inline-block;
    position: fixed;
    height: 1em;
    width: 1em;
    margin: 0;
    padding-left: 2px;
    z-index: 5;
    right: 3em;
    grid-area: T-Button;
    order: 3;
    }

#topic_toc_button {
    display: none;
}


article > div {
    display: block;
    position: relative;
    left: 2%;
    width: 95%;
}

table {
    overflow: scroll;
    overflow-wrap: normal;
}

/*  Custom lists - content moved from GE.css for US616  */

div.topicMeta {
    /* grid-area: meta; */
    display: block;
    text-align: right;
    hyphens: none;
    width: 100%;

}

.topicMeta ul {
    list-style: none;
    font-size: 8pt;
    margin: 0 0 10px 10px;
    padding: 0
}

.topicMeta ul > li {
    padding-right: 6px;
    line-height: 1.25;
    margin-top: 3pt;
}

.metalabel {
    color: #005EB8;
    font-weight: bold;
}


#pub_toc_button button,
#topic_toc_button button {
    top: 1px;
    padding: 0;
    cursor: pointer;
    margin: 0;
    height: 12px;
    width: 12px;
    box-shadow: 2px 2px #005EB8;
}

#pub_toc_button button[aria-expanded = "false"] {
    background: url('img/Unpinned-ChapterTOC.png') 0em 0em no-repeat;
    background-size: 11px 11px;
}

#topic_toc_button button[aria-expanded = "false"] {
    background: url('img/Unpinned-TopicTOC.png') 0em 0em no-repeat;
    background-size: 11px 11px;
}

#pub_toc_button button[aria-expanded = "true"] {
    background: url('img/Pinned-ChapterTOC.png') 0em 0em no-repeat;
    background-size: 11px 11px;

}

#topic_toc_button button[aria-expanded = "true"] {
    background: url('img/Pinned-TopicTOC.png') 0em 0em no-repeat;
    background-size: 11px 11px;
}



/* @media only screen and (max-width : 767px) {
   *
   DE234:  Spacing irregularities with flexible TOCS in Webhelp - changed screen size to look better on laptops*/

@media only screen and (max-width : 850px) {

    #topic_body {
        min-width: fit-content;
    }

    #wh_topic_body {
        display: grid;
        grid-template: 
        'T-TOC'
        'T-Body'
    }

    /* DE234:  Added Body grid to fix issue with related links
    */
    
    #body_grid { grid-area: T-Body;
        width: 100%;
        overflow: auto;
        overflow-wrap: normal;
        }
    

    #wh_topic_toc {
        grid-area: T-TOC;
        height: fit-content;
        position: relative;
        width: 80%;
        height: fit-content;
        overflow: visible ;
        left: 1em;
    }

    .wh_topic_toc {
        position: relative !important;
        display:block;
        top: 20px;
        padding-bottom: 2em;
        float: left;
    }

    #wh_topic_toc + #topic_toc_button {
        display: block;
        height: 1em;
        margin: 0;
        padding: 1em;
        position: fixed;
        right: 3em;
        z-index: 5;
    }

    article > div {
        display: block;
        position: relative;
        left: 2%;
        padding-right: 2em;
    }

    #wh_publication_toc {
        display: none;
    }
    #wh_publication_toc + #pub_toc_button {
        display: none;
    }
    #pub_toc_button {
        display: none;
    }
}



/*
 * ------------------------------------------------------------------
 *
 * Footer
 *
 */
.wh_footer {
    background-color: #0b6a9c;
    background-size: cover;
    padding: 4em 0em;
    color: #ffffff;
    text-align: center;
    align-items: center;
    display: grid;
}

.wh_main_page > .wh_footer {
    grid-template-columns: 15% 85%;
    grid-template-areas: 
    'cemark custom'
 'cemark copyright'
 'cemark GUID'
}

.wh_topic_page .wh_terms_page .wh_search_page > .wh_footer {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
    'custom custom'
 'copyright copyright'
 'GUID GUID'
}
.wh_terms_page > .wh_footer {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
    'custom custom'
 'copyright copyright'
 'GUID GUID'
}
.wh_topic_page > .wh_footer {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
    'custom custom'
 'copyright copyright'
 'GUID GUID'
}
.wh_search_page > .wh_footer {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
    'custom custom'
 'copyright copyright'
 'GUID GUID'
}

@media only screen and (max-width : 620px) {
    .wh_main_page > .wh_footer {
        grid-template-columns: 30% 70%;
        grid-template-areas: 
        'cemark custom'
 'cemark copyright'
 'cemark GUID'
    }
    .wh_topic_page > .wh_footer {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
        'custom custom'
 'copyright copyright'
 'GUID GUID'
    }

    .wh_terms_page > .wh_footer {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
        'custom custom'
 'copyright copyright'
 'GUID GUID'
    }

    .wh_search_page > .wh_footer {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
        'custom custom'
 'copyright copyright'
 'GUID GUID'
    }
}

.wh_footer a {
    color: #1ea7ef;
}
.ftrcustom {
    grid-area: custom;
    text-align: center;
    align-items: center;
}
.copyright_info {
    grid-area: copyright;
    text-align: center;
    align-items: center;
}
.HomepageGUID {
    grid-area: GUID;
    text-align: center;
    align-items: center;
}
/* US613: Add CE mark to home page of WH-R	 */
.CEmark {
    grid-area: cemark;
    position: relative;
    height: 33px;
    vertical-align: top;
    text-align: right;
}

.CEmark > span {
    font-size: 75%;
    font-weight: bold;
    color: #000000;
    vertical-align: -1em;
    padding: 2px;
}
.wh_topic_page > .wh_footer > .CEmark {
    display: none;
}
.wh_search_page > .wh_footer > .CEmark {
    display: none;
}
.wh_terms_page > .wh_footer > .CEmark {
    display: none;
}
/*
 * ------------------------------------------------------------------
 *
 * Topic content
 *
 */

/*  US616 - remove padding: 1.5em; - changed background color*/
/* ---------------------------------   */
.wh_main_page .wh_content_area {
    background-color: #ffffff;
    padding: 4em 1.5em 2em 1.5em;
    color: #0b6a9c;
    text-align: center;
    align-items: center;
    font-size: 1em;
    margin-bottom: 2em;


}


/* Related links */
/*  US616/DE234 - Force related links to the bottom*/

.wh_related_links {
    width: 100%;
    grid-area: R-links;
}
.wh_child_links {
    width: 100%;
    grid-area: C-links;
    padding-right: 3em;
}


.wh_related_links .related-links,
.wh_topic_content .related-links,
.wh_child_links {
    margin: 1em 0 0 0;
    background-color: #ffffff;
    border: #e3f0f7 solid 1px;
    padding: 0 1em;
}
.wh_child_links {
    padding: 1em;
}
.wh_topic_content .related-links {
    font-size: .91em;
}
/*
 * ------------------------------------------------------------------
 *
 * Search results.
 *
 */
.wh_search_results {
    margin: 2em;
}

.searchresult {
    list-style: none;
}
.searchresult li {
    padding: .5em;
    list-style: none;
}
.searchresult li a {
    color: #1ea7ef;
}
.wh_search_expression {
    color: #0b6a9c;
}
.searchresult .shortdesclink {
    margin: .3em .5em 0 0;
}
.wh_search_expression {
    font-weight: bold;
}
/*--------- Search results breadcrumb ----------*/
.search-breadcrumb li a {
    background: #ffffff;
}
.search-breadcrumb li .title:before,
.search-breadcrumb li .title:after {
    border-color: #ffffff;
}
.search-breadcrumb li .title:before {
    border-left-color: transparent;
}
.search-breadcrumb li .title:after {
    border-color: transparent;
    border-left-color: #ffffff;
}
/* Highlights */
.highlight {
    background-color: #0b6a9c;
    color: #e3f0f7 !important;
    border-radius: 4px;
    padding: 0 1px;
}
.wh-h {
    padding: 0 1px;
}
/* Index terms */
.wh_term_group {
    border: 1px solid #e3f0f7;
    background-color: #e3f0f7;
    margin: 1em 0;
    padding: 1em;
}
.wh_term > span {
    color: #444444;
    font-style: italic;
}
.wh_index_terms span.wh_first_letter {
    color: #0b6a9c;
    border: none;
    font-size: 1.5em;
    margin: 0;
}
.wh_index_terms #indexList {
    padding: 0;
}
/* Search pre-loader */
.fakeTitle {
    background-color: #1ea7ef;
}
.fakeText {
    background-color: #444444;
}
.fakeText:before {
    background-color: #777777;
}


/* US601: users to apply shading to table rows  */

.thead > tr {
    background-color: #d9d9d9;
    color: #000000;
    border: #000000;
    z-index: 2;
}

.alt-row > tbody > tr:nth-child(even) {
    background-color: #EEEEEE;
}


.shade {
    background-color: #EEEEEE;
}

/* DE219: Inconsistency in table with links in WH-R */
.entry > p {
    margin-top: .5em;
}


/* US613: Add CE mark to home page of WH-R	 */
.CEmark {
    grid-area: cemark;
    position: relative;
    height: 33px;
    vertical-align: top;
    text-align: right;
}

.CEmark > span {
    font-size: 75%;
    font-weight: bold;
    color: #000000;
    vertical-align: -1em;
    padding: 2px;
}
.wh_topic_page > .wh_footer > .CEmark {
    display: none;
}
.wh_search_page > .wh_footer > .CEmark {
    display: none;
}
.wh_terms_page > .wh_footer > .CEmark {
    display: none;
}
/*
 * ------------------------------------------------------------------

/*
 * Title & subtitles
 */
.topictitle1 {
    color: #444444;
    font-weight: normal;
}
.topictitle2,
.topictitle3,
.topictitle4,
.topictitle5,
.topictitle6 {
    color: #525151;
}

.wh_expand_btn {
    left: -1em;
    margin-right: 3px;
    width: 2em;
}
/*
 * Other content
 */
.wh_topic_content .shortdesc {
    font-style: italic;
}

/*
 * ------------------------------------------------------------------
 *
 * Search results.
 *
 
.searchresult {
    list-style: none;
}
.searchresult li {
    padding: .5em;
}
.searchresult li a {
    color: #1ea7ef;
}
.wh_search_expression {
    color: #0b6a9c;
}
.searchresult .shortdesclink {
    margin: .3em .5em 0 0;
}
.wh_search_expression {
    font-weight: bold;
}*/
/*--------- Search results breadcrumb ----------
.search-breadcrumb li a {
    background: #ffffff;
}
.search-breadcrumb li .title:before,
.search-breadcrumb li .title:after {
    border-color: #ffffff;
}
.search-breadcrumb li .title:before {
    border-left-color: transparent;
}
.search-breadcrumb li .title:after {
    border-color: transparent;
    border-left-color: #ffffff;
}*/
/* Highlights */
.highlight {
    background-color: #0b6a9c;
    color: #e3f0f7 !important;
    border-radius: 4px;
    padding: 0 1px;
}
.wh-h {
    padding: 0 1px;
}
/* Index terms */
.wh_term_group {
    border: 1px solid #e3f0f7;
    background-color: #e3f0f7;
    margin: 1em 0;
    padding: 1em;
}
.wh_term > span {
    color: #444444;
    font-style: italic;
}
.wh_index_terms span.wh_first_letter {
    color: #0b6a9c;
    border: none;
    font-size: 1.5em;
    margin: 0;
}
.wh_index_terms #indexList {
    padding: 0;
}
/* Search pre-loader */
.fakeTitle {
    background-color: #1ea7ef;
}
.fakeText {
    background-color: #444444;
}
.fakeText:before {
    background-color: #777777;
}


/* US601: users to apply shading to table rows  

.thead > tr {
    background-color: #d9d9d9;
    color: #000000;
    border: #000000;
}

.alt-row > tbody > tr:nth-child(even) {
    background-color: #EEEEEE;
}


.shade {
    background-color: #EEEEEE;
}
*/
/* DE219: Inconsistency in table with links in WH-R 
.entry > p {
    margin-top: .5em;
}*/