.search-menu-input {
    outline: none;
    position: relative;
    left: 0px;
    top: 0px;
    width: calc(100% - 20px);
    height: calc(100% - 2px);
    border: 0px solid green !important;
    background-color: #ffffff;
    border-radius: 15px;
    padding-left: 20px;
    
    background-image: var(--sherpa-action-area-quick-search-icon);
    background-position:0px center;
    background-repeat:no-repeat;
}

.search-menu-results {
    position: relative;
    /*display: inline-block;*/
    display:none;
    left: calc(0px - 0px);
    top: calc(100% - 18px);
    width: calc(calc(100% - 40px) + 240px);
    height: 200px;
    color: var(--sherpa-dark-blue);
    border: 1px solid #aaaaaa;
    background-color: #ffffff;
    background: linear-gradient(to right, var(--sherpa-white), var(--sherpa-light-grey));
    border-radius: 4px;
    box-shadow: 0px 2px 15px #8a8a8a;
    overflow-y: auto;
    padding: 20px;
    line-height: 30px;
}

.search-menu-results-highlight {
    color: var(--sherpa-dark-blue);
    background-color: #fffad1;
    border: 1px solid #bbbbbb;
    border-radius: 1000px;
    box-shadow: 0px 0px 6px #bbbbbb;
    font-weight: bold;
}

.search-menu-results-path {
    cursor: pointer;
    font-size: calc(var(--sherpa-font-base-size) + -1px);
    display:inline-block;
}

.search-menu-results-path-even {}

.search-menu-results-path-odd {}
