
@charset "UTF-8";

:root {
    --main-backgroundcolor: #FFFFFF;
    --main-barcolor: #961403;
    --main-fontcolor: black; /* Should be the same across all */
    --main-topheadercolor: white;
    --main-buttoncolorlight: #961403;
    --main-buttoncolordark: #7d1103; /* One Shade Darker than the buttoncolorlight */
    --main-buttonmatchingcolor: #e11e05; /* Three shades lighter than the buttoncolorlight*/
    --main-tabmatchingcolor: #fa2205; /* Four shades lighter than the buttoncolorlight*/
    --main-loadercolor: #320701; /* Four shaedes darker than the buttoncolorlight */
}

.TabUDFActive {
    color:#f2f2f2;
}
.TabUDFInActive {
    color:#f2f2f2;
}
.ItineraryTitle {
    color:#f2f2f2;
}
.WebButton {
    color:#f2f2f2;
}
.WebButtonLarge {
    color: var(--color-base);
}
