﻿.angucomplete-holder {
    position: relative;
}

.angucomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 100%;
    padding: 0px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    /*top: 32px;
    left: 0px;
    */
    margin-top: -6px;
    background-color: #ffffff;
    max-height:200px;
    overflow-y:auto;
    
}

.angucomplete-searching {
    color: #acacac;
    font-size: 14px;
}

.angucomplete-description {
    font-size: 14px;
}

.angucomplete-row {
    padding: 6px 10px;
    color: #000000;
    margin-bottom: 4px;
    clear: both;
}

.angucomplete-selected-row {
    background-color: #881735;
    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;
}
.autocompleteinput {
               height: 40px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #e0e0e0;
    margin-top: 0px;
    padding: 5px;
    width: 100%;
    background: transparent;
    color:#333;
    font-size: 15px;
    border-radius: 2px;
           
        }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #676767;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #676767;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #676767;
}
:-moz-placeholder { /* Firefox 18- */
  color: #676767;
}