/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 22 2025 | 23:01:12 */
form.post-password-form {
    text-align: center;
    padding: 50px;
}

form.post-password-form input[type=submit] {
    background: #009688;
    border-radius: 10px;
}

form.post-password-form  input {
    border-radius: 10px;
    margin-left: .5em;
}


body #docfalt-reportes-container h3 {
    color: #049ba7;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
}

body .docs-completos {
    background-color: #ffffff !important;
}

body #docfalt-reportes-table thead th {
    background: #0499a9;
}

body div.dt-buttons {

    margin-top: 6px;
}


.stat-item br {
    display: none;
}

body .stat-item {
    background: linear-gradient(135deg, #049ba7 0%, #4CAF50 100%);
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    min-width: 200px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: -78px;
}