.sortable > *,
.sortable-with-handle .sortable-handle {
  cursor: move;
}
.sortable-placeholder {
  display: block;
  height: 40px;
  margin-top: 1px;
  background-color: #eee;
  border: 1px dashed #e0e0e0;
}
.sortable.list-group-gap .sortable-placeholder,
.sortable-with-handle.list-group-gap .sortable-placeholder {
  margin-bottom: 2px;
}
