
.ui-select-container.ui-select-bootstrap,
.ui-select-container.ui-select-bootstrap .ui-select-toggle,
.ui-select-container.ui-select-bootstrap .ui-select-search {
    display: block;
    width: 100%;
}
.ui-select-bootstrap .ui-select-match-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.ui-select-container.ui-select-bootstrap .ui-select-toggle,
.ui-select-container.ui-select-bootstrap .ui-select-search,
.input-group > .ui-select-container.ui-select-bootstrap + .input-group-btn > [class^='btn'],
.input-group > .ui-select-container.ui-select-bootstrap + .input-group-btn > [class*=' btn'] {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    height: 2.5rem !important;
    border-radius: 0!important;
    box-shadow: none;
    font-size: 1rem;
    cursor: pointer;
}
.ui-select-container.ui-select-bootstrap .ui-select-toggle,
.ui-select-container.ui-select-bootstrap .ui-select-search {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
    height: 100% !important;
    border: 1px solid rgba(0,0,0,.3);
    background: #fff;
    color: #333!important;
}
.input-group > .ui-select-container.ui-select-bootstrap + .input-group-btn > [class^='btn'],
.input-group > .ui-select-container.ui-select-bootstrap + .input-group-btn > [class*=' btn'] {
    background: transparent;
    color: #aaa!important;
}
.ui-select-container.ui-select-bootstrap .ui-select-toggle {
    text-transform: none;
}
.ui-select-container.ui-select-bootstrap .ui-select-toggle:hover,
.ui-select-container.ui-select-bootstrap .ui-select-toggle:active,
.ui-select-container.ui-select-bootstrap .ui-select-toggle.active,
.ui-select-container.ui-select-bootstrap .ui-select-toggle:focus,
.ui-select-container.ui-select-bootstrap .ui-select-search:hover,
.ui-select-container.ui-select-bootstrap .ui-select-search:active,
.ui-select-container.ui-select-bootstrap .ui-select-search.active,
.ui-select-container.ui-select-bootstrap .ui-select-search:focus {
    background-color: white !important;
    border-color: #66afe9 !important;
}
.ui-select-container.ui-select-bootstrap .ui-select-toggle[disabled='disabled'] {
    background: rgba(0, 0, 0, .1) !important;
    cursor: not-allowed;
}
.ui-select-container.ui-select-bootstrap .ui-select-search {
    max-width: 100% ;
}
.ui-select-container.ui-select-bootstrap .ui-select-search:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.ui-select-container.ui-select-bootstrap .ui-select-choices {
    border: 1px solid rgba(0, 0, 0, .3);
}
