/*
 * ------------------------------------------------------------------
 *  
 * Fonts.
 *  
 */
 
@import url("https://fonts.googleapis.com/css?family=Raleway");


/*
 * ------------------------------------------------------------------
 *  
 * Fight with bootstrap
 *  
 */
.navbar-brand{
    height:auto;
}
.navbar {
    border:none;
    border-radius:0;
    margin:0;
}
a,
a:hover,
a:visited{
     color:#36b3ac;
     outline:none;   
}
a:hover,
a:focus,
a.visited{
    outline:none;
    text-decoration: underline;
}

a:hover{
     color:#646464;
     outline:none;
}

body{
 font-family:'Raleway',sans-serif;
 font-weight:400;
 font-style:normal;
 font-size:16px;
 line-height:32px;
 color:#646464;
 overflow-x:hidden
}


.wh_header{
    background: #ffffff;    
}

/*
 * ------------------------------------------------------------------
 *  
 * Logo
 *  
 */
.wh_logo img{  
    height: 40px;
    padding-right: 20px;
    margin-left: 0;
    box-sizing: content-box;
}

/*
 * ------------------------------------------------------------------
 *  
 * Publication titles
 *  
 */
 .wh_publication_title > a{
    font-family: 'Raleway';
    text-decoration: none;
    font-size: 18px;
    margin: .4em 0;
    color:#646464;
    font-weight: 400;
}

/*
 * ------------------------------------------------------------------
 *  
 * Menu
 *  
 */
.wh_top_menu {
    font-family: 'Raleway';
     color:black;
     position:relative;
     padding:0;
     font-size:14px;
     text-transform:uppercase;
     line-height:2em;
     display:inline-block;
     letter-spacing:1px;
/*     z-index:0;*/
     line-height:78px;
     background-color: #fff;
}

.wh_top_menu a{
    color:#000000;
    outline: medium none !important;
    text-decoration: none;
    background-color: #fff;
}

/* The submenus */
.wh_top_menu ul ul {
    background-color: #fff;
}
.wh_top_menu ul li:hover {
    background-color: #fff;
}
.wh_top_menu ul ul li a:hover {
    color: #fff;
    background: #36b3ac;
}
.wh_top_menu ul ul li {
    border-top-color: #fff;
    width: 270px;
}

@media only screen and (max-width: 767px) {

  .wh_toggle_button.navbar-toggler,
  .wh_toggle_button.navbar-toggler:focus {
    border: none;
    background-color: #36b3ac;
  }
  .wh_toggle_button.navbar-toggler .icon-bar {
    background-color: #36b3ac;
  } 
}

/*
 * ------------------------------------------------------------------
 *  
 * Tiles
 * 
 */
.wh_tile {
    border-radius: 0em;
    background-color: #fff;
    box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)    
}
.wh_tile_shortdesc{
    margin-top:0.5em;
    text-align: center;
}
.wh_tile_title{
    font-family: 'Raleway';
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 8px;
    text-decoration: none;
    color: #36b3ac;
}
.wh_tile_title  a{
    color:#36b3ac;
    text-decoration: none;
}

.wh_tile_title  a:hover{
    color:#646464;
    text-decoration: underline;
    outline:none;
}

.wh_tile_shortdesc{
    text-align: center;
    color:#646464;
}

@media only screen and (max-width: 767px) {
    .wh_tile > div{
        height: auto;
    }
}

/*
 * ------------------------------------------------------------------
 *  
 * Tools and navigation
 * 
 */
.wh_tools{
    background-color: #fff;
    box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}

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

/* Quick fix in order to display the correct right/down pointing arrows that appear in front of a section title */
.wh_expand_btn::before{
    text-transform: none;
}

/* Quick fix in order to display the correct right/down pointing arrows that appear in front of the "Similar Results" title in the search results page */
.showSimilarPages::before{
    text-transform: none;
}


/*
 * ------------------------------------------------------------------
 *  
 * Publication TOC
 * 
 */
 
.wh_publication_toc{
/*    border-radius: 3px;*/
    background-color: #fff;
    padding: 1.5em 2em;
    line-height: 2em;
    box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}
.wh_publication_toc .active > .topicref a {
    color: #36b3ac;
    font-weight: bold;
}
.wh_publication_toc span, .wh_publication_toc a, .wh_publication_toc a:visited, .wh_publication_toc a:hover {
    color: #646464;
}
.wh_publication_toc a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .wh_publication_toc {
        border-radius: 0;
        padding: 1em 0.5em;
        margin-top: 10px;
    }
}

/* Publication TOC tooltip */
.wh_breadcrumb .topicref .wh-tooltip,
.wh_publication_toc .topicref .wh-tooltip {
    background-color: #36b3ac;
    color: #fff;
    font-size: 13px;
    border-radius: 0;
}

.wh_breadcrumb .topicref .wh-tooltip a,
.wh_publication_toc .topicref .wh-tooltip a {
    color: #fff;
    text-decoration: underline;
}

/* Tooltip arrow. */

[data-tooltip-position="left"] .topicref .wh-tooltip::before {
    border-left-color: #36b3ac;
}

[data-tooltip-position="right"] .topicref .wh-tooltip::before {
    border-right-color: #36b3ac;
}

[data-tooltip-position="bottom"] .topicref .wh-tooltip::before {
    border-bottom-color: #36b3ac;
}

[data-tooltip-position="top"] .topicref .wh-tooltip::before {
    border-top-color: #36b3ac;
}

/*
 * ------------------------------------------------------------------
 *  
 * Breadcrumb
 *  
 */
.wh_breadcrumb ol {
    background-color: #fff;
}
.wh_breadcrumb ol{
    color: #646464;
}
.wh_breadcrumb ol a {
    color:inherit;
}
.wh_breadcrumb ol .active {
    color: #36b3ac;
    font-weight: bold;
}


/*
 * ------------------------------------------------------------------
 *  
 * Topic content
 * 
 */
.wh_topic_content,.wh_content_area {
    color: #646464;
    line-height: 1.7em;
    margin-bottom: 40px;    
}

.wh_content_area {
    min-height: 550px;
}

.wh_main_page .wh_content_area {
    margin: 40px auto;
}
.wh_topic_content .title.topictitle1 {
    font-family: 'Raleway';
    font-size: 31px;
/*    font-weight: bold;*/
    font-weight: 900;
    line-height: 46px;
    margin-bottom: 0px;
    color: #646464;
}

.topictitle3{
    font-weight: bold;
}

.wh_related_links,
.wh_child_links,
.wh_topic_content .related-links{
    border-top: 1px solid #ccc;
    padding-top: 7px;
    margin-top: 0;
}

.wh_child_links {
    background-color: #ffffff;
}

.wh_related_links,
.wh_topic_content .related-links{
    padding: .5em 1.5em ;
}

.wh_child_links {
    padding: 1.5em ;
}

.related-links strong{
    font-weight: 500;
}

.related-links a,
.related-links a:visited {
    color: #36b3ac;    
    padding-top: 1em;
    display:inline-block;
}

.related-links a:hover {
    color:#646464;
}

.filepath {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    color: #3C3C3C !important;
}

.ph.userinput {
    color: #ffffff;
    background-color: #36b3ac;
}

.sectiontitle {
    font-family: 'Raleway';
    font-size: 25px;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 0px;
    color: #646464;
}

.tasklabel {
    font-size: 25px;
}


.codeblock {
    background-color: #e7e7e7;
    color: #3C3C3C;
}

.codeph {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    padding: .2rem .4rem;
    border-radius: .2rem;
    color: #3C3C3C;
}

*[class~="stepresult"]::before{

    content:"Step Result: ";

    text-align:left;

    font-weight: bold;
}

/*
 * ------------------------------------------------------------------
 *  
 * Search area
 * 
 */
 
 .wh_search_input {
	display: block;
	padding: 5em;
	margin: 0;
	background: url('resources/images/background_web.jpg') no-repeat;
	background-size: cover;
	box-shadow: 0px 7px 21px -12px rgba(0, 0, 0, 0.3);
}
  
 .wh_search_textfield{
    font-family: 'Raleway';
    font-size: 16px;
    border: solid 1px #CCC;
    border-radius: 0px;
    padding: 0 .5em;
    position: relative;
    height: 2.2em;   
}

.wh_search_button{
    border: solid 1px #CCC;
    border-radius: 0 0px 0px 0;
    padding: 0 .5em;
    color:#fff;
    background-color: #36b3ac;
}

/* Search autocomplete */
.ui-menu-item {
    font-family: 'Raleway';
    font-size: 16px;
}

/* Active search page */
#wh-search-pagination > ul > li.active > a {
    background-color: #36b3ac;
}

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

/* Color for the page number */
.pagination>li>a,.pagination>li>span {
    color: #36b3ac;
}

.wh_missing_words {
    font-family: 'Raleway';
    font-size: 13px;
}

/*
 * ------------------------------------------------------------------
 *  
 * Search results.
 * 
 */
.searchresult {
    list-style: none;
}

/** Search result item */
.searchresult li a.foundResult {
    font-family: 'Raleway';
    font-size: 16px;
}

.searchresult li a {
    color:#36b3ac;
    font-family: 'Raleway';
    font-weight:bold; 
}
.searchresult .shortdesclink {
    font-family: 'Raleway';
    font-size: 13px;
    margin: .3em .5em 0 0;
}
.wh_search_expression{
    font-family: 'Raleway';
    color: #36b3ac;
    font-weight:bold;
}

/* Search relative path */
.searchresult li .relativePath a {
    font-family: 'Raleway';
    color: #36b3ac;
    font-weight:normal;
    font-size: 13px;
    text-transform: none;
}

/*
 * ------------------------------------------------------------------
 *
 * Footer
 * 
 */
.wh_footer{   
    font-size: 12px;
    text-align: center;
    padding: 2em;
    position:relative;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    background: #36b3ac;
    margin-top: 2em;
}

.wh_footer a{
    color: #ffffff;
}

.wh_footer a:hover{
    color: #333;
    text-decoration: none;
}