.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }

/* Hide result box bottom page site */
.ui-helper-hidden-accessible {
    display: none !important;
}

.ui-menu-item-wrapper {
    display:flex;
    height:30px;
}

/*#ui-id-1 {
    position:fixed!important
}*/

/* Search */

.result-line {
    width: 100%;
}

    .result-line img {
        border-radius: 4px;
    }



    .result-line .result-type {
        color: #7d7d7d !important;
        font-style: italic;
        font-size: 13px;
        padding-top: 10px;
    }

    .result-line .result-name {
        font-weight: 600;
        color: #7d7d7d !important;
        font-size: 13px;

    }



.ui-menu {
    background: #fff;
    width: 300px;
    padding: 5px;
    overflow: hidden;
    border: solid 2px #009936;
    border-top: none;
    z-index: 1055;
    box-shadow: 0 0 4px #000000;
    position: fixed !important
}

    .ui-menu li {
     /*   margin-bottom: 4px;*/
        display: flex;
        justify-content: space-between;
        height: 36px;
        border-radius:4px;
 
    }

    .ui-menu img {
        height: 26px;
        padding-top: 5px
    }

    .ui-menu li span {
        font-size: 13px;
        padding: 5px 0 5px 10px !important;
        margin: 0 0 10px 0 !important;
        white-space: nowrap;
        cursor: pointer;
        margin-bottom: 4px;
        /* max-width: 200px; */
        width: 200px;
        text-overflow: ellipsis;
        /* display: block; */
        overflow: hidden;
        float: left;
    }

    .ui-menu li:hover {
        background: #c2f5d4;
    }

        .ui-menu li:hover span {
            color: #00782b !important;
        }