

ul.autocomplete {
    background-color: #fff;
    box-shadow: 0 0 0 0.0625rem white inset !important;
    border: 0.0625rem solid;
    border-bottom-color: White;
    border-top-color: White;
    border-right-color: #37517e;
    border-left-color: #37517e;
    border-bottom-color: #37517e !important;
    display: block;
    list-style-type: none;
    margin: 0;
    min-height: 30px;
    padding: 2px;
    z-index: 1029;
}
.searchListUl {
    position: absolute;
    z-index:1030;
    font-size:12px !important;
    /*width:239px;*/
}
ul.autocomplete li
{
    border-top: 1px solid #eaeaea;
    cursor: pointer;
    padding: 1px;
}

ul.autocomplete li:first-child
{
    border-top: none;

}

ul.autocomplete li.active
{
    background-color: #eef;
}

/* Default render function styles */

ul.autocomplete li p
{
    margin: 1px 4px;
}

ul.autocomplete li p.title
{
    font-weight: bold;
}

ul.autocomplete li p.matchRow
{
    color: #666;
}

ul.autocomplete li span.matchedField
{
    color: #999;
    font-style: italic;
}

ul.autocomplete span.match
{
    font-weight: bold;
    color:#4db6ac;
    text-decoration: underline;
}
.noResults {
    display: block !important;
    bottom: 0;
    z-index: 1031;
    position: relative;
    top: auto;
    left: 10px;
    width: 93%;
    background-color: #777;
    height: 35px;
    border-radius: 0 0 .1875rem .1875rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: White;
    box-shadow: 0 0 0 0.0625rem #37517e inset !important;
    border: 0.0625rem solid;
    border-bottom-color: #37517e;
    border-right-color: #37517e;
    border-left-color: #37517e;
}
.searchautoclassLast {
    overflow: hidden;
    position: relative !important;
    height: 35px;
    background-color: #777 !important;
    border-radius: 0 0 .1875rem .1875rem !important;
    box-shadow: 0 0 0 0.0625rem white inset !important;
    border: 0.0625rem solid !important;
    color: White;
    border-top-color: white !important;
    border-bottom-color: #37517e !important;
    border-right-color: #37517e !important;
    border-left-color: #37517e !important;
}
  .searchautoclass
    {
        max-height: 200px;
             /*  overflow-y: auto;
          prevent horizontal scrollbar 
            overflow-x: hidden;
            /* add padding to account for vertical scrollbar */
            padding-right: 20px;
              overflow: auto;

 
        
        }
        ul.searchautoclass li a div img
        {
            z-index:-1;
            }