/*.sortable > *,
.sortable-with-handle .sortable-handle {
  cursor: move;
}
.sortable-placeholder {
  display: block;
  float:left;
  height: 125px;
  width: 20%;
  border:1px #ccc dashed;
}
.sortable.list-group-gap .sortable-placeholder,
.sortable-with-handle.list-group-gap .sortable-placeholder {
  margin-bottom: 2px;
}
*/
.sortable > *,
.sortable-with-handle .sortable-handle {
  cursor: move;
}
.sortable-placeholder {
  display: block;
  height: 100px;
  float:left;
  background-color: #f3f7f9;
  border: 1px dashed #e4eaec;
  width:100%;
  margin-top:12px;
}
.sortable.list-group-gap .sortable-placeholder,
.sortable-with-handle.list-group-gap .sortable-placeholder {
 
}
