﻿/* Colocar CSS personalizado aqui */

.container {
    max-width: 960px !important;
}

.cabecalho-bg {
    /* background-color: #444444; */
    background-color: #004997;
}
.cabecalho {
    padding-top: 10px;
    padding-bottom: 10px;
}
.img-cabecalho {
    max-width: 300px;
}

.navbar 
{
    border-radius: 0 !important; /* para tirar a borda arredondada */
}

footer {
    margin-top: 50px;
}

/* Usar em CheckBox isolado */
input[type='checkbox'] {
    margin-right: 5px;
}

/* Usar em RadioButton isolado */
input[type='radio'] {
    margin-right: 5px;
}

/* Usar em componentes RadioButtonList ou CheckButtonList */
.radioCheckList label {
    margin: 0px !important;
}

span.textoVertical {
    text-orientation: revert-layer;
    white-space: nowrap;
    writing-mode: vertical-rl;
    transform: rotate( 180deg );
    padding: 4px;
    text-align: center;
}

.table-termo {
    line-height: 1;
}

.table-verbas {
    line-height: 1;
    border-top: none;
    border-bottom: 1px solid black;
    border-bottom-color: #CCCCCC;
    border-left: none;
    border-right: none;
}