﻿body.error-body {
    background-color: #F2F2F2;
    /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    line-height: 1.42857;
}

.error-header {
    padding: 20px 0;
}

.error-message-wrapper {
    background-color: #1b9ee1;
    color: #f1f1f1;
    padding: 60px 0;
}

.error-img-wrapper {
    text-align: center;
}

.error-message-wrapper p {
    font-size: 1.5em;
    font-weight: 300;
}

.error-message-wrapper a {
    color: #f1f1f1;
    text-decoration: underline;
}

.error-header > .error-inner-col {
    height: 70px;
    /*background-image: url('../../Docs/images/TopBannerBlack.png'), url('../TopBannerBlack.png');*/
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.error-inner-col {
    width: 900px;
    margin: 0 auto;
}

.marginTop-xl {
    margin-top: 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .error-inner-col {
        width: 100%;
        float: left;
        margin-left: 2%;
        margin-right: 2%;
    }
}

@media (max-width: 991px) {

    .error-inner-col {
        width: 96%;
        float: left;
        margin-left: 2%;
        margin-right: 2%;
    }

    .error-message-wrapper .error-inner-col div {
        text-align: center;
    }
}