/* V38.4: one stable default position per detail editor. JavaScript applies the
   final coordinates synchronously before the browser paints. No transitions are
   used on position, so the panel cannot animate or flicker between locations. */
#action-editor-panel,
#monitoring-site-editor-panel{
  transition-property:opacity,box-shadow,border-color!important;
  transition-duration:.14s!important;
}
#action-editor-panel.dragging,
#monitoring-site-editor-panel.dragging{
  cursor:grabbing;
}
#action-editor-panel .panel-header,
#monitoring-site-editor-panel .panel-header,
#monitoring-site-editor-panel .monitoring-editor-header{
  cursor:move;
}
