
/*
div.error {
	padding: 1em;
	border: solid 10px red;
	font-family: Arial, sans-serif;
	font-size: 20px;
	background-color: white;
	color: black;
}
*/

/* =============================== FEEDBACK =============== */

.feedback
, .info, .success, .warning, .error, .validation {
        border: 1px solid #666;
        margin: 1em 0;
        padding: 1em 10px 1em 50px; /* 15px 10px 15px 50px */
        background-repeat: no-repeat;
        background-position: 10px center; /* 10px center */
		background-color: rgba(200,200,200,0.5);
		font-size: inherit; 
		font-weight: bold;
}
/*
.feedback:before
, .info:before, .success:before, .warning:before, .error:before, .validation:before {
	content: ' '; 
	display: block;
	float: left;
	width: 32px; height: 32px; 
}
*/


.info, div.info {
        color: #00529B;
        background-color: #BDE5F8;
        background-image: url('graphics/icons/feedback/info.png');
}


.success, div.success {
        color: #4F8A10;
        background-color: #DFF2BF;
        background-image:url('graphics/icons/feedback/success.png');
}

.warning, div.warning {
        color: #9F6000;
        background-color: #E9D687; /* #ffff88; */ /*#FEEFB3;*/
        background-image: url('graphics/icons/feedback/warning.png');
}

.error, div.error {
        color: #D8000C;
        background-color: #FFBABA;
        background-image: url('graphics/icons/feedback/error.png');
}

.littleFeedback {
	width: 40%;
	margin-left: 50%;
	/*font-size: 80%;*/
	padding: 0.5em 5% 0.5em 5%;
	background-size: 20px 20px;
}

.feedback a.feedbackLink {
	display: block;
	margin: 0.5em 0 0 0;
}

/* ===== ERROR ===== */

.systemError {
	padding: 15px 5%;
	background-position: 15px 15px;
}
.systemError h1 {
	margin: 0; padding: 0;
}
.systemError .details {
	font-size: smaller;
}