﻿body
{
}

/*Modal Popup*/
.modalBackground
{
	background-color: #ffffff;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*Div Aguarde*/
.aguarde
{
	z-index:0;
	width:100px;
	height:100px;
	left:35%;
	top:50%;
	position:absolute;
	font-style:oblique;
	font-weight:bold;
}

.aguarde-interno
{
	z-index:0;
	width:225px;
	height:50px;
	background-color:#CBDBEA;
	border-style:ridge;
	border-width:2px;
	border-color:#3463CD;
}

.aguarde2 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.45);
	justify-content: center;
	align-items: center;
}
.aguarde2-interno {
	z-index: 10000;
	width: 225px;
	height: 70px;
	background-color: #CBDBEA;
	border-style: ridge;
	border-width: 2px;
	border-color: #3463CD;
	display: flex;
	justify-content: center;
	align-items: center;
	font-style: oblique;
	font-weight: bold;
	border-radius: 4px;
}

/* Formatação do texto */
.aguarde-texto {
	font-style: oblique;
	font-weight: bold;
	text-align: center;
}

/*Text Obrigatório*/
#content .formulario .textObrigatorioBorda
{
	/*border: 1px solid #AC0000;*/
	border-bottom: 1px solid #AC0000;
	border-right: 1px solid #AC0000;
	
}

#content .formulario .textObrigatorio
{
	/*border: 1px solid #AC0000;*/
	border-bottom: 1px solid #AC0000;
	border-right: 1px solid #AC0000;	
	background-color: #E1E1E1;
}


/*AutoComplete*/
.list
{
	border-bottom: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
	border-left: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	color: #183983;
	font-weight: bold;
	font-size: 0.96em;
	font-family: Arial;
	background: #ffffff;
	list-style-type: none;
	margin: 0px;
	text-align: left;
}
ul.list li
{
	padding: 2px 5px;
}
.listitem
{
	color: #000000;
}
.hoverlistitem
{
	background-color: #F0F8FF;
}

.textValor
{
	text-align:right;	
}
.display-none
{
	display:none;
}

.box_esquerda 
{
	width:22%;
    float:left;
}
.box_direita {
    width:78%;
    float:left;
}
.PromptCSS
{
    font-style:italic;
    font-weight:bold;
    height:20px;
    vertical-align: central;
    border: 1px solid #333333;
	background-color: white;
	font-family: Arial, Tahoma;
	font-size: 14px;
	color: #333333;
}
