.select2-container {
    background:    #FFF none repeat scroll 0 0;
    border:        medium none;
    height:        2.5em;
    line-height:   2.5em;
    border-radius: 4px;
}

.select2-container .select2-choice {
    background-image: none;
    padding:          0.3em 1em 0.3em 1em;
    height:           2.5em;
    border-radius:    4px;
    border:none;
}

.select2-container .select2-choice .select2-arrow {
    background:  #FFF none repeat scroll 0 0;
    border-left: none;
}

.select2-container .select2-choice .select2-arrow b {
    background: rgba(0, 0, 0, 0) url("select2.png") no-repeat scroll 0 4px;
}

.form-control.select2-container.select2-dropdown-open,
.select2-drop-active,
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border-color: #FFF;
}

.select2-results .select2-highlighted {
    background: #0083B9;
}

.select2-dropdown-open .select2-choice {
    background: #FFF;
}