body {
    background: #e0e0e0;
    font-size: 10pt;
}

footer {
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 9vh;
}

header {
    margin-bottom: 10vh;
}

#logout {
    z-index: 10;
    font-size: 9pt;
    padding: 5px;
    margin: 5px;
    margin-left: 15px;
}

main {
    min-height: 80vh;
}

#toastcontainer {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 10000;
}

.login {
    max-width: 600px;
    margin-top: 100px;
}

.upload {
    z-index: 1000;
    position: fixed;
    max-width: 600px;
    background: #e1e1e1;
    padding: 20px 50px;
    border: 1px solid #333;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.ind {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#logincontainer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.mcontainer {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.not_started>td,
.error>td,
.map_fields>td {
    background: lightpink;
    color: darkred;
    font-style: italic;
}

.in_progress>td {
    background: lightyellow;
    color: darkkhaki;
    font-style: italic;
}

.nearly_complete>td {
    background: lightblue;
    color: darkblue;
    font-style: italic;
}

.finished>td {
    background: lightgreen;
    color: darkgreen;
}

.mpfield {
    cursor: pointer;
    text-decoration: underline;
}

.cancel {
    width: 100px;
    height: 50px;
}

.field_schema_form {
    top: 5vh;
    left: 5vw;
    z-index: 2000;
    position: fixed;
    width: 90vw;
    height: 90vh;
    background: #e1e1e1;
    padding: 15px 30px;
    border: 1px solid #333;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
}

.large-blob {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 7px;
    column-gap: 7px;
    margin-top: 5%;
}

.field-large {
    width: 100%;
    max-width: 600px;
}

.field-medium {
    width: 50%;
    max-width: 400px;
}

.field-small {
    width: 30%;
    max-width: 150px;
}
