﻿.typeahead-standalone {
    color: #000;
    display: flex;
    flex-direction: column;
    text-align: left
}

    .typeahead-standalone .tt-input {
        background: transparent;
        z-index: 1
    }

    .typeahead-standalone .tt-hint {
        background: #fff;
        color: #767676;
        cursor: default;
        user-select: none;
        z-index: 0
    }

    .typeahead-standalone .tt-list {
        background: #fff;
        border: 1px solid rgba(50,50,50,.6);
        box-sizing: border-box;
        overflow: auto;
        position: absolute;
        z-index: 1000
    }

        .typeahead-standalone .tt-list.tt-hide {
            display: none
        }

        .typeahead-standalone .tt-list div[class^=tt-] {
            padding: 0 4px
        }

        .typeahead-standalone .tt-list .tt-suggestion.tt-selected, .typeahead-standalone .tt-list .tt-suggestion:hover {
            background: #55acee;
            cursor: pointer
        }

        .typeahead-standalone .tt-list .tt-suggestion .tt-highlight {
            font-weight: 900
        }

        .typeahead-standalone .tt-list .tt-group {
            background: #eee
        }
/*# sourceMappingURL=basic.css.map*/
