/* 
NOTICES STYLE SHEET FOR [ATTIK DESIGNS]
Created by [KAREN MCCRANN]
[https://www.attikdesigns.ie]
*/

/*	--------------------	*/
/*	jq classes				*/
/*	--------------------	*/
.fade-in {
	display: none;
}
.activeField {
	border:1px solid #ffa800 !important;
	background: url(/admin/mainpics/icons/icon-yellow-exclamation.jpg) center right no-repeat;
}
.activeErrorField {
	border:1px solid #c80000 !important;
	background: url(/admin/mainpics/icons/icon-red-cross.jpg) center right no-repeat;
}
.correctField {
	border:1px solid #81b124 !important;
	background: url(/admin/mainpics/icons/icon-green-tick.jpg) center right no-repeat;
}
.infoField {
	border:1px solid #007dce !important;
	background: url(/admin/mainpics/icons/icon-blue-info.jpg) center right no-repeat;
}
input.button.activeField {
	border:none !important;
	background-image:none;
}
input.button.activeErrorField {
	border:none !important;
	background-image:none;
}
.errorFieldInline {
	clear:both;
	display:block;
	font-size:0.9em;
	margin:10px 0;
	padding:0 8px;
	background:#ff7070;
	line-height:26px;
	border:1px solid #ff4444;
	color:#fff;
}
.noticePanel {
	background:#7fb023 url(/admin/mainpics/icons/icon-green-tick.jpg) left 0 no-repeat;
	padding-left:35px;
	border:1px solid #7fb023;
	margin-bottom:5px;
}
.noticePanel p {
	line-height:30px;
	margin-bottom:0;
	color:#fff !important;
}
.errorPanel {
	background:#c80002 url(/admin/mainpics/icons/icon-red-cross.jpg) left 0 no-repeat;
	padding-left:35px;
	border:1px solid #c80002;
}
.errorPanel p {
	line-height:30px;
	margin-bottom:0;
	color:#fff !important;
}
.messagePanel {
	background:#fef0c3 url(/admin/mainpics/icons/icon-yellow-exclamation.jpg) left 0 no-repeat;
	padding-left:35px;
	border:1px solid #ffd37f;
}
.messagePanel p {
	line-height:30px;
	margin-bottom:0;
	color:#231F20 !important;
}
.hintPanel {
	background:#b2d8f0 url(/admin/mainpics/icons/icon-blue-info.jpg) left 0 no-repeat;
	padding-left:35px;
	border:1px solid #ffd37f;
}
.hintPanel p {
	line-height:30px;
	margin-bottom:0;
	color:#231F20 !important;
}
/*	spcial cases	*/
textarea.activeField,
textarea.activeErrorField,
textarea.correctField,
textarea.infoField
{
	background-position:top right;
	}
form#login-form span.errorFieldInline {
	left:-30px !important;
	position:relative;
	width:75%;
	
}