/* Useful css to scss converter
* http://sebastianpontow.de/css2compass/
*/
.autocomplete {
  position: relative;
  /*display: inline-block;*/
}

.autocomplete-items {
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    border: solid 1px #F4CB92;
}

.list-group-item {
    border: 0;
    color: #009696;
}

.active-item {
    background-color: beige;
    color: #009696;
}