/* DentalCore - Estilos personalizados */

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    background-color: #f4f6f9;
}

/* Personalizacion del sidebar */
.main-sidebar .brand-link {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-size: 1.25rem;
    letter-spacing: 1px;
}

/* Tarjetas del dashboard */
.small-box {
    border-radius: 0.5rem;
}

/* Tablas */
.table th {
    background-color: #f4f6f9;
    font-weight: 600;
}

/* Validaciones en espanol */
.field-validation-error {
    color: #dc3545;
    font-size: 0.875rem;
}

.input-validation-error {
    border-color: #dc3545;
}

/* Encabezados de seccion */
.content-header h1 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #343a40;
}

/* Espaciado del contenido */
.content {
    padding: 0 0.5rem;
}
