/* line 10, app/assets/stylesheets/trestle/_custom.scss */
body.dragging, body.dragging * {
  cursor: move !important;
}

/* line 14, app/assets/stylesheets/trestle/_custom.scss */
body.dragging table.sortable-table tr {
  background-color: #FFFFFF !important;
}

/* line 17, app/assets/stylesheets/trestle/_custom.scss */
.dragged {
  position: absolute;
  top: 0;
  opacity: .5;
  z-index: 2000;
}

/* line 23, app/assets/stylesheets/trestle/_custom.scss */
tr.placeholder td {
  height: 24px;
}

/* line 27, app/assets/stylesheets/trestle/_custom.scss */
.sortable-table {
  position: relative;
  overflow: hidden;
}
