/* 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;
}

.card-secretaria {
    min-height: 190px !important;
}

    .card-secretaria .item-secretaria {
        text-align: center;
        background-color: #d1d6d9;
        min-height: 71px;
    }

    .card-secretaria .list-group-item {
        text-align: center;
    }

        .card-secretaria .list-group-item a {
            color: #000c39;
        }

a {
    text-decoration: none !important;
}

hr {
    margin-bottom: 30px;
    margin-top: 30px;
}
