﻿html, body {
    height: 100%;
    margin: 0;
    font-family: Arial;
    font-size: 12px;
}

.nav-loader-background {
    position: absolute;
    background-color: #fff;
    z-index: 99998;
    min-height: 100%;
    min-width: 100%;
}

/* Modals */

.modal {
    position: absolute;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 500px;
    max-height: 200px;
    border: 3px solid darkgray;
    background-color: #fff;
    z-index: 99997
}

.modal-background {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .5;
}

.nav-menu-context-item {
    font-family: Arial;
    width: 150px;
}

#eds-document-grid tbody tr:hover {
    background: #fffda6;
}