@charset "windows-1252";
/* CSS Document */

@font-face {
    font-family: 'Work Sans';
    src: url("../font/WorkSans-VariableFont_wght.ttf");
}

@font-face {
    font-family: 'Montserrat';
    src: url("../font/Montserrat-VariableFont_wght.ttf");
}

@font-face {
    font-family: 'Lato';
    src: url("../font/Lato-Regular.ttf");
}

/*
************************************************
***** 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%;
}

.coluna.altura-minima, .altura-minima {
    min-height: 1.4rem;
}

.graficos {
    /*importante para otimizar as buscas de componentes em tela*/
}

img {
	border: 0;
	display: block;
}

/** FIX for Bootstrap and Google Maps Info window styles problem **/
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
    max-width: none;
}

form {
	padding: 0;
	margin: 0;
}

input[type=text], input[type=password], select {
	border: 1px solid #aaa;
	background-color: #fbfbfb;
	font-weight: bold;
	color: #494949;
}

optgroup > option {
    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:is(table.comum td, *) {
    border-bottom: 0 !important;
}

.fonteMenor, .fonteMenor td, .fonteMenor input, .fonteMenor select {
    font-size: 0.9em;
}

.fonte-muito-menor, .fonte-muito-menor :is(td, input, select)  {
    font-size: 0.8em;
}

.fonte-negrito {
    font-weight: bold;
}

#dialog_overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 90;
}

#dialog_overlay > #dialog_fundo {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
}

	/* Style for all submit buttons */

		/* 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);     }
    .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: none;
}

a:hover {
	color: #868686;
	text-decoration: none;
}

.orientacao {
	color: silver;
	padding: 0;
    margin: 0;
}

.clara:is(option, select.herdar-estilo) {
    color: gainsboro;
}

.normal:is(option, select.herdar-estilo) {
    color: #494949;
}

fieldset.divisor_borda_inferior > legend > span {
    color: silver;
    font-size: 0.85em;
    text-transform: initial;
}

fieldset.divisor.sem_margem_vertical {
    margin-top: 0;
}

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; }

.cor-prata:is(table.comum select, *) {
    color: silver;
}

.cor-input:is(table.comum select, *) {
    color: #494949;
}

/*
************************************************
***** CABEÇALHO ********************************
************************************************
*/

header#cabecalho {
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.3;
    font-size: 14px;
    color: black;
}

header h1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.5em;
    letter-spacing: -1px;
    padding-top: 5px;
    margin: 0;
}

header h1 span {
    font-weight: normal;
    text-transform: initial;
}

.menu a.texto-direita, .texto-direita  {
    text-align: right;
}

.texto-esquerda {
    text-align: left;
}

.texto-centro, .flutuante.texto-centro {
    text-align: center;
}

.linha-flex {
    display: flex;
    flex-wrap: wrap;
}

.linha-flex.espaco-coluna-4 {
    column-gap: 4px;
}

.coluna-flex {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.coluna-flex.alinhar-final {
    align-self: end;
}

.justificar-itens-centro {
    justify-content: center;
}

.linha-flex.prenchimento-padrao > .coluna-flex {
    padding: 0.2em 0.1em 0.3em 0.4em; /*Copiado do espaçamento da tabela*/
}

header#cabecalho::after, .linha::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.linha-sem-espaco-abaixo::after {
    content: "";
}

.linha.ignorar-preenchimento-e-borda-pai {
    display: inline-block;
    box-sizing: border-box;
}

#barra_logado {
    background-color: white;
}

.barra_cinza {
    background-color: #dddddd;
}

.barra_cinza h1 > span {
    white-space: nowrap;
}

header .largura {
    margin: 0 auto;
    padding: 15px 0;
}

header .barra_cinza .largura {
    padding: 10px 0;
}

.coluna {
    float: left;
    position: relative;
}

.coluna.possivelmente-vazia {
    min-height: 1px;
}

.coluna-auto, .largura-auto:is(*, table.comum select) {
    width: auto;
}

.ajustar-tamanho-ao-conteudo {
    width: fit-content;
}

.linha-flex > .coluna-auto {
    flex: 0 0 auto;
    max-width: none;
}

.coluna-10 {
    width: 10%;
}

.coluna-20 {
    width: 20%;
}

.coluna-30 {
    width: 30%;
}

.coluna-33, .largura-33  {
    width: calc(100% / 3);
}

.linha-flex.coluna-33 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.coluna-40 {
    width: 40%;
}

.coluna-45 {
    width: 45%;
}

.coluna-50 {
    width: 50%;
}

.coluna-60 {
    width: 60%;
}

.coluna-70 {
    width: 70%;
}

.coluna-80 {
    width: 80%;
}

.coluna-90 {
    width: 90%;
}

.coluna-100, .largura-100, .flutuante.largura-100 {
    width: 100%;
}

.minimo-largura-100 {
    min-width: 100%;
}

.coluna-icone {
    width: 16px;
}

.links-paginas {
    display: flex;
}

.links-paginas > :last-child {
    text-align: left;
}

.links-paginas > :first-child {
    text-align: right;
}

.links-paginas > :last-child, .links-paginas > :first-child {
    flex-basis: 5px;
    flex-grow: 1;
}

/*
************************************************
***** CONTEUDO *********************************
************************************************
*/
/*Cadastro*/
.desconto { background-image: url(../img/icons/desconto.png); }

/*Ferramentas*/
.generico { background-image: url(../img/icons/generico.gif); }

/*Configurações*/
.laudos_disponiveis { background-image: url(../img/icons/tipos_laudos.gif); }

/*Acesso do Cliente*/
.resumo { background-image: url(../img/icons/resumo.gif); }
.sair { background-image: url(../img/icons/sair.gif); }

/*Recomendação*/
.nova_recomendacao { background-image: url(../img/icons/nova_recomendacao.gif); }
.recomendacoes { background-image: url(../img/icons/recomendacoes.gif); }
.fertilizantes { background-image: url(../img/icons/fertilizante.gif); }
.corretivos { background-image: url(../img/icons/corretivos.gif); }

/* 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_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;
    white-space: nowrap;
    vertical-align: top;
    transition: all 1s;
}

#menu {
    padding-right: 20px;
    box-sizing: border-box;
    white-space: normal;
    display: inline-block;
    transition: all 1s;
}

#corpo {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    transition: all 1s;
}

#corpo.visitante {
    display: block;
}

#menu p {
    margin: 0;
    padding: 0 0 1em 0;
}

.sombra {
    box-shadow: 0 0 20px #494949;
}

.sombra-lista {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.flutuante {
    box-shadow: 0 0 20px #494949;
    position: absolute;
    text-align: left;
    width: 515px;
    min-width: 400px;
    background-color: white;
    z-index: 2;
}

.flutuante.largura-automatica {
    min-width: unset;
    width: auto;
}

.flutuante.sem-largura-minima {
    min-width: unset;
}

.flutuante.largura-automatica.flutuante_esquerda {
    margin-left: unset;
}

.flutuante.sem-sombra {
    box-shadow: none;
}

.flutuante.com-borda {
    border: 1px solid #9a9a9a;
    padding: 0 5px;
}

.flutuante.com-borda > fieldset {
    border: none;
}

.flutuante_esquerda {
    margin-left: -515px;
}

.flutuante_direita {
    position: absolute;
    display: inline;
    text-align: left;
}

.flutuante_esquerda.pequeno {
    margin-left: -400px;
}

.flutuante.pequeno {
    max-width: 400px;
}

.flutuante_esquerda.grande {
    margin-left: -600px;
}

.flutuante.grande {
    width: 600px;
}

.flutuante_esquerda.mini {
    margin-left: -200px;
}

.flutuante.mini {
    width: 200px;
}

.flutuante.formula {
    right: 0;
    width: auto;
    max-width: 680px;
    overflow: auto;
    border-width: 2px;
}

.bloco-em-linha {
    display: inline-block;
}

.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;
}

.borda-1 {
    border: 1px solid #9a9a9a;
}

.borda-2 {
    border: 2px solid #9a9a9a;
}

.borda-4 {
    border: 4px solid #9a9a9a;
}

.bloco_menu > .menu > a {
    margin-right: -6px;
    margin-left: -6px;
}

.menu a[class] {
    padding-left: 25px;
}

.menu {
    border: 1px solid #a9a9a9;
    padding: 6px;
    background-color: #f0f0f0;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.linha.menu > .coluna.altura-minima {
    min-height: 1.5em;
}

.menu.fundo-branco {
    background-color: white !important;
}

.menu.escondido {
    height: 0;
    padding: 0;
    border: none !important;
    overflow: hidden;
    box-shadow: none;
}

.oculto {
    visibility: hidden;
}

.menu.sem_borda_superior {
    border-top: none !important;
}

.formula {
    background-color: white; color: black; font-family: monospace;
}

.sem-estilo-padrao {
    all: unset;
}

.clicavel, button {
    cursor: pointer;
}

.titulo_divisao {
    margin: 0 -6px 3px; padding: 3px 6px; font-weight: bold; font-size: 0.9em;
}

.titulo_divisao.compensar_borda {
    margin: 0 0 3px;
}

.titulo_divisao h3 {
    text-align: left !important; margin: 2px 0 0 !important;
}

.menu.titulo_divisao h5 {
    text-align: left;
    margin: 2px 0 0;
}

.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;
    line-height: 18px;
}

.menu > table.rodape {
    margin: -6px;
    width: 100%;
    border-spacing: 0;
}

.menu > table.rodape td {
    padding: 4px;
}

.menu > table.rodape td:last-child > a:hover {
    border: none;
    background-color: #c3dd82;
    color: #fff;
}

.menu > table td.filhosInline:first-child > a {
    padding: 9px;
}

.margem-recuo-acima-11-px {
    margin-top: -11px;
}

.margem-recuo-acima-1-px {
    margin-top: -1px;
}

#lista_mapa a {
    display: inline;
    padding: 0;
}

#lista_mapa a:hover {
    background-color: transparent;
}


.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 {
    text-align: left;
    padding: 0;
    margin: 0 -6px;
}

.menu.lado-a-lado.margem-recuo-acima-1-px {
    margin-top: -1px;
}

.lado-a-lado > a {
    display: inline-block;
    padding: 4px 8px;
    margin: 0;
}

.lado-a-lado > a:first-child, .lado-a-lado > a:last-child {
    margin: 0;
    padding-top: 4px;
    padding-bottom: 4px;
}

.caminho {
    padding: 0 !important;
    margin: 0 -6px 5px -6px;
    font-size: 0.9em;
}

.caminho > a {
    border-right: 1px solid #717171;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.caminho.caminho-direita > a {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 1px solid #717171;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.caminho > a img , .caminho > a svg {
    max-height: 16px;
}

table.comum td[data-propriedade] {
    text-align: center;
}

table.comum > tbody > tr > td > svg,
table.comum > tbody > tr > td > img,
table.comum > tbody > tr > td > a {
    margin-left: 4px;
}

.caminho > .flutuante {
    width: 600px;
    padding: 6px 6px 0;
    cursor: move;
}

.caminho > .flutuante a {
    padding: 0;
}

.lado-a-lado.caminho.mais-alto > a {
    padding: 6px 8px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.caminho > .flutuante > span > img {
    vertical-align: baseline;
    margin: 0 !important;
}

.menu img {
    display: inline;
    margin: 0 5px 0 0;
    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;
    text-align: center;
}

.menu.cabecalho-flutuante h1, .menu.cabecalho-flutuante h2, .menu.cabecalho-flutuante h3, .menu.cabecalho-flutuante h4, .menu.cabecalho-flutuante h5 {
    text-align: left;
    margin: 0;
}

.menu > a:hover {
    border: none;
    background-color: #c3dd82;
    color: #fff;
}

.menu td label {
    font-size: 0.8em; display:block; margin:0;
}

.menu.cabecalho {
    margin-right: -6px;
    margin-left: -6px;
    margin-top: -7px;
    padding: 0 10px;
    text-align: left;
    white-space: nowrap;
}

.menu.cabecalho.visitante {
    padding: 6px;
}

.menu.cabecalho > table {
    width: 100%;
}

.menu.cabecalho > table td {
    border: 0;
}

.menu.cabecalho > table h2 {
    display: inline;
}

.menu.cabecalho > table a {
    display: inline;
}

.menu.periodo-trabalho {
    width: 100%;
    box-sizing: border-box;
    line-height: 12px;
}

.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;
}

fieldset.divisor.sem-preenchimento-vertical {
    padding: 0 5px 0 5px;
}

fieldset.divisor.sem-preenchimento-vertical:first-child > div:first-child {
    margin-top: -1px !important;
}

fieldset.divisor.sem-preenchimento-vertical:last-child > div:last-child {
    margin-bottom: -1px !important;
}

fieldset > .ignorar-preenchimento-e-borda-pai {
    margin-left: -6px;
    margin-right: -6px;
}

fieldset > .linha.ignorar-preenchimento-e-borda-pai {
    width: calc(100% + 12px);
}

fieldset > .ignorar-preenchimento-e-borda-pai:last-child {
    margin-bottom: calc(-5px - 1.5em);
}

fieldset > .ignorar-preenchimento-e-borda-pai:first-child, fieldset > .fechar-elemento-pai:first-child + .ignorar-preenchimento-e-borda-pai {
    margin-top: calc(-1px - 0.5em);
}

fieldset.preenchimento-0 > .ignorar-preenchimento-e-borda-pai {
    margin-left: -1px;
    margin-right: -1px;
}

fieldset.preenchimento-0 > .linha.ignorar-preenchimento-e-borda-pai {
    width: calc(100% + 2px); /*2px é a expessura da borda nos dois lados*/
}

fieldset.preenchimento-0 > .ignorar-preenchimento-e-borda-pai:last-child, fieldset.preenchimento-inferior-0 > .ignorar-preenchimento-e-borda-pai:last-child {
    margin-bottom: -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 .sem_margem_negativa > div {
    margin-left: -5px;
    margin-right: -5px;
}

fieldset .divisor .sem_margem_negativa {
    margin: 1.5em 0 0 0;
}

fieldset .divisor legend {
    color: #717171;
    font-size: 1em;
}

fieldset .divisor legend .ajuda {
    color: #717171;
    font-weight: unset;
    text-transform: none;
}

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:hover {
    border-color: #000;
}

.fimform {
	margin-top: 0.5em;
	text-align: center;
}

.fimform .icone {
    margin-right: 1em;
}

/*
************************************************
***** RODAPE ***********************************
************************************************
*/

footer.barra_cinza {
	font-size: 0.9em;
	line-height: 1.2em;
	clear: both;
	margin-top: 1em;
    color: black;
    padding: 40px 0;
    font-family: 'Work Sans', sans-serif;
}

footer.barra_cinza img {
	float: left;
    padding: 0.3em 35px 0.3em 0;
}

footer.barra_cinza a {
    color: #485876;
}

/*
************************************************
***** 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, .margem-auto {
	margin: auto;
}

/* Warning boxes */
.aviso {
	margin: 1.5em 0;
	border: 2px solid;
	padding: 20px 20px 20px 75px;
	background-repeat: no-repeat;
	background-position: left 20px;
    overflow-y: auto;
    max-height: 280px;
}

.avisos_pequenos .aviso {
    margin: 1em -4px;
    border: 1px solid;
    padding: 3px 3px 3px 47px;
    background-position: -12px 5px;
    text-align: left;
}

.avisos_pequenos .aviso h4 {
    margin: 0;
    padding: 2px 0 0.2em;
    font-size: 1.2em;
}

.tabela_miolo form > .aviso:first-of-type {
    margin-top: -5px;
}

.tabela_miolo form > .aviso {
    margin: -1px -6px 0;
}

fieldset form > .aviso:first-of-type {
    margin-top: -5px;
}

fieldset > form > .aviso, form > fieldset > .aviso {
    margin: -1px -6px 0;
}

.aviso_pequeno {
	margin: 1.1em 0;
	border: 1px solid;
	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;
}

[id$=".errors"].caixa-erro:before {
    margin: 0;
    padding: 0 0 0.2em 0;
    content: 'Erro!';
    font-size: 1.5em;
    font-weight: bold;
    display: block;
    font-family: Arial, sans-serif;
}

.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-confirmacao {
    color: #4597e0;
    border-color: #4597e0;
    background-color: #eef7ff;
    background-image: url(../img/avisos/confirmar.png);
    background-position-x: 6px;
}

.caixa-confirmacao h4 { color: #4597e0 !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 *****************************
************************************************
*/
.borda { border: 1px solid #717171; }
table.comum { width: 100%; font-size: 12px; border-spacing: 0; color: #717171 !important; }
table.comum th, table.comum td { padding: 0.2em 0.1em 0.3em 0.4em; text-align: left; }
table.comum th.texto-centro, table.comum td.texto-centro { text-align: center; }
table.comum th.texto-direita, table.comum td.texto-direita { text-align: right; }
table.comum th.sem-preenchimento-lateral, table.comum td.sem-preenchimento-lateral { padding-right: 0 !important; padding-left: 0 !important; }
table.comum th { border-bottom: 1px solid #717171; }
table.comum td, .linha-flex.tabela > .coluna-flex { border-width: 0; border-bottom: 1px solid #d9d9d9; vertical-align: text-bottom; }
table.comum td.celula-marcacao { vertical-align:  middle; }
table.comum td.celula_sem_borda { border: none !important; }
table.comum tr { height: auto !important; }
table.comum > tbody > 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%;
    box-sizing: border-box;
    border: 1px solid #aaa;
	background-color: #fafafa;
	font-weight: bold;
	color: #494949;
}
.largura-100-margem-icone {
    width: calc(100% - 21px) !important;
}
table.comum select.somente-leitura { background-color:#d9d9d9; border-color:#a9a9a9; }
table.comum input[type=text].somente-leitura { background-color:#d9d9d9; border-color:#a9a9a9; }
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 > tbody > tr > td, table.busca > tr > td  { border:0 !important; }
table.busca td { padding: 0.2em 0 0 0.4em !important; text-align: left; }
table.busca tr:hover, table.comum tr.sem-hover: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 textarea { max-height: 15px; resize: none;}
table.lista_valores tr:hover { background-color: #F6F6F6; }
table.lista_valores div[id^="detalhes_"] .comum td { border-bottom: 1px solid #d9d9d9; border-left: 0; border-right: 0; border-top: 0; }
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], table.lista_valores td textarea {
    border: 0;
    font-weight:normal;
    background-color: transparent;
    margin: 0 !important;
    font-size:10px;
    padding: 0 2px 0 0;
    text-align: right;
    width: 100%;
    font-family: Verdana, sans-serif;
    outline: 0;
}

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; }

/*Correção de fichas de detalhes*/
table.lista_valores table.comum {
    font-family: 'Tahoma', 'sans-serif';
    border-spacing: revert;
}
table.lista_valores table.comum td { padding: revert; border-width: 0; border-bottom: 1px solid #d9d9d9; font-size: revert; font-family: revert; }
table.lista_valores table.comum th { font-weight: revert; color: revert; border-bottom: 1px solid #717171; background-color: revert; font-size: revert; }
table.lista_valores td .menu td label { font-family: revert; font-size: 0.9em; }
table.lista_valores td .menu.cabecalho td { font-family: revert; }

/*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 { box-sizing: border-box; border-bottom: 1px solid #717171; text-align: center; border-left: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9; padding-right: 0 !important; padding-left: 0 !important; }
table.tabela_horario.cabecalho th:first-child {
    border-right: 0;
}
table.tabela_horario tr:first-child th {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1;
}
table.tabela_horario td { border: 1px solid #d9d9d9 !important; vertical-align: top;}
table.tabela_horario tr { height: 30px !important; }
fieldset.divisor.sem_margem_negativa table.tabela_horario.cabecalho, fieldset.divisor.sem_margem_negativa table.tabela_horario + div {
    margin-left: -5px;
    margin-right: -5px;
}
/*
************************************************
***** 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 { padding: 5px 10px; border: none; color: #fff; }
.botoes_acoes .aba img { margin: 0 5px; }
/*.botoes_acoes td { padding: 0; }*/

.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: 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; height: 30px; }
.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.sem_margem_negativa {
    margin: unset;
}

.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;
}

.tabela_miolo > .ignorar-preenchimento-e-borda-pai {
    margin-left: -6px;
    margin-right: -6px;
}

.tabela_miolo > .linha.ignorar-preenchimento-e-borda-pai {
    width: calc(100% + 12px);
}

.tabela_miolo > .ignorar-preenchimento-e-borda-pai:last-child {
    margin-bottom: -14px;
}

.quebra32porcento div {
    display: inline-block;
    min-width: 32%;
}

.quebra50 div {
    display: inline-block;
    min-width: 49%;
}

/* Recomendação */

.tabela_recomendacao th { font-size: 0.85em; }

.tabela_fertilizantes th {
    font-weight: bold;
    text-align: center;
    background-color: white;
}

.tabela_fertilizantes td {
    color: black;
    background-color: #efefef;
    border: solid 1px silver;
    font-size: 0.9em;
}

.tabela_fertilizantes input[type=text] {
    margin: 0;
    border: 0 !important;
    width: 100%;
    text-align: right;
    padding-right: 2px;
    font-weight: normal;
    color: black;
    font-size: 0.9em;
    box-sizing: border-box;
}

.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;}
.marcacao_mapa {}

.valor_tabela_grafico {
    border: 0 !important; font-weight:normal !important; font-size:12px !important; background-color:transparent !important;
}

.bloqueado, .tabela-propriedade-bloqueada td {
    border-color: #a9a9a9 !important;
    background-color: #d9d9d9;
}

.tabela-propriedade-bloqueada input, .tabela-propriedade-bloqueada select, .tabela-propriedade-bloqueada textarea, .campo-bloqueado, .bloqueado .CodeMirror {
    background-image: url(../img/icons/svg/solid/lock-solid-opaco.svg);
    background-repeat: no-repeat;
    background-position: 2px 4px;
    background-size: 10px;
    pointer-events: none;
}

.tabela-propriedade-bloqueada .botoes-acoes-tabela-propriedade, .tabela-propriedade-bloqueada svg:not([id^=cadeado_]), .tabela-propriedade-bloqueada .botao-remover-associacao {
    color: gray !important;
    pointer-events: none;
}

.tabela-propriedade-bloqueada span[id^=menuArquivos] svg {
    pointer-events: unset;
}

.tabela-propriedade-bloqueada button {
    background-color: lightgray !important;
    pointer-events: none;
}

.celula_titulo_grupo {
    padding: 0 !important;
}

.celula_titulo_grupo div {
    margin: -2px -1px !important; min-height: 16px;
}

table.comum.sem_borda > tr > td, table.comum.sem_borda > tbody > tr > td {
    border-bottom: 0 !important;
}

tr.sem_borda > th {
    border-bottom: 0;
}

tr.sem_borda > td {
    border-bottom: 0;
}

td.minimo {
    width: 1%;
    white-space: nowrap;
}

#tabelaProcesso > tr > td {
    /*border: 1px solid black;*/
}

#tabelaProcesso > tr > td > table td {
    /*border: 1px solid red;*/
}

#tabelaProcesso a {
    border-bottom: 0;
}

#tabelaProcesso a:hover {
    background-color: transparent !important;
}

#tabelaProcesso td[id^="celulaSlot"] {
    padding: 0;
    line-height: 0;
}

#tabelaProcesso td[id^="slot_"] {
    padding: 0;
    text-align: center;
    vertical-align: middle;
    height: 90px;
    width: 90px;
}

#tabelaProcesso div[id^="etapa_"] {
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    height: 90px;
    width: 90px;
    border-radius: 5px;
    padding: 4px 4px 0 4px;
    margin: 0;
}

#tabelaProcesso td[id^="celulaSlot"] > span {
    position: relative;
}

#tabelaProcesso span[id^="configurarSlot"] {
    display: none;
}

#tabelaProcesso span[id^="configurarSlot"] > a {
    position: absolute;
    display: inline;
}

#tabelaProcesso span[id^="configurarSlot"] > img,
#tabelaProcesso span[id^="configurarSlot"] > svg {
    position: absolute;
    display: inline;
    cursor: pointer;
    width: 13px;
    height: 13px;
}

#tabelaProcesso span[id^="configurarSlotAcima"] > a {
    margin-top: -15px;
    margin-left: -15px;
}

#tabelaProcesso span[id^="configurarSlotAcima"] > img,
#tabelaProcesso span[id^="configurarSlotAcima"] > svg {
    margin-top: -16px;
    margin-left: 3px;
}

#tabelaProcesso span[id^="configurarSlotAbaixo"] > a {
    margin-top: 3px;
    margin-left: -15px;
}

#tabelaProcesso span[id^="configurarSlotAbaixo"] > img,
#tabelaProcesso span[id^="configurarSlotAbaixo"] > svg {
    margin-top: 2px;
    margin-left: 3px;
}

#tabelaProcesso span[id^="configurarSlotEsquerda"] > a {
    margin-top: -15px;
    margin-left: -15px;
}

#tabelaProcesso span[id^="configurarSlotEsquerda"] > img,
#tabelaProcesso span[id^="configurarSlotEsquerda"] > svg {
    margin-top: 3px;
    margin-left: -16px;
}

#tabelaProcesso span[id^="configurarSlotDireita"] > a {
    margin-top: -15px;
    margin-left: 3px;
}

#tabelaProcesso span[id^="configurarSlotDireita"] > img,
#tabelaProcesso span[id^="configurarSlotDireita"] > svg {
    margin-top: 3px;
    margin-left: 2px;
}

#tabelaProcesso .nomeEtapa {
    font-size: 0.8em;
    background-color: transparent;
    border: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: bold;
    overflow: hidden;
    cursor: move;
    height: 80px;
    text-overflow: ellipsis;
}

#tabelaProcesso .circulo {
    border: 2px solid black;
    box-sizing: border-box;
    border-radius: 30px !important;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin: 0;
    cursor: move;
}

#tabelaProcesso .inicio {
    background-color: #c3dd82;
}

#tabelaProcesso .fim {
    background-color: #ff6347;
}

div [data-tipo-grafico] {
    margin-top: 5px; margin-left: -6px; margin-right: -6px; padding: 0 6px 10px;
}

[id^="imagemExpandirContrair_"] {
    display: inline;
}

.menu a[id^="imagemExpandirContrair_"] {
    display: inline;
}

.mensagemNaoLida {
    font-weight: bold;
}

.clicavel {
    cursor: pointer;
}

#menuCabecalho > a:hover,
#menuCabecalho > div.iconeDuplo:hover,
#menuCabecalho > svg:hover {
    opacity: 0.4;
}

#menuCabecalho > a,
#menuCabecalho > div.iconeDuplo,
#menuCabecalho > svg {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 0;
    padding: 2px;
}

.iconeDuplo > .iconeCanto.detalhes-colaborador {
    bottom: -4px;
    right: -4px;
}

.iconeDuplo {
    display: inline;
    position: relative;
}

.iconeDuplo > .iconeCanto, .numero-atalho.iconeCanto {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.65em;
    line-height: 1.2em;
    padding: 0 1px;
    background-color: #7a869a;
    color: white;
    text-align: center;
    display: inline-block;
    border-radius: 25%;
}

#menuCabecalho .numero-atalho.iconeCanto {
    line-height: 2em;
}

.numero-atalho.iconeCanto {
    width: 16px;
    height: 16px;
}

.iconeDuplo > .iconeCanto.texto {
    font-size: 9px;
}

.iconeDuplo.vazado > .iconeCanto {
    right: -4px;
    bottom: -3px;
}

.iconeDuplo.canto-azul > .iconeCanto {
    color: #1d5e7e;
}

.iconeDuplo.canto-verde > .iconeCanto {
    color: #1f9a1f;
}

.iconeDuplo.canto-fundo-branco > .iconeCanto {
    background-color: white;
}

a:hover > .iconeDuplo {
    color: #414141;
    opacity: 0.5;
}

.fonteFilhosNormal > * {
    font-weight: normal;
}

.mesmaLinha {
    white-space: nowrap;
}

.filhosInline > a, .filhosInline > * {
    display: inline;
}


.filhosInline > .flutuante {
    display: block;
}

#usuariosOnline {
    position: absolute;
    background: white !important;
    border-width: 2px !important;
    padding: 6px 10px; right: 0;
    text-align: left;
    width: auto;
}

.tramitacoes-manuais, .grupo-botoes {
    text-align: center;
}

.grupo-botoes .aviso {
    text-align: left;
}

.tramitacoes-manuais > span > .pressionavel,
.grupo-botoes > .pressionavel,
.grupo-botoes > span > .pressionavel,
.pressionavel-com-margem {
    margin: 5px 3px;
}

.relativo {
    position: relative;
}

.absoluto {
    position: absolute;
}

.absoluto-direita {
    position: absolute;
    right: 0;
}

.absoluto-inferior {
    position: absolute;
    bottom: 0;
}

.centralizado-y {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.centralizado-x {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.pressionavel.centralizado-y:active {
    position: absolute;
    top: calc(50% + 1px);
}

.caminho .icones-lado-a-lado {
    display: inline-block;
    padding: 4px;
}

.icones-lado-a-lado > a {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    display: inline;
}

#tarefasDisponiveis {
    background-color: white !important;
    max-width: 350px;
    padding: 10px;
    text-align: left;
    position: absolute;
    margin-top: 15px;
    border-width: 2px !important;
    right: 0;
    width: auto;
}

#tarefasDisponiveis svg {
    vertical-align: revert;
}

#tarefasDisponiveis a {
    display: inline;
}

#IconeMostraEscondeMenu {
    display: none;
    width: 35px;
    margin-top: -10px;
}

#IconeMostraEscondeMenu div {
    border-radius: 1px;
    border: 3px solid white;
    margin: 6px 0;
    padding: 0;
}

#menuCabecalho {
    float: right; padding: 0; margin: 0;
}

#cabecalhoCorpo {
    margin: 10px 0 0;
    padding: 0;
}

#cabecalhoCorpo .pagina-titulo {
    display: inline-block;
    padding: 6px !important;
    cursor: pointer;
    text-align: center;
}

#cabecalhoCorpo h1 {
    margin: 0;
    padding: 10px 0 0;
}

#chats {
    background-color: #fafafa;
    margin: 10px 0 0;
}

#mensagens {
    border: 1px solid #a9a9a9;
    padding: 10px;
    background-color: #fafafa;
    margin: 10px 0 0;
}

.margem-0 {
    margin: 0;
}

.margem-5, fieldset form > .aviso.margem-5 {
    margin: 5px;
}

.margem-10 {
    margin: 10px;
}

.margem-topo-20 {
    margin-top: 20px;
}

.margem-topo-15 {
    margin-top: 15px;
}

.margem-topo-10 {
    margin-top: 10px;
}

.margem-topo-5 {
    margin-top: 5px;
}

.margem-topo-0 {
    margin-top: 0;
}

.margem-inferior-10 {
    margin-bottom: 10px;
}

.margem-inferior-5 {
    margin-bottom: 5px;
}

.margem-inferior-0 {
    margin-bottom: 0;
}

.margem-direita-16 {
    margin-right: 16px;
}

.margem-direita-10 {
    margin-right: 10px;
}

.margem-direita-5 {
    margin-right: 5px;
}

.margem-esquerda-10 {
    margin-left: 10px;
}

.margem-esquerda-5 {
    margin-left: 5px;
}

.preenchimento-inferior-0 {
    padding-bottom: 0;
}

.preenchimento-inferior-5 {
    padding-bottom: 5px;
}

.preenchimento-5 {
    padding: 5px;
}

.preenchimento-esquerda-5:is(table.lista_valores th, *) {
    padding-left: 5px;
}

.preenchimento-direita-5:is(table.lista_valores th, *) {
    padding-right: 5px;
}

.preenchimento-6 {
    padding: 6px;
}

.preenchimento-10 {
    padding: 10px;
}

.preenchimento-5 > .menu {
    margin-left: -6px !important;
    margin-right: -6px !important;
}

table.comum td.preenchimento-0, .preenchimento-0 {
    padding: 0;
}

.preenchimento-topo-0 {
    padding-top: 0;
}

.preenchimento-esquerda-20 {
    padding-left: 20px;
}

#fluxoElemento {
    margin-bottom: 2em;
    transition: all 1s;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
}

#fluxoElemento svg {
    margin-right: 5px;
}

.codigo-css {
    padding: 10px;
    width: auto;
    right: 0;
    white-space: nowrap;
}

.codigo-css span svg {
    margin-left: 0 !important;
}

.frente {
    z-index: 1;
}

.lista-escolher {
    z-index: 1;
    position: absolute;
    background-color: white;
    border: 1px solid #aaaaaa;
    margin-top: -1px;
}

.scroll-vertical {
    overflow-y: auto;
}

.altura-pequena {
    max-height: 200px;
}

#div-msg-aguarde {
    position: absolute;
    background-color: #ffffff;
    text-align: center;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
}

iframe.retornoSubmissao {
    border: 0; height: 0;
}

.expandir-contrair {
    transition: width 1s;
    text-align: left;
}

.expandir-contrair-vertical {
    transition: height 1s;
}

#corpo .expandir-contrair {
    overflow-x: auto;
}

.expandido, .expandido .expandir-contrair {
    width: 100% !important;
}

#corpo.expandido {
    margin: 0 20px;
    width: calc(100% - 44px) !important;
}

#conteudo.expandido .esconder-ao-expandir, #conteudo.expandido #menu[data-posicao-menu=Esquerda], #conteudo.expandido #menu[data-posicao-menu=Esquerda] * {
    width: 0;
    border: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 0;
    line-height: 0;
    transition: all 1s;
}

#corpo.expandido-total {
    margin: 0;
    width: 100% !important;
}

#corpo.expandido-total table.botoes_acoes {
    margin-top: 0;
}

#corpo.expandido-total table.botoes_acoes > tbody > tr:first-of-type {
    display: none;
}

#iconeEscondeMenu {
    float: right;
    cursor: pointer;
}

#lista {
    background-color: white;
}

#mensagens #lista {
    margin-bottom: 0;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#algoritmo { width: 770px; }

#formularioMapa > .menu {
    z-index: 1;
}

#formularioMapa > #janelaDetalhesElemento {
    position: absolute; right: 0; margin-bottom: 0; padding: 6px 5px; background-color: rgba(255, 255, 255, 0.9);
}

.icone-pagamento > [data-inject-url*="cancel-circle.svg"] {
    color: #ef2e2e;
}

.icone-pagamento > [data-inject-url*="check_circle_outline.svg"] {
    color: #1f9a1f;
}

.cor-vermelho {
    color: #ef2e2e;
}

.cor-verde {
    color: #1f9a1f;
}

.cor-verde-escuro {
    color: darkgreen;
}

.cor-laranja {
    color: #dd7d00;
}

.direita {
    float: right;
}

.esquerda {
    float: left;
}

.calendario {
    z-index: 2;
}

.calendario > .tabelaCabecalho {
    background-color: #F7F7F7;
    border: 2px solid #333333;
    border-spacing: 0;
}

.calendario th, .calendario td {
    padding: 0.2em 0.1em 0.3em 0.4em;
}

.calendario > .tabelaCabecalho table {
    border-spacing: 0;
    border: 0;
    width: calc(100% + 6px);
    background-color: #FFFFFF;
    margin: -0.2em -0.1em -0.3em -0.4em;
}

.cabecalhoCalendario table td:last-child img {
    padding-right: 3px;
}

.cabecalhoCalendario + tr > td {
    background-color: #dbdbdb;
}

.cabecalhoCalendario + tr div {
    position: absolute;
}

.cabecalhoCalendario + tr + tr {
    background-color: rgba(154, 154, 154, 0.6);
}

.cabecalhoCalendario + tr + tr > td {
    width: 14%;
    font-weight: bold;
}

.menu .calendario a {
    text-align: center;
    padding-left: 4px;
    display: unset;
    margin-right: 0;
    margin-left: 0;
}

.calendario td {
    text-align: center;
    border: none !important;
}

.calendario .linhaCalendario {
    background-color: #efefff;
}

.calendario .selecionado {
    background-color: #FFCC00;
}

.comum .calendario td {
    border: none !important;
    text-align: center;
}

.calendario > table + table {
    border-top: none !important;
    width: 100%;
}

.acumulado {
    margin-left: 2px;
    margin-top: 8px;
    width: auto;
    padding: 3px 5px;
    box-shadow: none;
    color: #474747;
}

.barra-percentual {
    border: 1px solid #000000; padding: 0; margin: 0; width: 100px; text-align: left; display: inline-block;
}

.barra-percentual div:first-child {
    position: absolute; width: inherit; text-align: center; font-weight: bold;
}

.barra-percentual div:last-child {
    display: inline-block;
    margin: 0;
    transition: all 500ms;
}

.ocultar {
    display: none;
}

.iconeCanto.seta-canto {
    stroke-width: 40px;
    stroke: black;
    top: 3px;
    right: -3px;
    background-color: transparent !important;
}

.iconeCanto.contornoCanto {
    stroke-width: 25px;
    stroke: black;
    right: -3px;
    top: 2px;
    background-color: transparent !important;
}

.fundoBranco {
    background-color: white;
}

.borda-direita {
    border-right: 1px solid #d9d9d9 !important;
}

.celula_sem_borda {
    border: none !important;
}

table.cabecalho-paginacao {
    font-size: 11px;
    width: 100%;
}

table.cabecalho-paginacao th {
    width: 33.33%;
    font-weight: normal;
    text-align: center;
}

table.cabecalho-paginacao tr th:first-child {
    text-align: left;
    padding-left: 5px;
}

table.cabecalho-paginacao tr th:last-child {
    text-align: right;
    padding-right: 5px;
}

table.cabecalho-paginacao th strong {
    color: black;
}

table.cabecalho-paginacao a {
    cursor: pointer;
}

table.cabecalho-paginacao .paginas a {
    color: #717171;
}

.largura-bloco-interno-scroll {
    padding: 0 0 12px 0;
    margin: 0;
    overflow-x: auto;
    overflow-y: visible;
}

.alinhamento-vertical-meio:is(*, table.comum svg) {
    vertical-align: middle;
}

.radio-com-conteudo-customizado {
    cursor: pointer;
    border: 1px solid #aaaaaa;
    border-radius: 1px;

    text-align: center;
    vertical-align: middle;

    display: inline-flex;
    justify-content: center;
    align-items: center;

    box-sizing: border-box;
    width: 1.66em;
    height: 1.66em;
}

.radio-com-conteudo-customizado.selecionada {
    background-color: #ffd35c;
}

.icones-sobrepostos {
    position: relative;
    width: min-content;
    height: min-content;
}

.icones-sobrepostos > svg:is(table.comum svg, *) {
    display: block;
}

.icones-sobrepostos-meio-quadrante > svg:is(table.comum svg, *) {
    display: block;
    align-content: center;
    justify-content: center;
    vertical-align: middle;
    margin-top: -40px;
    margin-left: 30px;
}

.icones-sobrepostos > :not(:first-child) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sem_borda_superior {
    border-top: none !important;
}
#tabelaMiolo {
    line-height: 1.3em;
}

.linha-destacada {
    background-color: #f0f0f0;
    font-weight: bold;
}

.pouco-opaco {
    opacity: 20%;
}

#exemplos-ip td:first-child {
    font-weight: bold;
}

#amostrasAutomaticas td > label {
    white-space: nowrap;
}

.campo-busca svg {
    cursor: pointer;
}

#caixa-flutuantes {
    position: absolute;
    top: 0;
    left: 0;
}


.adicionar-campo-contexto-container table.comum td {
    padding-right: 0.4em;
}

table.comum .adicionar-campo-contexto-link {
    position: relative;
}

table.comum .adicionar-campo-contexto-link > a {
    cursor: pointer;
    padding: 3px;
    width: 100%;
    display: inline-block;
    background-color: #f1f4f6;
    border-bottom: 1px solid #99b0c4;
    box-sizing: border-box;
}

.atualizado-em {
    padding: 0; color: #4e7700; font-size: 0.8em; text-align: left;
}

#idCliente-detalhes-mutavel h2 {
    text-align: left;
}

#tabelaCabecalhoMiolo tr > th {
    text-align: center;
}

#cabecalhoAnalises > th, #cabecalhoProtocolo > th {
    box-sizing: border-box; text-align: center;
}

#cabecalhoAnalises > th > div[id^='menuColuna_'], #cabecalhoProtocolo > th > div[id^='menuColuna_'] {
    position: absolute; height: 15px; border-width: 2px; width: auto; box-shadow: none;
}

#tabelaMiolo tr[id^='linha_'] > td[id^='caixa_'] {
    box-sizing: border-box; vertical-align: text-bottom; text-align: right;
}

#tabelaMiolo tr[id^='linha_'] > td[headers="1"], #tabelaMiolo tr[id^='linha_'] > td[headers="2"]  {
    border-color: #a9a9a9;
    background-color: #d9d9d9;
}

#divDireita {
    overflow-x: scroll; overflow-y: auto;
    margin: 0; padding: 0; vertical-align: top;
}

#tabelaDireita {
    margin: 0;
}

.fechar-elemento-pai {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.fechar-elemento-pai > .svg-16 {
    margin-right: 8px;
    margin-top: 8px;
}

[id^="formulario-tramitacao"] {
    min-width: 400px;
}

.caixa-captcha {
    width: 300px;
}

.tamanho-calculado-borda {
    box-sizing: border-box;
}

[id^="dialogo-padrao"] {
    position: relative;
    background-color: white;
}

.tabela_miolo .flutuante .divisor {
    margin: 1.5em 0 0;
}

.dialogo-confirmacao a {
    display: block;
    border: none;
}

.dialogo-confirmacao a > img {
    display: inline;
    vertical-align: bottom;
}

.dialogo-confirmacao {
    padding: 10px;
}

.fundo-branco {
    background-color: white;
}

#mostraEscondeMenu-expandido {
    position: absolute;
    margin-left: -35px;
    margin-top: 12px;
    transition: margin-top 0.5s;
}

#menu.esconde-expandido +  #mostraEscondeMenu-expandido {
    margin-left: 0;
    margin-top: 3px;
}

#menu ~ #corpo, #menu ~ #corpo > .retornoSubmissao {
    transition: none;
}

#menu.esconde-expandido ~ #corpo, #menu.esconde-expandido ~ #corpo > .retornoSubmissao {
    transition: all 1s;
}

td > .menu.barra, .barra-dupla {
    margin: -3px -7px -5px -11px;
}

.barra-dupla {
    display: flex;
}

.barra-dupla > .menu.barra {
    margin: 0;
}

.barra-dupla > .menu.barra:first-child {
    flex: 1;
    border-right: 0 !important;
    padding: 2px 0 0 10px;
}

.barra-dupla > .menu.barra:last-child {
    border-left: 0 !important;
}

.menu.barra {
    margin: -1px -6px 0;
    padding: 0;
    font-weight: bold;
}

#monitorando .servidor {
    border-top: 2px solid #9a9a9a;
    /*border-radius: 5px;*/
    padding: 3px;
    margin-bottom: 3px;
}

#monitorando .container {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #9a9a9a;
}

#monitorando table.container-propriedades  {
    width: 100%;
    border-spacing: 0;
}

#monitorando table.container-propriedades td {
    width: 20%;
}

#monitorando .barra-percentual {
    width: calc(100% - 30px);
    position: relative;
}

#monitorando .barra-percentual > div:first-child {
    width: 100%;
}

#monitorando .aplicacoes {
    margin-top: 10px;
}

#monitorando .aplicacao {
    border: 1px solid #9a9a9a;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px;
}

#monitorando .aplicacao > div {
    display: inline-block;
}

#monitorando .aplicacao > a {
    display: block;
}

#monitorando a {
    font-size: 0.9em;
}

#monitorando label {
    font-size: 0.8em;
    display: block;
    margin-left: 0;
}

#monitorando svg {
    margin-right: 4px;
    vertical-align: text-bottom;
}

.altura-26 {
    height: 26px;
}

#ResultadosAdicionais div[data-tipo-grafico] {
    margin-top: -1px;
}

.editor-de-codigo-grande .CodeMirror {
    height: 380px;
    max-width: 440px;
    /*overflow-x: auto;*/
}

.sem-borda-margem-preenchimento {
    border: none;
    margin: 0;
    padding: 0;
}

#valoresDiv td[headers=busca] input[id^=expressao] {
    width: calc(100% - 70px) !important;
}

#valoresDiv td[headers=busca] a {
    vertical-align: unset !important;
}

#valoresDiv td[headers=busca] svg {
    margin-top: 2px;
}

table.comum .menu img {
    margin-right: 5px;
}

.numero-atalho {
    text-align: center;
    background-color: #7a869a;
    color: white;
    border-radius: 2px;
    padding: 0 3px;
}

.menu .flutuante a {
    display: inline;
}

table.campos-redondos select, table.campos-redondos input[type="text"] {
    padding: 4px;
    vertical-align: middle;
    border-radius: 4px;
}

table.ponto td {
    border: 0;
}

table.ponto {
    margin: 10px auto;
}

.menu.cabecalho a.pressionavel[class] {
    padding-left: 4px;
}

.informar-protocolos div {
    margin: 5px 0;
}

.informar-protocolos ~td {
    vertical-align: top;
}

.atualizado {
    color: blue;
    font-weight: bold;
}

.icone-senha {
     width: 20px;
     height: 20px;
     transition: opacity 0.3s;
     opacity: 0.5;
 }

.icone-senha.visivel {
    opacity: 1;
}

.escolher-marcacao {
    padding: 15px;
    max-width: 200px;
    min-width: revert;
    white-space: normal;
}

.escolher-marcacao.menu {
    border-width: 3px !important;
    background-color: white !important;
}

.escolher-marcacao .marcacao {
    margin: 3px;
    cursor: pointer;
}

.celula-marcacao .marcacao {
    display: inline-block;
}

.celula-marcacao > span {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.escolher-marcacao .nenhuma {
    margin: 5px -15px -15px;
    border-top: inherit;
    padding: 6px;
    font-size: 0.8em;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

.escolher-marcacao .marcacao:hover {
    outline: #0000cc 2px solid;
}