﻿.container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-right: 12px !important;
    padding-left: 34px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: right !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 28px;
    border-left: solid 1px #CCC;
    right: 0px;
}
.search--dropdown .select2-search__field {
    text-align: right;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555;
    line-height: 32px;
    text-align: right !important;
}
.select2-results__option {
    text-align: right !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    text-align: right !important;
}
.select2-container--default .select2-search--inline .select2-search__field {

    text-align: right !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    float:right !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    float: left !important;
}