﻿* {
    font-family: sans-serif;
}

#documentViewerDiv {
	/*width: 960px;*/
	height: 630px;
	background-color: gray;
    border: 1px solid lightgray;
}
#documentViewerDiv > canvas {
    cursor: default !important;
}

.context-menu-item span {
    font-family: sans-serif;
    font-size: 0.7em;
    font-weight: 600;
}

.disabled-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000000;
    background-color: black;
    opacity: 0.65;
}
.disabled-overlay > p {
    font-weight: bold;
    color: red;
    font-size: 8em;
    text-align: center;
}

.document-viewer-message {
    background-color: white;
    /* height: 100%; */
    /* width: 100%; */
    margin: 0 15px;
    padding: 10px;
    position: relative;
    top: 15px;
}
.document-viewer-message > p {
    
}


ul.context-menu-root ul.context-menu-list {
    max-height: 400px;
    overflow-y: auto;
}