﻿:root {
    --table-even: #e8f0fe;
    --table-odd: #ffffff;
    --table-hover: #d4e2f7;
    --table-selected: #1a4d8c;
    --table-border: #b8c9e5;
    --table-text: #4a5568;
    --table-dark-text: #1a2a4f;
    --table-header-bg: #0c1a32;
    --table-header-color: #ffffff;
    --checkbox-color: #1a4d8c;
    --checkbox-checked: #0c3b6e;
    --primary: #0c1a32;
    --primary-dark: #081426;
    --primary-light: #1e3a5f;
    --white: #ffffff;
    --gray-light: #eef3fc;
    --gray-border: #3a6b9b;
    --bs-primary: #0c1a32 !important;
    --bs-primary-rgb: 12, 26, 50 !important;
    /* Login */
    --primary-color-login: #1e5a9e;
    --primary-dark-login: #0c3b6e;
    --text-light-login: #f8f9fa;
    --text-muted-login: #8ba0bc;
    --card-bg-login: rgba(30, 90, 158, 0.1);
    --card-border-login: rgba(30, 90, 158, 0.25);
    --IMG-BG-LOGIN: url('../../../../img/1.jpg');
    /*TODO: Colores de botones y controles en variables, Iconos... */
}
