.TEXTOMENSAGEIRO
{		
	font-size: 9pt;	
	color: #990000;	
	font-family: 'Arial';
	text-align: left;
	font-weight: bold;
	text-decoration: blink
}

#msgDIV_mensageiro
{
   	width: 95%;
	height: 40px;
	text-align:center;
	margin: 0 auto;		
	background-color: #e6e6fa;
	border-style: solid;
	border-width: 2px;
	border-color: #990000;
	margin-bottom: 10px;
	margin-top: 10px;
}

#msgDIV_protocolo
{
	position: relative;
   	width: 740px;
   	height: 440px;
	text-align:center;
	margin: 0 auto;
	background-color: #ffffff;
	border-style: solid;
	border-width: 2px;
	border-color: #990000;
	padding-top: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
	vertical-align: middle;
}

#msgDIV_busca
{
   	width: 98%;
	height: 25px;
	text-align:center;
	margin: 0 auto;		
	background-color: #ddd;
	border-style: solid;
	border-width: 1px;
	border-color: #990000;
}

.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}