.angucomplete-holder {
    position: relative;
}

.angucomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 250px;
    padding: 6px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    /*top: 32px;
    left: 0px;
    */
    margin-top: -6px;
    background-color: #ffffff;
}

.angucomplete-searching {
    color: #acacac;
    font-size: 14px;
}

.angucomplete-description {
    font-size: 14px;
}

.angucomplete-row {
    padding: 5px;
    color: #000000;
    margin-bottom: 4px;
    clear: both;
}

.angucomplete-selected-row {
    background-color: lightblue;
    color: #ffffff;
}

.angucomplete-image-holder {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.angucomplete-image {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.angucomplete-image-default {
    /* Add your own default image here
     background-image: url('/assets/default.png');
    */
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
}


.angucomplete-dropdown {
    position: absolute;
    z-index: 1010;
    width: 100%;
    border: 1px solid #0E4783;
    border-top: 1px solid #D8D8D8;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    max-height: 270px;
    color: #004080;
    overflow-y: auto;
}
.angucomplete-selected-row {
    background-color: #E2E8EE;
    border-color: #084585;
}
.angucomplete-row {
    line-height: 20px;
    margin: 0;
    padding: 3px 10px;
    font-size: 12px;
    color: #004080;
    text-transform: uppercase;
    list-style: none;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

input.angucomplete-input-not-empty {
	text-transform: uppercase;
}