.sortable--ghost {
	/*opacity: .5;*/
	background-color: rgba(200,215,251,0.45) !important;
}
.sortable--ghost i.mark {
	display: none !important;
}

.sortable--chosen {
	/**/
	opacity: 1.0 !important;
	color: #FFFFFF;
	background-color: #5189C8 !important;
}

.sortable--drag {
	opacity: 0 !important;/**/
	/*visibility: hide;*/
	color: #FFFFFF;
	background-color: #5189C8 !important;
}
.sortable--drag i.mark {
	display: none !important;
}

