﻿/* AUTOCOMPLETE */
.autocomplete-suggestions {
    /* background: url(img/shadow.png) no-repeat bottom right; */
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 6px 0 0 6px; /* IE6 fix: */
    _background: none;
    _margin: 1px 0 0 0;
}

.autocomplete-suggestion {
    border-bottom: 1px #E0E0E0 solid;
    border-left: 1px #E0E0E0 solid;
    border-right: 1px #E0E0E0 solid;
    background: #FFF;
    cursor: pointer;
    text-align: left;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    margin: -6px 6px 6px -6px; /* IE6 specific: */
    padding: 2px 2px 2px 5px;
    height: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.autocomplete-selected {
    background: #E6E6FA;
}

.autocomplete-suggestion strong {
    font-weight: bold;
    color: #3399FF;
}

.autocomplete-novo {
    background-color: #65c470;
    color: #fff;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    cursor: pointer;
    padding: 0;
    width: 240px;
    height: 30px;
    background-color: #65c470;
    border: solid 1px #c7c7c7;
}

    .autocomplete-novo img {
        margin: 5px 10px 5px 15px;
        background-color: transparent;
    }

    .autocomplete-novo label {
        margin: auto;
        margin-left: 0;
        cursor: pointer;
    }

    .autocomplete-novo:hover {
        background-color: #4c9354;
    }


.searchresult {
    padding: 15px;
    overflow: auto;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left !important;
}

.searchlink {
    float: left;
    display: block;
    width: 100%;
}
