/*
  -=======================================================-
  -=
  -=                IXIASOFT CUSTOM PART
  -=
  -=======================================================-
*/

/*= BODY =*/
body
{
        background-color: #FAFAFA !important;
}

/*= TOP NAV =*/
body>.navbar
{
    background-color:#00011A !important;
}
.wh_logo>img
{
    width: 102px !important;
    height: 13px !important;
    margin-bottom: 4px;
    margin-left:15px;
    margin-right:30px;
}
.wh_logo_and_publication_title
{
    font-size: 24px !important;
}

/*= BOOKS MENU =*/
.wh_top_menu
{
    text-align: left !important;
}
.wh_top_menu ul ul
{
    background-color: #0E1532 !important;
}

/*= SEARCH BAR =*/
.wh_search_input
{
    background: url("webhelp_bg.jpg")  !important;
    background-position:center !important;
    background-repeat: no-repeat !important;
      background-size: cover !important;
}
.wh_search_textfield
{
    border-color: white  !important;
}
.wh_search_button
{
    background-color: #EF7329 !important;
    border-color: white  !important;
}

/*= TILTES =*/
.wh_tile
{
    background-color: white !important;
}
.wh_tile>div>.wh_tile_text::before
{
    content: "";
    font-family: 'Glyphicons Halflings';
    color: #EF7329 !important;
    font-size:24px;
    text-align:center;
    display:block;
}
.wh_tile a
{
    color: #7F7F7F !important;
    font-size:18px;
}
.wh_tile a:visited
{
    color: #7F7F7F !important;
}
.wh_tile a:hover
{
    color: #EF7329 !important;
}

/*= TOPIC::BAR =*/
.wh_breadcrumb ol
{
    color: white !important;
}
.wh_breadcrumb .active
{
    color: #EF7329 !important;
}
.wh_tools
{
    background-color: #333 !important;
}
.webhelp_expand_collapse_sections,
.wh_hide_highlight,
.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: white !important;
}

/*= TOPIC::BODY =*/
#wh_topic_body
{
    padding: 0px !important;
}
#wh_topic_body>.wh_topic_content
{
    background-color: white !important;
    padding: 20px  !important;
}
.wh_topic_content>.title
{
    color:#0E1532 !important;
}
.wh_related_links
{
    background-color: white !important;
}

/*= TOPIC::TOC =*/
#wh_publication_toc
{
    padding: 0px !important;
    height:100% !important;
}
#wh_publication_toc>.wh_publication_toc
{
    background-color: #A5B9D3 /*#456692*/ !important;
    padding-bottom:30px !important;
}
.wh_publication_toc a, .wh_publication_toc a:visited, .wh_publication_toc a:hover {
    color: #333;
}
.wh_publication_toc .active span a{
    color: black !important;
    font-weight:600;
}
.wh-expand-btn
{
    color: white !important;
}


/*= FOOTER =*/
.wh_footer
{
    background-color: #000219 !important;
}

/*= SEARCH RESUULT =*/
.searchresult li .relativePath a
{
    display:none !important;
}


/*
  -=======================================================-
  -=
  -=      END OF  - IXIASOFT CUSTOM PART -
  -=
  -=======================================================-
*/