
.select2-container .select2-selection--single {
	height: 38px;
	border: 1px solid #dadae5;
}

.select2-selection__rendered {
	border-radius: 5px;
	padding: 7px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 22px;
	padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
	right: 8px;
}

.select2-container--default .select2-selection--multiple {
	border: 1px solid #dadae5;
	border-radius: 5px;
	padding: 0 10px 0 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: 1px solid #dadae5;
	margin: 7px 0 0 7px;
	line-height: 29px;
	border-radius: 5px;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: linear-gradient(to bottom, #FFFFFF 5%, #f6f6f6 100%);
	background-color: rgba(0, 0, 0, 0);
	background-color: #ffffff;
	padding-right: 10px;
}

.select2-search__field {
	margin-left: 7px !important;
	height: 30px;
	margin-top: 5px !important;
}

.select2-selection__choice__remove {
	padding-left: 4px;
	padding-right: 4px;
	font-size: 19px;
	float: left;
	position: relative;
	top: -1px;
}

/* Dropdown
------------*/

	.select2-dropdown {
		border: 1px solid #dadae5;
	}

	.select2-results__options {
		border: none;
		box-shadow: 0 .25rem .5rem #0000001f;

	}

