/*Estilo de site criado por Cavalcante Junior*/

html {
	margin: 0;
	padding: 0;
	height: 0;
}

body {
	padding-bottom: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	background: #fff url(../img/bg.gif) repeat-x top center;
}

.banner {
	background: url(../img/cluster.gif) no-repeat left bottom;
	height: 200px;
	background-size: cover;
	border-color: silver;
	border-style: ridge;
	text-transform: capitalize;
	padding-bottom: 10px;
	box-shadow: 0px 0px 20px 3px #d3d3d3;
}

.cenapadLogo {
	display: block;
	margin-top: 120px;
	margin-left: -240px;
	float: left;
}

.ufcLogo {
	display: block;
	margin-top: 10px;
	margin-left: 70px;
	float: left;
}

.siguLogo {
	display: block;
	float: right;
	margin-top: 50px;
	margin-right: 50px;
}

.siguLogo img {
	width: 90%;
}

.formLogin{
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	margin: 0 !important;
	width: 75% !important;
}

.text-error {
color: #b94a48;
}

.table-consulta tr td img {
	width: 15px;
	height: auto;
}

.erro {
	color: #f00;
	font-weight: bold;
	font-size: 25px;
}

.certo {
	background-color: #CCFFCC;
	border-radius: 3px;
	font-size: 14px;
}

.text-erro {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 18px;
}

.at, a .at, a.at:hover {
	cursor: pointer;
	margin-left: 85%;
	text-decoration: none;
	display: inline-block;
	padding: 2px 4px;
	line-height: 14px;
	color: #ffffff;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #3a87ad;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.profundidade {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-weight: bold;
}

.imgRounded { border-radius: 6px; }

/*div de botões laterais*/
.btnLog {
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	float: left;
	height: 100%;
	margin-top: 10px;
	padding-top: 20px;
	padding-right: 10px;
}

.conteudo {
	margin-bottom: 10px;
	padding-top: 5px !important;
	margin-top: 20px;
	margin-left: 12%;
	min-height: 450px;
	line-height: 150%;
	text-align: justify;
}

.rodape {
	text-align: center;
	font-family: courier;
	padding: 10px;
	font-weight: bold;
	background-color: #F2F2F2;
	background-repeat: repeat-x;
	border-color: silver;
	border-style: ridge;
	box-shadow: 0px 0px 20px 3px #d3d3d3;
}

.rodape a,.rodape a:hover {
	color: inherit;
}

img {
	border: 0;
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

span.opt:hover {
	background: #797c80;
}

span.opt:active {
	box-shadow: 0 3px 2px #99CCFF, 1px 1px 4px #99CCFF;
	border: none;
	width: 35px;
	font-size: 10px;
}

span.opt {
	cursor: pointer;
	background-color: #006dcc;
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	color: #fff;
	padding: 5px;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	height: 70px;
	width: 40px;
	font-size: 12px;
	border-radius: 50px;
	background-clip:border-box;
	margin-left: 3px;
	margin-right: 3px;
}

small {
	font-style: italic;
	color: gray;
}

p {
	text-align: inherit;
}

hr {
	color: #CCCCFF;
}

form {
	margin: 0 auto;
}

textarea {
	resize: none;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	width: 400px;
	height: 150px;
	border-color: #cccccc;
}

textarea:focus {
	border-color: #99CCFF;
	outline: 0;
	outline: thin dotted \9;
	box-shadow: inset 0 1px 1px #99CCFF, 0 0 8px #99CCFF;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 10px;
}

th {
	text-align: center;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table tr th,
.table tr td {
	padding: 8px;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}

.table tr td {
	background-color: white;
}

.table tr th {
	font-size: 12px;
	font-weight: bold;
	background-color: #99CCFF;
}

.table tbody + tbody {
	border-top: 2px solid #dddddd;
}


.table-consulta tbody tr:nth-child(odd) td {
	background-color: #f9f9f9;
}

.table-consulta tr td:FIRST-CHILD {
	text-align: left;
	padding-bottom: 0 !important;
} 

.table-cadastro td:FIRST-CHILD {
	text-align: right;
}

ul,ol {
	list-style: inherit;
	font-weight: bold;
	margin-left: 0;
}

input[name='cep'], .cep, input[name='numero'], input[name='numero_coordenador'], input[name='sigla'] { width: 75px !important; }

input[type='text'], input[type='password'], .institutoDep {	width: 300px; }

.fone, input[type='date'] { width: 140px !important; }

.numeroEnd, .ramal, #tempoCpu, #edp, #ipInstituicao { width: 100px !important; }

input[type='tel'] { width: 130px !important; }

input[name='licenca'] { width: 155px !important; }

input[name='validade'] { width: 90px !important; }

input[name='cidade'], input[type='email'] { width: 200px !important; }

input[name='endereco'] { width: 250px !important; }

input[name='uf'] { width: 30px !important; }

.complemento { width: 60px !important; }

select { min-width: 100px !important; }

#descr_projs { height: 500px !important; }

input[type="submit"],input[type="reset"] {
	width: 80px;
	text-transform: capitalize;
}

input, select {
	margin-right: 7px;
	margin-left: 7px;
	background-color: #ffffff;
	height: auto;
	padding: 3px;
	margin-bottom: 10px;
	color: #555555;
	border: 1px ridge #cccccc;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

input:focus , select:focus {
	border-color: #99CCFF;
	outline: 0;
	outline: thin dotted \9;
	box-shadow: inset 0 1px 1px #99CCFF, 0 0 8px #99CCFF;
}

input[type='radio'] {
	box-shadow: inset 0 1px 2px white, 0 1px 2px rgba(0, 0, 0, .2);
	-webkit-appearance: none;
	-moz-appearance: none;
	transition: all;
	background: linear-gradient(#fafafa, #dcdcdc);
	border-radius: 100%;
	border: 1px solid #a0a0a0;
	display: inline-block;
	height: 15px;
	margin-bottom: 0;
	position: relative;
	top: 3px;
	vertical-align: baseline;
	width: 15px;
}

input[type='radio']:not(:disabled):not(:active):hover {
	background: linear-gradient(#fff, #e6e6e6);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

input[type='radio']:not(:disabled):active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
	background: -webkit-linear-gradient(#f0f0f0, #bebebe);
	border: 1px solid #808080;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}

input[type='radio']:checked::before {
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	-webkit-margin-start: 4px;
	background: #808080;
	border-radius: 10px;
	content: '';
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	height: 5px;
	left: 0;
	margin-top: 4px;
	opacity: 1;
	position: absolute;
	top: 0;
	vertical-align: top;
	width: 5px;
}

input[type='radio']:checked::before {
	right: 0;
}

input[type='radio']:active:checked::before {
	background: #606060;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.show {
	display: block;
}

.centralizar tr, .centralizar table {
	width: 100%;
	display: -webkit-box;
	-webkit-box-pack: center;
	display: -moz-box;
	-moz-box-pack: center;
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
}

a:hover,a:active {
	outline: 0;
}

a {
	color: #0088cc;
	text-decoration: none;
}

a:hover {
	color: #005580;
	text-decoration: underline;
}

/*Começo do layout de botões*/
.btnLog .btn {
	width: 100%;
	margin-top: 1px;
	margin-bottom: 1px;
	text-transform: capitalize;
}

.btnLog .btn {
	border-radius: 0 !important;	
}

.btn {
	padding: 3px;
	border-color: #c5c5c5;
	display: inline-block;
	margin-right: 2px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	border: 1px solid;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0 );
	filter: progid:dximagetransform.microsoft.gradient(enabled=false );
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-transform: capitalize;
}

.btn a {
	color: #ffffff;
}

.btn a:hover {
	text-decoration: none;
}

.btn:hover,.btn:active {
	color: #333333;
	background-color: #e6e6e6;
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	transition: background-position 0.1s linear;
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:active {
	background-color: #cccccc \9;
	background-image: none;
	outline: 0;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btnPrimary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0 );
	filter: progid:dximagetransform.microsoft.gradient(enabled=false );
}

.btnSecundary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #9696B2;
	background-image: linear-gradient(to bottom, #9696B2, #5C5C69);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#D6D6FF', endColorstr='#9696B2', GradientType=0 );
	filter: progid:dximagetransform.microsoft.gradient(enabled=false );
}

.btnRed {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #c00;
	background-image: linear-gradient(to bottom, #cc6500, #c00);
	background-repeat: repeat-x;
	border-color: #cc1d00  #cc1d00  #800000;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0 );
	filter: progid:dximagetransform.microsoft.gradient(enabled=false );
}

.btnGreen {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #3cb339;
	background-image: linear-gradient(to bottom, #05cc00, #039000);
	background-repeat: repeat-x;
	border-color: #13b002  #038700  #118000;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0 );
	filter: progid:dximagetransform.microsoft.gradient(enabled=false );
}

.btnGreen:hover,.btnGreen:active {
	color: #ffffff;
	background-color: #039000;
}

.btnRed:hover,.btnRed:active {
	color: #ffffff;
	background-color: #c00;
}

.btnRed:active {
	background-color: #c00 \9;
}

.btnSecundary:hover,.btnSecundary:active {
	color: #ffffff;
	background-color: #5C5C69;
}

.btnSecundary:active {
	background-color: #5C5C69 \9;
}

.btnPrimary:hover,.btnPrimary:active {
	color: #ffffff;
	background-color: #0044cc;
}

.btnPrimary:active {
	background-color: #003399 \9;
}
/*Fim do layout de botões*/

/*Começo do layout de menus dropdown usados nos botões*/
.open>.dropdown-menu {
	display: block;
}

.btn-toggle {
	position: relative;
	font-size: 0px;
	white-space: nowrap;
	vertical-align: middle;
	width: 100%;
	float: left;
}

.dropdown-menu {
	padding-top: 3px;
	padding-bottom: 3px;
	display: none;
	position: absolute;
	z-index: 1000;
	margin-top: -25px;
	margin-left: 100px;
	text-transform: capitalize;
	float: left;
	min-width: 80px;
	list-style-type: none;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	border-top-left-radius: 0 !important;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
}

ul.dropdown-menu li {
	margin-left: -40px;
	color: #0088cc;
}

ul.dropdown-menu li:hover {
	background-color: #006dcc;
	color: #fff;
}

.dropdown-menu a {
	color: inherit;
	display: block;
	width: 100%;
}



.dropdown-menu a:hover {
	color: #fff;
	text-decoration: none;
}
/*Fim do layout de menus dropdown*/

/*Começo do layout de navegação por abas*/
.tabbable {
	padding-bottom: 10px;
}

.nav {
	margin-bottom: 20px;
	margin-left: 0;
	list-style: none;
}

.nav > li > a {
	display: block;
	transition: all 1s;
}

.nav > li > a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #000099;
}

.nav-tabs:before,
.nav-tabs:after {
	display: table;
	line-height: 0;
	content: "";
}

.nav-tabs:after  {
	clear: both;
}

.nav-tabs > li {
	float: left;
}

.nav-tabs > li > a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
}

.nav-tabs {
	border-bottom: 3px solid #7575A3;
}

.nav-tabs > li {
	margin-bottom: -1px;
}

.nav-tabs > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	border: 1px solid transparent;
}

.nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
	color: #000099;
	cursor: default;
	border: 2px solid #7575A3;
	border-bottom-color: transparent;
}

.tabbable:before,
.tabbable:after {
	display: table;
	line-height: 0;
	content: "";
}

.tabbable:after {
	clear: both;
}

.tab-content {
	overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
	border-bottom: 0;
}

.tab-pane {
	border: 3px solid #7575A3;
	border-top-color: transparent;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.tabs-below > .nav-tabs {
	border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
	margin-top: -1px;
	margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a:hover {
	border-top-color: #ddd;
	border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
	border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
	float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
}

.tabs-left > .nav-tabs > li > a:hover {
	border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
	border-color: #ddd transparent #ddd #ddd;
}

.tabs-right > .nav-tabs {
	float: right;
	margin-left: 19px;
	border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
	margin-left: -1px;
}

.tabs-right > .nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
	border-color: #ddd #ddd #ddd transparent;
}

.nav > .disabled > a {
	color: #999999;
}

.nav > .disabled > a:hover {
	text-decoration: none;
	cursor: default;
	background-color: transparent;
}
/*Fim do layout de navegação por abas*/

/*Começo do grid de colunas*/
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.container_16 .grid_1 {
	width: 40px;
}

.container_16 .grid_2 {
	width: 100px;
}

.container_16 .grid_3 {
	width: 160px;
}

.container_16 .grid_5 {
	width: 280px;
}

.container_16 .grid_6 {
	width: 340px;
}

.container_16 .grid_7 {
	width: 400px;
}

.container_16 .grid_9 {
	width: 520px;
}

.container_16 .grid_10 {
	width: 580px;
}

.container_16 .grid_11 {
	width: 640px;
}

.container_16 .grid_13 {
	width: 760px;
}

.container_16 .grid_14 {
	width: 820px;
}

.container_16 .grid_15 {
	width: 880px;
}
/*Fim do grid de colunas*/


.abas li {
	float: left;
	border: 1px solid #ccc;
	border-bottom: 0;
	margin-right: 10px;
	padding: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}

.abas li:hover {
	box-shadow: 0 -2px 3px #DFDFDF;
	-moz-box-shadow: 0 -2px 3px #DFDFDF;
	-webkit-box-shadow: 0 -2px 3px #DFDFDF;
	font-weight: bold;
	border-color: #c0c0c0;
}

.ativo {
	background: #ccc;
	border-color: #333;
}

.ativo a {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 5px #999;
}

.questao {	
	display: inline-block;
	min-width: 80px;
	height: auto;
	padding: 10px;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 -1px 3px #ccc;
	margin: 2px;
}

.hidden {
	display: none;
}

.credito {
	font-size: 1.1em;
	position: absolute;
	right: 0;
	bottom: -40px;
	margin-top: 15px;
}

.credito a {
	font-size: 1.1em;
}

.cadastroTitulo {
	font-size: 16px;
	color: #0439a2;
	font-weight: bold;
	padding-bottom: 8px;
}

.cadastroContenerA {
	background-color: #e3e3e3;
	padding: 8px;
	margin-top: 2px;
}

.cadastroContenerB {
	background-color: #F2F2F2;
	padding: 8px;
	margin-top: 2px;
}

.cadastroContenerA input, .cadastroContenerB input{
	padding: 6px;
	border: none;
	margin: 0;
}

.cadastroContenerA select, .cadastroContenerB select{
	padding: 6px;
	border: none;
	margin: 0;
}

.cadastroContenerA textarea, .cadastroContenerB textarea{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	resize: none;
	padding: 6px;
	border: none;
	margin: none;
	width: 98%;
	height: 150px;
}