.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-input,
.tt-hint {
    font: 14px 'Montserrat', Helvetica, Arial, sans-serif;
    border: 1px solid #e2e2e2;
    border-radius: 0 6px 6px 0;
    padding: 0px 0px 0px 15px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 70%;
}

.tt-query, .tt-input { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
    margin-top: -14px;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 422px;
    margin-top: 12px;
    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 20px;
    /*font-size: 16px;*/
    font-size: 13px;
    line-height: 24px;
    cursor: pointer;
    text-align: left;
}

.tt-suggestion:hover {
    background: #f1f1f1;
}

/* .tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
.tt-suggestion.tt-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.tt-suggestion span {
	display:inline-block;
	background:#b61418;
	color: #fff;
	margin-right:6px;
	width:50px;
	text-align:center;
	font-weight:700;
	font-family:Arial, sans-serif;
}

#typeahead .tt-menu {
    overflow: visible;
}

.tipue_drop_box {
    position: relative;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    box-shadow: 2px 2px 5px #f9f9f9;
    top: -14px;
    left: 30%;
    z-index: 9999;
}

.tt-pre {
    display: inline-block;
    margin-right: 0px;
    background: #B61418;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 6px 0 0 6px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 29%;
    height: 48px;
    line-height: 48px;
}

.empty-message {
    padding: 5px 10px;
    text-align: center;
}

.tt-header {
    padding: 3px 20px;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    font-weight: bold;
}