/* auto */
.gesture-auto{
    cursor: auto !important;
}
/* text */
.gesture-text{
    cursor: text !important;
}
/* default */
.gesture-default{
    cursor: default !important;
}
/* none */
.gesture-none{
    cursor: none !important;
}
/* help */
 .gesture-help{
    cursor: help !important;
}
/* pointer */
 .gesture-pointer{
    cursor: pointer !important;
}
/* progress */
 .gesture-progress{
    cursor: progress !important;
}
/* wait */
 .gesture-wait{
    cursor: wait !important;
}
/* cell */
 .gesture-cell{
    cursor: cell !important;
}
/* crosshair */
 .gesture-crosshair{
    cursor: crosshair !important;
}
/* vertical-text */
 .gesture-vertical-text{
    cursor: vertical-text !important;
}
/* alias */
 .gesture-alias{
    cursor: alias !important;
}
/* copy */
 .gesture-copy{
    cursor: copy !important;
}
/* no-drop */
 .gesture-no-drop{
    cursor: no-drop !important;
}
/* not-allowed */
 .gesture-not-allowed{
    cursor: not-allowed !important;
}
/* grab */
 .gesture-grab{
    cursor: grab !important;
}
/* grabbing */
 .gesture-grabbing{
    cursor: grabbing !important;
}
/* all-scroll */
 .gesture-all-scroll{
    cursor: all-scroll !important;
}
/* move */
 .gesture-move{
    cursor: move !important;
}
/* col-resize */
 .gesture-col-resize{
    cursor: col-resize !important;
}
/* row-resize */
 .gesture-row-resize{
    cursor: row-resize !important;
}
/* n-resize */
 .gesture-n-resize{
    cursor: n-resize !important;
}
/* se-resize */
 .gesture-se-resize{
    cursor: se-resize !important;
}
/* s-resize */
 .gesture-s-resize{
    cursor: s-resize !important;
}
/* ns-resize */
 .gesture-ns-resize{
    cursor: ns-resize !important;
}
/* e-resize */
 .gesture-e-resize{
    cursor: e-resize !important;
}
/* w-resize */
 .gesture-w-resize{
    cursor: w-resize !important;
}
/* ne-resize */
 .gesture-ne-resize{
    cursor: ne-resize !important;
}
/* nw-resize */
 .gesture-nw-resize{
    cursor: nw-resize !important;
}
/* sw-resize */
 .gesture-sw-resize{
    cursor: sw-resize !important;
}
/* ew-resize */
 .gesture-ew-resize{
    cursor: ew-resize !important;
}
/* nesw-resize */
 .gesture-nesw-resize{
    cursor: nesw-resize !important;
}
/* nwse-resize */
 .gesture-nwse-resize{
    cursor: nwse-resize !important;
}
/* zoom-in */
 .gesture-zoom-in{
    cursor: zoom-in !important;
}
/* zoom-out */
 .gesture-zoom-out{
    cursor: zoom-out !important;
}