.typeahead-container {
    position: relative;
	padding: 0;
    margin: 0;
}
.typeahead-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.typeahead-field {
    position: relative;
    display: table;
    border: separate;
    width: 100%;
}
.typeahead-field > span {
    display: table-cell;
}

.typeahead-filter {
    z-index: 1;
}
.typeahead-container.filter .typeahead-filter,
.typeahead-filter:hover,
.typeahead-filter:hover,
.typeahead-filter:active,
.typeahead-filter:focus {
    z-index: 1001;
}
.typeahead-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-width: 160px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: .6em;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.typeahead-result.detached .typeahead-list {
    position: relative;
    z-index: 1041;
    top: auto;
    left: auto;
}
.typeahead-list > li:first-child {
    border-top: none;
}
.typeahead-list > li {
    position: relative;
    border-top: solid 1px rgba(0, 0, 0, 0.15);
}
.typeahead-list > li > a {
    display: block;
    padding: 5px 12px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    text-decoration: none;
}
.typeahead-list > li > a:hover,
.typeahead-list > li > a:focus,
.typeahead-list > li.active > a {
    background-color: #ebebeb;
    color: #333;
}
.typeahead-list.empty > li > a:hover,
.typeahead-list.empty > li > a:focus,
.typeahead-list.empty > li.active > a {
    background-color: transparent;
}
.typeahead-list.empty > li > a {
    cursor: default;
}
.typeahead-list > li.typeahead-group {
    padding: 0;
}
.typeahead-list > li.typeahead-group > a,
.typeahead-list > li.typeahead-group > a:hover,
.typeahead-list > li.typeahead-group > a:focus,
.typeahead-list > li.typeahead-group.active > a {
    border-color: #9cb4c5;
    color: #000;
	font-weight: bold;
    background-color: #E4EDF6;
    cursor: default;
}
.typeahead-container.result .typeahead-list,
.typeahead-container.hint .typeahead-hint,
.typeahead-container.backdrop + .typeahead-backdrop {
    display: block !important;
}
.typeahead-container .typeahead-list,
.typeahead-container .typeahead-hint,
.typeahead-container + .typeahead-backdrop {
    display: none !important;
}

.search_location { width:100%; font-size:18px; height:46px; padding-left:15px;}

.search_sm {  font-size:12px; height:30px; padding-left: 8px;} 