.multipla_selecao_container .select2 {
	height: 100%;
	width: 100% !important;
}

.multipla_selecao {
	overflow: auto;
	min-height: 32px !important;
}

.radio_container .multipla_selecao, .radio_container .select2-selection--multiple {
    height: 100% !important;
    max-height: 90px;
}

.multipla_selecao_container .select2,
.multipla_selecao_container .select2 .select2-selection__arrow {
	overflow: auto !important;
}

.multipla_selecao_container .select2-selection--multiple .select2-selection__rendered {
	line-height: inherit !important;
	max-height: 32px!important;
}
