@value textDark: rgb(70, 70, 70);
@value textMedium: rgb(160, 160, 160);
@value textLight: rgb(220, 220, 220);
@value textLabel: rgb(80, 80, 80);

@value buttonText: rgb(255, 255, 255);
@value buttonBg: #003366;
@value buttonBgActive: #305A8D;
@value buttonBgDisabled: #4d4d4d;
@value deleteButtonBg: #660000;
@value deleteButtonBgActive: #990000;
@value miniButtonBgDisabled: rgba(230, 230, 230, .4);

@value inputBg: rgb(255, 255, 255);

@value readOnlyBg: rgba(255, 255, 255, .3);
@value readOnlyBorder: textLight;
@value inputTableReadOnlyBorder: textLight;
