.sortable-placeholder, .sortable-placeholder-inline {
	padding: 20px 0;
	height: 20px;
	border-top: 1px dashed #dedede;
	border-bottom: 1px dashed #dedede;
	background-color: #f7f7f7;
}
.sortable-placeholder-inline {
	width: 150px;
	padding: 8px 0;
	margin-right: 6px;
	display: inline-block;
	vertical-align: top;
}

/*ui-sortable-helper*/
.row.ulink-row.ui-sortable-helper {
	max-height: 200px !important;
	overflow:hidden;
	background-color: #ffffff;
}
.row.ulink-row.ui-sortable-helper::before {
	content:'';
	display: block;
	position: absolute;
	height: 50%;
	width: 100%;
	bottom: 0;
	z-index: 3;

    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0.01)), color-stop(100%,rgba(255,255,255,1))); 
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); 
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); 
	background-repeat:repeat-x;
}