﻿/*server error page style*/

.airview-server-error {
    background: #fff;
    min-height: calc(100vh - 52px);
}

.airview-server-error .server-error-header {
    text-align: center;
}

.airview-server-error p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
}

.airview-server-error p > span {
    font-weight: 500;
    color: #007CA7;
}

.airview-server-error a {
    color: #007CA7;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
}

.server-error-header a {
    display: inline-block;
    margin: 15px auto 25px
}

.server-error-header img {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 50px;
    float: unset;
}

.server-error-header .error-textures {
    color: #911e1e;
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 500;
}

.server-error-header .btn-info {
    background: linear-gradient(180deg, #4AB6E4 0%, #1D82AE 100%);
    padding: 14px 45px;
    font-size: 16px;
    display: block;
    color: #fff;
}

.server-error-header .btn-info:hover,
.server-error-header .btn-info:active,
.server-error-header .btn-info:focus {
    background-color: #1a86b9 !important;
    box-shadow: none !important;
    color: #fff;
}

.server-error-header h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 58px;
    letter-spacing: 0.25px;
    color: #000;
}

.server-error-header p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
}

.server-error-block {
    background: #f3fbff;
    padding: 20px 20px;
    margin: 15px 0 15px;
}

.server-error-block > p {
    display: flex;
    margin-bottom: 3px;
}

.server-error-block > p > .line-numbers {
    width: 10%;
    min-width: 100px;
}

.server-error-block > p:last-child {
    margin-bottom: 0;
}

.server-error-message {
    max-width: 550px;
    margin: auto;
    padding: 0 15px;
}

.server-error-content {
    padding: 20px 50px;
}

.airview-not-found-error img {
    max-width: 350px;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
}