#dialogTemplateAjax {
    display: none;
}


.avisoPequenoMarrom {
    font-size: 0.8em;
    color: brown;
}

.avisoPequenoAzul {
    font-size: 0.8em;
    color: blue;
}


.campoPlacaVeiculo {
    text-transform: uppercase;
}

.campoPlacaVeiculoMercosul {
    text-transform: uppercase;
    font-family: monospace;
    font-weight: bold;
    letter-spacing: 0.13em;
}

.contadorTextArea {
    font-size: 0.8em;
    margin: 0 5px 0 6px;
}


#dialogAjuda p {
    margin-bottom: 5px;
}

#header a {
    text-decoration: none;
    color: inherit;
}

.header_info {
    font-style: italic;
    padding: 8px 0 0 40px;
}

.header_infoLeft {
    font-style: italic;
    padding: 8px 0 0 10px;
}

.lblAvisoHorDisp {
    margin: 50px 0 0 0;
}

.menuInvisivel {
    visibility: hidden;
    display: none;
}

.fonteLight {
    font-family: sans-serif;
    font-size: 1.2em;
}

.subTitulo {
    font-family: sans-serif;
    font-size: 0.9em;
}

.hide {
    display: none;
}

.logo {
    height: 100px;
    width: 141px !important;
    max-width: 141px !important;
    max-height: 100px !important;
}

.fundoVerde {
    background-color: rgb(197,217,194);
    border-radius: 0.3em;
    box-shadow: 5px 5px 5px #888888;
    overflow: auto;
    padding: 15px;
    margin: 20px 0 10px 0;
}

.fundoVerde2 {
    background-color: rgb(197,217,194);
    border-radius: 0.3em;
    box-shadow: 5px 5px 5px #888888;
    padding: 15px;
    margin: 20px 6px 10px 0;
}