﻿#autoComplete {
    border: 1px solid #cbcbcb;
    max-height: 112px;
    margin-top: 2px;
    overflow-y: auto;
    min-height: 40px;
    display: none;
    position: absolute;
    width: 98%;
    z-index: 1;
    top: 61px
}

.autoComplete_row {
    font-size: 0.9rem;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    font: 14px Verdana;
}

.leadAutoCompleteContainer > * {
    width: 310px;
}
.autoComplete_row:hover {
    background-color: #e9e9e9;
}

.select_row {
    background: #3db4e3;
    color: white;
    font-weight: 700;
    letter-spacing: 1px;

}

    .select_row:hover {
        background-color: #0ba9e7;
    }
