

/* Styles for the search input */

.avtsb-search-box {
    border: 1px solid #a8a8a8;
    font-family: Verdana;
    font-size: 11px;
    padding: 3px;
    background-color: #f3f3fc;
    color: #424242;
    width: 140px;
}

.avtsb-search-box-empty {
    font-style: italic;
    color: #b4b4b4;
}

.avtsb-search-btn {
    display: inline-block;
    /*border: 1px solid #a8a8a8;*/
    padding: 3px;
    font-family: Verdana;
    font-size: 12px;
}


.sbautocomplete .ui-autocomplete {
    max-height: 210px;
    overflow: auto;
    z-index: 9999 !important;
}

.nobullets li {
    list-style-type: none;
}

.sbform {
    margin: 20px;
}

    .sbform legend {
        font-weight: bold;
        font-size: 13px;
        color: #375162;
    }

    .sbform li {
        list-style: none;
    }

    .sbform .sblbl {
        float: left;
        display: block;
        width: 120px;
        text-align: right;
        margin: 6px 6px 0 6px;
        font-size: 11px;
        font-family: Georgia;
        font-weight: bold;
    }

    .sbform select, .sbform .textbox {
        width: 260px;
    }

    .sbform .sbbtnpane {
        margin: 10px 100px;
    }

.bstrap30 span.twitter-typeahead .tt-menu .tt-dataset-searchTerms > .dnnsf-sb-suggestion {
    display: flex;
    justify-content: space-between;
}
