body
{
    margin-top: 70px;
    overflow: hidden;
}

#app-wrapper
{
    height: 845px;
    overflow: hidden;
    overflow-y: auto;
}

#global-data-loader
{
    background-color: rgba(0, 0, 0, 0.85);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5000;
}
#global-data-loader > div
{
    display: block;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5000;
}

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

input:disabled, button:disabled, textarea:disabled
{
    cursor: not-allowed;
}