﻿@bootstrapBackgroundColor: #ffffff;
@bootstrapTabBorderColor: #e9ecef;
@bootstrapTabBottomBorderColor: #dee2e6;
@bootstrapNavLinkDisabledColor: #6c757d;

@defaultColor: @bootstrapBackgroundColor;
@defaultKey: default;
@darkenPercent: 10%;   

/*@TimeManagementStatus: {
                            approved:#90ee90;//genehmigt
                            cancel:#ffc800;//stornieren
                            cancelRejected:#8b0000;//stornierenAbgelehnt
                            canceled:#fafa00;//storniert
                            enabled:#5ac8f0;//freigegeben
                            rejected:#cd5c5c;//abgelehnt
                            notCategorised:#f5f5f5;//ohne - keinStatus
}*/

@statusNamesList: approved, cancel, cancelRejected, canceled, enabled, rejected, notCategorised;
@approvedColor: #90ee90;
@cancelColor: #ffc800;
@cancelRejectedColor: #8b0000;
@canceledColor: #fafa00;
@enabledColor: #5ac8f0;
@rejectedColor: #cd5c5c;
@notCategorisedColor: #f5f5f5;
