﻿/*********** Select2 ************/



/*.select2-container--default .select2-container--focus .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0px !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
    border-radius: 5px !important;
    border: 1px solid #ced4da !important;
}

.select2-search__field {
    text-align: right;
}

.select2-container .select2-search--inline {
    float: right !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: right !important;
    margin-left: 5px !important;
    margin-right: 0px !important;
}*/