.erro {
	color: #8B2729;
}
.sucesso {
	color: #417836;
}

.status {
	width:102%;
	max-width:102%;
	height:6em;
	max-height:auto;
	z-index:999999;
	top:0;
	left:-1%;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	box-shadow:#666 .1em .1em .3em;
	opacity:0.9;
	font-size:1.3em;
	position:fixed;
	display:none;
}

.thumbnail {
	padding: 10px;
}

.moeda, .moeda_formatada, input[type="number"] {
	text-align: right;
}

.notifyjs-corner{
	font-size: 14px !important;
	bottom: 30px !important;	
}

.notifyjs-bootstrap-base  {
	box-shadow: 0.1em 0.1em 0.3em #999;
}