/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 10, 2014, 12:25:15 PM
    Author     : daniel
*/

.errorWindow
{
    background: url('/images/siz/loader_nn_42.gif') no-repeat center center #fff !important;
}

#errorReportContent
{
    display: none;
    background: #fff;
    width: 372px;
    text-align: center;
}

#errorReportContent .erTop
{
    display: block;
    padding-bottom: 1px;
    padding-top: 15px;
    text-align: left;
    padding-left: 5px;
}

#errorReportContent .erContent
{
    display: block;
}

#errorReportContent .erContent textarea
{
    display: inline-block;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.24) inset;
    color: #4D4D4D;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px !important;
    font-weight: normal;
    height: 130px;
    width: 360px;
    padding: 0;
    background: #FFFFFF;
    transition: none;
    padding: 0 5px;
    resize: none;
}

#errorReportContent .erContent textarea:hover,
#errorReportContent .erContent textarea:active,
#errorReportContent .erContent textarea:focus
{
    /*border-color: #3B8CE6 !important;*/
    border-color: #357EBD !important;
    box-shadow: 0 3px 5px -3px rgba(36, 118, 211, 0.3) inset;
    background: #FFFFFF;
}

.serverResponse
{
    display: none;
    padding: 50px 0;
    text-align: center;
    background: #fff;
    height: 60%;
}

.serverResponse p
{
    text-align: center;
    margin: 0;
    padding: 0;
}

.errorError
{
    padding-top: 5px;
}

.errorError p
{
    margin: 0;
    padding: 0;
    color: #ff0000;
    font-weight: normal;
    text-align: center;
	font-size: 16px;
}

#errorReportContent .smtpError
{
	background: #fff;
	padding-top: 50px;
	padding-bottom: 25px;
	font-size: 16px;
	color: #da0000;
}