
.drag-placeholder{
	border: 4px dashed red;
	border-radius: 15px;
	padding: 10px;
	max-height: 50px;
}
.vertical-center{
	margin-top: 4px;
}

ul#templates {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.draggable:hover{
	cursor: move;
}

ul#sortable {
	padding: 0;
	margin: 0;
}
ul#sortable li{
	list-style: none;
}
.droppable:hover{
	border: 2px dashed red;
	border-radius: 10px;
}
.trash{
	display: none;
    position: relative;
    top: -36px;
    left: -2px;
    float: right;
}
.droppable:hover .trash{
	display: block;
}

#result{
	border: 1px solid darkgreen;
}

/* **************************************** 
 * Special widgets *
 **************************************** */
div[data-id="topMenu"] .navbar {
	/* position: relative; */
	/* top: 35px; */
	/* margin-bottom: 36px; */
}
