﻿.tt-input,
.tt-hint {
    width: 100% !important;
    height: 35px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 0px;
    outline: none;
}

.tt-input {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu {
    width: 422px;
    /*margin-top: 40px;*/
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 10px;
    font-size: 1em;
    line-height: 20px;
    margin-bottom: 0;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor, .tt-suggestion:hover {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.typeahead.tt-hint:disabled {
    background-color: #FFFFFF !important;
}

.typeahead:disabled {
    background-color: #e9ecef !important;
}

.form-check-input {
    margin-top: 0.2rem !important;
}

.typeahead {
    width: 100% !important;
}