﻿body {
}

div.simple-page {
    width: calc(100% - 3em);
    max-width: 1024px;
    padding: 1em;
    border: 1px solid black;
    border-radius: 1em;
    background-color: #fffe;
    margin: auto;
}

.dialog-outer, .simple-page {
    box-shadow: #0002 1em 1em 1em;
}

body {
    --sidebar-width: 1px;
    --topmenu-height: 50px;
}


.form-control.status {
    display: inline-block;
    width: 8em !important;
}


body {
    background-image: url(/images/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

whitewash {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #FFFC;
}
