 .draggable.btn.btn-warning.btn-block.ui-draggable.ui-draggable-handle {
    width: 100%!important;
}
.editor-placeholder{
    background-color: blue !important;
}
.editor-trash-hover{
	background-color: #dc3545;
}




.material-icons{
	vertical-align: middle !important;
}



.btn-group.special {
  display: flex;
}

.special .btn {
  flex: 1
}



.cursor-help{
	cursor: help;
}
.cursor-pointer{
	cursor: pointer;
}

.droppable-danger i{
	color: #d33!important;
}