#container {
    min-height: 100%;
    position: relative;
}

#body {
    padding-top: 0;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.layout-topbar {
    height: 8vh !important;
    padding: 1vh 2vw 1vh 2vw !important;
}

.layout-main {
    padding-top: calc(10vh + 45px) !important;
}

@media screen and (max-width: 896px) {
    .layout-main {
        padding-top: 10vh !important;
    }
}

.layout-topbar .topbar-menu .user-profile a {
    height: 4vh !important;
    font-size: 1.5vh;
}

.layout-topbar .topbar-menu .user-profile {
    padding: .1vh 0 0 0 !important;
}

.login-body .login-panel {
    height: 100% !important;
    overflow: auto;
}

.layout-topbar-logo {
    margin: 0 !important;
}

.layout-profile-userinfo {
    font-size: 1.3vh !important;
    margin: .4vh 0 0 .2vh !important;
}

.layout-profile-name {
    font-size: 1.5vh !important;
}

.layout-profile-role {
    font-size: 1.3vh !important;
}

.ui-panelgrid tr, .ui-panelgrid td {
    background: none !important;
    border: none !important;
}

body .ui-panel .ui-panel-titlebar {
    background: none;
    color: black;
    font-size: 110%;
    background-color: #efefef;
}
body .ui-chkbox {
    width: auto !important;
}
.error-info-panel {
    border: none;
    margin: 0 auto;
    text-align: left;
    width: 60%;
    height: 80%;
    display: inline-table;
    position: fixed;
    top: 150px;
    right: 390px;
}

.view-heading {
    font-weight: bolder;
    font-size: 1.75em;
    margin-top: 10px;
    margin-bottom: 10px;
}
