
.typeahead {
    letter-spacing: normal;
    overflow: hidden;
    font-size: 12px;
    z-index: 5;
}

.typeahead li{
    border: 1px solid #ccc0;
    padding: 2px;
    background-color: #ececec;
}

.select2-container {
    width: 100% !important;
}
.select2-container .select2-selection--single {
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 0;
}
.select2-dropdown {
    border: 1px solid #EAEAEA;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd;
    height: 36px;
    padding-left: 10px;
}