/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10 sept. 2015, 20:42:45
    Author     : Pierre
*/
.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
  border-radius: 0px;
  padding: 4px;
  height: auto;
  min-height: 35px;
}
.select2-selection.select2-selection--multiple {
  padding: 0;
}
.select2-selection .select2-search {
  width: auto;
}
.select2-selection .select2-search input {
  height: auto !important;
  padding: 4px 20px 4px 5px;
  margin: 0;
  box-shadow: none !important;
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection__arrow {
  top: 4px !important;
}
.select2-container .select2-dropdown {
  border-radius: 0px;
}
.select2-container .select2-dropdown input {
  margin: 0px;
}
