@charset "utf-8";
/* CSS Document */


.wh_publication_title a{
    color: white;
    text-decoration:none;
    font-size: larger;
    font-weight: bold;
}

.wh_publication_toc .active > .topicref a{
	color: #000;
	font-weight: bold;
}


.topictitle2 {
    margin: 1.5em 0 .5em 0;
    font-size: 1.4em;
    font-weight: 400;
    font-style: normal;
}


.dt[id]::after, .section[id] .sectiontitle::after, .title.topictitle2[id]::after, table[id] .tablecap::after{
    display: none;  
    content: "";
    padding: 0 0.4em;
    margin:0 0 0 0.5em;
    opacity: 0.35;
    transition: opacity .3s;
    background: url(../images/link-icon.png) no-repeat;
    background-size: contain;
    background-position-y: 60%;
    cursor:pointer

}

.wh_publication_title > a{
     color:#fff;
     font-size: 2.2em;
}

.wh_search_button{
    border: solid 1px #CCC;
    border-radius: 0 5px 5px 0;
    padding: 0 .5em;
    color:#fff;
    background-color: #B2FF33;
    height: 2.8em;
}

 .wh_publication_title > a{
     color:#B2FF33;
     font-size: 2.2em;
}

.wh_publication_toc .uicontrol, .wintitle { font-weight: normal; }

.wh_publication_toc .dfn { font-style: normal; }

.wh_main_page_toc_entry .uicontrol, .wintitle { font-weight: normal;}

.wh_topic_content .title.topictitle1 .uicontrol, .wintitle { font-weight: normal;}

.wh_search_input{
    display:block;
    margin:0;
    position:relative;
    background:none;
    padding: 40px 0;
}

.wh_tools{
background-color: #f4f4f4
}

.wh_breadcrumb ol a {
color: #343a40
}


.wh_footer{
    text-align: center;
    padding: 1em;
    position:relative;
    bottom: 0;
    width: 100%;
    color: #B2FF33;
    background: none #333333;
    margin-top: 2em;
}

.wh_main_page .wh_search_input{
    padding: 50px 0;
    background: url('resources/images/bgr_right.png') right no-repeat #5E6573;
}

/* Search relative path */
.searchresult .relativePath {
    margin: .1em .5em 0 0;
	display: none;

}

.permalink{
    padding: 0 0.4em;
    margin:0 0.5em 0 0.5em;
    opacity: 0.35;
    transition: opacity .3s;
    background: url(../img/link-icon.png) no-repeat;
    background-size: contain;
    background-position-y: 60%;
    cursor:pointer;
    display:none
}

.wh_toc_shortdesc{
   display: none !important;
}
