.searchBar {
    margin-left: 130px;
    margin-top: 17px;
    width: 380px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background-color: white;
    background-image: url('../images/search_img.png');
    background-position: 10px 5px;
    background-size: 23px;
    background-repeat: no-repeat;
    padding: 8px 20px 8px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

input.searchBar:focus {
    border: 2px solid #a5c332;
}

.ui-autocomplete {
    position: fixed;
    top: 0;
    left: 0;
    cursor: default;
    width: 376px;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
    overflow-y: scroll;
    max-height: 57%;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu-item {
    padding: 7px 0 9px 7px;
    font-family: inherit;
}

.ui-menu-item a {
    color: inherit;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-corner-all {
    border-radius: 3px;
}

.ui-helper-hidden-accessible {
    display: none;
}
.ui-widget-content .ui-state-focus {
    /*width: 100%;*/
    /*background: #FDFDFD;*/
    /*border: 1px solid #c5c5c5;*/
    /*padding: 2px 2px 2px 2px;*/
    color: #91A541;
    display: block;
}

.myliclass {
    border-bottom: 1px solid #cccccc;
    /*background: url("../images/halfDotGreen30.png") repeat scroll 0 0 transparent;*/
    /*background: gainsboro;*/
}

.myliclass:last-child {
    border-bottom: none;
}