/********************
 Estilos para GROWL 
*********************/
.ui-growl {
	top: 90px;
	width: 400px;
}

.ui-growl-item {
	padding: 10px 15px;
}

.ui-growl-item-container {
	margin: 0px;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: none;
	opacity: 1;
	/*-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui-growl-message {
	float: left;
	width: 88%;
	padding: 0px 0px 0px 5px;
}

.ui-growl-message p {
	text-shadow: none;
	font-size: 13px;
	font-weight: normal;
}

.ui-growl-image {
	font-size: 25px;
	background: none;
}

.ui-growl-image::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.ui-growl-error {
	background: linear-gradient(100deg, #cb2d3e 0%, #ef473a 100%);
	color: #FFFFFF;
}

.ui-growl-error.ui-corner-all {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.ui-growl-image-error::before {
	content: "\f06a";
}

.ui-growl-info {
	background: linear-gradient(100deg, #02925d 0%, #02B875 100%);
	color: #FFFFFF;
}

.ui-growl-info.ui-corner-all {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.ui-growl-image-info::before {
	content: "\f05a";
}

/********************
 Estilos para GROWL 
*********************/
.input-message-error {
	color: red;
	font-size: 12px;
	font-weight: bold;
}

.global-message-error {
	padding: 0px;
	padding-left: 2px;
	list-style: none;
}

.global-message-error .input-message-error {
	font-size: 14px;
}

.global-message-warning {
	display: block;
	background: #FFF4D1;
	padding: 10px 20px;
	border: 1px dashed #FFD65C;
	font-weight: bold;
}

@media screen and (max-width: 680px){
	.ui-growl {
	    top: 0;
	    left: 0;
	    width: 100%;
	}
}