@import url("https://fonts.googleapis.com/css?family=Questrial:300,400,700");
/*
 * ==============================================
 * 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'
        }  

/* US612: WHR: search bar overlaps the title when the webhelp is displayed on a very small screen */
@media only screen and (max-width: 620px) {
header > div >.wh_header_flex_container{
   display: grid;
   width:100%;
   grid-template-columns: 50% 50%;
   grid-template-areas:
        'title title '
        'toc search';
    } 
.wh_topic_page > header > div > .wh_header_flex_container{
   display: grid;
   width:100%;
   grid-template-columns: 50% 50%;
   grid-template-areas:
        'title title '
        'toc search';
    }
.search_link{
    display: none;
    }
.wh_toggle_button{
    grid-area: toc;
    }
}

.ProdVersion {
    color: #0b6a9c;
    padding: .75em;
}

.wh_search_input {
    left: 0;
    grid-area: search;
    }

/* 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 {
    color: #ffffff;
    text-transform: none;
    font-weight: normal;
    line-height: 1em;
    font-size: 1.7em;
}
.booktitle {
    text-align: left;
    overflow-wrap: break-word;
}
/* 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%;
    }
}

/*
 * ------------------------------------------------------------------
 *  
 * 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;
    }

@media only screen and (max-width : 767px) {
    .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;
    }
}
/*
 * ------------------------------------------------------------------
 *  
 * 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;
}

@media only screen and (max-width : 767px) {
    .wh_indexterms_link a:before {
        bottom: 0;
    }
}
/*
 * ------------------------------------------------------------------
 *  
 * 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: 2em 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;
}
/* ---------------------------------   */
.wh_main_page .wh_content_area {
    background-color: #ffffff;
    padding: 4em 0 2em 0;
    color: #0b6a9c;
    text-align: center;
    align-items: center;
   
   
}
/*
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;
    padding: 1em;
    line-height: 2em;
}
.wh_publication_toc > ul {
    padding-left: 0;
}
.wh_publication_toc .active > span {
    color: #1ea7ef;
    text-decoration: underline;
}
.wh_publication_toc span,
.wh_publication_toc a,
.wh_publication_toc a:visited,
.wh_publication_toc a:hover {
    color: #1ea7ef;
}
.wh_publication_toc a:hover {
    text-decoration: underline;
}
@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;
}
.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;
}
/*
 * ------------------------------------------------------------------
 *
 * 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
 *
 */
.wh_content_area {
    background-color: #e3f0f7;
    padding: 1.5em;
    font-size: 1em;
    margin-bottom: 2em;
 
}
.wh_topic_content {
    color: #444444;
    line-height: 1.7em;
}
/*
 * Title & subtitles
 */
.topictitle1 {
    color: #444444;
    font-weight: normal;
}
.topictitle2,
.topictitle3,
.topictitle4,
.topictitle5,
.topictitle6 {
    color: #525151;
}
.wh_expand_btn {
    left: -1px;
}
/*
 * Other content
 */
.wh_topic_content .shortdesc {
    font-style: italic;
}
/* Related links */
.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.
 *
 */
.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;
}




