/* CSS custom che integra il foglio di stile base della select2 per l'applicativo a39 bootstrappato */

.select2-container .select2-selection--single {
	height: calc(2.25rem + 2px);
}

.select2-container--default .select2-selection--single {
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.5;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: .375rem .75rem;
	color: #495057;
	font-size: 1rem;
}

.select2-container--open .select2-dropdown--below {
	border-radius: .25rem;
}

.select2-dropdown {
	border: 1px solid #aaa !important;
	background-color: white;
	border-radius: .25rem;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #495057;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: calc(2.25rem + 2px);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #ced4da;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #ced4da;
	color: black;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #495057 transparent transparent transparent;
}

.select2-container--default .select2-results > .select2-results__options {
	color: #495057;
}