﻿/* select2 override */
.form-group .select2-container {
  width: 100%!important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
}

.select2-container--default.select2-container--open .select2-selection--single {
    background-color: #fff;
}

.select2-dropdown
{
    border: 1px solid #aaa!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 5px;
}

.select2-autoheight + .select2-container .select2-selection--single {
    height: auto;
}

.select2-autowidth + .select2-container {
   width: auto!important;
}

.select2-container--default .select2-selection--multiple {
    border-color: #e0e0e0;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #4caf50;
    border: 1px solid #b4b4b4;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height:300px;
}

.select2-container--default .select2-dropdown-xs .select2-results > .select2-results__options {
    max-height: 200px;
}


.select2-container--default .select2-selection--single.theme2  {
    background-color: #fff;
    border-color: #aaa;
}

.select2-container .select2-selection {
    border-radius: 3px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #b4b4b4;
}

.select2-container--default .select2-selection--single {
    border-color: #e0e0e0
}



