﻿@import "TreeView.css";
@import "DataList.css";

body {
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 12px; /* Reducido para mayor densidad de información */
    color: #334155;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    color: #1e293b;
    font-weight: 700;
}

h2 { font-size: 1.15rem; margin-bottom: 0.75rem; }

/* Grilla Moderna Compacta */
.mGrid {
    width: 100% !important;
    border-collapse: separate !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px;
    overflow: hidden;
    margin: 0.75rem 0;
    font-size: 11.5px;
}

.mGrid th {
    background-color: #f1f5f9 !important;
    color: #475569 !important;
    padding: 8px 12px !important;
    border: none !important;
    font-weight: 600;
}

.mGrid td {
    padding: 8px 12px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

/* Botones Compactos */
.button {
    border-radius: 4px;
    padding: 5px 14px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
    font-size: 11.5px;
}

.btn-primary { 
    background-color: #0d6efd !important; 
    color: #ffffff !important; 
}

.btn-secondary { 
    background-color: #6c757d !important; 
    color: #ffffff !important; 
}

.btn-danger { 
    background-color: #dc3545 !important; 
    color: #ffffff !important; 
}

/* Controles de Formulario Compactos */
.form-control, select, .price-field-modern {
    font-size: 12px !important;
    padding: 5px 8px !important;
    border-radius: 4px !important;
}

label {
    font-weight: 600;
    margin-bottom: 2px;
    display: inline-block;
    color: #64748b;
}

/* Árbol de navegación ajustado */
.modern-treeview a {
    font-size: 12px !important;
}
