.form-group .awesomplete {
    width: 100%;
}

div.awesomplete mark {
    background: transparent;
}

div.awesomplete [aria-selected="true"] mark {
    background: hsl(205, 40%, 40%)!important;
    color: inherit;
}

input.loading {
    background-image: url("/assets/images/loading.gif");
    background-size: 24px 24px;
    background-position:right center;
    background-repeat: no-repeat;
}

.list-group-item.active {
    color: #272727;
    background-color: #b8daff;
    border-color: #b8daff;
}

.list-group-item {
    padding: .15rem 0.25rem;
    border: none;
}

.bt-utilities {
    position: relative;
    top: 58px;
    right: 6px;
}