﻿@charset "UTF-8";

:root {
    --main-backgroundcolor: #FFFFFF;
    --main-barcolor: #1074bc;
    --main-fontcolor: black; /* Should be the same across all */
    --main-topheadercolor: white;
    --main-buttoncolorlight: #1074bc;
    --main-buttoncolordark: #0e66a4; /* One Shade Darker than the buttoncolorlight */
    --main-buttonmatchingcolor: #2c9ced; /* Three shades lighter than the buttoncolorlight*/
    --main-tabmatchingcolor: #43a7ef; /* Four shades lighter than the buttoncolorlight*/
    --main-loadercolor: #083a5e; /* Four shaedes darker than the buttoncolorlight */
}

.ResvInfoRow {
    color:#f2f2f2;
}
.TabUDFActive {
    color:#f2f2f2;
}
.TabUDFInActive {
    color:#f2f2f2;
}
.ItineraryTitle {
    color:#f2f2f2;
}
.WebButton {
    color:#f2f2f2;
}
.WebButtonLarge {
    color:#f2f2f2;
}