/* static/style.css */
/* Place additional CSS styling here */

html,
body {
    height: 100%;
    font-size: 1em;
}

h1 {
    font-size: 1.3em;
}

h2 {
    font-size: 1.1em;
}

p.large {
    font-size: 1em;
}

input select textarea {
    font-size: 1em;
}

.table td {
    padding: 0.25rem;
}

.knop {
    font-size: 1em;
}

.invalid-feedback {
    font-size: 100%;
}

.Openstaand {
    background-color: pink !important;
}

.Lopend {
    background-color: yellow !important;
}

.Blijvend {
    background-color: brown !important;
}

.Voltooid {
    background-color: green !important;
}

.Bezet {
    background-color: lightsalmon !important;
}

.Vrij {
    background-color: lightgreen !important;
}

ul.navbar-nav {
    text-align: right;
}

.navbar-custom-background-color {
    background-color: #F5FFFA;
}
.helptext {
    font-size: 80%;
    color: dimgray;
}