﻿ html, body {
    height: 99%;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: stretch;
}

.bodycontainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: stretch;
    flex: 3 1 auto;
    overflow-y: auto;
}

.header {
    flex: 0 0 90px;
    display: flex;
    flex-direction: row;
}

.sidebar {
    flex: 1 1 auto;
}

.body {
    flex: 3 1 auto;
}

.header_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-height: 100%;
}

.headerspacer {
    flex: 0 0 auto;
    width: 100px;
}
.headerlogocontainer {
    flex: 2 1 auto;
    height: 66px;
}

.centeredfields {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.menu {
    flex: 0 0 auto;
    margin-bottom: 10px;
    background-color: rgb(245, 51, 63);
}

.dx-menu-item a {
    color: #ffffff !important;
    text-decoration: none;
}
