/**
* @author m.a
*
* Aplica stilul temei pentru tag-ul select afisat cu plugin-ul select2
* Aplica stilul temei pentru tag-ul select afisat cu formiojs
*/
.select2-container .select2-selection--single {
	height: 3rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: calc(3rem - 2px);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 3rem;
	padding-top: 0.5rem;
}

.select2-selection__clear {
	line-height: 2rem;
}
.form-label-group > label{
	z-index: 1020;
}
.form-label-group .selection {
	height: 3rem;
	padding-top: 1.2rem;
}
.choices__list--dropdown{
	z-index: 1021;
}
@media ( max-width : 768px) {
	.select2-container {
		margin-bottom: 1rem;
	}
}