.select2-container.select2-container--bootstrap {
/*     display: block; */
/*     width: 100%; */
    height: 40px;
}

.select2-container.select2-container--bootstrap .select2-selection {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 6px;
/*     -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
/*     box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
}

.select2-container.select2-container--bootstrap .select2-selection__rendered {
    line-height: 26px;
    font-size: 16px;
    position: relative;
    top: 1px;
    left: 0;
    max-width: 450px;
}

.has-error .select2-container--focus .select2-selection, .has-error .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483 !important  ;
    border-color: #843534 !important;
}

.has-error .select2-dropdown, .has-error .select2-selection {
    border-color: #a94442 !important;
}