html, body {
    font-family: "Roboto", sans-serif;
    font-size: 11pt;
    font-weight: 400;
    line-height: 1.75em;
}

.marca-borda {
    border-style: inset;
    border: 1px solid red
}

.form-control {
    font-family: "Roboto", sans-serif;
    font-size: 11pt
}

form .control-label {
    line-height: 1em;
    font-weight: 400;
}

.btn-lg {
    font-size: 12pt
}

.icon-formulario {
    font-size: 14pt;
    margin-top: 8px;
    color: #428BCA;
}

/* Personalização formulário de perfil */
.form-group-custom
{
    height: 40px;
}

/* Menu topo */
.navbar-default {
    background-color: #428BCA;
    border-color: #428BCA;
    min-height: 30px
}

.navbar-default .navbar-text {
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12pt
}

.navbar a i.fa-chevron-left {
    padding: 5px 10px 5px 20px
}

.navbar a.navbar-link {
    text-decoration: none;
    color: #ffffff;
}

/* Menu rodapé */
.navbar-fixed-bottom {
    background-color: #f0f0f0;
    border-color: #f0f0f0
}

.navbar-fixed-bottom a.btn-lg {
    padding: 10px 0px;
    font-size: 11pt
}

.navbar-fixed-bottom a i {
    font-size: 18pt
}

/* formatação de mensagens de erro no app */

ul.alert-danger li {
    list-style-type: none;
    padding: 2px 0;
}