@charset "UTF-8";

:root {
    --main-backgroundcolor: #FFFFFF;
    --main-barcolor: #00aeef;
    --main-fontcolor: black; /* Should be the same across all */
    --main-topheadercolor: white;
    --main-buttoncolorlight: #2583c0;
    --main-buttoncolordark: #2174ab; /* One Shade Darker than the buttoncolorlight */
    --main-buttonmatchingcolor: #3e9cda; /* Three shades lighter than the buttoncolorlight*/
    --main-tabmatchingcolor: #54a7de; /* Four shades lighter than the buttoncolorlight*/
    --main-loadercolor: #14486b; /* Four shaedes darker than the buttoncolorlight */
}


.ResvInfoRow {
    color:#f2f2f2;
}

.TabUDFActive {
    color:#f2f2f2;
}
.TabUDFInActive {
    color:#f2f2f2;
}
.ItineraryTitle {
    color:#f2f2f2;
}
.WebButton {
    color:#f2f2f2;
}
.WebButtonLarge {
    color:#f2f2f2;
}

