body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.introduction {
    background-image: url(../../images/backgrounds/aanleg20.jpg);
    background-position: center center;
    background-size: cover;
}

.page-header {
    margin-top: 0px;
}

.sidenav-trigger.btn.btn-flat > .material-icons,
.sidenav-toggle.btn.btn-flat > .material-icons {
    color: white;
    margin-top: -11px;
}

@media (min-width: 760px) {
    .sidenav-trigger.btn.btn-flat,
    .sidenav-toggle.btn.btn-flat {
        display: none;
    }
}

@media (max-width: 760px) {
    .nav-wrapper > div > ul.right {
        display: none;
    }
}

main.content {
    background-color: #8080801a;
}

main.content > .container-fluid.z-depth-1.white.lighten-4 {
    margin: 10px;
    padding: 25px;
}

.btn.right {
    margin-left: 15px;
}

.loader {
    display: none;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #00aa50; /* Green */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

input:focus ~ label, input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #5264AE;
}

.MuiButtonBase-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.MuiButton-containedPrimary {
    color: #ffffff;
    background-color: #EE6E2C;
}

.MuiButton-label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}

.MuiButton-root {
    color: rgba(0, 0, 0, 0.87);
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.75;
    border-radius: 4px;
    text-transform: uppercase;
}

.MuiButton-contained {
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    background-color: #e0e0e0;
    border: 0px;
}

.MuiButton-containedPrimary {
    color: #ffffff;
    background-color: #EE6E2C;
}

.MuiButton-fullWidth {
    width: 100%;
}

.MuiButton-root:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.04);
}

.MuiButton-contained:hover {
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
    background-color: #d5d5d5;
}

.MuiButton-containedPrimary:hover {
    background-color: #EE6E2C;
}

ul.pagination {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 25px;
    text-align: center;
}

.page-size-material-grid-selector {
    display: inline-block;
    float: right;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;
}

.page-size-material-grid-label {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    position: relative;
}

.page-size-material-grid-container {
    display: inline-block;
    float: right;
    width: auto;
    height: auto;
    margin-bottom: -40px;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 0px;
}

.grid-letters{
    display: inline-block;
    float: left;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked{
    position: initial;
    opacity: initial;
    pointer-events: initial;
}