
.select2-dropdown{
	z-index:9999999999
}
.select2-search--dropdown .select2-search__field{
	width: 90%
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 34px;  
  line-height: 34px;  
}
.select2-container .select2-selection--single{
  height: 34px;  
  line-height: 34px;  
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
	height: 34px;  
  line-height: 34px;  
}
.select2-search--dropdown {
    margin-right: 12px;
}
.select2-search:before {
    right: 4px;
}
.select2-search--dropdown .select2-search__field {
    width: 100%;
}
.form-control-min .select2-selection--single{
	height: 26px;
	line-height: 26px;
}
.form-control-min .select2-selection--single .select2-selection__rendered{
	height: 26px;
	line-height: 26px;
}
.form-control-min .select2-selection--single .select2-selection__arrow{
	height: 26px;
	line-height: 26px;
}
.col-xs-10-select2 {
    width: 83.333%;
}
.col-xs-12-select2 {
    width: 100%;
}
.has-error .select2-container--default .select2-selection--single {
    border-color: #a94442!important;
}
.has-success .select2-container--default .select2-selection--single {
	border-color: #3c763d!important;
}