
#nome_comprador_div {
	height: 72px;
	float:right;
	z-index: 10;
	font-size: 14px;
	color: #F1C702;
	font-weight: bolder;
}

.posicaoPrimeiroLugar {
	
	width:25px;
	
	background-color: #F6DC11;
	border: 2px solid #002D9A;
	
	-moz-border-radius:4px; /* Firefox, etc */
	-khtml-border-radius:4px; /* Konqueror, etc */
	-webkit-border-radius:4px; /* Safari, Google Chrome, etc */
	-opera-border-radius:4px; /* Opera */
	  
}

b {
	color: #00329D;
}

.lista_pg_inicial li {
	
	list-style-type: disc;
	padding-bottom: 5px;
	margin-left: 17px;
}

.button {
	
	font-size: 12px;
/* 	height: 16px; */

}
.buttonAzul {
	font-size: 12px;
	height: 16px;
	padding-top: 6px;	
}
.buttonAzul:hover {
	font-size: 12px;	
}
input.button,button.button {
	height: 26px;
	cursor: pointer;
	padding: 3px 14px;
}

input.button:hover,button.button:hover {
	height: 26px;
	cursor: pointer;
}

.button:hover {
	
/* 	font-size: 12px; */
/* 	height: 16px; */

}

.geral_ajax {
/* 	padding: 5px; */
	width: 100%;
/* 	margin: 5px; */
	text-align: left;
}

tfoot {
	
	display: none;
	
}

.menuPopup {
	background-color: #efefef;
}
.menuPopup td {
	border-bottom: 1px solid #C5C5C5;
}

.tabela {
	width: 100%;
}
th {
	color: #002990;
	font-size: 12px;
	font-weight: normal;
}
.caracteresEspeciais {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;	
}

.carregando {
	display: none; 
	position: absolute; 
	z-index: 999999; 
	left: 0; 
	top: 0; 
	width: 100vw; 
	height: 100vh; 
	background-color: black;
	opacity: 0.2; 
	text-align: center;
}

.cursorPointer {
	cursor: pointer;
}