/* Main Content */

.colunaCentral {
	margin: 10px auto;
	max-width: 1024px;
	min-height: 550px;
	overflow: hidden;
}

.title {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	padding-left: 20px; 
	padding-bottom: 1px;
}

.titleComponent{
	padding: 10px 10px 0px;
}

.copyright {
	color: #a5a5a5;
}

#footer {
	display: block;
	height: 82px;
	background: url('/resources/images/setic_pb.png') center no-repeat; 
}

#footerF {
    margin: 10px auto;
    text-align: center;
}

.footerColor{
	color: #BBBBBB;
}

/* Menu */

.menu{
	 width: 300px;
	 margin: 50px;
	 float: left;	
}

/* Form */

/* Padrão */
.formCol1 { width: 145px; padding-top: 4px; vertical-align: top}
.formCol2 { width: auto;  padding-top: 4px; vertical-align: top}

/* Semestre/Etapa referência */
.form2Col1 { width: 180px; padding-top: 4px; vertical-align: top}
.form2Col2 { width: 80px; vertical-align: top}
.form2Col3 { width: 70px; padding-top: 4px; padding-left: 60px; vertical-align: top}
.form2Col4 { width: auto; vertical-align: top}

/* Procedimento matrícula com 3 colunas */
.form3Col1 { width: 500px; padding-top: 4px; vertical-align: top}
.form3Col2 { width: 80px;  padding-top: 4px; vertical-align: top}
.form3Col3 { width: auto;  padding-top: 4px; vertical-align: top}

/* Geral */

.container {
	overflow: hidden;
	display: block;	
}

.pull-right{
	float: right;
}

.pull-right-menu{
	float: right !important;
}

.inputAno {
	width: 50px !important;
}

.oneRadio{
	padding-right: 25px;
}

.icon {
	width: 16px;
	height: 16px;
}

.botaoHelp {	
	height: 16px; 
	width: 16px; 
	margin-bottom: -3px;
	cursor: pointer; 
}

.botaoHelp2 {
	height: 20px; 
	width: 20px; 
	margin-bottom: -3px;
	cursor: pointer; 
}

.enfase {
	font-weight: bold;
}

.centralizar {
	text-align: center;
}

.paragrafo {
	margin-bottom:10px;
}

.labelDireita {
	text-align: right;
}

.botaoWarning {
	margin-bottom: -3px;
}

.divButtonCenter {
	text-align: center;
	padding: 4px;
	
}

.inputMatricula, .inputCodigo {
	width: 75px !important;
}

.inputCpf {
	width: 95px !important;
}

.secao {
    border-bottom: thin;
    border-bottom-style: solid;
    border-bottom-color: gray;
    padding-bottom: 1%;
}

/* Botões com arquivos .pdf */
button.pdf-button {
    background-image: url("/javax.faces.resource/images/pdf.png.xhtml") !important;
    background-repeat: no-repeat !important;
    background-position: 10px !important;
    background-size: 25px 25px !important;
    cursor: pointer;
    width: 150px;
    height: 50px; 
}

/* Texto dos botões */
.pdf-button > span {
    font-weight: bold;
    line-height: 1.3em !important;
    padding-left: 40px !important;
}

.selectRadioButton label {
   margin-right: 10px;
}

.datatable-vScrool-fixed-height{
	overflow:auto; 
	width:100%;
	max-height:150px;
}