.select2-dropdown {
	z-index: 65563;
}

.select2-container--default .select2-selection--single{
	background: #eeeeee;
	border: none;
	border-radius: 4px;
	font-weight: normal;
	font-size: 13px;
	height: 34px;
	color: white;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: black transparent transparent transparent;
	top: 60%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #333;
	line-height: 29px;
	padding-top: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered > span:not(.select2-selection__placeholder) {
	padding-top: 4px;
	display: block;
}

.select2-container--open .select2-dropdown--below {
	background: #eeeeee;
	border: 0;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}

.select2-search__field {
	font-size: 14px;
}

.select2-selection__placeholder {
	display: inline-block;
	margin-top: 5px;
}
