/* select2 custom */
 
.select2-selection__rendered {
  line-height: 31px !important;
}
.select2-container .select2-selection--single {
  height: 40px !important;
}
.select2-selection__arrow {
  height: 34px !important;
}
.select2-results__group{ 
  background-color:#cccccc;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 400px;
  overflow-y: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
 background-color: #4169e1;
 border: 1px solid #aaa;
 color: #FFF
}