﻿.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;

    margin-top: -6px;
    background-color: #ffffff;*/
    


    overflow-y: auto;
    max-height: 300px;

    border-color: #d5bec2;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    max-width: 600px;
    min-width: 450px;
    /*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;*/

    color: #787878;
    font-size: 13px;
    font-style:italic;
    font-weight: bold;
    padding: 3px;  
}

.angucomplete-description {
    /*font-size: 14px;*/

    font-size: 12px;
}

.angucomplete-row {
    /*padding: 5px;
    color: #000000;
    margin-bottom: 4px;
    clear: both;*/


    padding: 2px;
    color: #000000;
    /*margin-bottom: 2px;*/
    clear: both;

}

.angucomplete-selected-row {
    /*background-color: lightblue;
    color: #ffffff;*/
    
    background-color: #FEE188;
    color: #000000;

}

.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;
}