﻿@charset "UTF-8";

:root {
    --main-backgroundcolor: #FFFFFF;
    --main-barcolor: #5a8caf;
    --main-fontcolor: black; /* Should be the same across all */
    --main-topheadercolor: #FFFFFF;
    --main-buttoncolorlight: #d25635;
    --main-buttoncolordark: #d1512e; /* One Shade Darker than the buttoncolorlight */
    --main-buttonmatchingcolor: #df856d; /* Three shades lighter than the buttoncolorlight*/
    --main-tabmatchingcolor: #e39782; /* Four shades lighter than the buttoncolorlight*/
    --main-loadercolor: #923920; /* Four shaedes darker than the buttoncolorlight */
}

.TabUDFActive {
    color:#f2f2f2;
}
.TabUDFInActive {
    color:#f2f2f2;
}
.ItineraryTitle {
    color:#f2f2f2;
}
.WebButton {
    color:#f2f2f2;
}
.WebButtonLarge {
    color:#f2f2f2;
}