/* Minification failed. Returning unminified contents.
(7,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-background-color'
 */
html,body {
    height: 100%;
    padding-bottom: 0;
}

body {
    background-color: var(--primary-background-color);
}

.body-content {
    margin-top: 0;
    padding-top: 15px;
     min-height: inherit;
}

.body-themed-bg .container.body-content {
    background-image: url(../Images/bg-white-75.png);
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 2em;
    -ms-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dialog-page .container.body-content {
    background-image: none !important;
}

@media (max-width: 768px) {
    .container.body-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}
