.draggable {
	border:1px dashed #ffffff;
	box-sizing:border-box;
	transition:0.5s ease;
	cursor:move;
}
.draggable:hover {
	background-color:#e6ffc8; /* $this->colors['highlight'] */ 
	border-color: #66aa00;   /* headerbackground */
}

.B2Bsortable-ghost {
	opacity: .6;
	background-color:#eeeeee;  /* lowlight */
	border-color: #666666; /* headerbackgroundlowlight */
}
