.select2-container .select2-selection--single {  
	height: 34px;
	border-radius:0px;
	border-color: #c7d3d6;  	  
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
   height: 34px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #c7d3d6 1px;
    outline: 0;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #c7d3d6;
    border-radius:0px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    line-height: 23px;
}