/* start component CSS */
.TKCursorDragHorizontal {
    cursor: pointer;
    cursor: move;
    cursor: col-resize !important;
}

.TKCursorDrag {
    cursor: pointer;
    cursor: move;
}
/* end component CSS */
