input[type='text'], input[type='password'], input[type='date'], select, textarea, input[list]{

    border: 1px solid #bdc7d8 !important;
    color: #5d5d5d;
    padding: 4px;
    height: 26px;
    border-radius: 0px;

}

table{

    background-color: #ffffff;
    border-spacing: 0px;
    border-width: 0px;

}

th, td{

    border-width: 0px;
    text-align: left !important;
    padding: 3px;
    margin: 0px;
    color: #395A7A !important;

}

td{

    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #bdc7d8;

}

th{

    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bdc7d8;
    font-weight: normal;
    font-family: 'Helvetica-Bold';
    
}

.campo_saida_tabela{

    float: left;
    width: 100%;

}

.campo_saida_tabela:empty{

    display: none;

}

.elemento_padrao{

    float: left;
    width: 100%;

}

.visivel{

    display: table !important;

}
