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

.select2-container .select2-selection--single {
	height: 15px;
}

.select2-dropdown {
	border: 1px solid #676767;
	background-color: white;
	border-radius: 0px;
}

.select2-search--dropdown .select2-search__field {
	padding: 0px;
}

.select2-container--default .select2-selection--single {
	border: 1px solid black;
	border-radius: 0px;
}

/* aggiunto */
/*
.select2-container--default .select2-selection--single:focus{
	outline: none !important;
    border:1px solid maroon;
    box-shadow: 0 0 10px maroon;
}
*/

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: maroon;
	line-height: 13px;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 12px;
}

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

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

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

/* aggiunto */
/*
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	outline: none !important;
    border:1px solid maroon;
    box-shadow: 0 0 10px maroon;
}
*/
.select2-container--default .select2-results > .select2-results__options {
	color: maroon;
}