.sortable > *, .sortable-with-handle .sortable-handle {
  cursor: move; }

.sortable-placeholder {
  display: block;
  height: 42px;
  margin-top: 1px;
  background-color: #f3f7f9;
  border: 1px dashed #e4eaec; }

.sortable.list-group-gap .sortable-placeholder, .sortable-with-handle.list-group-gap .sortable-placeholder {
  margin-bottom: 2px; }

.sortable.list-task .sortable-placeholder {
  height: 65px; }
