.off.ipt_column_zoom:hover{
	zoom:1.05;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	-webkit-transition:  top 0.4s ease, left 0.4s ease, box-shadow 0.5s ease;
	-moz-transition:  top 0.4s ease, left 0.4s ease, box-shadow 0.5s ease;
	-o-transition:  top 0.4s ease, left 0.4s ease, box-shadow 0.5s ease;
	-ms-transition: top 0.4s ease, left 0.4s ease, box-shadow 0.5s ease;
	transition: top 0.4s ease, left 0.4s ease, box-shadow 0.5s ease;
	top:-4px;
	/*left:-4px;*/
	position:relative;
	z-index:99994;
}
.ui-sortable .off.ipt_column_zoom:hover{
	top:-18px;
}
.off.ipt_column_light_move:hover{
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	-webkit-transition:  top 0.4s linear, left 0.4s ease, box-shadow 0.5s ease;
	-moz-transition:  top 0.4s linear, left 0.4s ease, box-shadow 0.5s ease;
	-o-transition:  top 0.4s linear, left 0.4s ease, box-shadow 0.5s ease;
	-ms-transition: top 0.4s linear, left 0.4s ease, box-shadow 0.5s ease;
	transition: top 0.4s linear, left 0.4s ease, box-shadow 0.5s ease;
	top:-2px;
	position:relative;
	z-index:99994;
}
.off.ipt_column_light:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity:0.85;
}
.off.ipt_column_dark:hover{
	filter: saturate(70%) brightness(98%);
	-webkit-filter: saturate(70%) brightness(98%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.off.ipt_column_magic-color:hover{
	filter:  hue-rotate(180deg) brightness(99%);
	-webkit-filter: hue-rotate(180deg) brightness(99%);
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}


/*ON*/
.on.ipt_column_zoom{
	zoom:1.05;
	box-shadow: 5px 0px 30px rgba(0,0,0,0.2);
	-webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.2);
	-webkit-transition:  top 0.4s ease, left 0.4s ease, box-shadow 0.5s ease;
	-moz-transition:  top 0.4s ease, left 0.4s ease, box-shadow 0.5s ease;
	-o-transition:  top 0.4s ease, left 0.4s ease, box-shadow 0.5s ease;
	-ms-transition: top 0.4s ease, left 0.4s ease, box-shadow 0.5s ease;
	transition: top 0.4s ease, left 0.4s ease, box-shadow 0.5s ease;
	top:-4px;
	left: 0px;
	position:relative;
	z-index:99992;
}
.ui-sortable .on.ipt_column_zoom{
	top: -18px;
}
.on.ipt_column_light_move{
	box-shadow: 5px 0px 30px rgba(0,0,0,0.1);
	-webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.1);
	-webkit-transition:  top 0.4s linear, left 0.4s ease, box-shadow 0.5s ease;
	-moz-transition:  top 0.4s linear, left 0.4s ease, box-shadow 0.5s ease;
	-o-transition:  top 0.4s linear, left 0.4s ease, box-shadow 0.5s ease;
	-ms-transition: top 0.4s linear, left 0.4s ease, box-shadow 0.5s ease;
	transition: top 0.4s linear, left 0.4s ease, box-shadow 0.5s ease;
	top:-2px;
	position:relative;
	z-index:99992;
}
.on.ipt_column_light{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity:0.85;
}
.on.ipt_column_dark{
	filter: saturate(70%) brightness(98%);
	-webkit-filter: saturate(70%) brightness(98%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.on.ipt_column_magic-color{
	filter:  hue-rotate(180deg) brightness(99%);
	-webkit-filter: hue-rotate(180deg) brightness(99%);
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}