@charset "windows-1252";
/* CSS Document */

/*
************************************************
***** GENERAL STUFF ****************************
************************************************
*/

html {
    height: 100%;
}

body {
	margin: 0 auto;
	padding: 0;
	color: #717171;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
    height: 100%;
}

img {
	border: 0;
	display: block;
}

form {
	padding: 0;
	margin: 0;
}

input[type=text], input[type=password], select {
	border: 1px solid #aaa;
	background-color: #fbfbfb;
	font-weight: bold;
	color: #494949;
}

input[type=file] {
    font-size: 0.95em;
    color: #494949;
    font-weight: bold;
}

/* Special class to KILL any herited border */
.semborda, .semborda td {
    border-bottom: 0 !important;
}

.fonteMenor td, .fonteMenor input, .fonteMenor select {
    font-size: 0.9em;
}

	/* Style for all submit buttons */
.botao {
    border: 1px solid;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    height: 21px;
    margin-bottom: 1px;
}

		/* There are 3 different submit buttons:
		POSITIVE (Confirm, Submit, Go Ahead)
		NEGATIVE (Cancel, Erase, Negate)
		ATTENTION (Caution, Examine, Check) */


.positivo {
    background-color: #5fae03;
    border-color: #8fdc35 #417900 #417900 #8fdc35;
}

.negativo {
    background-color: #dd070f;
    border-color: #ff858a #a40309 #a40309 #ff858a;
}

.neutro {
    background-color: #ff9c00;
    border-color: #ffcc00 #e57c00 #e57c00 #ffcc00;
}

.neutro_cinza {
    background-color: #9c9c9c;
    border-color: #dfdfdf #878787 #878787 #dfdfdf;
}

	/* The submit buttons can have icons next to them
	Usage: <... class="icon name_of_icon"> */

.icone {
    display: inline;
    background-position: left;
    background-repeat: no-repeat;
    padding: 2px 0  2px 18px;
    margin-left: 5px;
}

.icone_direita {
    display: inline;
    background-position: right;
    background-repeat: no-repeat;
    padding: 2px 20px  2px 0;
    margin-right: 5px;
}

		/* There are several kind of icons, the most common are:
		CONFIRM - CANCEL, ADD - REMOVE AND FIND - EXAM */

    .confirmar 	    { background-image: url(../img/icons/confirmar.gif);  }
    .cancelar 	    { background-image: url(../img/icons/cancelar.gif);   }
    .cancelar_cinza { background-image: url(../img/icons/cancelar_off.gif);   }
    .adicionar 	    { background-image: url(../img/icons/adicionar.gif);  }
    .remover 	    { background-image: url(../img/icons/remover.gif);    }
    .buscar 	    { background-image: url(../img/icons/buscar.gif);     }
    .examinar 	    { background-image: url(../img/icons/examinar.gif); padding-left: 25px !important;  }
    .calendario     { background-image: url(../img/icons/calendario.gif); }
    .avancar 	    { background-image: url(../img/icons/avancar.gif);    }
    .voltar 	    { background-image: url(../img/icons/voltar.gif);     }
    .atualizar 	    { background-image: url(../img/icons/atualizar.gif);  }
    .finalizar 	    { background-image: url(../img/icons/entrega.png);  }

a {
	color: #414141;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

a:hover {
	color: #868686;
	border-bottom: 1px dotted #cdcdcd;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, sans-serif;
	color: #757575;
	text-transform: uppercase;
	margin: 1em 0 0 0;
	padding: 0;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.8em; color: #000; text-transform: none; }
h5 { font-size: 1.0em; }

.orientacao {
	color: silver;
	padding: 0;
    margin:0;
}


/*
************************************************
***** LOGIN BAR ********************************
************************************************
*/

#barra_login {
	background-color: #f0f0f0;
	text-align: center;
	/*background-image: url(../img/bg1.jpg);*/
	/*background-repeat: repeat-x;*/
	/*background-position: bottom;*/
	height: 46px;
	font-size: 0.9em;
}

#barra_login form {
	width: 760px;
	margin: auto;
	padding: 10px 0;
}

/* Style for text inputs on the login bar */
#barra_login .texto { width: 80px; }

#barra_login .checkbox {
	vertical-align: middle;
	margin-left: 1.5em;
}

#barra_login a { margin-left: 1.5em; }

.logado { padding-top: 1.2em; width: 760px; margin: auto;}

.logado strong { color: #000;}

#imagem_barra {
    background-repeat: repeat-x;
    background-position: top;
    height:24px;
    width: 100%;
    clear: both;
    line-height: 24px;
    font-size: 1.15em; color: #fff; text-decoration: none; text-shadow: 1px 1px 1px #000;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

#imagem_barra a { list-style: none; color: #fff !important; margin: 30px; padding-top: 4px; font-weight: bold; }

/*
************************************************
***** CABEï¿½ALHO ********************************
************************************************
*/

#cabecalho {
    background: #1b1b1b url(../img/bg2.gif) repeat-x top;
    padding: 10px 0;
}

.barra {
	width: 760px;
	margin: auto;
	height: 60px;
    font-size: 14px;
    color: white !important;
    font-family: Geneva, Tahoma, Arial, sans-serif;
    font-variant:normal;
    font-weight: bold;
}

.barra h2 {
    color: white;
    margin: 0 0 3px 0;
    padding-top: 10px;
    font-family: Geneva, Tahoma, Arial, sans-serif;
}

.logo {
	margin: 0;
	/*padding: 13px 0 0 70px;*/
}

.instituicao {
	float: right;
	/* The padding top here changes
	the vertical position of the Institution Logo */
	padding: 2px 0 0 0;
}

.barra a, .barra a:hover {
	border: 0;
    color: white;
}

/*
************************************************
***** CONTEUDO *********************************
************************************************
*/

/*Inicial*/
.index { background-image: url(../img/icons/apresentacao.gif); padding-left: 25px !important;  }
.historico_operacional { background-image: url(../img/icons/gerenciar_protocolo.gif); padding-left: 25px !important;  }

/*Principal*/
.valores { background-image: url(../img/icons/valores.gif); padding-left: 25px !important;  }
.imprimir_laudo { background-image: url(../img/icons/tipos_laudos.gif); padding-left: 25px !important;  }
.entrega_envio { background-image: url(../img/icons/entrega.png); padding-left: 25px !important;  }

/*Cadastro*/
.clientes { background-image: url(../img/icons/clientes.png); padding-left: 25px !important;  }
.desconto { background-image: url(../img/icons/desconto.png); padding-left: 25px !important;  }
.analises { background-image: url(../img/icons/campo.png); padding-left: 25px !important;  }
.seta { background-image: url(../img/icons/proximo.gif); padding-left: 25px !important;  }

/*Ferramentas*/
.gerenciar_agrupamentos { background-image: url(../img/icons/gerenciar_caixas.gif); padding-left: 25px !important;  }
.generico { background-image: url(../img/icons/generico.gif); padding-left: 25px !important;  }
.trocar_senha { background-image: url(../img/icons/trocar_senha.gif); padding-left: 25px !important;  }
.rastro_sistema { background-image: url(../img/icons/pegada.gif); padding-left: 25px !important;  }
.relatorios { background-image: url(../img/icons/relatorios.gif); padding-left: 25px !important;  }
.envio_emails { background-image: url(../img/icons/email.png); padding-left: 25px !important;  }

/*Configurações*/
.cadastro_processo { background-image: url(../img/icons/processo.png); padding-left: 25px !important;  }
.cadastro_customizacao { background-image: url(../img/icons/config-processo.png); padding-left: 25px !important;  }
.cadastro_laboratorio { background-image: url(../img/icons/laboratorio.gif); padding-left: 25px !important;  }
.cadastro_instituicao { background-image: url(../img/icons/admin.gif); padding-left: 25px !important;  }
.cadastro_website { background-image: url(../img/icons/website.png); padding-left: 25px !important;  }
.cadastra_relatorioprocesso { background-image: url(../img/icons/relatorio.gif); padding-left: 25px !important;  }
.finalizar_configuracao { background-image: url(../img/icons/configurar.gif); padding-left: 25px !important;  }
.dias_nao_uteis { background-image: url(../img/icons/dia_nao_util.png); padding-left: 25px !important;  }

.laudos_disponiveis { background-image: url(../img/icons/tipos_laudos.gif); padding-left: 25px !important;  }
.documento { background-image: url(../img/icons/documento.gif); padding-left: 25px !important;  }
.parametros { background-image: url(../img/icons/parametros.gif); padding-left: 25px !important;  }
.gerar_documento { background-image: url(../img/icons/documento.gif); padding-left: 25px !important;  }

/*Organizador*/
.gera_codigo_barra { background-image: url(../img/icons/gerador_codigo_barra.gif); padding-left: 25px !important;  }

/*Acesso do Cliente*/
.resumo { background-image: url(../img/icons/resumo.gif); padding-left: 25px !important;  }
.atualizar_cadastro { background-image: url(../img/icons/atualizar_cadastro.gif); padding-left: 25px !important;  }
.sair { background-image: url(../img/icons/sair.gif); padding-left: 25px !important;  }

/*Recomendação*/
.nova_recomendacao { background-image: url(../img/icons/nova_recomendacao.gif); padding-left: 25px !important;  }
.recomendacoes { background-image: url(../img/icons/recomendacoes.gif); padding-left: 25px !important;  }
.fertilizantes { background-image: url(../img/icons/fertilizante.gif); padding-left: 25px !important;  }
.corretivos { background-image: url(../img/icons/corretivos.gif); padding-left: 25px !important;  }

/*Financeiro    */
.nota_fiscal { background-image: url(../img/icons/nota_fiscal.gif); padding-left: 25px !important;  }
.pagamentos { background-image: url(../img/icons/pagamentos.png); padding-left: 25px !important;  }
.recebimentos { background-image: url(../img/icons/recebimentos.png); padding-left: 25px !important;  }

/*Insumos*/
.insumos { background-image: url(../img/icons/insumo.png); padding-left: 25px !important;  }
.fornecedores { background-image: url(../img/icons/fornecedor.png); padding-left: 25px !important;  }

/* Menus Controle */
.grafico { background-image: url(../img/icons/grafico.png); padding-left: 25px !important; }
.localizacao { background-image: url(../img/icons/mapa_brasil.png); padding-left: 25px !important; }

/* Aparencia */
.italico { background-image: url(../img/icons/text_italic.png); padding-left: 25px !important;  }
.texto_alinhar_direita { background-image: url(../img/icons/text_align_right.png); padding-left: 25px !important;  }
.texto_alinhar_esquerda { background-image: url(../img/icons/text_align_left.png); padding-left: 25px !important;  }
.texto_justificado { background-image: url(../img/icons/text_align_justify.png); padding-left: 25px !important;  }
.texto_centralizado { background-image: url(../img/icons/text_align_center.png); padding-left: 25px !important;  }
.texto_subescrito { background-image: url(../img/icons/text_subscript.png); padding-left: 25px !important;  }
.texto_superescrito { background-image: url(../img/icons/text_superscript.png); padding-left: 25px !important;  }

#conteudo {
	margin: auto;
}

.esquerda {
	vertical-align: top;
	width: 170px;
	float: left;
	border: 1px solid #fff;
}

.esquerda p {
    margin: 0;
    padding: 0 0 1em 0;
}

.sombra {
    box-shadow: 0 0 20px #494949;
}

.flutuante {
    box-shadow: 0 0 20px #494949;
    position: absolute;
    display: inline;
    text-align: left;
    width: 515px;
    background-color: white;
}

.flutuante_esquerda {
    margin-left: -515px;
}

.flutuante_direita {
    position: absolute;
    display: inline;
    text-align: left;
}

.borda_inferior_redonda_10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.borda_inferior_redonda_5 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.borda_direita_redonda_5 {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.borda_redonda_10 {
    border-radius: 10px;
}

.borda_redonda_5 {
    border-radius: 5px;
}

.menu {
    border: 1px solid #a9a9a9;
    padding: 6px;
    background-color: #f0f0f0;
    line-height: 1.5em;
    margin-bottom: 1em;
    z-index: 1;
}

.titulo_divisao {
    margin: -1px -6px 3px; padding: 1px 6px; font-weight: bold; font-size: 0.9em;
}

.menu a {
    display: block;
    border: none;
    background-position: 4px 1px;
    background-repeat: no-repeat;
    margin-left: -6px;
    margin-right: -6px;
    text-align: left;
    padding-right: 4px;
    padding-left: 4px;
}

.barra_horizontal {
    padding: 1px 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.menu a:first-child {
    margin-top: -6px;
    padding-top: 6px;
    background-position: 4px 7px;
}

.menu a:last-child {
    margin-bottom: -6px;
    padding-bottom: 6px;
}

.lado-a-lado a {
    display: inline-block;
    padding: 4px 8px;
    margin-left: 5px;
    background-position: 4px center;
}

.lado-a-lado a:first-child {
    margin-top: -4px;
    padding-top: 4px;
    background-position: 4px center;
}

.lado-a-lado a:last-child {
    margin-bottom: -4px;
    padding-bottom: 4px;
}

.caminho {
    padding: 0 !important;
    margin: 0 -6px 5px -6px;
    font-size: 0.9em;
}

.caminho a {
    margin: 0 !important;
    border-right: 1px solid #717171 !important;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.caminho a img {
    margin-right: 4px;
    vertical-align: bottom;
    max-height: 16px;
}

.menu img {
    display: inline;
    margin: 0 2px 0 0 !important;
    vertical-align: text-bottom;
}

.menu .radio_menu {
    margin: 3px 3px 1px 0;
    vertical-align: middle;
    padding: 0;
}

.menu .span_menu {
    vertical-align:middle;
}

.menu input[type=text], .menu input[type=password] {
    margin-top: 0;
    margin-left: 0;
}

.menu h1, .menu h2, .menu h3, .menu h4, .menu h5 {
    margin: 2px 0 4px 0;
    text-align:center;
}

.menu a:hover {
    border: none;
    background-color: #c3dd82;
    color: #fff;
}

.menu td label {
    font-size: 0.8em; display:block; margin:0;
}

.direita {
	margin-left: 190px;
	border: 1px solid #fff;
}

.direita h1, .direita h3, .direita h2 {
	margin-bottom: 1em;
}

.direita label {
	display: inline;
	font-weight: normal;
	padding-right: 0.3em;
	margin-left: 0.5em;
	/*margin-right: -0.3em;*/
}

fieldset {
	border: 1px solid #d9d9d9;
	margin: 1em 0 2em 0;
	padding: 0.5em 5px 1.5em 5px;
}

legend {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #717171;
}

fieldset .interno {
    margin: 1.5em 5px 2em 5px;
    padding: 0 5px 1.5em 5px;
}

fieldset .interno legend {
    color: #717171;
    font-size: 1em;
}

fieldset .divisor {
    margin: 1.5em -5px 0 -5px;
    padding: 0 5px 0 5px;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}

fieldset .divisor legend {
    color: #717171;
    font-size: 1em;
}

fieldset .divisor_borda_inferior {
    margin: 1.5em -5px 0 -5px;
    padding: 0 5px 10px 5px;
    border-right: 0;
    border-left: 0;
}

fieldset .divisor_borda_inferior legend {
    color: #717171;
    font-size: 1em;
}

fieldset .interno_usuario div {
    display: inline-block;
    min-width: 32%;
}

.direita input, .direita select {
	margin: 1em 0 0 0.5em;
}

.direita input:hover {
    border-color: #000;
}

.fimform {
	margin-top: 0.5em;
	text-align: center;
}

.fimform .icone {
    margin-right: 1em;
}

/*
************************************************
***** RODAPE ***********************************
************************************************
*/

#rodape {
    background: #fff url(../img/bg3.gif) repeat-x top;
    color: #a6a6a6;
	font-size: 0.9em;
	line-height: 1.2em;
	clear: both;
	padding: 1em 0;
	margin-top: 1em;
}

#rodape img {
	float: left;
	padding: 0.3em 0;
	padding-right: 35px;
}

.rodape_bar {
	width: 760px;
	margin: auto;
}

/*
************************************************
***** CLASSES ESPECï¿½FICAS **********************
************************************************
*/

/* Homepage of SILAS - Main entry page */
.apresentacao {
	padding-top: 5em;
	text-align: center;
	margin: auto;
	width: 100%;
}

.apresentacao h1 {
	font-size: 4em;
    color: #666;
    padding-top: 120px;
    font-family: Geneva, Tahoma, Arial, sans-serif;
    line-height: 2;
}

.imagem_bemvindo {
    background-position:top center;
    background-repeat:no-repeat;
    height:280px;
    border: 1px solid #FFF;
}

.apresentacao img {
	margin: auto;
}

/* Warning boxes */
.aviso {
	margin: 1.5em 0;
	border: 2px dotted;
	padding: 20px 20px 20px 75px;
	background-repeat: no-repeat;
	background-position: left 20px;
}

.aviso_pequeno {
	margin: 1.1em 0;
	border: 1px dotted;
	padding: 3px 3px 3px 70px;
	background-repeat: no-repeat;
	background-position: left 2px;
    text-align:left;
}

.aviso_pequeno h4 {
    margin: 0;
    padding: 0 0 0.2em 0;
    font-size: 1.2em;
}


.aviso h4 {
    margin: 0;
    padding: 0 0 0.2em 0;
    font-size: 1.5em;
}

.caixa-erro {
    color: red;
    border-color: red;
    background-color: #FFE4E4;
    background-image: url(../img/avisos/erro.gif);
}

.caixa-erro h4 { color: red !important; }
.caixa-erro a:before {
    color: #a52a2a;
}

.erro {
    border: 1px solid #dd070f;
    background-color: #fbe9d8;
    color: red;
}

.caixa-sucesso {
    color: #4e7700;
    border-color: #4e7700;
    background-color: #e1f0bc;
    background-image: url(../img/avisos/sucesso.gif);
}

.caixa-sucesso h4 { color: #4e7700 !important; }

.caixa-atencao {
    color: #dd7d00;
    border-color: #dd7d00;
    background-color: #fff8bd;
    background-image: url(../img/avisos/atencao.gif);
}

.caixa-atencao h4 { color: #dd7d00 !important; }

.caixa-generico {
    color: #000;
    border-color: #909090;
    background-color: #f0f0f0;
    background-image: url(../img/avisos/generico.gif);
}

.caixa-generico h4 { color: #909090; }

/*
************************************************
***** ESQUEMA DOS MENUS ************************
************************************************
*/

body#home #menu-home,
body#clientes #menu-clientes,
body#cidades #menu-cidades,
body#usuarios #menu-usuarios,
body#convenios #menu-convenios,
body#laudos #menu-laudos,
body#gerenciar_caixas #menu-gerenciar-caixas,
body#analises #menu-analises,
body#solicitacao #menu-solicitacao,
body#valores #menu-valores,
body#outro #menu-outro {
	color: #2d5300;
	font-weight: bold;
}


/*
************************************************
***** TABELAS HTML *****************************
************************************************
*/

table.comum { width: 100%; font-size:12px; border-spacing: 0; color: #717171 !important; }
table.comum th, table.comum td { padding: 0.2em 0.4em 0.3em 0.4em !important; text-align: left; }
table.comum th { border-bottom: 1px solid #717171; }
table.comum td { border-width: 0 !important; border-bottom: 1px solid #d9d9d9 !important; vertical-align: text-bottom; }
table.comum tr { height: auto !important; }
table.comum tr:hover { background-color: #F6F6F6; }
table.comum th label, table.comum td label { font-size: 0.8em; display:block; margin:0;}
table.comum td.valor { text-align:right; }
table.comum a { border: 0; margin: 0;  }
table.comum img { cursor: pointer; display:inline; margin:0;  vertical-align: text-bottom;}
table.comum input[type=text], table.comum select, table.comum textarea {
    margin: 0;
    width: 100%;
    border: 1px solid #aaa;
	background-color: #fafafa;
	font-weight: bold;
	color: #494949;
}
table.comum input[type=text].somente-leitura { background-color:#d9d9d9; border-color:#a9a9a9; }
table.comum td textarea { width: 99.5%; }
table.comum input { margin:0; }
table.comum td input[type=checkbox], table.comum td input[type=radio] { margin-right: 3px; vertical-align: text-bottom;}
table.comum th label input[type=checkbox], table.comum td label input[type=checkbox] { margin-right: 3px; }

table.busca td { border:0 !important; }
table.busca td { padding: 0.2em 0 0 0.4em !important; text-align: left; }
table.busca tr:hover { background-color: transparent; }

table.elemento tr:last-child td { border-width: 0 !important; border-bottom: 1px solid #717171 !important; vertical-align: text-bottom; }
/*table.elemento tr:first-child td { padding-top: 10px !important; }*/

table.preenchimento_intercalado tbody:nth-of-type(2n + 1) tr { background-color: #F6F6F6; }

/* VALORES */
table.lista_valores {  width: 100%; margin: 0; border: 0; border-spacing: 0;  }
table.lista_valores th { border: 0; padding: 1px; font-size: 10px; font-weight: normal; font-family: Verdana, sans-serif; color: #000; background-color: #efefef; }
table.lista_valores tr { height: 20px; }
table.lista_valores tr:hover { background-color: #F6F6F6; }
table.lista_valores td { border: 1px solid #d9d9d9; padding: 0; font-size:10px; font-weight: normal; font-family: Verdana, sans-serif; vertical-align: text-bottom; }
table.lista_valores a { border: 0; }
table.lista_valores img { cursor: pointer; display:inline; margin:0; vertical-align:text-bottom; }
table.lista_valores td input[type=text] {
    border: 0;
    font-weight:normal;
    background-color: transparent;
    margin: 0 !important;
    font-size:10px;
    padding: 2px 2px 2px 0;
    text-align: right;
    width: 100%;
    font-family: Verdana, sans-serif;
}

table.lista_valores td select {
    border: 0;
    font-weight:normal;
    background-color: transparent;
    margin: 0 !important;
    font-size:10px;
    /*padding: 2px 0;*/
    padding: 0;
    text-align: left;
    width: 100%;
    font-family: Verdana, sans-serif;
}

table.lista_valores .somente_leitura { background-color:#d9d9d9; border-color:#a9a9a9; }

/* ADDED BY HEINER */

table.lista_amostra { font-size: 12px;}
table.lista_amostra td { vertical-align: middle; }

/*Tabela horário*/
table.tabela_horario { width: 100%; font-size:12px; border-spacing: 0; color: #717171 !important; }
table.tabela_horario th, table.tabela_horario td { text-align: left; width: 12.5%;}
table.tabela_horario th { border-bottom: 1px solid #717171; text-align: center; border-left: 1px solid #d9d9d9; padding-right: 0 !important; padding-left: 0 !important; }
table.tabela_horario td { border-bottom: 1px solid #d9d9d9 !important; border-left: 1px solid #d9d9d9; vertical-align: top;}
table.tabela_horario tr { height: 30px !important; }

/*
************************************************
***** ADICIONADO EM 20090925 *******************
************************************************
*/

textarea {
    border: 1px solid #aaa;
    /*background-color: #f8faf1;*/
    color: #3e4916;
    font-family: tahoma, arial verdana, sans-serif;
    font-size: 0.9em;
    padding: 2px;
}

.botoes_acoes { margin: 10px 0; width: 100%; border-spacing: 0; }
.botoes_acoes .aba a { margin: 0 10px; border: none; color: #fff; }
.botoes_acoes .aba img { margin: 0 5px; }
/*.botoes_acoes td { padding: 0; }*/

.botoes_acoes td.botao {
	border: 1px solid;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	height: 1.8em;
	margin-bottom: 1px;
	background-color: #5fae03;
	border-color: #8fdc35 #417900 #417900 #8fdc35;
}

.botoes_acoes td.botao:hover {
	border: 1px solid #000;
}

.tabela_miolo { padding: 10px 5px 10px 5px; border-bottom: 1px solid silver; border-right: 1px solid silver; border-left: 1px solid silver; }
.aba { text-align: center; font-weight: bold; background-color: #5fae03; color: #fff; padding: 5px 0; border-top: 3px solid #70c908; border-right: 3px solid #519502; }
.aba a { display:  block; color: #fff !important; }
.aba:hover { background-color: #70c908; border-top: 3px solid #8ede30; cursor: pointer; }
.ativa, .ativa:hover { text-align: center; color: #717171; font-weight: bold; background-color: #fff; border-top: 1px solid silver; border-right: 1px solid silver; border-left: 1px solid silver; cursor: default;}
.opaca, .opaca:hover { opacity: 0.2; cursor: default; }
.aba_separador { background-color: #fff; border-bottom: 1px solid silver; width: 3%; }

.tabela_miolo .interno {
    margin: 1.5em 5px 2em 5px;
    padding: 0 5px 1.5em 5px;
}

.tabela_miolo .interno legend {
    color: #717171;
    font-size: 1em;
}

.tabela_miolo .divisor {
    margin: 1.5em -5px 0 -5px;
    padding: 0 5px 0 5px;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}

.tabela_miolo .divisor legend {
    color: #717171;
    font-size: 1em;
}

.tabela_miolo .divisor_borda_inferior {
    margin: 1.5em -5px 0 -5px;
    padding: 0 5px 5px 5px;
    border-right: 0;
    border-left: 0;
}

.tabela_miolo .divisor_borda_inferior legend {
    color: #717171;
    font-size: 1em;
}

.tabela_miolo .sem_borda_superior {
    border-top: 0;
}

.tabela_miolo input[type=checkbox] {
    vertical-align: text-bottom;
    margin-right: 3px;
}

.quebra32porcento div {
    display: inline-block;
    min-width: 32%;
}

.quebra50 div {
    display: inline-block;
    min-width: 50%;
}

/* Recomendaï¿½ï¿½o */

.tabela_recomendacao th { font-size: 0.85em; }

.tabela_fertilizantes th {
    font-weight:bold;
    text-align:center;
    background-color: white;
}

.tabela_fertilizantes tr {
    color:black;
    background-color:#efefef;
    border:solid 1px silver;
    font-size: 0.9em;
}

.tabela_fertilizantes input[type=text] {
    margin:0;
    border:0;
    width:95%;
    text-align:right;
    padding-right:2px;
    font-weight:normal;
    color:black;
    font-size: 0.9em;
}

.marcador {cursor: pointer; border: 1px solid #dfdfdf; border-radius: 7px; color: #dfdfdf; display: inline-block; width: 14px; line-height: 14px; font-size: 0.8em; font-weight: bold; text-align: center; padding: 0; margin: 0 0 2px 0;}
.ativo {border: 1px solid #717171; color: #717171;}

.valor_tabela_grafico {
    border: 0 !important; font-weight:normal !important; text-align:center !important; font-size:12px !important; background-color:transparent !important;
}
