.content-wrapper {
    min-height: calc(100vh - calc(3.5rem + 1px) - calc(3.5rem + 1px));
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
}

.card {
    margin-bottom: 1rem;
}



    #filter-form .form-group {
        margin-bottom: 0;
    }
    #filter-form .form-control {
        height: calc(1.5em + 0.75rem + 2px);
    }
    #generar-pdf {
        height: calc(1.5em + 0.75rem + 2px);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
    }
    #generar-pdf i {
        margin-right: 5px;
    }
    @media (max-width: 767.98px) {
        #filter-form .form-group,
        #generar-pdf {
            margin-bottom: 1rem;
        }
    }

/* .decimal-10 {
    font-family: 'Consolas', monospace;
    text-align: right;
    white-space: nowrap;
} */
