

/* error/base.css */

.app-info {
    background-color: transparent;
    border: none;
    z-index: 10000;
    float: right;
    color: #ffffff;
}
.app-body .x-panel-default {
    background-color: transparent;
    border: none;
}
.app-description {
    background-color: transparent;
    margin-left: 40px;
    color: #FFFFFF;
}

.app-description .product_name {
    white-space: normal;
    word-wrap: break-word;
    margin-top: 80px;
    color: #ffffff;
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 50px;
}

.app-description .product_desc {
    white-space: normal;
    word-wrap: break-word;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 10px;
    width: 522px;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
}

.powered-by {
    text-align: right;
    color: #ffffff;
    font-size: 12px;
}

.powered-by a {
    font-weight: bold;
    color: #ffffff;
}

.version {
    text-align: right
}


/* error/error.css */

.app-error-body {
    background-color: #0067b1;
    background-image: url("/image/background.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.app-error-body .x-sp-error-container,
.app-error-body .x-navigation-toolbar,
.app-error-body .x-sp-header {
    background: transparent !important;
    border: none !important;
}

.app-error-body .x-toolbar-footer {
    background-color: var(--sp-body-background-color);
    border: none;
}

.app-error-body .powered-by-small, .app-home-body .powered-by-small {
    top: 0px;
    left: 95px;
    position: relative;
    width: 250px;
}

.app-error-body .x-sp-header {
    display: none;
}

.app-error-body .partnerLogoSpacer {
    top: 5px!important;
}

.app-error-body .x-toolbar-footer {
    top: 195px!important;
}

.app-error-body .partner-powered-by-small {
    top: 18px;
    left: 95px;
    position: relative;
    width: 250px;
}

.app-error-body .x-panel-body-default {
    border: none!important;
}

.app-error-body .x-navigation-toolbar .x-mask {
    visibility: hidden;
}

.app-error-content {
   padding: 10px;
}

.app-error-content a {
    color: #000;
}

.app-error-icon {
    float: left;
    font-size: 32px;
    padding: 5px;
    padding-right: 15px;
}

.system-health-status-info {

}

.system-health-status-warn {

}

.system-health-status-error {

}

.app-error-icon-info {
    color : #30b706;
}

.app-error-icon-warn {
    color: #ffbf00 !important;
}

.app-error-icon-error {
    color: #ff3b2b !important;
}

.app-error-message {
    font-size: larger;
}

.app-error-description {
    max-height: 300px;
    overflow-y: auto;
}

.app-error-reason {
    margin-top: 5px;
    padding-left: 3px;
    border-left: 4px solid #cbc7c7;
    font-style: italic;
    max-height: 60px;
    overflow-y: auto;
}
