﻿body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: whitesmoke;
}
.header-menu {
    margin-top: 1em;
    margin-left: 2%;
    margin-bottom: 1em;
}
.header-menu > span {
    left: 5px;
    cursor: pointer;
    margin-right: 1em;
}
.list-box {
    margin-top: 2%;
    margin-left: 2%;
    padding: 3% 3% 3% 3%;
    background-color: #cdcdcd;
    border: solid thick #cdcdcd;
    border-radius: 1em;
    box-shadow: #cdcdcd 0.5em 0.5em 0.3em;
}
.grid-box {
    background-color: #cdcdcd;
    border: solid thick #cdcdcd;
    border-radius: 1em;
    box-shadow: #cdcdcd 0.5em 0.5em 0.3em;
}
.white_box {
    margin-top:2%;
    margin-left:2%;
    padding:3% 3% 3% 3%;
    background-color: white;
    border: solid thick white;
    border-radius: 1em;
    box-shadow: lightgrey 0.5em 0.5em 0.3em;
}

.white_box_header {
    font-size: medium;
    font-weight: bold;
    text-decoration: underline #334344;
}
.editform-buttons {
    margin-top:1em;
    margin-right:10%;
}
.editform-buttons > span {
    height:20%;
    width:30%;
    display:flex;
    justify-content: center;
    background-color: #334344;
    color: white;
    border: solid thick #334344;
    border-radius: 1em;
    text-decoration: none;
    cursor: pointer;
    padding-top: 1em 2em;
    float:right;
}
.readonly-field {
    border: 1px solid darkslategray;
    background-color: lightgray;
}
.field-caption {
    font-weight: normal;
}
.date-field {
    width:8em;
}
