/* ---------------------------------------------- */
/* ---       css criado para o hotsite da     --- */
/* ---    pesquisa de tecnologia assistiva    --- */
/* ---         04 de janeiro de 2013          --- */
/* ---------------------------------------------- */
/* ---     E-Open - Tecnologia em Software    --- */
/* ---    autor: luiz gustavo aleagi nunes    --- */
/* --- aleagi@gmail.com | aleagi@eopen.com.br --- */
/* ---------------------------------------------- */

/* ---
reset
--- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: #fff !important;
}

ul, ol, ul li, ol li, .item-list ol, .item-list ul, .item-list ol li, .item-list ul li {
	list-style: none !important;
}

ol {
	margin-left: 20px;
}

blockquote, q {
	quotes: none;
}

q:before,q:after {
	content: '';
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --- end reset --- */
html {}

body {
	font: 90%/150% Tahoma, verdana, arial, sans-serif !important;
	color: #000000 !important;
}

/* --- formulários ------------------------ */
input[type=text],
input[type=password] {
	padding: 6px 10px !important;
	width: 95%;
	border-radius: 5px;
	border: solid 1px #ccc;
	font-size: 1.2em;
	color: #444;
	background: #fafafa;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=text]:hover,
input[type=password]:hover {
	box-shadow: 3px 3px 6px -3px #333;
	background: #fff;
}

input[type=submit],
input[type=reset],
a.link-diferente {
	padding: 5px;
	text-transform: uppercase;
	border: solid 1px #ccc;
	border-radius: 5px;
	background: #003895;
	color: #fff;
	font-weight: 100 !important;
	font-size: 0.7em !important;
}

a.link-diferente2 {
	padding: 7px;
	text-transform: uppercase;
	border: solid 1px #ccc;
	border-radius: 5px;
	background: #003895;
	color: #fff;
	font-weight: 100 !important;
	font-size: 1em !important;
}

a.link-diferente2:hover {
	background: #fff12c;
	color: #3a3a3a;
	border: solid 1px #fefefe;
	cursor: pointer;

}

input[type=submit]:focus,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=reset]:hover,
a.link-diferente:hover {
	background: #fff12c;
	color: #3a3a3a;
	border: solid 1px #fefefe;
	cursor: pointer;

}

/* misc ----------------------------- */
a {
	color: #777;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.welcome-message {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	margin: 10px 0 30px 0;
	color: #3a3a3a;
}

.welcome-message a {
	color: #273e8e !important;
	text-decoration: underline;
}
.welcome-message p {
	text-align: justify;
}

p {
	margin: 0 0 0.6em 0;
}

#region-content,
.conteudo {
	padding: 30px 20px 20px 20px;
	width: 80%;
	margin: 0 auto;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	min-height: 250px;
}

.header {
	background: #fff;
	padding: 20px;
	border-radius: 10px 10px 0 0;
	margin: 10px 0 30px 0;
	color: #fafafa;	
	width: 80% !important;
	margin: 20px auto 0;
	overflow: hidden;
}

#centro {
	float: left;
	width: 66%;
	margin: 0 2% 0 0;
}

#direita {
	width: 30%;
	float: right;
}

input#busca {
	width: 71%;
	float: left;
	margin: 0 2% 0 0;
}

img.logo {

}

img.logo,
.imagem-header-dois img {
	padding: 5px;
	background: #fff !important;
	border-radius: 7px;
}

.titulo-pesquisa {
	color: #888;
	font-size: 1.6em;
	text-shadow: 2px 2px #fff;
	margin: 0 0 30px 0 !important;
	display: block;
}

.titulo-pesquisa h1 {
	font-weight: 100 !important;
}

h1.login,
h1 {
	font-size: 1.6em !important;
	color: #003895;
}

h2,
td.h1 {
	font-size: 1.3em !important;
	margin: 0 0 5px 0;
	color: #003895;
}

h3 {
	color: #003895;
}

.block {
	margin: 0 0 30px 0;
}

.header-menu-login-form,
.header-menu-usuario-form {
	float: right;
	height: 100px;
	margin: 0;
	padding: 0 10px;
}

.header-menu-login ul {
	border-radius: 10px;
	padding: 10px;
	color: #000;
}

.header-menu-login ul li {
	text-align: right;
	line-height: 1em;
	margin: 0;
	color: #000;
}

.header-menu-login ul li a { 
	padding: 5px 10px;
	border-radius: 5px;
	color: #000;
	display: block;
}

.header-menu-login ul li a:hover {
	color: #19c2af;
}

.header-menu-login-form label {
	float: left !important;
	color: #000;
}

.header-menu-login-form input[type=text],
.header-menu-login-form input[type=password] {
	width: 180px !important;
	margin: 2px 0 6px 0 !important;
}

.header-menu-login-form .user-senha {
	overflow: hidden;
	width: 220px;
}

.header-menu-login-form .user-senha label {
	margin: 0 10px 0 0 0;
}

.header-menu-login-form .entrar-limpar label {
	width: 80px !important;
}

.header-menu-login-form input[type=text],
.header-menu-login-form input[type=password] {
	width: 100%;
	margin-bottom: 0%;
}

a.cadastro,
a.destaque,
.botVoltar a {
	padding: 6px 60px !important;
	border-radius: 5px;
	border: solid 1px #ccc;
	background: #009135;
	color: #fff;
	margin: 0 0 0 64px;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 0.7em !important;
	width: 220px;
}

a.cadastro {
	margin: 0 !important;
	width: auto !important;
	padding: 5px !important;
}

a.cadastro2,
a.cadastro3 {
	padding: 6px 60px !important;
	border-radius: 5px;
	border: solid 1px #ccc;
	background: #009135;
	color: #fff;
	margin: 0 0 0 64px;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 1em !important;
	width: 220px;
}

a.cadastro3 {
	width: 90% !important;
	margin: 0 auto;
}

a.cadastro2:hover,
a.cadastro2:focus,
a.cadastro3:hover,
a.cadastro3:focus {
	background: #fff12c;
	color: #3a3a3a;
	border: solid 1px #fefefe;
}

a.destaque,
.botVoltar a {
	margin: 10px 0;
}

a.cadastro:hover,
a.cadastro:focus,
a.destaque:hover,
a.destsaque:focus,
.botVoltar a:hover,
.botVoltar a:focus {
	background: #fff12c;
	color: #3a3a3a;
	border: solid 1px #fefefe;
}

/* --- rodapé ------------------------- */
.block-block-16 {
	clear: both;
	margin: 40px 0 -30px 0;
	background: #002d56;
	color: #f1f1f2;
	padding: 10px 0 1px 0 !important;
	text-align: center;
	font-size: 0.9em;
	position: relative;
	bottom: 0;
	width: 100%;
	line-height: 1.3em;
}

.block-block-16 a,
.block-block-16 a:hover {
	color: #fff !important;
}

.block-block-17 {
	clear: both;
	text-align: center;
	color: #fff;
	background: #00aed3;
	margin: 30px 0 0 0;
	padding: 10px 0;
}

.block-block-17 a {
	color: #fff !important;
}

.block-block-16 a:hover,
.block-block-17 a:hover {
	text-decoration: underline;
}

.tabela-dados,
fieldset {
	width: 90%;
	margin: 10px auto;
	border-spacing: 0;
 	border-collapse: collapse;
}

.tabela-dados {
	background: #fff;
	border-radius: 10px;
}

.tabela-dados thead th {
	background: #003895 !important;
	padding: 5px 10px;
	color: #fff;
	font-weight: 100;
}

.tabela-dados thead th a {
	color: #fff;
}

.tabela-dados td {
	padding: 5px 10px;
}

.tabela-dados tr {
	border-bottom: solid 1px #efefef;
}

.tabela-dados .dados-status-result {
	text-align: center !important;
}

.tabela-dados .dados-data-result {
	width: 160px;
	text-align: center;
	font-family: courier, serif;
	font-size: 0.8em;
}

.tabela-dados .dados-editar-result {
	width: 130px;
	text-align: right;
}

.tabela-dados tr.even td {
	background: #fff !important;
}

.tabela-dados tr:hover,
.tabela-dados tr:hover td,
.tabela-dados tr:hover td:hover {
	background: #ffffcc !important;
}

.submenu a {
	color: #000 !important;
	padding: 3px;
	border-radius: 3px;
}

.submenu a:hover,
.submenu a:focus {
	background: #fff12c !important;
	color: #3a3a3a !important;
}

.submenu-pai {
	color: #fff !important;
	background: #003895;
	width: 560px;
	padding: 3px 5px;
	border-radius: 3px;
	margin: 2px 0;
	font-weight: 900;
}

ul.submenu-filho li {
	display: inline;
	margin: 0 3px 0 0;
}

ul.submenu-filho ul {
	margin: 0 0 10px 15px;
}

.header-menu-usuario-form {
	clear: both;
	width: 300px;
	background: #18c1af;
	border-radius: 10px;
	padding: 5px;
	color: #fff;
}

.header-menu-usuario-form ul {
	margin: 0px 0 0 0 !important;
}

.header-menu-usuario-form ul li {
	font-weight: 900;
}

.header-menu-usuario-form ul li a {
	float: left;
	font-weight: 100;
	position: relative;
	left: 30px;
	margin: 0 0 10px 0;
	text-align: right;
	color: #fff;
}

.header-menu-usuario-form ul li a:hover {
	color: #3a3a3a;
	background: #fff12c;
}

.menu-pessoal {
	float: right;
}

.menu-pessoal ul {
	padding: 0 !important;
	margin: 0 !important;
	background: 0 !important;
	border-radius: 0 !important;
}

.menu-pessoal ul li {
	display: inline !important;
	float: left;
}

.menu-pessoal ul li a {
	border-radius: 5px;
	padding: 5px;
}

.menu-pessoal ul li a:hover {
	background: #003895;
	color: #fff;
}

.destaque-rs,
td.h2 {
	background: #003895;
	padding: 5px 10px !important;
	color: #fff;
	text-transform: uppercase;
}

.destaque-rc {
	background: #18c1af;
	padding: 5px 3px !important;
	color: #fff;
}

.tab-wrapper tr,
.tab-wrapper td {
	padding: 5px 3px !important;
}

.tab-child tr td {
	border-bottom: solid 1px #ddd;
}

.text-metodo h3 {
	margin: 30px 0 0 0;
}


#zone-menu-wrapper {
	clear: both !important;
	position: relative;
	top: 120px;
	margin: 0 auto 0 !important;
	background: #273e8e;
	height: auto;
}

#zone-menu-wrapper .region-menu-inner {
	margin: 0 auto;
	text-align: center;
	padding: 5px 0 0 0 !important;
}

#zone-menu-wrapper ul {
	padding: 2px 0;
	line-height: 2em;
}

#zone-menu-wrapper ul li {
	display: inline;
	padding: 0 10px;
	font-weight: 900;
}

#zone-menu-wrapper ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
	margin: 2px !important;
}

#zone-menu ul li {
	margin: 0;
	padding: 0;
}

#zone-menu ul li a {
	padding: 18px 10px;
	border-radius: 5px;
	margin: 0 3px;
}

#zone-menu ul li a:hover,
#zone-menu ul li a.active,
#zone-menu ul li a.active-trail {
	background: #fff12c;
	color: #333 !important;
}

#zone-menu-wrapper ul ul li {
	display: block;
	text-align: left;
}

.menu-principal {
	background: #273e8e;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0 0 0 !important;
}

#menu-superfish a {
	color: #fff;
	padding: 4px;
	font-weight: 900;
}

#menu-superfish a:hover {
	background: #fff12c;
	color: #333 !important;
}

#menu-superfish li {
	float: left;
	width: 120px;
}

#menu-superfish li ul {
	background: #273e8e;
	padding: 10px;
	overflow: hidden;
	width: 170px;
	position: absolute;
}

#menu-superfish li ul li {
	text-align: left;
	background: #273e8e;
	width: 100%;
}

#menu-superfish li ul li a {
	display: block;
}

.msg-erro {
	background: #f7d1d3;
	color: #f00;
	padding: 20px;
	margin: 0 0 20px 0;
	border-radius: 10px;
}
.msg-erro2 {
	background: #f7d1d3;
	color: #f00;
	padding: 20px;
	margin: 0 0 20px 0;
	border-radius: 10px;
	line-height: 200%;
	font-size: 20px !important;
}

.msg-sucesso {
	background: #98FB98;
	color: #080;
	padding: 20px;
	margin: 0 0 20px 0;
	border-radius: 10px;
}

.observacao {
	background: #87CEFA;
	padding: 15px;
	margin: 0 0 20px 0;
	border-radius: 10px;
}

.btn-boasvindas {
	padding-left: 15%;
}

.btn-boasvindas h3 {
	padding: 5px;
	float:left;
}

/* adicionado por aleagi em 29/04/2013 --- */
.c-form {
	background: #f1f1f1 !important;
	padding: 20px;
	border-radius: 10px;
}

.c-form table td {
	padding: 5px 0;
}

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

table.duas-colunas-exp td,
table.duas-colunas-exp td input,
table.duas-colunas-exp td select {

}

table.duas-colunas td {
	width: 50% !important;
}

table.tres-colunas td {
	width: 33%;
}

.c-table h3 {
	font-size: 1.1em;
	margin: 0 0 10px 0;
	text-align: justify;
}

.descricao-modulo {
	font-weight: 900;
	padding: 0 0 40px 0;
	margin: -20px 0 0 0;
	text-align: justify;
}

/* .tres-colunas .tc-um {

}

.tres-colunas .tc-dois {
	text-align: center;
}

.tres-colunas .tc-tres,
.duas-colunas .e {
	text-align: right;
}
*/
.tres-colunas td,
.duas-colunas td {
	padding: 10px 20px 10px 3px !important;
	text-align: justify;
}

.tres-colunas td input[type=text],
.duas-colunas td input[type=text]{
	float: right;
	margin: -3px 5px 0 0 !important;
}


.tres-colunas input,
.duas-colunas input {
	margin: 0 5px 0 0 !important;
}

.duas-colunas {
	width: 100%;
}

table.p-dois-um label,
table.p-dois-dois label,
table.p-dois-tres label,
table.p-dois-quatro label,
table.p-dois-cinco label,
table.p-dois-seis label,
.inputs label {
	margin: 0 25px 0 5px;
}

.qst-treze {
	width: 58% !important;
}

.inputs {
	width: 42% !important;
	text-align: right;
}

.valores-select {
	margin: 0 auto !important;
	padding: 0 !important;
}

.valores-select li {
	list-style-type: disc !important;
	list-style: disc !important;
}

.full-input input[type="text"] {
	width: 85% !important;
}

.alinha-direita input {
	text-align: right;
	float: right;
}

.numero-pessoas {
	float: left !important;
	border: solid 1px #f00;
	width: 50px !important;
}

.menu-usuario-logado {
	margin: 60px 0 0 0;
}

.menu-usuario-logado .cadastro-meu-dados {
	margin: 0 10px 0 0 !important;
}


#menu-superfish ul {
	z-index: 99 !important;
}

.dataTables_wrapper td,
.wrapper-relatorio-index td {
	z-index: -1 !important;
}