@charset "utf-8";
/* CSS Document */
.erro					{ FONT-SIZE:10px; color:#d85900; font-weight:bold; }
.sucess					{ FONT-SIZE:10px; color:#00EE00; font-weight:bold; }

.alert_modal .modal-body {
	text-align: center;
	font-size: 1.5em;
	padding: 1.7em 2em;
}

.alert_modal .modal-sm {
	width:400px;
}
.alert_modal .modal-footer {
	justify-content:space-between;
	display:flex;
	
}
.alert_modal .modal-title {
	font-family:'FontAwesome';
	display:block;
	text-align:center;
	font-size:3em;
	
}
.danger .modal-title:before {
	content:'\f071';
	color:#b21a16;
	
}
.information .modal-header,
.danger .modal-header{
	display:block;
	position:relative;
	padding:15px;
	margin:0;
}
.information .modal-header .close,
.danger .modal-header .close{
	position:absolute;
	top:0;
	right:0;
	margin: .5em;
	padding:0;
}
.information .modal-title:before {
	content:'\f05a';
	color:#3e75b2;
}
.information .modal-sm {
	color:#3e75b2;
}
.information .modal-footer button {
	border-color:#204d74;
	background-color:#3e75b2;
}
.danger .modal-sm {
	color:#b21a16;
}