﻿:root {
    --field-background: rgba(255,255,255,1);
    --field-disabledbackground: rgba(235,235,235,1);
    --field-border: rgba(204, 204, 204, 1);
    --field-borderOn: rgba(90,180,90,0.70);
    --field-placeholder: rgba(100,100,100,0.5);
    --field-text: rgba(30,30,30,1);
    --field-outline: rgba(40,40,40,0.8);
    --field-label: rgba(0,0,0,1);
    --text-primary: #1a1a1a;
    --text-secondary: #666666;
    --text-light: #999999;
    --text-success: #28a745;
    --text-info: #17a2b8;
    --text-danger: #dc3545;
    --text-warning: #ffc107;
    --text-busy: #ff8800;
    --text-disabled: #555;
}
