﻿/* -----------------------------
   Labels & Form Text
----------------------------- */
.creg_label,
.creg_label_required {
    color: #282828;
    display: block;
    white-space: nowrap;
}

.creg_red,
.creg_red2 {
    color: #FF0000;
    font-size: 14px;
    float: left;
}

.required {
    color: #ff0000;
    padding-right: 2px;
    padding-left: 0;
}

/* -----------------------------
   Form Inputs & Fields
----------------------------- */
.creg-input-md {
    width: 250px !important;
}

.creg_field {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    font-size: 11px;
    letter-spacing: 1px;
    color: #333;
    padding-left: 7px;
    padding-top: 2px;
    background-color: #fff;
}

select.creg_field {
    border: 1px solid #c7c5c5;
    border-radius: 3px;
    font-size: 14px;
    color: #0b2167;
    padding: 2px;
    min-width: 150px;
    font-family: Verdana;
    letter-spacing: 1px;
}

/* -----------------------------
   Buttons
----------------------------- */
.creg_button {
    display: block;
    margin: 5px;
    width: auto;
    height: auto;
    padding: 5px 15px;
    border-radius: 3px;
    border: none;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

a.creg_button {
    width: 130px;
}

.creg_button:active {
    position: relative;
    top: 1px;
    text-decoration: none;
}

.creg_button:visited {
    color: White;
    text-decoration: none;
}

.btn-tertiary {
    background: #AFD679 !important;
    border-color: #AFD679 !important;
    border-radius: 10px;
    outline: none !important;
    box-shadow: none !important;
    padding: 4px 4px;
}

.creg-btn-link {
    font-size: 16px;
    font-family: 'Elza Text';
    color: #015C98;
    border-radius: 0;
    padding: 0 !important;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    border: none !important;
}

/* -----------------------------
   Layout Helpers
----------------------------- */
.creg-col {
    float: left;
}

    .creg-col div {
        float: none !important;
    }

.creg_floatleft {
    float: left;
}

.creg_clear {
    height: 1px;
    clear: both;
}

.creg_hidden {
    display: none;
    visibility: hidden;
}

.form-group {
    margin-bottom: 10px;
}

    .form-group .notes {
        margin-bottom: 0;
        font-size: 12px;
    }

    .form-group input[type=checkbox],
    .form-group input[type=radio] {
        margin-right: 6px;
        width: auto;
    }

        .form-group input[type=checkbox] + label,
        .form-group input[type=radio] + label {
            margin-bottom: 0;
            margin-right: 16px;
        }

/* -----------------------------
   Tables & Grids
----------------------------- */
table td,
th {
    text-align: left;
    vertical-align: top;
}

.creg_grid td {
    color: #333;
    line-height: 16px;
    padding: 5px 40px 5px 0;
}

.creg_cart {
    width: 100%;
}

    .creg_cart th {
        background-color: #efefea;
        padding: 10px 8px;
        vertical-align: middle;
    }

    .creg_cart td {
        padding: 2px 8px;
        vertical-align: middle;
        color: #454545;
        font-size: 16px;
    }

/* -----------------------------
   Cards & Sections
----------------------------- */
.creg-card {
    background: #F7F7F7;
    border-radius: 30px;
    padding: 20px;
}

.creg-card-title {
    font-size: 20px;
    color: #678F00;
    font-family: 'Elza Text Bold';
    margin-bottom: 15px;
}

.creg-section-title {
    font-size: 25px;
    color: #678F00;
    font-family: 'Elza Text Bold';
    margin-bottom: 16px;
}

/* -----------------------------
   Header Groups
----------------------------- */
.cregHeaderGrp {
    display: flex;
    align-items: flex-start;
}

    .cregHeaderGrp .btn-tertiary {
        padding: 6px 6px;
        margin-right: 15px;
        margin-top: 6px;
    }

/* -----------------------------
   Messages
----------------------------- */
.creg-message {
    font-weight: bold;
}

/* -----------------------------
   Reminders Toggle
----------------------------- */
.reminder-toggle {
    padding-left: 0;
    list-style: none;
    display: inline-flex;
    gap: 0.5rem;
}

    .reminder-toggle li {
        display: inline-block;
    }

    .reminder-toggle input[type="radio"] {
        display: none;
    }

    .reminder-toggle label {
        border: 1px solid #015386;
        padding: 0.5rem 1.25rem;
        border-radius: 50rem;
        cursor: pointer;
        transition: all 0.2s ease;
        margin-bottom: 0;
    }

    .reminder-toggle input[type="radio"]:checked + label {
        background-color: #015386;
        color: #fff;
        border-color: #015386;
    }

    .reminder-toggle label:hover {
        background-color: #f8f9fa;
    }

/* -----------------------------
   Similar Classes / Other Dates
----------------------------- */
.similarClasses {
    border-left: 1px solid #ccc;
}

    .similarClasses h4,
    .otherClassDates h4 {
        text-align: center;
        font-weight: bold;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 5px;
    }

/* -----------------------------
   Cart Section
----------------------------- */
.cartSec {
    color: #081839;
    font-size: 16px;
    font-family: 'ProductSansRegular';
    display: inline-flex;
    align-items: center;
    float: right;
}

    .cartSec .cartCount {
        background: #AFD679 !important;
        margin-left: 8px;
        padding: 3px 9px;
        color: #000;
    }

/* -----------------------------
   Media Queries
----------------------------- */
.pageTitle:empty {
    display: none;
}
@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 991px) {
}

@media (max-width: 991.98px) {
    #registrationPanel {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1050;
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
        box-shadow: 0 -4px 12px rgba(0,0,0,.08);
    }

   /*/ body {
        padding-bottom: 140px; /* prevents content from hiding behind bar */
    /*}*/
}

@media screen and (max-width: 786px) {
    .creg_floatleft,
    .creg_floatright {
        float: none;
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .creg_floatleft,
    .creg_floatright {
        float: none;
        margin-left: 0 !important;
    }
}
