/*
 * Compatibility CSS only.
 * The current modern shell styling lives in site-shell.css.
 * Keep this file lightweight so older class references do not break,
 * but do not reintroduce old image backgrounds or obsolete theme rules.
 */

body {
    background: transparent;
}

.SmallText,
.Small_8,
.Small_6,
.smalltext {
    font-family: Arial, Helvetica, sans-serif;
    color: inherit;
}

.SmallText,
.Small_8,
.smalltext {
    font-size: 12px;
}

.Small_6 {
    font-size: 10px;
}

.Header_Logo,
.Greeting,
.MainHeading,
.mainheading,
.SubHeading,
.Attn,
.SmallAttn,
.GeneralText,
.LightLabel,
.InputBox,
.InactiveNavText,
.ButtonSmall,
.ButtonAttn,
.ErrorText,
.ErrorTextSmall,
.BigError,
.MedError,
.mederror,
.IssueStatus,
.Funky,
.funky2,
.warningsmall,
.button1,
.AdminNav,
.NavButtonInactive,
.NavButtonActive,
.NavButtonLeftActive,
.NavButtonLeftInactive {
    font-family: Arial, Helvetica, sans-serif;
}

.Header_Logo,
.Greeting,
.MainHeading,
.mainheading,
.SubHeading,
.Attn,
.SmallAttn,
.GeneralText,
.LightLabel,
.InputBox,
.InactiveNavText,
.IssueStatus,
.Funky,
.funky2,
.warningsmall,
.AdminNav {
    color: inherit;
}

.MainHeading,
.mainheading,
.Header_Logo,
.Greeting {
    font-size: 1.5rem;
    font-weight: 700;
}

.SubHeading,
.Attn,
.LightLabel,
.GeneralText,
.IssueStatus,
.warningsmall {
    font-size: 1rem;
}

.InputBox,
.button1,
.ButtonSmall,
.ButtonAttn {
    font: inherit;
}

.NavButtonInactive,
.NavButtonActive,
.NavButtonLeftActive,
.NavButtonLeftInactive,
.button1,
.ButtonSmall,
.ButtonAttn {
    border-radius: 999px;
}
