.select2-container {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
}

.select2 {
	background-color: #ffffff;
	font-size: 14px;
    display: block;
	width: 100%;
}

.select2-container--default .select2-selection--single {
    background-color: #ffffff;
    color: #2b2d2f;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    padding: 0 0.5rem;
    height: 38px;    
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 0;
    position: absolute;
    top: 19px;
    right: 19px;
    width: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #2b2d2f transparent transparent transparent;
}
