.form-control {
    outline: 0;
    border-color: #ECECEC;
    border-style: solid;
    border-width: 1px;
    width: 95%;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 2px;
    margin-bottom: 5px;
    font-size: 14px;
}

.angucomplete-holder {
    position: relative;
}

.icon-caret-down {
    position: absolute;
    top: 2px!important;
    left: 2px!important;
    z-index: 100;
    background: white;
    padding: 8px;
    pointer-events: auto!important;
}

.angucomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 100%;
    /* padding: 6px; */
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    /*top: 32px;
    left: 0px;
    */
    margin-top: -6px;
    background-color: #ffffff;
    color: #232222;
    border-color: #a9e3f9;
    border-width: 1px;
    max-height: 400px;
    overflow-y: auto;
}

.angucomplete-searching {
    color: #acacac;
    font-size: 14px;
}

.angucomplete-description {
    font-size: 14px;
}

.angucomplete-row {
    padding: 8px;
    color: #000000;
    /* margin-bottom: 4px; */
    min-height: 35px;
}

 

.angucomplete-row:nth-of-type(odd) {
    background-color: #edf4ff;
}

.angucomplete-selected-row, .angucomplete-row:hover {
  background-color: #007ad4 !important;
    color: #fff;
}

.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-holder input{
    padding-left:27px!important;
}