﻿@charset "UTF-8";

:root {
    --main-backgroundcolor: #FFFFFF;
    --main-barcolor: #fadeb3;
    --main-fontcolor: black; /* Should be the same across all */
    --main-topheadercolor: white;
    --main-buttoncolorlight: #c58620;
    --main-buttoncolordark: #af771d; /* One Shade Darker than the buttoncolorlight */
    --main-buttonmatchingcolor: #e2aa50; /* Three shades lighter than the buttoncolorlight*/
    --main-tabmatchingcolor: #e6b565; /* Four shades lighter than the buttoncolorlight*/
    --main-loadercolor: #6e4a12; /* Four shaedes darker than the buttoncolorlight */}

.TabUDFActive {
    color:white;
}
.TabUDFInActive {
    color:white;
}
.ItineraryTitle {
    color:white;
}
.WebButton {
    color:white;
}
.WebButtonLarge {
    color:white;
}
