﻿@charset "UTF-8";

:root {
    --main-backgroundcolor: #FFFFFF;
    --main-barcolor: #29615f;
    --main-fontcolor: #444444; /* Should be the same across all */
    --main-topheadercolor: #FFFFFF;
    --main-buttoncolorlight: #c0c0c0;
    --main-buttoncolordark: #b3b3b3; /* One Shade Darker than the buttoncolorlight */
    --main-buttonmatchingcolor: #e6e6e6; /* Three shades lighter than the buttoncolorlight*/
    --main-tabmatchingcolor: #f2f2f2; /* Four shades lighter than the buttoncolorlight*/
    --main-loadercolor: #8c8c8c; /* Four shaedes darker than the buttoncolorlight */
}

.ResvInfoRow {
    color:#29615f;
}
.TabUDFActive {
    color:#29615f;
}
.TabUDFInActive {
    color:#29615f;
}
.ItineraryTitle {
    color:#29615f;
}
.WebButton {
    color:#29615f;
}
.WebButtonLarge {
    color:#29615f;
}