body {
    margin: 0;
    font-family: Nunito,sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f8fafc;
}

.navbar-custom {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.04);
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
}

.content {
    margin-top: 80px;
}

.icon-red {
    color: #dc3545;
}

@media (max-width: 767px) {
    .text-right { 
        text-align: left !important;
    }
}

.bg-primary {
    background-color: #2f8cca !important;
}

a, a:hover {
    color: #ffffff;
}

.btn-primary {
    background-color: #2f8cca;
    border-color: #2f8cca;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2f8cca;
    border-color: #2f8cca;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2f8cca;
    border-color: #2f8cca;
}

.btn-outline-primary {
    color: #2f8cca;
    background-color: transparent;
    background-image: none;
    border-color: #2f8cca;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #2f8cca;
    border-color: #2f8cca;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2f8cca;
    border-color: #2f8cca;
}

.form-control {
    line-height: 2.0;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 10px);
}

.col-form-label {
    line-height: 2.2;
}

.footer {
    color: #fff;
    background: #3c414c;
    border-top: 1px solid #3c414c;
    bottom: 0;
    left: 0;
    padding: 15px 10px;
    right: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
}

.footer-relative {
    position: relative;
}

/* Garantir tamanho mínimo para a coluna de ações na listagem de certificados */
table.table th:last-child,
table.table td:last-child {
    min-width: 100px;
    width: 100px;
}