
.custom-select2 {
	width: 100%;
}
.select2-container .select2-selection--single {
	height: auto;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
	border: none;
	background-color: transparent;
	border-bottom: 2px solid #e2e4e7;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 10px 0 20px 0;
	color: #003366;
	font-size: 16px;
	line-height: 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 10px 0;
	font-size: 16px;
	color: #003366;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #ffffff;
	border-color: #003366;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove ,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #003366;
	margin-right: 5px;
	font-size: 20px;
	line-height: 20px;
}
.select2-container {
	width: 100% !important;
}
.select2-dropdown {
	background-color: #ffffff;
	border-color: #e4e4eb;
}
.select2-dropdown li {
	padding: 5px 10px;
	font-size: 16px;
	color: #003366;
	border-bottom: 1px solid #e2e4e7;
	display: block;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #003366;
	color: #ffffff;
}
.ui-selectmenu-button.ui-button{display: none;}