/* SELECT2 */
.select2-dropdown--below {
	z-index: 10052;
}

#dropdownparentselect2>.select2-container.select2-container--bootstrap.select2-container--open {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
}

.select2-results__option[aria-disabled=true] {
	background-color: rgba(255, 0, 0, 0.85);
	color: #fff !important;
	pointer-events: none;
	cursor: none;
}