.novChildWindowHost {
    position: relative !important;
    touch-action: none;
}
.novDesktop {
    z-index: 1000;
}
.novWindow {
    position: absolute !important;
    box-shadow: 1px 1px 4px rgba(128, 128, 128, .5);
}
.novPrintIFrame {
    visibility: collapse;
    width: 0;
    height: 0;
}
novPrintIFrameCollection {
    visibility: collapse;
    width: 0;
    height: 0;
}
novCursor {
    position: absolute !important;
}
.novWindowSurface {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    outline: none !important;
}
.novNoBox {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    outline: none !important;
}
.novStretchToViewport {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}
.novNoMouse {
    pointer-events: none !important;
}
.novAllMouse {
    pointer-events: all !important;
}
.novNoMouse {
    pointer-events: none !important;
}
.novNoBackground {
    background: none !important;
}
.novNoCaret {
    caret-color: transparent;
}
input[type="file"]
{
    display: none;
}
.novClipboardTextArea {
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute;
    left: 100%;
    pointer-events: all;
}