@CHARSET "ISO-8859-1";

body { 
    height: 100%;
}

.error{
	padding-top:50px;
	width:100%;
	text-align:center;
	color:red;
}
	
#centro{
	font-size: 12px;
	padding-left: 10px;
	
}

.div_curso{
	margin-top: 5px;
	width: 95%;
	border-bottom-color: #99BBE8;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.label_curso{
	font-weight: bold;
	color: #3764A0;
}

.div_parecer{
	padding: 5px;
	border-bottom-color: #99BBE8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #99BBE8;
	border-top-style: solid;
	border-top-width: 1px;
}

.div_cancelar_inscricao{
	width: 130px;
	text-align:center;
	height: 30px;
}

.titulo_curso{
	font-weight: bold;
	font-size: 15px;
	color:#3764A0;
	border-bottom-color: #99BBE8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}

.table_financeiro{
	width: 50%;
	border-width: 1px;
	border-style: solid;
	border-color: #F3F1EE;
}
.table_financeiro th{
	color:#3764A0;
	font-weight: bold;
}

.linkBloqueto a{
	/*font-weight: bold;
	color:#3764A0;*/
	color: #0000FF;
	/*text-decoration: underline;*/
}

.linkBloqueto td ,th{
	padding: 5px;
	text-align: center;
}
.linkBloqueto th{
	font-weight: bold;
	background-color: #DCDCDC;
}

.titulo_financeiro{
	font-weight: bold;
	color:#3764A0;
	text-align: center;
	vertical-align: middle;
	background-color: #F3F1EE;
	height: 30px;
}

.msg_sem_cursos{
	color:red;
	font-weight: bold;
	width: 100%;
	text-align: center;
	height: 80%;
	padding-top: 40px;
}

.confirmacaoInscricao label {
    display: block;
    float: left;
    width: 120px;
}

.instrucoes {
    padding: 5px;
}

.instrucoesLinks {
    padding: 10px 5px;
}

/* Gv Wizard Component */
.x-wizard-header {
    font-weight: bold;
}

div#header_link {
    text-align: right;
    text-decoration: underline;
}

.confirmar-dados-ctcls .x-form-check-wrap{
	width: 250px;
}

.nome-social{
  	display: inline;
  	position: relative;
 	cursor: pointer;
}
  
.nome-social:hover:after {
  	background: #F0F8FF;
    border: 1px solid #8db3e3;
	color: #37526B;
	border-radius: 3px;
  	content: attr(gloss);
  	font-size: 8pt;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	left: 30px;
  	padding: 0px 6px 0px 5px;
  	position: absolute;
  	z-index: 98;
  	width: 175px;
 }
