/* ---- ONSITE PORTAL ---- */
/* ---- Reminder to first check in before printing ---- */

.name-badge-data > span:after {
   content: "(Only print once 1) Checked in and 2) No amount outstanding)";
   color: red;
}


/* ---- Show finance warning for unpaid delegates ---- */

.inline amount-outstanding-total red::after {
   content: "Payment outstanding - proceed to finance";
   display: block;
   color: red;
   font-weight: bold;
   margin-top: 10px;
}


/* ---- Hide stats ---- */

a#PrintStatsLink {
   display: none;
}


/* ---- INTERACTIVE SITES ---- */
/* ---- Modern theme - fix indentation ---- */

.theme-curved-circle {
   margin-left: -28px !important;
}

.theme-curved-line {
   margin-left: -92px !important;
}