.highlight {
    color: #000000;
}

.padded-row {
    margin-bottom: 10px;
}

.angucomplete-holder {
    position: relative;
}

.angucomplete-dropdown {
    border-color: #67b9e8;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px;

    /*width: 250px;*/
    width: 100%;
    height:200px;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;

   /* padding: 6px;*/
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    margin-top: -6px;
    background-color: #ffffff;
}

.angucomplete-dropdown::-webkit-scrollbar {
    display: none;
}

.angucomplete-searching {
    color: #ccc;
    font-size: 12pt;
    padding: 5px;
}


.angucomplete-description {
    font-size: 12pt;
}


.angucomplete-row {
    font-size: 10pt;
    padding: 5px;
    color: #000000;
    margin-bottom: 4px;
}


.angucomplete-selected-row, .angucomplete-row:hover {
    background-color: #67b9e8;
    color: #ffffff;
}
