.modalLoading {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba( 255, 255, 255, .8 );
}
.modalLoading img {
	padding-left: 50%;
	margin-top: 200px;
}

/* sortable
=================================================================== */
.sortablelist { 
	list-style-type: none;
	margin: 0;
	padding: 0 0 1.2em;
	float: left;
	margin-right: 5px;
	/* necessary for empty list,we must have always an element to drop items*/
	width: 150px;
	border: 1px solid #eee;
}

.sortablelist li {
	margin: 0 2px 2px 2px;
	padding: 2px;
}

