:root {
    --color-main                           : #000000;
    --color-main-bg                        : #cccccc;
    
    --color-menu                           : #ffffff;
    --color-menu-bg                        : #333333;
    
    --color-card-header                    : #006699;
    --color-card-bg                        : #FFFFFF;
    
    --color-dialog-bg                      : #FFFFFF;                                                                                                                
    
    --color-matrix-frame                   : #000000;
    --color-matrix-routing-ok              : #00AF48;
   /* color-matrix-routing-asrc on bottom, device dependent */
    --color-matrix-routing-mixed           : #00AF48; /* same as "OK" to match FP and avoid confusion */
    --color-matrix-routing-error           : #d50000;
    --color-matrix-off                     : #FFFFFF;
    --color-matrix-text                    : #000000;
    --color-matrix-background              : #ffffff;
    --color-matrix-disabled                : #777777;
    --color-matrix-header-0                : #cccccc;            
    --color-matrix-header-1                : #e0e0e0;      
    --color-matrix-header-2                : #f0f0f0;      
    --color-matrix-background-dark         : #e0e0e0;                                                          
    --color-matrix-background-light        : #f0f0f0;                                  
    --color-matrix-separators              : #ffffff;                                  
    --color-matrix-separators-secondary    : #f0f0f0;                                  
    --color-matrix-drag                    : #00008066;                    
    --color-matrix-crosshair               : #00008020;
    --color-matrix-hatching                : #000000;
    --color-matrix-ab                      : #FFFFFF;
    --color-matrix-ab-bg                   : #000000;
    --color-matrix-tooltip                 : #000000;
    --color-matrix-tooltip-bg              : #FFFFB4B3;
    
    
    --color-link                           : #0645AD;
    --color-about-link                     : #0645AD;
    --color-slider                         : #006699;
    --color-slider-actuator                : #ffffff;
    --color-slider-background              : #cccccc;
    --color-control-bg                     : #dddddd;
    --color-input-bg                       : #dddddd;
    --color-hr                             : #cccccc;
    --color-legend-bg                      : #eeeeee;
    --color-helptext                       : #777777;
    --color-title                          : #333333;
    --color-button-primary                 : #FFFFFF; 
    --color-button-primary-bg              : #006699; 
    --color-button-secondary               : #FFFFFF; 
    --color-button-secondary-bg            : #222222; 
    --color-label                          : #000000;                                       
                                           
    --color-routinglist-ok                 : #003300;
    --color-routinglist-ok-bg              : #c8e6c9;   
    --color-routinglist-error              : #7F0000;
    --color-routinglist-error-bg           : #FFCDD2;     
    --color-routinglist-mixed              : #212121;  
    --color-routinglist-mixed-bg           : #f5f5f5;      
    
    
#ifdef MK1
    --color-matrix-routing-asrc            : #ee9900; 
    --color-routinglist-asrc               : #bc5100; 
    --color-routinglist-asrc-bg            : #fff9c4;    
#elif MK2                             
    --color-matrix-routing-asrc            : #000000;
    --color-routinglist-asrc               : #000000; 
    --color-routinglist-asrc-bg            : #AAAAAA;    
#endif
}