.input-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99999;
    top: 23px;
}

.searching-icon {
    display: inline-block;
    position: absolute;
    right: 30px;
    font-size: 17px;
    z-index: 99999999;
    opacity: 0.5;
    top: 1px;
    right: 10px;
}

.staff-search-results {
    display: block;
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 5px 1px #eaeaea;
    padding: 0;
    cursor: pointer;
    list-style: none;
    max-height:300px;
    overflow-y:scroll;
}

.staff-search-results li {
    border-bottom:1px solid #eaeaea;
    padding:5px 15px;
}

.staff-search-results li:hover {
    background:#eaeaea;
}