/*
 * ==============================================
 * Skin for oXygen generated WebHelp.
 * ==============================================
 */


/*
 * ------------------------------------------------------------------
 *  
 * Fonts.
 *  
 */
 
 
@font-face {
    font-family: Gilroy W05 Regular;
    src: url(resources/fonts/Gilroy/b261487c-2966-4089-8551-6555085406ad.woff2) format("woff2"),url(resources/fonts/Gilroy/bf190033-35ff-42cf-b90c-f5321a94a3df.woff) format("woff");
    font-display: swap
}

body{
	font-family: "Gilroy W05 Regular",Helvetica,Arial,sans-serif!important;
}


/*
 * ------------------------------------------------------------------
 *  
 * Fight with bootstrap
 *  
 */
.navbar-brand{
    height:auto;
}
.navbar {
    border:none;
	border-bottom: solid 1px #f2f2f3;
	box-shadow: 0 1px 3px rgb(173 173 173 / 15%);
    border-radius:0;
    margin:0;
	margin-bottom: 1.4em;
	background-color: white;
}
a,
a:hover,
a:visited{
    color: #272727;
}
a:hover{
    /*text-decoration: underline;*/
	color: #007171;
}
a.disabled {
    pointer-events: none;
    cursor: default;
  }

a.xref {
    color: #007171 !important;
}

a.xref:hover {
    color: #007171 !important;
    text-decoration: underline !important;
}

/*
 * ------------------------------------------------------------------
 *  
 * Publication titles
 *  
 */
 .wh_publication_title > a{
     /* font-size: 1.5em; */
	 padding-left: 3em;
	 color: #272727;
	 font-size: 1.4em;
	 font-weight: 200;
}

/*
 * ------------------------------------------------------------------
 *  
 * Menu
 *  
 */
.wh_top_menu {
    font-size: 1.1em;
	/*color: #0376B0;*/
	font-weight: 200;
    margin: .4em 0;
}

/* The submenus */
.wh_top_menu ul ul {
    background-color: #F6F7FA;
}
.wh_top_menu ul li:hover {
    background-color: #F6F7FA;
	/*text-decoration: underline;*/
}
.wh_top_menu ul ul li a:hover {
    background: #F6F7FA;
}
.wh_top_menu ul ul li {
    border-top-color: #e4e4e4;
}

/*
 * ------------------------------------------------------------------
 *  
 * Link to the index.
 * 
 */
 .wh_indexterms_link a span{
    display:none;
}

@media only screen and (max-width: 767px) {
    .wh_indexterms_link a:before{
        bottom: 0;
    }
}


/*
 * ------------------------------------------------------------------
 *  
 * Breadcrumb
 *  
 */
.wh_breadcrumb ol {
    background-color: #f6f7fa;
}
.wh_breadcrumb ol{
    color: #666666;
}
.wh_breadcrumb ol a {
    color:inherit;
}
.wh_breadcrumb ol .active {
    color: #007171;
}


/*
 * ------------------------------------------------------------------
 *  
 * Tools and navigation
 * 
 */
.wh_tools{
    background-color: #f6f7fa;
    margin: 1em 0 2em;
}

.wh_navigation_links span:hover {
    text-decoration: underline;
}

.wh_print_link,
.wh_navigation_links,
.wh_navigation_links .navnext,
.wh_navigation_links .navprev{
}

.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: #272727;
    text-decoration: none;
}

/*
 * ------------------------------------------------------------------
 *
 * Quick Links
 *
 */
.wh_quick_links {
    /* Frame 9 */
    list-style: none;
    box-sizing: border-box;

    /* Auto layout */
    padding: 24px 64px 24px 24px;
    width: 420px;

    /* Background/Grey */
    background: #FAFAFA;

    /* Main/Snow 600 */
    border: 1px solid #E3E6E8;
    border-radius: 8px;

    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wh_icons {
    padding-right: 8px;
    height: 32px;
    width: 32px;
}

.wh_arrow {
    padding-left: 4px;
    height: 24px;
    width: 24px;
}

/*
 * ------------------------------------------------------------------
 *  
 * Tiles
 * 
 */
.wh_tile {
    border: solid 1px #f2f2f3;
	box-shadow: 0 3px 9px rgb(173 173 173 / 10%);
	border-radius: .5em;
    background-color: #ffffff;
	padding: 32px;
}
.wh_tile_shortdesc{
    margin-top: 1em;
    text-align: left;
}
.wh_tile_title{
    /* 
	*font-family: Arial, sans-serif;
	*/
    text-align: left;
	color: #272727;
    font-size: 1.4em;
	font-weight: 200;
    text-decoration: none;
}
.wh_tile_title  a{
	color: #007171;
	margin-left: .5em;
}
.wh_tile_shortdesc{
    text-align: left;
	color: #666666;
	font-size: 1.1em;
	font-weight: 200;
	margin-left: .5em;
	margin-right: .5em;
}
.wh_tile_text:after{
    background: linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(238, 238, 238, 1) 50%);
}
@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{
    margin:2em 0;
}
.wh_welcome:not(:empty){
    font-size: 2.5em;
    margin: 0 auto;
    padding: 0 0 .5em 0;
    text-shadow: none;
    color:#007171;
}
.wh_search_textfield{
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    padding: .2em .8em;
    font-size: 1.1em;
    line-height: 2em;
    height: auto;
}
.wh_search_button{
    /*border: solid 1px #858C91;*/
	background-color: #FFBE3C;
    border-radius: 0 5px 5px 0;
    padding: 0.5em 1em;
}

/* Search autocomplete */
.ui-menu-item {
    font-size: 1.1em;
}

.ui-menu-item .ui-state-active {
    background-color: #007171;
}

/* Search relative path */
.searchresult li .relativePath a {
    color: #00A8A6;
}

/* 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: #007171;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    border-color: #007171 !important;
}

/*
 * ------------------------------------------------------------------
 *  
 * Publication TOC
 * 
 */
.wh_publication_toc{
    border-radius: 3px;
    background-color: #f6f7fa;
    padding: 1.5em 2em;
    line-height: 2em;
}
.wh_publication_toc .active > .topicref a {
    color: #007171;
}
.wh_publication_toc span, .wh_publication_toc a, .wh_publication_toc a:visited, .wh_publication_toc a:hover {
    color: #666666;
}
.wh_publication_toc a:hover {
    text-decoration: underline;
}
.topictitle3{
	color: #272727;
    font-weight: 400
}
@media only screen and (max-width: 767px) {
    .wh_publication_toc {
        border-radius: 0;
        padding: 1em 0.5em;
        margin-top: 10px;
    }
}

/*
 * ------------------------------------------------------------------
 *  
 * Footer
 * 
 */
.wh_footer {
    position: relative;
    height: 72px;
    background: #F2F2F2;
    text-align: center;
    color: #ffffff;
    padding: 1em;
    margin-bottom: 0;
    border-bottom: 0;
}

.footer-container {
    display: flex;
}

.wh_footer a {
    color: #000000 !important;
    padding: 16px;
}

.wh_footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.wh_footer li {
    display: inline;
    font-size: 16px;
}

.wh_footer li a {
    text-decoration: underline;
}

.wh_footer li a:hover {
    text-decoration: unset;
    color: #007171 !important;
}

.footer {
    display: flex;
    flex-direction: row-reverse;
}

.footer div:first-child {
    margin-block-start: 1em;
}

.footer div:last-child {
    color: #000000;
    display: inline;
    margin-right: 128px;
    margin-left: 30px;
    margin-block-start: 0.5em;
    font-size: 20px;
}

@media only screen and (max-width: 1170px) {
    .wh_footer div:first-child {
        display: block !important;
    }
    .wh_footer {
        height: auto !important;
    }
    .wh_footer li {
        display: list-item;
    }
    .footer {
        display: block;
        flex-direction: column;
    }
    .footer div:last-child {
        display: block;
        margin-right: 0px;
        margin-left: 0px;
    }
}
/*
 * ------------------------------------------------------------------
 *  
 * Topic content
 * 
 */

.wh_topic_content,.wh_content_area {
    color: #272727;
    line-height: 1.7em
}


.wh_related_links,
.wh_child_links,
.wh_topic_content .related-links {
    background-color: #f6f7fa;
    padding: 1.5em;
    margin-top: 1.5em;
	margin-bottom: 1.5em;
}


.related-links a,
.related-links a:visited {
    color: #007171;
    padding-bottom: .3em;
    display:inline-block;
}

.wh_expand_btn:before {
    content:"q";
    font-family: "oXygen WebHelp", serif;
    font-style: normal;
    font-size: 1em;
    font-weight: lighter;
    display: inline-block;
	vertical-align: middle;
}
/*
 * ------------------------------------------------------------------
 *  
 * Search results.
 * 
 */
.searchresult {
    list-style: none;
}

.searchresult li a {
    color:#007171;
}
.searchresult .shortdesclink {
    margin: .3em .5em 0 0;
}
.wh_search_expression{
    font-weight:bold;
}





/*
 * ------------------------------------------------------------------
 *  
 * Index terms.
 * 
 */
.wh_index_terms span.wh_first_letter {
    color: #007171;
}
.wh_index_terms #indexList{
    padding:0;
}

.xref {

}

/*
 * ------------------------------------------------------------------
 *  
 * Tree TOC for the main page.
 * 
 */
.wh_main_page_toc{
}

.sap-technical-name {
    font-family: monospace;
}

/*
*
*
* Cookie consent
*/
#onetrust-banner-sdk {
    font-size: larger !important;
} 
#onetrust-pc-sdk {
    font-size: larger !important;
}

/*
*
*
* Cookie consent
*/
#onetrust-banner-sdk {
font-size: larger !important;
}
#onetrust-pc-sdk {
font-size: larger !important;
}