@charset "utf-8";
/* CSS Document */

/* MSG */
.msg{
	color:rgba(255,255,255,1) !important;
	padding:5px;
	position:relative;
}
.msg[data-type='0']{background-color:rgba(51,153,0,1);} /* ok */
.msg[data-type='1']{background-color:rgba(255,153,0,1);} /* attenzione */
.msg[data-type='2']{background-color:rgba(204,0,0,1);} /* errore */
.msg h1,.msg h2,.msg h3,.msg h4,.msg h5.msg ,.msg h6,.msg p{
	color:rgba(255,255,255,1);
	line-height:18px;
}
.msg .msgClose{
	position:absolute;
	top:0;
	right:0;
	padding:5px;
	cursor:pointer;
	font-size:24px;
}
/* /MSG */