.sortable {
	width: 100%;
	padding: 10px 15px;
	margin: 5px 0 15px;
	min-height: 15px;
	border: 1px dashed #000;
}
.sortable .sortable {
    width: 100%;
    box-sizing: border-box;
    min-height: 40px;
}
.sortable .placeholder {
	width: 100%;
	height: 25px;
	background: rgba(0, 0, 0, 0.1);
}
.sortable li {
	list-style-type: none;
	position:relative;
	cursor: pointer;
}
.sortable li:hover .menu-control {display:inline-block}
.menutree {padding:10px 0 0;border:none !important;}
.menutree.sortable {margin: 5px 0 0;}
