.flat .dcdCursor-drag {
    cursor: url('../../img/cursors/drag_port.png')6 6, move !important;
}

.flat .dcdCursor-move {
    cursor: url('../../img/cursors/drag.png')10 10, move !important;
}

.flat .dcdCursor-help {
    cursor: help !important;
}

.flat .dcdCursor-pointer {
    cursor: pointer !important;
}

.flat .dcdCursor-crosshair {
    cursor: crosshair !important;
}

.flat .dcdCursor-auto {
    cursor: auto !important;
}

/* 2017 and still need to jiggle the handle just right for IE/Edge... :eye_roll: */
.dj_edge .flat .dcdCursor-drag, .dj_ie .flat .dcdCursor-drag { cursor: move !important; }
.dj_edge .flat .dcdCursor-move, .dj_ie .flat .dcdCursor-move { cursor: move !important; }
