﻿.body {
    margin: 10px 15px 0px 15px;
    /*background-color: #ebebeb;*/
    width: auto;
    min-height: 100vh !important;
    height: 100vh;
}

.mainform {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    /*background-color: #ebebeb;*/
    width: auto;
    height: 100%;
}

.containerParent {
    display: flex;
    flex-flow: row wrap;
    height: auto;
    justify-content: center;
    align-items: flex-start;
}

.containerChildLeft {
    width: 14%;
    padding-left: 0px;
    float:left;
}

.containerChildMiddle {
    width: 43%;
    float: left;
}

.containerChildRight {
    width: 43%;
    padding-right: 0px;
    float: left;
}

.application-menu {
    width: 15%;
    padding-left: 5px;
    align-items: flex-start;
}

/* Headers */
.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
    color: #444;
    font-weight: normal;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.textwarning {
    color: #ff0000;
    font-weight: normal;
}

