.angucomplete-holder {
    position: relative;;
}

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

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

.angucomplete-category {
    background: white;
    color: #3465A2;
    margin: -5px -5px 0px -5px;
    padding: 5px;
}

.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-highlight {
    font-weight:bold;
}


@media (max-width: 767px) {
    .angucomplete-dropdown {
        border-color: #ececec;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
        width: 254px;
        padding: 6px;
        cursor: pointer;
        z-index: 9999;
        position: absolute;
        /*top: 7px;*/
        margin-top:40px;
        background-color: #ffffff;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .angucomplete-dropdown {
        border-color: #ececec;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
        width: 278px;
        padding: 6px;
        cursor: pointer;
        z-index: 9999;
        position: absolute;
        /*top: 7px;*/
        margin-top:40px;
        background-color: #ffffff;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .angucomplete-dropdown {
        border-color: #ececec;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
        width: 309px;
        padding: 6px;
        cursor: pointer;
        z-index: 9999;
        position: absolute;
        /*top: 7px;*/
        margin-top:40px;
        background-color: #ffffff;
    }
}
@media (min-width: 1200px) {
    .angucomplete-dropdown {
        border-color: #ececec;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
        width: 298px;
        padding: 6px;
        cursor: pointer;
        z-index: 9999;
        position: absolute;
        /*top: 7px;*/
        margin-top:40px;
        background-color: #ffffff;
    }
}