.result_mensagens
{
	width:100%;
	float:left;
	position:relative !important;
	display:table !important;
}

.result_mensagens_fix
{
	width:100%;
	float:left;
	position:fixed !important;
	display:table !important;
	bottom:0px !important;	
	height:60px;
		
	z-index:99999999999 !important;
}

.open_alert_ok
{
	width:auto;
	min-width:310px;
	
	height:30px;
	line-height:38px;
	height:45px;
	
	padding:4px;
	padding-left:45px;
	padding-right:20px;
	text-align:left !important;
	
	position:absolute;
	bottom:5px;
	left:-8px;
	top:0px;
	
	z-index:9999999999999 !important;
	
	font-family:'Azo Sans';	
	font-size:11px;
	
	background-color:rgb(0,137,0);
	color:#FFFFFF;
	
	background-image:url(../images/msg_ok.png);
	background-size:auto 34px;
	background-position:left 4px center;
	background-repeat:no-repeat;
	
	opacity:0;

	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.open_alert_er
{
	width:auto;
	min-width:310px;
	height:30px;
	line-height:38px;
	height:45px;
	
	padding:4px;
	padding-left:45px;
	padding-right:20px;
	text-align:left;
	
	position:absolute;
	bottom:5px;
	left:-8px;
	top:0px;
	
	z-index:9999999999999 !important;
	
	font-family:'Azo Sans';	
	font-size:11px;
	
	background-color:rgb(255,23,23);
	color:#FFFFFF;
	
	background-image:url(../images/msg_at.png);
	background-size:auto 34px;
	background-position:left 4px center;
	background-repeat:no-repeat;
	
	opacity:0;

	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.open_alert_er i, .open_alert_ok i
{
	font-style:normal !important;
	line-height:13px !important;
	font-size:9px;	
}
