.angucomplete-holder {
    position: relative;
}

.angucomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-bottom-left-radius: 2px;
    width: 250px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    max-height: 350px;
    overflow: auto;
    margin-top: 0;
    background-color: #ffffff;
    border-bottom-right-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px 0px #777;
    -moz-box-shadow: 1px 1px 3px 0px #777;
    box-shadow: 1px 1px 3px 0px #777;
}

.angucomplete-searching {
    color: #acacac;
    font-size: 14px;
    padding: 6px;
    background: transparent url('../../images/spinning.gif') no-repeat scroll right center content-box !important;
}

.angucomplete-noresults {
    color: #ff4500;
    font-size: 14px;
    padding: 6px;
}

.angucomplete-description {
    font-size: 12px;
    color: #999;
}

span.highlight {
    color: #008ACD;
    font-weight: 600;
}

.angucomplete-row {
    padding: 5px;
    clear: both;
    line-height: 17px;
    text-transform: capitalize;
}

.angucomplete-selected-row {
    background-color: #B8CFEF;
}

.angucomplete-image-holder {
    padding-top: 0;
    float: left;
    margin-right: 10px;
    margin-left: 0;
    margin-top: 2px;
}

.angucomplete-image {
    height: 30px;
    width: 30px;
    border-radius: 2px;
}

.angucomplete-image-default {
    background-position: center;
    background-size: contain;
    height: 30px;
    width: 30px;
    border-radius: 2px !important;
    background-image: url(../../images/avatar.png);
}
