/*
 * ==============================================
 * Skin for oXygen generated WebHelp.
 * ==============================================
 */

root {
    --blue: #0082BA;
}
/* primary colors
 * blue: #0082BA
 * cool grey: #97999B
 * process black: #2C2A29
 * secondary colors
 * green: #005670
 * blue: #59CBE8
 * yellow: #FFB81C
 * orange: #CC8A00
 * red: #7C2529  
 */

/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');

html,
body {
    min-width: 100%;
}

body {
    font-family: 'Open Sans', 'Roboto', sans-serif;
}

/* Fight with bootstrap */

.navbar-brand {
    height: auto;
}
.navbar {
    border: none;
    border-radius: 0;
    margin: 0;
}
.wh_header {
    /* background: #97999B none; */
    background: #ffffff none;
    color: #ffffff;
}
a,
a:hover,
a:visited {
    color: #0082BA;
}
a:hover {
    text-decoration: none;
}

/* Publication titles */

.wh_publication_title > a {
    color: #2C2A29;
    /*color: #0082BA;*/
    font-weight: bold;
    /* color: #ffffff; */
    /* padding-left: 20px; */
}

/* Menu */

.wh_top_menu {
    text-transform: uppercase;
    margin: .4em 0;
    font-size: 0.9em;
}
.wh_top_menu a {
    color: #ffffff;    
    line-height: 2em;
}

/* The submenus */

.wh_top_menu ul ul {
    background-color: #333;
}
.wh_top_menu ul li:hover {
    background-color: #333;
}
.wh_top_menu ul ul li a:hover {
    background: #2C2A29;
}
.wh_top_menu ul ul li {
    border-top-color: #2C2A29;
    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 {
    padding-bottom: .6em;
    color: #ffffff;
}

/* Breadcrumb */

.wh_breadcrumb ol {
    color: #afb2b9;
}
.wh_breadcrumb ol a {
    color: inherit;
}
.wh_breadcrumb ol .active {
    color: #0082BA;
}

/* Tools and navigation */

.wh_tools {
    background-color: #ffffff;
    margin: 1em 0 2em;
}

.wh_print_link,
.wh_navigation_links,
.wh_navigation_links .navnext,
.wh_navigation_links .navprev {
}

.wh_print_link a,
.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: #0082BA;
    text-decoration: none;
}

/* table borders */
table {
    border-collapse: collapse;
}
table, td, th {
    border: 1px solid black;
}
thead {
    background-color: #0082BA;
    color: #ffffff;
    border: 1px solid black; 
}

/* Search area */

.wh_search_input {
    display: block;
    margin: 0;
    position: relative;
    background: url('resources/images/senstar_small.svg') right no-repeat #0082BA;
    padding: 40px 0;
}

.wh_welcome:not(:empty) {
    font-size: 5em;
    text-align: center;
    margin: 0 auto;
    font-family: 'Open Sans', 'Roboto Thin', sans-serif;
    padding: 0 0 1.5em 0;
    text-shadow: none;
}

.wh_main_page .wh_search_input {
    /* padding: 115px 0; */
    padding: 40px 0;
    background: url('resources/images/senstar_large.svg') right no-repeat #0082BA;

}
.wh_search_textfield {
    border: solid 1px #afb2b9;
    border-radius: 5px;
    padding: 0 .5em;
    position: relative;
    height: 2.8em;
}
.wh_search_button {
    border: solid 1px #afb2b9;
    border-radius: 0 5px 5px 0;
    padding: 0 .5em;
    color: #ffffff;
    background-color: #2C2A29;
    height: 2.8em;
}

/*@media only screen and (max-width: 999px) {*/
/*.wh_search_input:after{*/
/*display:none;*/
/*}*/

/*}*/
@media only screen and (max-width : 768px) {
    .wh_main_page .wh_search_input,
    .wh_search_input {
        padding: 3em 0;
    }
}


/* Side TOC */

.wh_side_toc {
    border-radius: 3px;
    padding: 1.5em 2em;
    background-color: #ffffff
}
.wh_side_toc .active {
    color: #0082BA;
}
.wh_side_toc a,
.wh_side_toc a:visited,
.wh_side_toc a:hover {
    color: #5f6573;
}
.wh_side_toc a:hover {
    text-decoration: underline;
}

.wh_side_toc ul li {
    margin: .7em 0;
}
.wh_side_toc > ul > li > span {
    font-size: 1.2em;
}

@media only screen and (max-width : 767px) {
    .wh_side_toc {
        border-radius: 0;
        padding: 1em 0.5em;
        margin-top: 10px;
        border: 1px solid #e0e0e0;
    }

    .related-links {
        border: 1px solid #e0e0e0;
    }
}

/* Footer */

.wh_footer {
    text-align: center;
    padding: 1em;
    position: relative;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    background: none #0082BA;
    margin-top: 2em;
}

.wh_footer a {
    color: #CCE2F1;
}

/* Topic content */

@media only screen and (min-width : 768px) {
    .wh_topic_content,
    .wh_content_area {
        min-height: 500px;
    }
}

.wh_topic_content,
.wh_content_area {
    color: #2C2A29;
}
.wh_main_page .wh_content_area {
    margin: 40px auto;
}
.wh_topic_content .title.topictitle1 {
    color: #0082BA;
    font-size: 2em;
    margin-bottom: 1em;
}
.wh_topic_content .related-links {
    background-color: #ffffff;
    padding: 1.5em;
}
.wh_topic_content .related-links strong {
    font-weight: 500;
}
.wh_topic_content .related-links .olchildlinks,
.wh_topic_content .related-links .ullinks,
.wh_topic_content .related-links .relinfo {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wh_topic_content .related-links a,
.wh_topic_content .related-links a:visited {
    color: #0082BA;
    padding-bottom: .3em;
    display: inline-block;
}
.wh_topic_content .related-links li {
    color: #757575;
    font-size: .9em;
}

/*img {
    border: 1px solid #2C2A29;
}*/
.wh_logo img {
    border: 0px;
    padding-right: 10px;
}

/* Search results */

.searchresult {
    list-style: none;
}
.searchresult li {
    padding: .5em;
}
.searchresult li a,
.wh_search_expression {
    color: #0082BA;
}
.searchresult .shortdesclink {
    margin: .3em .5em 0;
}
.wh_search_expression {
    font-weight: bold;
}

/* Index terms */

.wh_index_terms span.wh_first_letter {
    color: #0082BA;
}
.wh_index_terms #indexList {
    padding: 0;
}

/* Tree TOC for the main page */

/* Changes links to purple */
.wh_main_page_toc a:link {
    color: #0082BA
}

.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: #F2F8FF;
}

/* Styles used for RTL pages */

html[dir = 'rtl'] .wh_top_menu ul li:hover > ul {
    max-width: 270px;
}


/* Custom */
.userinput {
    font-family: 'Inconsolata', 'Consolas', serif;
    font-size: unset;
    /*font-weight: bold;*/
    color: #0082BA;
    background-color:unset;
    box-shadow: unset;
    border-radius: unset;
}

.codeph {
    font-family: 'Inconsolata', 'Consolas', serif;
    font-size: unset;
    /*font-weight: bold;*/
    color: #2C2A29;
    background-color:unset;
    box-shadow: unset;
    border-radius: unset;
}

.codeblock {
    font-family: 'Inconsolata', 'Consolas', serif;
    font-size: unset;
    /*font-weight: bold;*/
    color: #2C2A29;
    border-color: #97999B;
}

.step, .substep {
    margin-bottom: 1em;
    margin-top: 1em;
}

.choice {
    margin-bottom: 1em;
    margin-top: 1em;
}

.stepresult {
    margin-bottom: 1em;
    margin-top: 1em;
}

.itemgroup.info {
    margin-bottom: 1em;
    margin-top: 1em;
}