#structure .tr.dragging {
  background-color: #ffffff !important;
  opacity: 0.65;
}

#st-drag {
  position: absolute;
  z-index: 1;
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}

#st-dragcover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

#structure.dragactive .cacheTable {
  background-color: #eeeeee;
}

span.s-dnd-n {
  position: absolute;
  left: 10px;
  bottom: -10px;
  padding: 4px;
}

#structure .st-dnd-content {
  z-index: 0;
}

#structure .st-dnd-content .scroller {
  overflow: hidden;
}

#structure .st-dnd-content .st-section.hangover {
  box-shadow: none;
}
