#error #footer {
    z-index: 101;
}

/* ERROR PANEL */
.ErrorPanel .Overlay {
    font-size: 0;
}

.ErrorPanel .Content {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.ErrorPanel .Content .Scrollable {
    width: 100%;
    max-height: 108rem;
    overflow: auto;
}

.ErrorPanel .Content .Scrollable .ScrollableContent{
    padding: 2.35% 28%;
}

.ErrorPanel .Content .Thumbnail {
    height: 45rem;
    width: 45rem;
    background-image: url("/static/image/assistant/angry.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto 2rem auto;
}

.ErrorPanel .Content .Data {
    font-family: 'Roboto Condensed';
    font-size: 3rem;
    line-height: 1.2;
    color: #fff;
}

.ErrorPanel .Text,
.ErrorPanel .ErrorText {
    font-size: 3.6rem;
    font-weight: bold;
    text-transform: uppercase;
}

.ErrorPanel .ErrorText {
   color: #f44949;
}

.ErrorPanel .Exception {
    font-size: 2.4rem;
    color: #fff;
}

.ErrorPanel .LinkToHome {
    font-size: 3rem;
    margin-top: 3rem;
}

.ErrorPanel.HasException .Thumbnail,
.ErrorPanel.HasException .Text,
.ErrorPanel.HasException .LinkToHome {
    display: none;
}

@media screen and (orientation:portrait) {
    .ErrorPanel .Overlay:before {
        display: inline-block;
    }

    .ErrorPanel .Content .Scrollable .ScrollableContent{
        padding: 2.5rem 2rem;
    }
}
