﻿.errorContainer {
    height: auto;
    min-height: 592px;
    margin: 0 auto;
    width: 90%;
    /*max-width: 1280px;*/
    background: none repeat scroll 0 0 #fefefe;
    color: #999999;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: .5px;
    word-spacing: .5px;
    line-height: 19px;
    font-family: Arial, Helvetica, sans-serif;
}




/*=====================================FOR ERROR BOX ===============================================================*/

.errorBox {
    /* width: 95%;*/
    height: auto;
    overflow: hidden;
    /* margin-bottom: 50px;*/
    color: #3b3b3b;
}

.errorBox_Top {
    width: 100%;
    height: auto;
    min-height: 400px;
    overflow: hidden;
    background: url("../Images/errorImg.png") no-repeat right #FFF;
}

.errorBox_Top_noimg {
    background: none;
    margin: 0 auto;
    text-align: center;
}

    .errorBox_Top_noimg .errorBoxLeft {
        width: 100%;
    }

.errorBoxLeft {
    width: 50%;
    height: auto;
    overflow: hidden;
    margin: 100px 0 0 0;
}

.errorBoxLeft_Hd {
    width: 100%;
    height: auto;
    line-height: 36px;
    font-size: 40px;
    font-family: 'robotolight';
    color: #3b3b3b;
    font-weight: bold !important;
    margin-bottom: 20px;
}

.des01 {
    width: 100%;
    height: auto;
    line-height: 23px;
    font-size: 14px;
    font-family: 'robotolight';
    color: #3b3b3b;
    font-weight: normal !important;
    margin-bottom: 20px;
}

.des02 {
    width: 100%;
    height: auto;
    line-height: 18px;
    font-size: 12px;
    font-family: 'robotolight';
    color: #3b3b3b;
    font-weight: normal !important;
    text-align: justify;
}

.errorBox_Btm {
    width: 100%;
    margin-top: 20px;
    height: auto;
    overflow: hidden;
}

.accoContainer {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.erHd01 {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dcdcdc;
    color: #1d1d1d;
    font-size: 18px !important;
    line-height: 45px;
    min-height: 45px;
    padding-left: 11px;
    font-family: 'robotolight';
    color: #3b3b3b;
    font-weight: normal !important;
    margin-bottom: 5px;
}

.errorHint {
    width: 100%;
    height: auto;
    line-height: 18px;
    font-size: 14px;
    font-family: 'robotolight';
    color: #3b3b3b;
    font-weight: normal !important;
    /*min-height: 200px;*/
}

.btnSendReport {
    /*margin-left: 850px;*/
    margin-top: 10px;
    height: 30px;
}

.hideDiv {
    display: none;
}

font-face {
    font-family: 'robotolight';
    src: url('fonts/Roboto-Light-webfont.eot');
    src: url('Fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Light-webfont.woff') format('woff'), url('/fonts/Roboto-Light-webfont.ttf') format('truetype'), url('/fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

.FormError {
    font-size: large;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width : 800px) {
    .errorBox_Top {
        background: none;
        min-height: 0;
    }

    .errorBoxLeft {
        width: 100%;
    }
}
