.select2-container {
    width: 217px !important;
}

.select2-selection {
    border-color: #dddddd !important;
    border-radius: 0 !important;
}

.select2-results__option--selected {
    background: #0075a5 !important;
}

.select2-dropdown {
    border-color: #dddddd !important;
    border-radius: 0 !important;
}

.select2-search__field {
    border: 1px solid #5f9cd7 !important;
    height: 24px !important;
    line-height: 22px !important;
    padding: 0 5px !important;
    min-height: 24px !important;
    border-radius: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
    color: #333 !important;
}

.select2-results__option.select2-results__message {
    padding: 0 1px !important;
}

.select2-search__field:focus {
    box-shadow: none !important;
}

.select2-container .select2-selection--single {
    height: 24px !important;
}

.select2-selection__rendered {
    line-height: 22px !important;
    padding-left: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 22px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #0075a5 !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option--selected.select2-results__option--highlighted.select2-results__option--selectable {
    background: #0075a5 !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option--selected.select2-results__option--selectable {
    background: #ffffff !important;
    color: #333 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333 !important;
}

.select2-results__option {
    font-size: 12px !important;
    margin: 0 4px !important;
    min-height: 15px !important;
    padding: 4px 6px !important;
    line-height: 16px !important;
    margin-bottom: 4px !important;
    color: #333 !important;
}

.select2-results__option:not(:last-of-type) {
    margin-bottom: 0 !important;
}

.select2-selection {
    outline: 0 !important;
    border-radius: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 24px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 24px !important;
}

.select2-container--disabled .select2-selection {
    cursor: default !important;
    background: #f7f7f7 !important;
    border-color: #ddd !important;
}

.select2-container--disabled .selection .select2-selection--single .select2-selection__rendered {
    color: #ccc !important;
}

.select2-container--disabled .select2-selection--single .select2-selection__arrow {
    opacity: 0.5 !important;
}

/* Multiple */
.select2-container--default.select2-container--focus .select2-selection--multiple {
    padding: 0 5px !important;
    min-height: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 0 !important;
    background: #d2d2d2 !important;
    color: #fff !important;
    border-radius: 7px !important;
    box-shadow: none !important;
    height: 14px !important;
    box-sizing: content-box !important;
    padding: 1px 1px 1px 3px !important;
    margin: 3px 5px 3px 0 !important;
    float: left !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    line-height: 13px;
    display: block;
    float: left;
}

.select2-selection--multiple .select2-search__field {
    border: 0 !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: 0 !important;
    padding: 0 4px 0 6px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background: none !important;
    /*color: #333;*/
    /*outline: none;*/
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    background: url("../img/select2-multiple-choice-close.png") 0 0 no-repeat !important;
    width: 9px !important;
    height: 9px !important;
    color: transparent !important;
}

.select2-container--default .select2-selection--multiple {
    padding: 0 5px !important;
}

.select2-selection--multiple .select2-selection__rendered {
    padding-left: 0 !important;
}

.select2-results__options .select2-results__option--selected {
    /*color: #ccc !important;*/
}

.select2-selection--multiple .select2-selection__rendered:after {
    visibility: hidden !important;
    display: block !important;
    font-size: 0 !important;
    content: " " !important;
    clear: both !important;
    height: 0 !important;
}

.select2-selection--multiple .select2-selection__rendered {
    display: inline-block !important;
    margin: 0 !important;
}

* html .select2-selection--multiple .select2-selection__rendered {
    height: 1% !important;
}

.select2-selection--multiple .select2-selection__rendered {
    display: block !important;
}

.select2-selection--multiple .select2-search--inline {
    /*display: none !important;*/
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-right: 0 !important;
}

.select2-container .select2-results__options .select2-results__option[role="alert"] {
    padding: 5px 6px !important;
    color: #777 !important;
    margin: 0 !important;
}

.select2-results__options[aria-multiselectable="true"] {
    margin-top: 4px !important;
}