﻿@charset "UTF-8";

:root {
    --main-backgroundcolor: #FFFFFF;
    --main-barcolor: #B1B3B3;
    --main-fontcolor: black; /* Should be the same across all */
    --main-topheadercolor: white;
    --main-buttoncolorlight: #b3b3b3;
    --main-buttoncolordark: #a6a6a6; /* One Shade Darker than the buttoncolorlight */
    --main-buttonmatchingcolor: #d9d9d9; /* Three shades lighter than the buttoncolorlight*/
    --main-tabmatchingcolor: #e6e6e6; /* Four shades lighter than the buttoncolorlight*/
    --main-loadercolor: #808080; /* Four shaedes darker than the buttoncolorlight */}

.ResvBody {
    background-color: #004876;
}
.ResvInfoRow {
    color:white;
}

.TabUDFActive {
    color:white;
}
.TabUDFInActive {
    color:white;
}
.ItineraryTitle {
    color:white;
}
.WebButton {
    color:white;
}
.WebButtonLarge {
    color:white;
}
