﻿@import url('colors.css');
@import url('header.css');
@import url('footer.css');
.page-content > h3 {
    padding: 40px 40px 0px 40px;
    margin: 0;
}
.page-content {
    margin-top:63px;
}
.layout {
    position: absolute;
    height: 100%;
    width: 100%;
    display: grid;
    grid-auto-rows: auto auto 10%;
}
body {
    font-family: Arial;
    font-size: 20px;
    margin:0;
}

#overlay {
    opacity: 0.5;
    z-index: 3;
    background: black;
    width: 100%;
    height: 100%;
    position: fixed;
}

.disabled-element {
    pointer-events: none; opacity: 0.5;
}