@charset "utf-8";
/* CSS Document */
.Header__brandName, .FooterContainer__footerBottom {
  display: none !important;
}

.Radiogroupalternate__radiobutton [type=radio]:checked+.Radiogroupalternate__radiolabel {
    background-color: #5BB24C;
    box-shadow: 0 0.125rem #498e3d;
    border-left-color: #498e3d;
}

.Radiogroupalternate__radiobutton .Radiogroupalternate__radiolabel {
    color: #5BB24C;
}

.Radiogroupalternate__radiolabel:hover {
    color: #498e3d;
}

/* Below added to hide overdue timer on customer front end - SOC */
.ticket_duedate {
    display: none;
}
