.select2.select2-container.select2-container--default {
	margin:5px;
}
.select2-selection.select2-selection--single, 
.select2-selection.select2-selection--single span,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__rendered, 
.select2-selection.select2-selection--multiple, 
.select2-selection.select2-selection--multiple span,
.select2-container--default .select2-selection--multiple .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__rendered { 
	height:60px;
	line-height:60px;
}
.container-select.problemas .select2-selection.select2-selection--multiple, 
.container-select.problemas .select2-selection.select2-selection--multiple span,
.container-select.problemas .select2-container--default .select2-selection--multiple .select2-selection__arrow,
.container-select.problemas .select2-container--default .select2-selection--multiple .select2-selection__rendered, 
.container-select.meds .select2-selection.select2-selection--multiple, 
.container-select.meds .select2-selection.select2-selection--multiple span,
.container-select.meds .select2-container--default .select2-selection--multiple .select2-selection__arrow,
.container-select.meds .select2-container--default .select2-selection--multiple .select2-selection__rendered, 
.select-alergias-multiple .select2-selection.select2-selection--multiple, 
.select-alergias-multiple .select2-selection.select2-selection--multiple span,
.select-alergias-multiple .select2-container--default .select2-selection--multiple .select2-selection__arrow,
.select-alergias-multiple .select2-container--default .select2-selection--multiple .select2-selection__rendered { 
	height:auto;
	line-height:42px;
}
.container-select.problemas ul.select2-selection__rendered, 
.container-select.meds ul.select2-selection__rendered, 
.select-alergias-multiple ul.select2-selection__rendered {
	line-height:60px!important;
	vertical-align:middle!important;
}
.select2-selection__rendered .select2-selection__choice {
	height:47px;
	line-height:47px;
}
.select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
	height:47px;
	line-height:47px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-results__options { 
	font-weight:700;
	font-size:16px;
}

#home .select2-container--default .select2-selection--single .select2-selection__placeholder,
#home .select2-container--default .select2-selection--single .select2-selection__rendered,
#home .select2-results__options { 
	font-size:18px;
}

select.alergias + .select2-container--default .select2-selection--multiple {
	/*border-top:none;
	border-left:none;
	border-right:none;*/
}

.scroll-defined.ps-container > .ps-scrollbar-x-rail,
.scroll-defined.ps-container > .ps-scrollbar-y-rail {
	opacity: 0.6;
}

.espacamento.select-alergias-multiple ul li.select2-search.select2-search--inline input.select2-search__field, 
.espacamento .container-select.meds ul li.select2-search.select2-search--inline input.select2-search__field, 
.espacamento .container-select.problemas ul li.select2-search.select2-search--inline input.select2-search__field { 
	min-width:150px;
	width:100%!important;
}

.select2-container--open .select2-dropdown--below {
	margin-top:1px;
}

/** SELECT RESULTADOS :: PREFERENCIAS (filtros) **/
.container-preferencias-resultados .select2.select2-container.select2-container--default {
	margin:3px 0 0 0;
}
.container-preferencias-resultados .select2-selection.select2-selection--single, 
.container-preferencias-resultados .select2-selection.select2-selection--single span,
.container-preferencias-resultados .select2-container--default .select2-selection--single .select2-selection__arrow,
.container-preferencias-resultados .select2-container--default .select2-selection--single .select2-selection__rendered { 
	height:25px;
	line-height:25px;
}

.container-preferencias-resultados .select2-container--default .select2-selection--single .select2-selection__placeholder,
.container-preferencias-resultados .select2-container--default .select2-selection--single .select2-selection__rendered,
.container-preferencias-resultados .select2-results__options { 
	font-weight:400;
	font-size:14px;
}
/** !! SELECT RESULTADOS :: PREFERENCIAS (filtros) **/