/* Estilos relacionados aos pop-ups de mensagem */

/* Layout básico */

.growl-notice
{
	position: relative;
	background: rgba(255, 255, 255, .75);


	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

	border: 1px solid rgba(80, 80, 80, .75);
	border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 8px 8px;
	margin-bottom: 4px;
	

	transition: margin .3s ease-in;
	-moz-transition: margin .3 ease-out; 
	-webkit-transition: margin .3s ease-out; 
	-o-transition: margin .3s ease-out;

	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
}

.growl-notice.transicao-embaixo
{
	margin-top: 100%;
}

.growl-notice .titulo
{
	color: #878787;
	text-align: center;
}

.growl-notice .imagem
{
	/*float: left;*/
	display: block;
}

.growl-notice .fechar
{
	background: url("../img/interface/x_button_close_16.png") no-repeat scroll 0px 0px transparent;
	float: right;
	width: 16px;
	height: 16px;
	color: transparent;
}

.growl-notice .mensagem
{
	margin-top: 8px;
	color: #666666;
}

.growl-notice .mensagem > ul
{
	list-style-type: disc;
}

.growl-notice .mensagem > ul > li
{
    margin-bottom: 10px;
    margin-left: 3em;
    margin-right: 3em;
    text-align: justify;
}

.growl-notice .botoes
{
	text-align: right;
}

.growl-notice .botoes .botao
{
	line-height: 24px;
	height: 24px;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 4px;
	font-weight:normal;
	
	color:#FFF;
	min-width: 50px;
    border: 1px solid #D2D2D2;
    display: inline-block;
}

.growl-notice .botoes .botao:last-child,
.growl-notice .botoes .botao.botao-cancelar:last-child  {
	background-color: #D03636;
}

.growl-notice .botoes .botao:last-child:hover,
.growl-notice .botoes .botao.botao-cancelar:last-child:hover {
	color:#FFF;
	background-color: #E04646;
}

.growl-notice .botoes .botao:first-child{
    background-color: #6DD656;
}
.growl-notice .botoes .botao:first-child:hover{
	color:#FFF;
    background-color: #7DE666;
}

/* Diálogos de informação/alerta/erro */

.growl-notice-info .imagem,.growl-notice-alerta .imagem, .growl-notice-confirmacao .imagem, .growl-notice-erro .imagem
{
	width: 16px;
	height: 16px;
    position: absolute;
}

.growl-notice-info .imagem
{
	background: url("../img/interface/msg_info_icone.png") no-repeat scroll 0px 0px transparent;

}
.growl-notice-confirmacao .imagem
{
	background: url("../img/interface/msg_confirmacao_icone.png") no-repeat scroll 0px 0px transparent;

}
.growl-notice-erro .imagem
{
	background: url("../img/interface/msg_erro_icone.png") no-repeat scroll 0px 0px transparent;

}
.growl-notice-alerta .imagem
{
	background: url("../img/interface/msg_alerta_icone.png") no-repeat scroll 0px 0px transparent;

}

.growl-notice-alerta
{
	position: relative;
	background: rgba(255, 255, 255, .75);
	background-color:#FFF;
	color: #ffffff;
	border: 1px solid rgba(80, 80, 80, .75);
	border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 8px 8px;
	margin-bottom: 4px;


}


.growl-notice-erro
{
	position: relative;
	background: rgba(255, 255, 255, .75);
	background-color:#FFF;
	color: #ffffff;
	border: 1px solid rgba(80, 80, 80, .75);
	border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 8px 8px;
	margin-bottom: 4px;

}


.growl-notice .botoes .botao:hover
{
	color:#8B8B8B;
}

.growl-notice a.fechar{
	opacity:1;	
}

.growl-notice a.fechar:hover{
	opacity:0.5;	
}
h1.titulo{
	font-size:14px;	
}
.mensagem{
	margin-top:10px;	
	margin-bottom:10px;	
}
.mensagem p,
.mensagem li
{
	font-size:12px;	
	text-align:justify;
	padding:4px;
	line-height: 15px;
}

.mensagem .causasMensagens
{
}

.mensagem .causasMensagens > table
{
	margin: auto;
}

.mensagem .causasMensagens table th,
.mensagem .causasMensagens table td
{
	border: 1px solid #ddd;
	padding: 2px;
}

/* Barra de progresso */

.mensagem .barraProgresso
{
	width: calc(100% - 32px);
	margin: auto;
}
.barraProgresso
{
	width: 100%;
	height: 16px;
	background: #eeeeee;
	border-radius: 4px;
}

.barraProgresso,
.growl-notice .mensagem > ul.barraProgresso
{
	list-style-type: none;
}

.barraProgresso > .barra,
.growl-notice .mensagem > ul.barraProgresso > li
{
	height: 100%;
	width: 0%;
	background: #8f8;
	border-radius: 4px;
	
	margin: 0;
	padding: 0;
	
	transition: width 2s ease-in-out;
}
