﻿html {
    height: 100%;
    width: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    font-family: Verdana;
    font-size: 12px;
}

* {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.titulo_form {
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 1%;
    background: #94b557;
    float: left;
    width: 98%;
    border-bottom: 3px solid #c3e289;
    margin-bottom: 15px;
    display: block;
    text-shadow: #3c3d03 1px 1px 2px;
}

.subtitulo_form {
    font-family: Verdana;
    font-size: 14px;
    color: #000;
    padding: 0.5%;
    background: #c3e289;
    float: left;
    width: 99%;
    border-bottom: 2px solid #94b557;
    margin-bottom: 10px;
    text-shadow: #9ec981 1px 1px 2px;
}

.subtitulo_campo {
    font-family: Verdana;
    font-size: 12px;
    color: #000;
    padding: 0.5%;
    background: #bed2a5;
    float: left;
    width: 40%;
    margin-bottom: 10px;
    text-shadow: #9ec981 1px 1px 2px;
}

.caixa_conteudo {
    font-family: Verdana;
    font-size: 12px;
    background: #fafff2;
    border-bottom: 1px solid #94b557;
    float: left;
    width: 100%;
    padding-bottom: 7px;
}

.conteudo {
    font-family: Verdana;
    font-size: 12px;
    background: #fafff2;
    /*border-bottom: 1px solid #94b557;*/
    float: left;
    width: 100%;
    /*margin-bottom: 85px;*/
    padding-bottom: 7px;
}


.campos_linha {
    float: left;
    width: 99%;
    margin-bottom: 3px;
    margin-top: 3px;
    min-height: 15px;
}

.campos_celula_sobotao {
    float: left;
    margin-right: 3px;
    padding-left: 4px;
    text-align: center;
    padding-top: 13px;
}

    .campos_celula_sobotao input {
        margin: 4px;
        width: 80px;
    }

.campos_celula select {
    text-wrap:avoid;
}

.campos_celula {
    float: left;
    min-width: 320px;
    margin-left: 7px;
    border-left: 1px solid #000;
    padding-left: 4px;
    text-wrap: none;
    min-height: 45px;
}

.campos_celula_lateral {
    float: left;
    margin-right: 3px;
    padding-left: 4px;
    text-wrap: none;
}

.campos_celula td label {
    /*min-width: 100px;*/
    text-wrap: none;
    display:inline;
    margin-right: 7px;
}

.campos_celula label, .campos_celula_linha_toda label {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    color: #3d5218;
    font-size: 12px;
}

.campos_celula_linha_toda {
    float: left;
    margin-right: 7px;
    border-left: 1px solid #000;
    padding-left: 4px;
    width: 99%;
    margin-bottom: 3px;
    margin-top: 3px;
}

.input_blur {
    font-weight: bold;
    border-radius: 4px;
    padding: 4px;
    background: #e4f5cf;
    color: #000;
    border: 1px solid #bed2a5;
    font-weight: normal;
    float: left;
    margin-right: 4px;
}

    .input_blur:hover {
        background: #e8f8d5;
    }

.input_blurPesoCheio {
    font-weight: bold;
    border-radius: 4px;
    padding: 4px;
    background: #e4f5cf;
    color: #000;
    border: 1px solid #bed2a5;
    font-weight: normal;
    float: left;
    margin-right: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

    .input_blurPesoCheio:hover {
        background: #e8f8d5;
    }

.inputCHKblur {
    float: left;
    text-wrap: none;
    color: #bed2a5;
}

.input_blurf1 {
    font-weight: bold;
    border-radius: 4px;
    padding: 4px;
    background: #e4f5cf url(../imgs/f1.png) top left no-repeat;
    background-position: 2px 3px;
    padding-left: 24px;
    color: #000;
    border: 1px solid #bed2a5;
    font-weight: normal;
    float: left;
    margin-right: 4px;
}

    .input_blurf1:hover {
        background: #e8f8d5 url(../imgs/f1.png) top left no-repeat;
        background-position: 2px 3px;
        padding-left: 24px;
    }

.input_focus {
    font-weight: bold;
    border-radius: 4px;
    padding: 4px;
    background: #d1e8b3;
    color: #000;
    border: 1px solid #bed2a5;
    font-weight: normal;
    float: left;
    margin-right: 4px;
}

    .input_focus option, .input_blur option {
        background: #d1e8b3;
    }

.input_focusRomaneio {
    font-weight: bold;
    border-radius: 4px;
    padding: 4px;
    background: #dd7a44;
    color: #fff;
    border: 1px solid #984415;
    font-weight: bold;
    float: left;
    margin-right: 4px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.input_blurRomaneio {
    font-weight: bold;
    border-radius: 4px;
    padding: 4px;
    background: #d28a63;
    color: #fff;
    border: 1px solid #984415;
    font-weight: bold;
    float: left;
    margin-right: 4px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

    .input_blurRomaneio:hover {
        background: #b96d43;
    }


.input_focusPesoCheio {
    font-weight: bold;
    border-radius: 4px;
    padding: 4px;
    background: #d1e8b3;
    color: #000;
    border: 1px solid #bed2a5;
    font-weight: normal;
    float: left;
    margin-right: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

    .input_focusPesoCheio option {
        background: #d1e8b3;
    }

.input_focusf1 {
    font-weight: bold;
    border-radius: 4px;
    padding: 4px;
    color: #000;
    border: 1px solid #bed2a5;
    font-weight: normal;
    background: #d1e8b3 url(../imgs/f1.png) top left no-repeat;
    background-position: 2px 3px;
    padding-left: 24px;
}

    .input_focusf1 option, .input_blurf1 option {
        background: #d1e8b3 url(../imgs/f1.png) top left no-repeat;
        background-position: 2px 3px;
        padding-left: 24px;
    }

.div_botoes {
    text-align: right;
    float: right;
    width: 99%;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 35px;
    padding-right: 7px;
}

    .div_botoes label {
        margin-left: 5px;
        line-height: 11px;
    }

.div_botoes_topo {
    text-align: right;
    float: right;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 25px;
}

    .div_botoes_topo a {
        padding: 0.45em 1em;
    }

.div_botoes_topo_left {
    text-align: left;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 25px;
}

/*
.mensagem_topo
{
    
    padding:4px;
    font-family:Verdana;
    font-size: 15px;
    font-weight:bold;
    text-align:center;
    top:0px;
    min-height:25px;
    border-bottom: 1px solid #94b557;
    background-color:#f1fce2;
    background-color:#466645;
}*/
.mensagem_topo {
    width: 600px;
    float: left;
    padding: 4px;
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    position: fixed;
    left: 50%;
    margin-left: -300px;
    text-align: center;
    z-index: 1;
    background-image: url(../imgs/barra_piscando.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #feffa1;
    top: 0px;
    display: none;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: #ccce3d 1px solid;
    border-right: #ccce3d 1px solid;
    border-bottom: #ccce3d 1px solid;
}

.painel_descontos {
    background-color: #c5e4a0;
    border: #9fbe79 1px solid;
    border-radius: 6px;
    padding: 4px;
    float: left;
    width: 700px;
    display: block;
}

    .painel_descontos h2 {
        font-size: 13px;
        font-weight: bold;
        margin: 0px;
    }

.painel_totais {
    background-color: #dcf5bd;
    border: #7cab6b 1px solid;
    border-radius: 6px;
    padding: 4px;
    float: left;
    width: 700px;
    margin-left: 7px;
    margin-bottom: 7px;
}

    .painel_totais h2 {
        font-size: 13px;
        font-weight: bold;
        margin: 0px;
    }

.painel_desconto_manual {
    background-color: #d0ecaf;
    border: #7ba56d 1px solid;
    border-radius: 6px;
    padding: 4px;
    float: left;
    width: 700px;
    margin-bottom: 7px;
    margin-left: 7px;
}

    .painel_desconto_manual h2 {
        font-size: 13px;
        font-weight: bold;
        margin: 0px;
    }

.caixa_grid {
    font-family: Verdana;
    background: #fafff2;
    float: left;
    width: 99%;
    padding: 5px;
    margin-bottom: 7px;
}

.load_ajax {
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    background: #e4f5cf url(../imgs/ajax_load2.gif);
    background-position: center;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    float: left;
    z-index: 100;
    top: auto;
    left: auto;
    filter: alpha(opacity=75); /* internet explorer */
    -khtml-opacity: 0.75; /* khtml, old safari */
    -moz-opacity: 0.75; /* mozilla, netscape */
    opacity: 0.75; /* fx, safari, opera */
    border-top: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
}

.painel_consulta_romaneio {
    width: 400px;
    height: 400px;
}

.div_botoe_atualiza_romaneio {
    float: left;
    width: 400px;
    text-align: center;
    margin-top: 25px;
}
/* MODAL */
.load {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 88px;
    height: 78px;
    margin: -39px 0 0 -44px;
    z-index: 99999;
}

.bg_modal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99998;
}

.view_modal {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: left;
    z-index: 99998;
}

.modal_peso_cheio {
    width: 50%;
    float: left;
}

.modal_peso_vazio {
    width: 50%;
    float: right;
}

.botao_escolhe_balanca_modal {
    text-align: center;
    float: left;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.balanca_modal_select_fundo {
    margin-bottom: 50px;
    margin-top: 50px;
    width: 400px;
    float: left;
}

.quadro_de_pesquisa {
    float: left;
    padding: 10px;
    padding-top: 15px;
    border: 1px solid #83a765;
    border-radius: 3px;
    background-color: #fff;
    background-image: url(../imgs/fundo_pesquisa.png);
    margin-bottom: 7px;
    margin-left: 5px;
    background-repeat: repeat-x;
    background-position: top left;
}

.quadro_de_pesquisa_campos {
    float: left;
    padding: 3px;
    display: table-row;
    vertical-align: middle;
}

.quadro_de_pesquisa_botao {
    float: right;
    padding: 10px;
    text-align: center;
    display: table-row;
    vertical-align: middle;
    height: 100%;
    /*border:1px #000 solid;*/
}

    .quadro_de_pesquisa_botao a {
        background: url(../imgs/fundo_botao_pesquisar.png);
        background-color: #fff;
        background-position: top left;
        background-repeat: repeat-x;
        text-decoration: none;
        border: solid 1px #bbbbbb;
        color: #666666;
        font-family: Verdana;
        padding: 7px;
        text-shadow: #cacaca 1px 1px 2px;
        border-radius: 4px;
    }

        .quadro_de_pesquisa_botao a:hover {
            background: url(../imgs/fundo_botao_pesquisar_hover.png);
            background-color: #f0f0f0;
            background-position: top left;
            background-repeat: repeat-x;
        }

.quadro_de_pesquisa_linha_campos {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.quadro_de_pesquisa_linha_campos_celula {
    margin-right: 5px;
    float: left;
}

    .quadro_de_pesquisa_linha_campos_celula label {
        font-size: 13px;
        display: block;
        float: left;
        font-family: Verdana;
        margin-bottom: 4px;
        color: #53524c;
        text-shadow: #9ec981 1px 1px 2px;
        padding-right: 7px;
        position: relative;
        width: 103px;
    }

.input_busca {
    background-image: url(../imgs/fundo_input_pesquisa.png);
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #fafafa;
    border: 1px solid #e1e1e1;
    padding: 4px;
    color: #000;
    font-family: Verdana;
    border-radius: 4px;
    float: left;
    margin-right: 5px;
    display: block;
}

.input_busca_focus {
    background-image: url(../imgs/fundo_input_pesquisa.png);
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #fafafa;
    border: 1px solid #b0adad;
    padding: 4px;
    color: #000;
    font-family: Verdana;
    border-radius: 4px;
    float: left;
    margin-right: 5px;
    display: block;
}


.analitico_totalizador {
    background-color: #fff;
    padding-bottom: 8px;
    padding-top: 10px;
    padding-left: 8px;
    float: left;
    width: 350px;
    border-left: 5px solid #56b2c9;
    border-bottom: 1px solid #ced0d1;
    border-right: 1px solid #e4e6e6;
    display: block;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    margin-bottom: 8px;
}

    .analitico_totalizador:hover {
        background-color: #e5f1fc;
    }

.descricao_maior {
    clear: both;
    float: left;
    font-size: 11px;
    color: #000;
    font-weight: bold;
    text-shadow: #d4d2ce 1px 1px 2px;
    font-family: Verdana;
    margin-bottom: 5px;
    width: 350px;
    text-align: justify;
}

.descricao_todo {
    clear: both;
    float: left;
    font-size: 11px;
    color: #000;
    font-weight: bold;
    text-shadow: #d4d2ce 1px 1px 2px;
    font-family: Verdana;
    margin-bottom: 5px;
    width: 100%;
    text-align: justify;
    margin-top: 15px;
}

.analitico_totalizador_label {
    float: left;
    font-size: 11px;
    color: #000;
    font-weight: bold;
    text-shadow: #d4d2ce 1px 1px 2px;
    width: 100%;
    font-family: Verdana;
    margin-bottom: 5px;
}

.analitico_totalizador_valor {
    float: right;
    font-size: 13px;
    color: #000;
    padding: 3px;
    padding-right: 7px;
    padding-left: 7px;
    width: 130px;
    text-align: right;
    background-color: #f4f8fc;
    border-right: 2px solid #d9e2ec;
    margin-right: 8px;
    text-shadow: #afafaf 1px 1px 1px;
    font-family: Verdana;
}


.analitico_totalizadorVerde {
    background-color: #fff;
    padding-bottom: 8px;
    padding-top: 10px;
    padding-left: 8px;
    float: left;
    width: 350px;
    border-left: 5px solid #59b64d;
    border-bottom: 1px solid #b2e4ac;
    border-right: 1px solid #d5f7d0;
    display: block;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    margin-bottom: 8px;
}

    .analitico_totalizadorVerde:hover {
        background-color: #e8fbe5;
    }

.analitico_totalizador_labelVerde {
    float: left;
    font-size: 11px;
    color: #000;
    font-weight: bold;
    text-shadow: #d4d2ce 1px 1px 2px;
    width: 100%;
    font-family: Verdana;
    margin-bottom: 5px;
}
.analitico_totalizador_Legenda {
    float: left;
    font-size: 9px;
    color: #000;
    font-weight: normal;
    text-shadow: #d4d2ce 1px 1px 2px;
    width: 100%;
    font-family: Verdana;
    margin-bottom: 5px;
    text-align:center;
}

.analitico_totalizador_valorVerde {
    float: right;
    font-size: 13px;
    color: #000;
    padding: 3px 7px;
    width: 130px;
    text-align: right;
    background-color: #d8efd5;
    border-right: 2px solid #b0dfaa;
    margin-right: 8px;
    text-shadow: #afafaf 1px 1px 1px;
    font-family: Verdana;
    height: 16px;
}

.analitico_totalizador_maisVerde {
    float: right;
    cursor: pointer;
}

    .analitico_totalizador_maisVerde img {
        margin: 2px;
    }

.analitico_totalizador_MaisInfo {
    float: left;
    font-size: 11px;
    color: #000;
    text-shadow: #d4d2ce 1px 1px 2px;
    width: 95%;
    font-family: Verdana;
    margin-bottom: 5px;
    display: none;
    margin-top: 7px;
}

    .analitico_totalizador_MaisInfo h2 {
        font-size: 13px;
        font-family: Verdana;
        color: #5b6f83;
        border-bottom: 1px solid #93aac1;
    }


.analitico_totalizadorLaranja {
    background-color: #fff;
    padding-bottom: 8px;
    padding-top: 10px;
    padding-left: 8px;
    float: left;
    width: 350px;
    border-left: 5px solid #cf8400;
    border-bottom: 1px solid #fbdda9;
    border-right: 1px solid #fae9cb;
    display: block;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    margin-bottom: 8px;
}

    .analitico_totalizadorLaranja:hover {
        background-color: #f6ebd7;
    }

.analitico_totalizador_labelLaranja {
    float: left;
    font-size: 11px;
    color: #000;
    font-weight: bold;
    text-shadow: #d4d2ce 1px 1px 2px;
    width: 100%;
    font-family: Verdana;
    margin-bottom: 5px;
}

.analitico_totalizador_valorLaranja {
    float: right;
    font-size: 13px;
    color: #000;
    padding: 3px;
    padding-right: 7px;
    padding-left: 7px;
    width: 130px;
    text-align: right;
    background-color: #f6d9a6;
    border-right: 2px solid #e4c185;
    margin-right: 8px;
    text-shadow: #deb56f 1px 1px 1px;
    font-family: Verdana;
}

.analitico_caixa {
    float: left;
    width: 380px;
    margin-left: 5px;
}

    .analitico_caixa h1 {
        font-size: 17px;
        font-family: Verdana;
        text-shadow: #595d2c 1px 1px 1px;
        font-weight: normal;
    }

.div100 {
    min-height: 100%;
    min-width: 100%;
    background: #e4f5cf url(../imgs/ajax_load2.gif);
    background-position: center;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    float: left;
    position: absolute;
    display: none;
    z-index: 100;
    filter: alpha(opacity=75); /* internet explorer */
    -khtml-opacity: 0.75; /* khtml, old safari */
    -moz-opacity: 0.75; /* mozilla, netscape */
    opacity: 0.75; /* fx, safari, opera */
    margin: 0px auto;
}

.btnBalanca {
    border-radius: 4px;
    border: 1px solid #729335;
    background-color: #d1e8b3;
    padding: 7px;
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
    cursor: pointer;
    float: left;
    left: 50%;
    position: absolute;
    width: 200px;
    margin-left: -100px;
    top: 250px;
}

    .btnBalanca:hover {
        background-color: #c3dda1;
    }

.analitico_caixa_aolado {
    float: left;
    margin-left: 5px;
}

    .analitico_caixa_aolado h1 {
        font-size: 17px;
        font-family: Verdana;
        text-shadow: #595d2c 1px 1px 1px;
        font-weight: normal;
    }

.analitico_totalizadorVerde_aolado {
    background-color: #fff;
    padding-bottom: 8px;
    padding-top: 10px;
    padding-left: 8px;
    width: 330px;
    float: left;
    border-left: 5px solid #59b64d;
    border-bottom: 1px solid #b2e4ac;
    border-right: 1px solid #d5f7d0;
    border-top: 1px solid #d5f7d0;
    display: inline;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    margin-bottom: 8px;
    margin-right: 7px;
}

    .analitico_totalizadorVerde_aolado:hover {
        background-color: #e8fbe5;
    }

.tab_selecionado {
    background-color: #fff;
    border-top: 1px #466645 solid;
    border-left: 1px #466645 solid;
    border-right: 1px #466645 solid;
    border-bottom: none;
    padding: 4px;
    float: left;
    margin-right: 5px;
    position: relative;
    top: 1px;
    color: #94b557;
    font-weight: bold;
    text-decoration: none;
    font-size: 10px;
}

.tab_normal {
    background-color: #679966;
    border-top: 1px #466645 solid;
    border-left: 1px #466645 solid;
    border-right: 1px #466645 solid;
    padding: 4px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    float: left;
    margin-left: 3px;
    margin-right: 5px;
    position: relative;
    top: 1px;
    left: -1px;
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: medium;
}

    .tab_normal:hover {
        background-color: #f4faf6;
        color: #94b557;
    }

.tab_content {
    float: left;
    width: 99%;
    border-bottom: 1px #466645 solid;
    margin-top: 7px;
}

.tab {
    float: left;
    width: 99%;
    border-bottom: 1px #466645 solid;
    border-left: 1px #466645 solid;
    border-right: 1px #466645 solid;
}

.tab_body {
    width: 99%;
    padding: 10px;
}

.caixa_2colunas {
    float: left;
    width: 320px;
    position: relative;
}

.tab_orcado {
    width: 100%;
    color: #000;
    font-size: 11px;
    float: left;
    background-color: #afb7c5;
    border-bottom: solid #000 1px;
    text-align: right;
}

.tab_realizado {
    width: 100%;
    color: #000;
    font-size: 11px;
    float: left;
    text-align: right;
    background-color: #b7d8fa;
    border-bottom: solid #000 1px;
}

.tab_dif {
    width: 100%;
    color: #fff;
    font-size: 11px;
    width: 100%;
    float: left;
    text-align: right;
    background-color: #275cb3;
    border-bottom: solid #000 1px;
}

.tab_saldo_acumulado {
    width: 100%;
    color: #fff;
    font-size: 11px;
    width: 100%;
    float: left;
    text-align: right;
    background-color: #102f63;
    font-weight: bold;
    text-wrap: none;
}

.banner_rotativo {
    float: left;
}

.topo_logo {
    width: 100%;
    height: 51px;
    background-color: #f1fce2;
    text-align: right;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .topo_logo img {
        margin-right: 7px;
    }

.mensagem_login {
    border: solid 1px #c6dba9;
    background-color: #e8fbe5;
    float: left;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.caixa_login {
    border: solid 1px #c6dba9;
    background-color: #e3f4cc;
    width: 400px;
    float: left;
    position: relative;
    left: 50%;
    margin-left: -200px;
    padding: 20px;
    font-size: 15px;
}

    .caixa_login a {
        color: #000;
    }

.input_login {
    border: 1px solid #a7c184;
    padding: 5px;
    margin-top: 7px;
    margin-bottom: 7px;
    width: 98%;
    border-radius: 4px;
    font-size: 13px;
}

.input_login_focus {
    border: 1px solid #d7e3c6;
    padding: 5px;
    margin-top: 7px;
    margin-bottom: 7px;
    width: 98%;
    border-radius: 4px;
    font-size: 13px;
}

.caixa_conteudo_saldos {
    font-family: Verdana;
    font-size: 12px;
    background: #bed2a5;
    border-bottom: 1px solid #cce0a8;
    float: left;
    width: 99%;
    padding: 5px;
    margin-bottom: 7px;
    text-align: right;
}

.linha_saldo {
    width: 100%;
    float: right;
    text-align: right;
    color: #1f461e;
}

    .linha_saldo strong {
        text-align: right;
        font-weight: bold;
        margin-left: 4px;
        margin-right: 3px;
    }

.texto_entre_campos {
    float: left;
    height: 26px;
    margin-left: 4px;
    margin-right: 8px;
    text-align: center;
    line-height: 26px;
}

.checklist td {
    width: 350px;
}

.checklist checkbox {
    text-wrap: none;
    float: right;
}

.frame_o {
    width: 99%;
    height: 300px;
    margin-top: 10px;
    border-top: 1px solid #466645;
    border-bottom: 1px solid #466645;
}

.botao_print {
    margin: 4px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 7px;
    color: #466645;
    float: left;
    /*width: 100%;*/
}

.divPrint {
    margin-top: 7px;
    float: left;
    width: 100%;
}

.div_botoes {
}

.LinkButton {
    background-color: #8cc622;
    border: 1px #008131 solid;
    padding: 7px;
    min-height: 26px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    text-shadow: #8aab50 1px 1px 2px;
}

    .LinkButton:hover {
        background-color: #99de61;
    }

.labelNomeCampo {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    color: #3d5218;
    font-size: 12px;
    margin-bottom: 10px;
}
.labelDescricaoCampo {
    display: block;
    margin-bottom: 3px;
    color: #3d5218;
    font-size: 14px;
}

.linha_divisora {
    float: left;
    width: 99%;
    margin-bottom: 3px;
    margin-top: 3px;
    min-height: 15px;
    border-top:1px solid #466645;
    border-bottom: 2px inset #3d5218;
}

.caixa_porcentagem {
    float:left;
    width:70px;
}

.alinhaEsquerda {
    float:left;
}
