/*
* ------------------------------------------------------------------
*
* Search page.
*
*/
.wh_search_page .wh_content_area {
    height: auto;
}


/*
* ------------------------------------------------------------------
*
* Search results.
*
*/
.searchresult {
    list-style: none;
}

.searchresult li a {
    color: #1E22AA;
}

.searchresult .shortdesclink {
    margin: .3em .5em 0 0;
}

.wh_search_expression {
    font-weight: bold;
}

/* Search relative path */
.searchresult li .relativePath a {
    color: #666666;
}

/*--------- Search results breadcrumb ----------*/
.search-breadcrumb li a {
    background: #ECF2F9;
}

.search-breadcrumb li .title:before,
.search-breadcrumb li .title:after {
    border-color: #ECF2F9;
}

.search-breadcrumb li .title:before {
    border-left-color: transparent;
}

.search-breadcrumb li .title:after {
    border-color: transparent;
    border-left-color: #ECF2F9;
}


/*
 * ------------------------------------------------------------------
 *
 * Search area
 *
 */
.wh_search_input {
    position: relative;
    padding: 20px 1rem;
    height: 78px;
    padding: 0 1rem 20px 1rem;
    height: auto;
}

.wh_welcome:not(:empty) {
    font-size: 4em;
    margin: 0 auto;
    font-family: inherit;
    padding: 0 0 1.5em 0;
    text-shadow: none;
}

#searchForm>div {
    width: 100%;
    padding: 0 20px;
}

.wh_search_textfield {
    height: 32px;
    outline: none;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    color: #7f7f7f;
    padding-left: 40px;
    background-image: url("../images/search-black.svg");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 14px;
    border: 1px solid #909090;
    width: 100%;
    background-color: white;
    border-radius: 0;
}

.wh_search_button {
    display: none;
}