/************ ATENCAO - NAO ALTERE A DOCUMENTACAO *******************
* Arquivo Origem - $URL: https://svnp/svn/bpz/geral/branches/20240807_RebrandingInfrmWeb/bpzwswxn_solicitacaoweb/link/Bpzwiwhn_rebranding.css $
* Revisao        - $Revision: 7441 $
*/
/* Personalizações para rebranding */
.box-identificacao
{
	margin: 0 auto;
}

.lbl-tipo-pessoa
{
	display: inline-flex;
	align-items: center;
}

.maskCPF
{
	text-align:right;
	padding-right:10px;
}

.maskCNPJ
{
	text-align:right;
	padding-right:10px;
}

.center-captcha
{
	text-align: -webkit-center;
}

table 
{
	margin:0 auto;
}

.Mm4BoxDados table tbody td
{
	display: inline-flex;
	align-items: center;
}

.Mm4BoxDados table tbody td label
{
	margin-left:10px;
	width: auto;
}

#tbListaInformes
{
	border: 1px solid #ccccdd;
	font-size: 12px;
}

#tbListaInformes tr:hover
{
	background-color: #ccccdd;
}

#tbListaInformes tr:nth-child(even)
{
	background-color: #f2f2f2;
}

#tbListaInformes td {
    display: table-cell;
	line-height: 25px;
	padding-left: 5px;
	cursor:pointer;
}

#tbListaInformes th {
    text-align: left;
	background-color: #0099CC;
	color:#FFF;
    line-height: 25px;
    padding-left: 5px;
}
/* FIM: Personalizações para rebranding */

#labelhref
{
	color: blue;
	cursor: hand;
	text-decotarion: underline;
}

#cabecalhobbh
{
	font-size: 20px;
	color: #0099CC;
}

#tbListaparcelas
{
	margin: 0 auto 0 auto;
}
#tbListaparcelas
{
	margin-top: 10px;
	width: 300px;
}

#tbListaparcelas
{
	border: 1px solid #ccccdd;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	font-width: 25%;
}
#tbListaparcelas TABLE
{
	border: 1px solid #ccccdd;
	font-size: 10px;
}
#tbListaparcelas #td-titulo
{
	background-color: #ccccdd;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	font-weight: bold;
	width: 25%;
}
#lista #td
{
	width: 100%;
}

#tbListaretorno
{
	border: 1px solid #ccccdd;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	font-width: 25%;
}
#tbListaretorno TABLE
{
	border: 1px solid #ccccdd;
	font-size: 10px;
}
#tbListaretorno #td-left
{
	text-align: left;
}
#tbListaretorno #td-right
{
	text-align: right;
}
#tbListaretorno #td-center
{
	text-align: center;
}

#tbListaretorno #td-titulo
{
	background-color: #ccccdd;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	font-weight: bold;
	width: 25%;
}
#tbresposta
{
	margin: 0 auto 0 auto;
}
#tbresposta #td-bottom
{
	vertical-align: bottom;
	text-align: left;
}

#tbQuadro2
{
	margin: 0 auto 0 auto;	
}

#divtextocet_nao_pode
{
	visibility: hidden;
}

#divtextocet
{
	background-color: #ffffff;
	vertical-align: middle;
	width: 600px;
	position: absolute;
	top: 350;
	left: 10;
}

#divCampos label
{
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#titulo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0099CC;
}

#resposta
{
	width: 450px;
}

#form #td-left
{
	text-align: left;
}

#form #td-right
{
	text-align: right;
}

#form #td-center
{
	text-align: center;
}

#botoes
{
	clear: both;
}

/* Tooltip Styles */
a.tooltip {
	outline: none;
}

	a.tooltip img {
		border: none;
	}

	a.tooltip strong {
		line-height: 30px;
	}

	a.tooltip:hover {
		cursor: help;
		text-decoration: none;
	}

	a.tooltip span {
		display: none;
		line-height: 16px;
		margin-left: 28px;
		margin-top: -8px;
		padding: 10px 12px;
		text-align: justify;
		width: 240px;
		z-index: 10;		
	}

	a.tooltip:hover span {
		background: #ccccdd;
		border: 1px solid #DCA;
		color: #111;
		display: inline;
		position: absolute;
	}

.callout {
	border: 0;
	left: -12px;
	position: absolute;
	top: 8px;
	z-index: 20;
}