.form-control .select2-choice {
    border: 0;
    border-radius: 4px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control .select2-choice .select2-arrow {
    border-radius: 0 4px 4px 0;
    padding-top: 3px;
    border-left: 1px solid #ccc;
    background: none;
}
.form-control.select2-container {
    height: auto !important;
    padding: 0px;
    border: none;
}
.form-control.select2-container.select2-dropdown-open {
    border-color: #ccc;
    border-radius: 3px 3px 0 0;
}
.form-control .select2-container.select2-dropdown-open .select2-choices {
    border-radius: 3px 3px 0 0;
}
.form-control.select2-container .select2-choices {
    border: 0 !important;
    border-radius: 3px;
}
.select2-container .select2-choice {
    border: 1px solid #ccc;
    background-image: none;
}
.select2-drop-active {
    border: 1px solid #ccc;
    padding-top: 5px;
}
.select2-results .select2-highlighted {
   background: #595c68;
   color: #fff;
}
.select2-results {
    text-align: left;
}
.select2-container .select2-choice > .select2-chosen {
    font-weight: normal;
}
