.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 26px !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 0px !important;
  height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 31px !important;
}

.form-control[readonly] {
    background-color: #ffffff;
}


input.filter{
    float: left;
    margin-right: 5px;
}


