/*
 * ==============================================
 * Skin for oXygen generated WebHelp.
 * ==============================================
 */


/*
 * ------------------------------------------------------------------
 *  
 * Fonts.
 *  
 */
@font-face {
    font-family: 'BrandingFont';
    src: url(resources/primaryBrandingFonts.ttf) format('truetype');
}
@font-face {
    font-family: 'SecondaryBrandingFont';
    src: url(resources/secondaryBrandingFonts.ttf) format('truetype');
}

/*
 * ------------------------------------------------------------------
 *  
 * Fight with bootstrap
 *  
 */
.navbar {
    background: white;
    border: none;
    margin: 0;
    box-shadow: none;
}
a,
a:hover,
a:visited {
    color: black;
}
a:hover {
    text-decoration: none;
}

/* Preserve a margin when page shrinks */
.row {
  margin-right: 30px;
  margin-left: 30px;
}

/*
 * ------------------------------------------------------------------
 *  
 * Publication titles
 *  
 */

.wh_title_link {
    text-align: start;
	color: #0a9bcd;
}

.wh_publication_title {
    display: inline;
    color: #0a9bcd;
    font-size: 1.6em;
    font-weight: 700;
}

.prodtext {
    display: inline;
    color: #0a9bcd;
    font-size: 1.6em;
    font-weight: 700;
}

.wh_title_container {
    text-align: start;
    margin: 1em 0;
}

.wh_logo {
    min-width: 60px;
    padding-left: 27px;
    padding-right: 27px;
	padding-bottom: 35px;
	padding-top:35px;
    flex-shrink: 0;
}

/*
 * ------------------------------------------------------------------
 *  
 * Menu
 *  
 */
.wh_top_menu a:hover {
    color: #282828;
}
/* The submenus */
.wh_top_menu ul ul {
    background-color: white;
    box-shadow: 0px 10px 45px -12px rgba(0, 0, 0, 0.3);
    border-left: 1px solid #555;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;

}
/* Labels in main bar */
.wh_top_menu ul li:hover,
.wh_top_menu.activated-on-click ul li:active {
    background-color: #4ac5e5;
}
.wh_top_menu ul ul li a:hover {
    background: #4ac5e5;
}
.wh_top_menu ul ul li {
    border-top-color: #555;
}

.wh_top_menu:not(.activated-on-click) ul:hover li,
.wh_top_menu:not(.activated-on-click) ul li:hover {
    /* WH-2521 Change the background color imediatelly when the current menu item (li) or other menu item is hovered. */
    transition: none;
}

.wh_top_menu:not(.activated-on-click) ul li {
    /* WH-2521 Delay the background color change on hover off. */
    transition: background-color 0.2s 1s;
}

/*
 * ------------------------------------------------------------------
 *  
 * 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 > .breadcrumb {
    background: none;
}
.wh_breadcrumb .active > span {
    font-weight: bold;
}

/* Change the 'Home' text into an icon. */
.wh_breadcrumb .home > a > span {
    display: none; /* Hide the 'Home' text */
}
.wh_breadcrumb .home > a:before {
    content: 'o'; /* Put an icon */
    font-family: 'oXygen WebHelp' !important;
    font-size: medium;
    padding-right: 0.5em;
}
.wh_print_link button,
.webhelp_expand_collapse_sections,
.wh_hide_highlight {
    color: black
}

/*
.breadcrumb-sticky {
    width: 100%;
}*/

/*
 * ------------------------------------------------------------------
 *  
 * Tools and navigation
 * 
 */
.wh_print_link,
.wh_navigation_links,
.wh_navigation_links .navnext,
.wh_navigation_links .navprev
{
	display: inline-block !important;
}

.wh_tools {
    margin-bottom: 10px;
    background: white;
    padding: 4px 15px 4px 15px;
}

.wh_right_tools {
    margin-right: 0px;
}



/*
 * ------------------------------------------------------------------
 *  
 * Tiles
 * 
 */
.wh_tile {
    border-radius: .5em;
    box-shadow: 0px 10px 45px -12px rgba(0, 0, 0, 0.3);
    background-color: #0a9bcd;
    color: white;
}
.wh_tile_title {
    text-align: center;
    font-weight: 700;
    text-decoration: none;
}
.wh_tile_shortdesc {
    text-align: center;
}

@media only screen and (max-width : 767px) {
    .wh_tile > div {
        height: auto;
    }
}

/* Make the link from the tile the entire width 
    TODO - dan - move to wh_default.css
*/
.wh_tile_title span {
    display: block;
    width: 100%;
}
.wh_tile_title a {
    display: block;
    width: 100%;
	color: #0a9bcd;
}
.wh_tiles {
    margin-top: 20px;
}
/* 
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;
    background-size: cover;
    padding: 2em;
    text-align: center;
}

.wh_welcome:not(:empty) {
    font-size: 2.5em;
    margin: 0 auto;
    padding: 0 0 1em 0;
    text-shadow: none;
    color: #002D80;
}

/* Style differently the search from the main pahge (index.html), make it larger.*/
.wh_main_page .wh_search_input {
    padding: 1em;
    margin: 0;
    background-size: cover;
    box-shadow: 0 10px 45px -12px rgba(0, 0, 0, 0.3);
}
.wh_search_textfield {
    border: 1px solid gray;
    border-radius: 0.6em;
    padding: 0.3em;
}
.wh_search_button {
    border: 1px solid gray;
    border-radius: 0 0.6em 0.6em 0;
    background-color: #0a9bcd;
    color: #fff;
    padding: 0.3em 1em;
}

/* Search autocomplete */
/*.ui-menu-item {
    font-size: 1.5em;
    color: #777;
}*/

/* Selected autocomplete item */
.ui-menu-item .ui-state-active {
    background-color: #0a9bcd;
    border: none;
    margin: 0;
}

/* Search relative path */
.searchresult li .relativePath a {
    color: #0a9bcd;
}

/* 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: #0a9bcd;
}

/* Color for the page number */
.pagination > li > a,
.pagination > li > span {
    color: #0a9bcd;
}

/* Border for the hovered page */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border-color: #0a9bcd !important;
}

/* Render search area for devices smaller than 767px */
@media only screen and (max-width : 767px) {
    .wh_main_page .wh_search_input,
    .wh_search_input {
        padding: 2em;
    }
}

/* x more */
.dots-after span,
.dots-before span {
    color: black;
    border-color: #835e17;
}

.wh_topic_toc {
    border-left: 0
}


/*
 * ------------------------------------------------------------------
 *  
 * Publication TOC
 * 
 */
.wh_publication_toc {
    margin: 2em 0;
    padding: 1em;
    border-radius: .5em;
    box-shadow: 0px 10px 45px -12px rgba(0, 0, 0, 0.3);
    background-color: #c7ecf6;
    color: black;
    font-size: 0.95em;
}
.wh_publication_toc > ul {
    list-style-type: none;
    padding-left: 0.5em;
}
.wh_publication_toc li {
    margin-top: 0.5em;
}
.wh_publication_toc .active > .topicref a {
    font-weight: bold;
    color: black;
}
/* Render toc button arrow correctly in rtl output */
.close-toc-button {
    direction: ltr;
}
/* Publication TOC tooltip */
.wh_breadcrumb .topicref .wh-tooltip,
.wh-toc-tooltip {
    background-color: black;
    color: #fff;
}

.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: black;
}

[data-tooltip-position = "right"] .topicref .wh-tooltip::before,
[data-tooltip-position = "right"] .wh-toc-tooltip::before {
    border-right-color: black;
}

[data-tooltip-position = "bottom"] .topicref .wh-tooltip::before,
[data-tooltip-position = "bottom"] .wh-toc-tooltip::before {
    border-bottom-color: black;
}

[data-tooltip-position = "top"] .topicref .wh-tooltip::before,
[data-tooltip-position = "top"] .wh-toc-tooltip::before {
    border-top-color: black;
}


/*
 * ------------------------------------------------------------------
 *  
 * Footer
 * 
 */
.wh_footer {
    font-family: arial, sans-serif;
	text-align: center;
    padding: 2em;
}

.full_copyright {
    text-align: center;
    width: 100%;
}

/*
 * ------------------------------------------------------------------
 *  
 * Footer
 * 
 */

.frontfooter {
    padding-bottom: 2em;
}

.frontLinks {
    font-family: arial, sans-serif;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 2em;
}

/*
 * ------------------------------------------------------------------
 *  
 * Topic content
 * 
 */
.wh_topic_content {
    box-shadow: 0px 10px 45px -12px rgba(0, 0, 0, 0.3);
    border: 1px solid #EDEDED;
    padding: 1em;
    line-height: 1.7em;
}
.wh_expand_btn:before {
    margin-left: 1em;
}
.wh_topic_content li {
    margin: 0.5em;
}

.wh_child_links,
.wh_related_links {
    padding-left: 1em;
}

.wh_topic_content a,
.wh_child_links a,
.wh_related_links a {
    font-weight: bold;
}

.topictitle1 {
    line-height: 1.2;
}

.topictitle3 {
    font-weight: 400
}

/*
 * ------------------------------------------------------------------
 *  
 * Search results.
 * 
 */
.wh_search_expression {
    font-weight: bold;
}
.wh_search_expression:before,
.wh_search_expression:after {
    content: '';
}
.searchresult {
    list-style-type: decimal;
}

.searchresult li a {
    font-weight: bold;
    color: #4b7cb4;
}

/*--------- Search results breadcrumb ----------*/
.search-breadcrumb li a {
    color: #fff;
    background: #0a9bcd;
}
.search-breadcrumb li .title:before,
.search-breadcrumb li .title:after {
    border-color: #0a9bcd;
}
.search-breadcrumb li .title:before {
    border-left-color: transparent;
}
.search-breadcrumb li .title:after {
    border-color: transparent;
    border-left-color: #0a9bcd;
}

/*
 * ------------------------------------------------------------------
 *  
 * Index terms.
 * 
 */
.wh_index_terms {
}


/*
 * ------------------------------------------------------------------
 *  
 * Tree TOC for the main page.
 * 
 */
.wh_main_page_toc {
    border-radius: 0.6em;
    box-shadow: 0px 10px 45px -12px rgba(0, 0, 0, 0.3);
}
.wh_main_page_toc .wh_main_page_toc_entry a {
    color: #282828;
}

/* Colors */
.wh_main_page_toc {
    border: none;
}

.wh_main_page_toc a {
    color: #282828;
}

.wh_main_page_toc .wh_main_page_toc_accordion_header,
.wh_main_page_toc > .wh_main_page_toc_entry {
    border-bottom: none;
}
.wh_main_page_toc_accordion_entries {
	background-color: #f2f2f2;
}
.wh_main_page_toc .expanded {
    background-color: #c7ecf6;
}
.wh_main_page_toc .wh_main_page_toc_accordion_header:hover,
.wh_main_page_toc > .wh_main_page_toc_entry:hover {
    background-color: #c7ecf6;
}

/*
 * ------------------------------------------------------------------
 *  
 * Table format.
 * 
 */

.table {
    border: 1px #282828 solid;
    border-collapse: collapse;
    width: 100%;
}

.entry {
    border: 1px #282828 solid;
    border-collapse: collapse;
    padding: 5px;
}

.table thead th {
    font-weight: bold;
    font-size: 11pt;
    color: black;
    background-color: #ededed;
    text-align: left;
    border-bottom: 2px #282828 solid !important;
    text-align: center;
}


/*
 * ------------------------------------------------------------------
 *  
 * List format.
 * 
 */

.li {
    padding-left: 1em;
}

::marker {
    font-weight: bold;
}
.mainbooktitle{
	color: #0a9bcd;
}