@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

html {
    font-family: "Source Sans Pro", arial, sans-serif;
    font-weight: 400;
    /* overflow: hidden; */
}

body {
    margin: 0px;
}

.top-margin {
    margin-top: 40px;
}

.navbar {
    position: fixed;
    top: 0;
    height: 112px;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: rgb(220, 220, 220) solid 1px;
    width: 100vw;
    text-align: center;
    z-index: 1000;
}

.navbar-img {
    height: 53px;
    padding: 0px;
}

.navbar-tel {
    text-align: center;
    display: block;
    padding: 8px 0px 8px 0px;
}

.navbar-menu {
    float: left;
    text-align: left;
    display: inline-block;
    padding: 8px 0px 8px 0px;
}

.navbar-menu a {
    color: black;
    text-decoration: none;
    font-size: 14pt;
    position: absolute;
    top: 8px;
    left: 8px;
}

.navbar-tel a {
    font-family: "Fjalla One", arial;
    font-size: 16pt;
    color: black;
    text-decoration: none;
}

@media (min-width: 768px) {
    .navbar {
        text-align: left;
    }

    .navbar-img {
        float: left;
        height: 80px;
        width: auto;
        padding: 16px 40px 16px 40px;
    }

    .navbar-tel {
        float: right;
        text-align: right;
        display: inline-block;
        padding: 44px 40px 44px 0px;
    }

    .navbar-menu {
        float: none;
        display: inline-block;
        padding: 46px 0px 46px 0px;
    }

    .navbar-menu a {
        position: relative;
        top: inherit;
        left: inherit;
    }
}

#card-container {
    margin: 5px;
}

#payDepositContainer {
    padding: 8px;
}

#successMessage {
    padding-top: 112px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    min-height: calc(100vh - 152px);
}

.total {
    font-size: 16pt;
}

h2 {
    font-weight: 400;
    /* text-transform: uppercase; */
}

textarea {
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.vertical-center {
    position: relative !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.horizontal-center {
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.sidebar {
    border-right: 1px solid #ddd;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 5px;
}

.contents {
    background-color: rgba(0, 0, 0, 0.02);
    padding: 16px;
}

.card-details {
    border: rgb(220, 220, 220) solid 1px;
    padding: 16px 16px 16px 16px !important;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    color: #000;
    line-height: 1.125em;
    margin-bottom: 10px;
}

.action-needed {
    background-color: #FDF4C9;
    display: flex;
    flex-direction: row;
}

.flex-left {
    flex-grow: 1;
    margin-top: auto;
    margin-bottom: auto;
}

.flex-right {
    flex-grow: 0;
}

.flex-button {
    top: 50%;
    position: relative;
    transform: translateY(-60%);
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear-btn {
    background-color: lightgray !important;
}

.card-title {
    line-height: 18px;
    font-weight: bold;
    font-size: 11pt;
}

.event-info {
    text-align: left;
    margin-bottom: 0px;
}

.event-date {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 10px;
}

.event-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10pt;
}

qr-code {
    padding-left: 4px !important;
    padding-top: 4px !important;
}

.qr-logo {
    width: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.signature-canvas {
    width: 100%;
    height: 100px;
    border-bottom: #000 2px solid;
}

.signature-img {
    max-width: 300px;
}

.signature-date {
    font-size: 10pt;
}

@media print {
    .no-print {
        display: none !important;
    }

    .contents {
        background-color: transparent !important;
    }
}

@media (min-width: 768px) {
    .content {
        margin-top: 20px;
        margin-left: 27%;
    }

    .sidebar {
        position: fixed;
        padding-top: 0px;
        top: 112px;
        bottom: 0;
        border-right: rgb(220, 220, 220) solid 1px;
        padding-right: 7px;
    }
}


@media screen and (max-width:35.4em) {
    .pure-u-1 {
        margin: 10px 0px;
    }
}

@media screen and (min-width:35.5em) {

    .pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-1-12,
    .pure-u-sm-1-2,
    .pure-u-sm-1-24,
    .pure-u-sm-1-3,
    .pure-u-sm-1-4,
    .pure-u-sm-1-5,
    .pure-u-sm-1-6,
    .pure-u-sm-1-8,
    .pure-u-sm-10-24,
    .pure-u-sm-11-12,
    .pure-u-sm-11-24,
    .pure-u-sm-12-24,
    .pure-u-sm-13-24,
    .pure-u-sm-14-24,
    .pure-u-sm-15-24,
    .pure-u-sm-16-24,
    .pure-u-sm-17-24,
    .pure-u-sm-18-24,
    .pure-u-sm-19-24,
    .pure-u-sm-2-24,
    .pure-u-sm-2-3,
    .pure-u-sm-2-5,
    .pure-u-sm-20-24,
    .pure-u-sm-21-24,
    .pure-u-sm-22-24,
    .pure-u-sm-23-24,
    .pure-u-sm-24-24,
    .pure-u-sm-3-24,
    .pure-u-sm-3-4,
    .pure-u-sm-3-5,
    .pure-u-sm-3-8,
    .pure-u-sm-4-24,
    .pure-u-sm-4-5,
    .pure-u-sm-5-12,
    .pure-u-sm-5-24,
    .pure-u-sm-5-5,
    .pure-u-sm-5-6,
    .pure-u-sm-5-8,
    .pure-u-sm-6-24,
    .pure-u-sm-7-12,
    .pure-u-sm-7-24,
    .pure-u-sm-7-8,
    .pure-u-sm-8-24,
    .pure-u-sm-9-24 {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-sm-1-24 {
        width: 4.1667%
    }

    .pure-u-sm-1-12,
    .pure-u-sm-2-24 {
        width: 8.3333%
    }

    .pure-u-sm-1-8,
    .pure-u-sm-3-24 {
        width: 12.5%
    }

    .pure-u-sm-1-6,
    .pure-u-sm-4-24 {
        width: 16.6667%
    }

    .pure-u-sm-1-5 {
        width: 20%
    }

    .pure-u-sm-5-24 {
        width: 20.8333%
    }

    .pure-u-sm-1-4,
    .pure-u-sm-6-24 {
        width: 25%
    }

    .pure-u-sm-7-24 {
        width: 29.1667%
    }

    .pure-u-sm-1-3,
    .pure-u-sm-8-24 {
        width: 32.9%
    }

    .pure-u-sm-3-8,
    .pure-u-sm-9-24 {
        width: 37.5%
    }

    .pure-u-sm-2-5 {
        width: 40%
    }

    .pure-u-sm-10-24,
    .pure-u-sm-5-12 {
        width: 41.6667%
    }

    .pure-u-sm-11-24 {
        width: 45.8333%
    }

    .pure-u-sm-1-2,
    .pure-u-sm-12-24 {
        width: 49.6%
    }

    .pure-u-sm-13-24 {
        width: 54.1667%
    }

    .pure-u-sm-14-24,
    .pure-u-sm-7-12 {
        width: 58.3333%
    }

    .pure-u-sm-3-5 {
        width: 60%
    }

    .pure-u-sm-15-24,
    .pure-u-sm-5-8 {
        width: 62.5%
    }

    .pure-u-sm-16-24,
    .pure-u-sm-2-3 {
        width: 66.6667%
    }

    .pure-u-sm-17-24 {
        width: 70.8333%
    }

    .pure-u-sm-18-24,
    .pure-u-sm-3-4 {
        width: 75%
    }

    .pure-u-sm-19-24 {
        width: 79.1667%
    }

    .pure-u-sm-4-5 {
        width: 80%
    }

    .pure-u-sm-20-24,
    .pure-u-sm-5-6 {
        width: 83.3333%
    }

    .pure-u-sm-21-24,
    .pure-u-sm-7-8 {
        width: 87.5%
    }

    .pure-u-sm-11-12,
    .pure-u-sm-22-24 {
        width: 91.6667%
    }

    .pure-u-sm-23-24 {
        width: 95.8333%
    }

    .pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-24-24,
    .pure-u-sm-5-5 {
        width: 100%
    }
}

@media screen and (min-width: 768px) {

    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-1-12,
    .pure-u-md-1-2,
    .pure-u-md-1-24,
    .pure-u-md-1-3,
    .pure-u-md-1-4,
    .pure-u-md-1-5,
    .pure-u-md-1-6,
    .pure-u-md-1-8,
    .pure-u-md-10-24,
    .pure-u-md-11-12,
    .pure-u-md-11-24,
    .pure-u-md-12-24,
    .pure-u-md-13-24,
    .pure-u-md-14-24,
    .pure-u-md-15-24,
    .pure-u-md-16-24,
    .pure-u-md-17-24,
    .pure-u-md-18-24,
    .pure-u-md-19-24,
    .pure-u-md-2-24,
    .pure-u-md-2-3,
    .pure-u-md-2-5,
    .pure-u-md-20-24,
    .pure-u-md-21-24,
    .pure-u-md-22-24,
    .pure-u-md-23-24,
    .pure-u-md-24-24,
    .pure-u-md-3-24,
    .pure-u-md-3-4,
    .pure-u-md-3-5,
    .pure-u-md-3-8,
    .pure-u-md-4-24,
    .pure-u-md-4-5,
    .pure-u-md-5-12,
    .pure-u-md-5-24,
    .pure-u-md-5-5,
    .pure-u-md-5-6,
    .pure-u-md-5-8,
    .pure-u-md-6-24,
    .pure-u-md-7-12,
    .pure-u-md-7-24,
    .pure-u-md-7-8,
    .pure-u-md-8-24,
    .pure-u-md-9-24 {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-md-1-24 {
        width: 4.1667%
    }

    .pure-u-md-1-12,
    .pure-u-md-2-24 {
        width: 8.3333%
    }

    .pure-u-md-1-8,
    .pure-u-md-3-24 {
        width: 12.5%
    }

    .pure-u-md-1-6,
    .pure-u-md-4-24 {
        width: 16.6667%
    }

    .pure-u-md-1-5 {
        width: 20%
    }

    .pure-u-md-5-24 {
        width: 20.8333%
    }

    .pure-u-md-1-4,
    .pure-u-md-6-24 {
        width: 25%
    }

    .pure-u-md-7-24 {
        width: 29.1667%
    }

    .pure-u-md-1-3,
    .pure-u-md-8-24 {
        width: 32.9%
    }

    .pure-u-md-3-8,
    .pure-u-md-9-24 {
        width: 37.5%
    }

    .pure-u-md-2-5 {
        width: 40%
    }

    .pure-u-md-10-24,
    .pure-u-md-5-12 {
        width: 41.6667%
    }

    .pure-u-md-11-24 {
        width: 45.8333%
    }

    .pure-u-md-1-2,
    .pure-u-md-12-24 {
        width: 49.6%
    }

    .pure-u-md-13-24 {
        width: 54.1667%
    }

    .pure-u-md-14-24,
    .pure-u-md-7-12 {
        width: 58.3333%
    }

    .pure-u-md-3-5 {
        width: 60%
    }

    .pure-u-md-15-24,
    .pure-u-md-5-8 {
        width: 62.5%
    }

    .pure-u-md-16-24,
    .pure-u-md-2-3 {
        width: 66.6667%
    }

    .pure-u-md-17-24 {
        width: 70.8333%
    }

    .pure-u-md-18-24,
    .pure-u-md-3-4 {
        width: 75%
    }

    .pure-u-md-19-24 {
        width: 79.1667%
    }

    .pure-u-md-4-5 {
        width: 80%
    }

    .pure-u-md-20-24,
    .pure-u-md-5-6 {
        width: 83.3333%
    }

    .pure-u-md-21-24,
    .pure-u-md-7-8 {
        width: 87.5%
    }

    .pure-u-md-11-12,
    .pure-u-md-22-24 {
        width: 91.6667%
    }

    .pure-u-md-23-24 {
        width: 95.8333%
    }

    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-24-24,
    .pure-u-md-5-5 {
        width: 100%
    }
}

@media screen and (min-width:64em) {

    .pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-1-12,
    .pure-u-lg-1-2,
    .pure-u-lg-1-24,
    .pure-u-lg-1-3,
    .pure-u-lg-1-4,
    .pure-u-lg-1-5,
    .pure-u-lg-1-6,
    .pure-u-lg-1-8,
    .pure-u-lg-10-24,
    .pure-u-lg-11-12,
    .pure-u-lg-11-24,
    .pure-u-lg-12-24,
    .pure-u-lg-13-24,
    .pure-u-lg-14-24,
    .pure-u-lg-15-24,
    .pure-u-lg-16-24,
    .pure-u-lg-17-24,
    .pure-u-lg-18-24,
    .pure-u-lg-19-24,
    .pure-u-lg-2-24,
    .pure-u-lg-2-3,
    .pure-u-lg-2-5,
    .pure-u-lg-20-24,
    .pure-u-lg-21-24,
    .pure-u-lg-22-24,
    .pure-u-lg-23-24,
    .pure-u-lg-24-24,
    .pure-u-lg-3-24,
    .pure-u-lg-3-4,
    .pure-u-lg-3-5,
    .pure-u-lg-3-8,
    .pure-u-lg-4-24,
    .pure-u-lg-4-5,
    .pure-u-lg-5-12,
    .pure-u-lg-5-24,
    .pure-u-lg-5-5,
    .pure-u-lg-5-6,
    .pure-u-lg-5-8,
    .pure-u-lg-6-24,
    .pure-u-lg-7-12,
    .pure-u-lg-7-24,
    .pure-u-lg-7-8,
    .pure-u-lg-8-24,
    .pure-u-lg-9-24 {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-lg-1-24 {
        width: 4.1667%
    }

    .pure-u-lg-1-12,
    .pure-u-lg-2-24 {
        width: 8.3333%
    }

    .pure-u-lg-1-8,
    .pure-u-lg-3-24 {
        width: 12.5%
    }

    .pure-u-lg-1-6,
    .pure-u-lg-4-24 {
        width: 16.6667%
    }

    .pure-u-lg-1-5 {
        width: 20%
    }

    .pure-u-lg-5-24 {
        width: 20.8333%
    }

    .pure-u-lg-1-4,
    .pure-u-lg-6-24 {
        width: 24.6%
    }

    .pure-u-lg-7-24 {
        width: 29.1667%
    }

    .pure-u-lg-1-3,
    .pure-u-lg-8-24 {
        width: 32.9%
    }

    .pure-u-lg-3-8,
    .pure-u-lg-9-24 {
        width: 37.5%
    }

    .pure-u-lg-2-5 {
        width: 40%
    }

    .pure-u-lg-10-24,
    .pure-u-lg-5-12 {
        width: 41.6667%
    }

    .pure-u-lg-11-24 {
        width: 45.8333%
    }

    .pure-u-lg-1-2,
    .pure-u-lg-12-24 {
        width: 49.6%
    }

    .pure-u-lg-13-24 {
        width: 54.1667%
    }

    .pure-u-lg-14-24,
    .pure-u-lg-7-12 {
        width: 58.3333%
    }

    .pure-u-lg-3-5 {
        width: 60%
    }

    .pure-u-lg-15-24,
    .pure-u-lg-5-8 {
        width: 62.5%
    }

    .pure-u-lg-16-24,
    .pure-u-lg-2-3 {
        width: 66.6667%
    }

    .pure-u-lg-17-24 {
        width: 70.8333%
    }

    .pure-u-lg-18-24,
    .pure-u-lg-3-4 {
        width: 75%
    }

    .pure-u-lg-19-24 {
        width: 79.1667%
    }

    .pure-u-lg-4-5 {
        width: 80%
    }

    .pure-u-lg-20-24,
    .pure-u-lg-5-6 {
        width: 83.3333%
    }

    .pure-u-lg-21-24,
    .pure-u-lg-7-8 {
        width: 87.5%
    }

    .pure-u-lg-11-12,
    .pure-u-lg-22-24 {
        width: 91.6667%
    }

    .pure-u-lg-23-24 {
        width: 95.8333%
    }

    .pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-24-24,
    .pure-u-lg-5-5 {
        width: 100%
    }
}

@media screen and (min-width:80em) {

    .pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-1-12,
    .pure-u-xl-1-2,
    .pure-u-xl-1-24,
    .pure-u-xl-1-3,
    .pure-u-xl-1-4,
    .pure-u-xl-1-5,
    .pure-u-xl-1-6,
    .pure-u-xl-1-8,
    .pure-u-xl-10-24,
    .pure-u-xl-11-12,
    .pure-u-xl-11-24,
    .pure-u-xl-12-24,
    .pure-u-xl-13-24,
    .pure-u-xl-14-24,
    .pure-u-xl-15-24,
    .pure-u-xl-16-24,
    .pure-u-xl-17-24,
    .pure-u-xl-18-24,
    .pure-u-xl-19-24,
    .pure-u-xl-2-24,
    .pure-u-xl-2-3,
    .pure-u-xl-2-5,
    .pure-u-xl-20-24,
    .pure-u-xl-21-24,
    .pure-u-xl-22-24,
    .pure-u-xl-23-24,
    .pure-u-xl-24-24,
    .pure-u-xl-3-24,
    .pure-u-xl-3-4,
    .pure-u-xl-3-5,
    .pure-u-xl-3-8,
    .pure-u-xl-4-24,
    .pure-u-xl-4-5,
    .pure-u-xl-5-12,
    .pure-u-xl-5-24,
    .pure-u-xl-5-5,
    .pure-u-xl-5-6,
    .pure-u-xl-5-8,
    .pure-u-xl-6-24,
    .pure-u-xl-7-12,
    .pure-u-xl-7-24,
    .pure-u-xl-7-8,
    .pure-u-xl-8-24,
    .pure-u-xl-9-24 {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-xl-1-24 {
        width: 4.1667%
    }

    .pure-u-xl-1-12,
    .pure-u-xl-2-24 {
        width: 8.3333%
    }

    .pure-u-xl-1-8,
    .pure-u-xl-3-24 {
        width: 12.5%
    }

    .pure-u-xl-1-6,
    .pure-u-xl-4-24 {
        width: 16.6667%
    }

    .pure-u-xl-1-5 {
        width: 20%
    }

    .pure-u-xl-5-24 {
        width: 20.8333%
    }

    .pure-u-xl-1-4,
    .pure-u-xl-6-24 {
        width: 25%
    }

    .pure-u-xl-7-24 {
        width: 29.1667%
    }

    .pure-u-xl-1-3,
    .pure-u-xl-8-24 {
        width: 33%
    }

    .pure-u-xl-3-8,
    .pure-u-xl-9-24 {
        width: 37.5%
    }

    .pure-u-xl-2-5 {
        width: 40%
    }

    .pure-u-xl-10-24,
    .pure-u-xl-5-12 {
        width: 41.6667%
    }

    .pure-u-xl-11-24 {
        width: 45.8333%
    }

    .pure-u-xl-1-2,
    .pure-u-xl-12-24 {
        width: 50%
    }

    .pure-u-xl-13-24 {
        width: 54.1667%
    }

    .pure-u-xl-14-24,
    .pure-u-xl-7-12 {
        width: 58.3333%
    }

    .pure-u-xl-3-5 {
        width: 60%
    }

    .pure-u-xl-15-24,
    .pure-u-xl-5-8 {
        width: 62.5%
    }

    .pure-u-xl-16-24,
    .pure-u-xl-2-3 {
        width: 66.6667%
    }

    .pure-u-xl-17-24 {
        width: 70.8333%
    }

    .pure-u-xl-18-24,
    .pure-u-xl-3-4 {
        width: 75%
    }

    .pure-u-xl-19-24 {
        width: 79.1667%
    }

    .pure-u-xl-4-5 {
        width: 80%
    }

    .pure-u-xl-20-24,
    .pure-u-xl-5-6 {
        width: 83.3333%
    }

    .pure-u-xl-21-24,
    .pure-u-xl-7-8 {
        width: 87.5%
    }

    .pure-u-xl-11-12,
    .pure-u-xl-22-24 {
        width: 91.6667%
    }

    .pure-u-xl-23-24 {
        width: 95.8333%
    }

    .pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-24-24,
    .pure-u-xl-5-5 {
        width: 100%
    }
}

.lightpick {
    position: absolute;
    z-index: 999;
    padding: 4px;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    color: #000;
    line-height: 1.125em;
}

.lightpick--inlined {
    position: relative;
    display: inline-block;
    width: 100%;
}

.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
    box-sizing: border-box;
}

.lightpick.is-hidden {
    display: none;
}

.lightpick__months {
    display: grid;
    background-color: #EEE;
    grid-template-columns: auto;
    grid-gap: 1px;
}

.lightpick--2-columns .lightpick__months {
    grid-template-columns: auto auto;
}

.lightpick--3-columns .lightpick__months {
    grid-template-columns: auto auto auto;
}

.lightpick--4-columns .lightpick__months {
    grid-template-columns: auto auto auto auto;
}

.lightpick--5-columns .lightpick__months {
    grid-template-columns: auto auto auto auto auto;
}

.lightpick__month {
    padding: 4px;
    width: 288px;
    background-color: #FFF;
}

.lightpick--inlined .lightpick__month {
    width: 100%;
}

.lightpick__month-title-bar {
    display: flex;
    margin-bottom: 4px;
    justify-content: space-between;
    align-items: center;
}

.lightpick__month-title {
    margin-top: 4px;
    margin-bottom: 4px;
    /* margin-left: 4px; */
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    cursor: default;
    /* padding: 0 4px; */
    border-radius: 4px;
}

.lightpick__month-title>.lightpick__select {
    border: none;
    background-color: transparent;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.lightpick__month-title>.lightpick__select:disabled {
    color: #333;
}

.lightpick__month-title>.lightpick__select-months {
    font-weight: bold;
    font-size: 1em;
    /* margin-right: .5em; */
}

.lightpick__month-title>.lightpick__select-years {
    margin-left: .5em;
}

.lightpick__toolbar {
    display: flex;
    text-align: right;
    justify-content: flex-end;
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
    display: flex;
    margin-left: 6px;
    width: 32px;
    height: 32px;
    outline: none;
    border: none;
    border-radius: 50%;
    background-color: #DDD;
    justify-content: center;
    align-items: center;
}

.lightpick__previous-action,
.lightpick__next-action {
    font-size: 12px;
}

.lightpick__close-action {
    font-size: 18px;
}

.lightpick__previous-action:active,
.lightpick__next-action:active,
.lightpick__close-action:active {
    color: inherit;
}

.lightpick__days-of-the-week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day-of-the-week {
    display: flex;
    font-size: 11px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

.lightpick__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day {
    display: flex;
    height: 40px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    cursor: default;
}

.lightpick__day.is-today {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgb(255, 166, 131)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
    background-size: 18.8% auto;
    background-position: center bottom;
    color: rgb(255, 166, 131);
}

.lightpick__day:not(.is-disabled):hover {
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23E0E0E0' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-disabled {
    opacity: 0.38;
    pointer-events: none;
}

.lightpick__day.disabled-tooltip {
    pointer-events: auto;
}

.lightpick__day.is-disabled.is-forward-selected {
    opacity: 1;
}

.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
    background-color: rgba(38, 139, 210, 0.1);
    background-image: none;
}

.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
    opacity: 0.38;
}

.lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
    opacity: 1;
}

.lightpick__day.is-in-range {
    border-radius: 0;
    background-color: rgba(38, 139, 210, 0.1);
    background-image: none;
}

.lightpick__day.is-in-range:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(38, 139, 210, 0.5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped {
    border-top-left-radius: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50%;
    background-color: rgb(255, 123, 0);
    background-image: none;
}

.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 0;
    background-color: rgb(255, 123, 0);
    background-image: none;
}

.lightpick__day.is-start-date.is-end-date {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23ff7b00' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23ff7b00' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
    background-size: auto;
    background-position: center;
    color: #FFF;
    font-weight: bold;
}

.lightpick__tooltip {
    position: absolute;
    margin-top: -4px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    font-size: 11px;
    pointer-events: none;
}

.lightpick__tooltip::before {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
    border-top: 5px solid rgba(0, 0, 0, 0.12);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
}

.lightpick__tooltip::after {
    position: absolute;
    bottom: -4px;
    left: calc(50% - 4px);
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.lightpick__footer {
    display: flex;
    justify-content: space-between;
    color: rgb(255, 123, 0);
    font-size: 10pt;
    text-align: center;
}

.lightpick__reset-action,
.lightpick__apply-action {
    border-radius: 5px;
    font-size: 12px;
    border: none;
}

.lightpick__reset-action {
    color: #fff;
    background-color: #aeacad;
}

.lightpick__apply-action {
    color: #fff;
    background-color: rgb(255, 123, 0);
}

.radio-toolbar {
    margin: 10px;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: block;
    background-color: #ddd;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    transition: all .3s ease;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
    margin: 5px;
    text-align: center;
    border-radius: 4px;
}

.radio-toolbar label:hover {
    background-color: rgb(255, 166, 131);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
    left: 0px;
}

.radio-toolbar input[type="radio"]:focus+label {
    border: none;
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: rgb(255, 123, 0);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
}

.card-image {
    width: 100%;
    margin-top: 24px
}

.clear {
    clear: both;
}

.card {
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    color: #000;
    line-height: 1.125em;
    padding-bottom: 5px;
    padding-top: 1px;
    margin: 10px;
}

.card.background-image {
    height: 300px;
    font-size: 18px;
}

.card.background-image h4 {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

.card.background-image ul {
    list-style-type: none;
    text-align: center;
    padding: 0px;
}

.card>p {
    padding: 15px;
}

.card.selected {
    border-style: solid;
    border-color: rgb(255, 123, 0);
    border-width: 2px;
}

.radio-toolbar label.no-times {
    background-color: transparent !important;
    box-shadow: none !important;
}

.inline-cal {
    text-align: left;
}

.inline-cal label {
    color: rgb(178, 86, 0);
    top: 8px;
    font-size: 12px;
    transition: all 0.15s ease 0s;
    pointer-events: none;
    margin-left: 15px;
}

.lightpick--inlined {
    margin-top: 8px;
}

h4 {
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.25;
    letter-spacing: 0.125em;
    font-weight: 400;
    margin-top: 24px;
    text-transform: uppercase;
    color: rgb(27, 27, 27);
    overflow-wrap: break-word;
}

.gdButton,
.inline-button {
    color: #000;
    display: block;
    background-color: rgb(255, 123, 0);
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    transition: all .3s ease;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
    margin: 5px;
    text-align: center;
    height: 48px;
    border-radius: 4px;
    /* margin-bottom: 5vh; */
}

.link-button {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    line-height: 32px;
    height: 32px;
}

.gdButton:hover,
button.inline-button:hover {
    background-color: rgb(255, 166, 131);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
    left: 0px;
}

.gdButton:disabled,
button.inline-button:disabled {
    background-color: rgb(255, 166, 131);
}

.gdButton:focus,
button.inline-button:focus {
    outline: none;
}

.gdInline {
    display: inline-block;

    /* margin-left: auto;
    margin-right: auto; */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.square {
    display: block;
    height: 75px;
    /* vertical-align: middle; */
}

.inputFloatLabel {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.inputFloatLabel input,
.inputFloatLabel select,
.inputFloatLabel textarea {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(246, 246, 246);
    padding-top: 23px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 7px;
    min-width: -webkit-fill-available;
    background-color: rgb(246, 246, 246);
    margin: 2px;
    width: 1;
}

.inputFloatLabel.variationField {
    margin-bottom: 5px;
    margin-top: 5px;
}

.inputFloatLabel input:disabled {
    color: rgba(0, 0, 0, 0.2);
    cursor: not-allowed;
}

.sq-input {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(246, 246, 246);
    padding-right: 16px;
    padding-left: 16px;
    min-width: -webkit-fill-available;
    background-color: rgb(246, 246, 246);
    margin: 2px;
    max-width: 1;
    height: 49px;
}



.inputFloatLabel .select-icon,
.inputFloatLabel .date-icon {
    position: absolute;
    right: 10px;
    top: 20px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    pointer-events: none;
}

.inputFloatLabel .select-icon {
    background-image: url("https://cdn1.iconfinder.com/data/icons/pixel-perfect-at-16px-volume-2/16/5001-128.png");
}

.inputFloatLabel .date-icon {
    background-image: url("https://cdn2.iconfinder.com/data/icons/school-set-5/512/6-512.png");
}

.inputFloatLabel label {
    font-size: 14px;
    pointer-events: none;
    transition: all 0.15s ease 0s;
    left: 15px;
    top: 30%;
    position: absolute;
    color: rgb(71, 71, 71);
    font-weight: 400;
    overflow-wrap: break-word;
    vertical-align: middle;
    cursor: default;
}

.inputFloatLabel input:focus,
.inputFloatLabel select:focus,
.inputFloatLabel textarea:focus,
.sq-input.ui-droppable.sq-input--focus {
    border-color: rgb(0, 0, 0);
    outline: none;
}

.inputFloatLabel input:focus+label,
.inputFloatLabel select:focus+label,
.inline-label+label,
.sq-input.ui-droppable.sq-input--focus+label,
.sq-input--focus+label {
    color: rgb(178, 86, 0);
    top: 8px;
    font-size: 12px;
    transition: all 0.15s ease 0s;
    pointer-events: none;
}

.inputFloatLabel select:not([value=''])+label,
.inputFloatLabel input:not([value=''])+label,
.sq-input.ui-droppable:not([value=''])+label,
.sq-input:not([value=''])+label {
    color: rgb(178, 86, 0);
    top: 8px;
    font-size: 12px;
    transition: all 0.15s ease 0s;
    pointer-events: none;
}

.vv-control.error {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(239, 0, 0);
}

.msg-error {
    color: rgb(239, 0, 0);
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.hidden {
    display: none !important;
}


.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: rgb(255, 123, 0);
    color: black;
}

/* Modal Body */
.modal-body {
    padding: 2px 16px;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 80vh;
}

/* Modal Content */
.modal-content {
    position: absolute;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Add Animation */
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: 16px;
    margin-right: 10px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#eventInfo {
    padding-left: 8px;
    padding-right: 8px;
}

#bookedEventText {
    text-transform: none;
    letter-spacing: normal;
}

/* Steps */

#stepProgressBar {
    position: fixed;
    top: 113px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100;
}

.fillerDiv {
    height: 213px;
    display: block;
}

@media (min-width: 768px) {
    #stepProgressBar {
        width: calc(75% - 16px);
        right: 0;
    }

    /* .fillerDiv {
            padding-top:90px;
        } */
}

.step {
    width: 25%;
    text-align: center;
}

.step-text {
    margin-bottom: 10px;
    color: #888;
}

.step-text.highlight {
    margin-bottom: 10px;
    color: rgb(255, 123, 0);
}

.step-not-applicable {
    font-size: 8pt;
}


.bullet {
    border: 2px solid #888;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    color: #888;
    display: inline-block;
    position: relative;
    transition: background-color 500ms;
    line-height: 39px;
    font-weight: bold;
    background-color: #fff;
}

#stepProgressBar div:not(:last-of-type) .bullet:after {
    content: '';
    position: absolute;
    left: 0px;
    z-index: -1;
    bottom: 18px;
    height: 2px;
    width: calc(75vw / 5);
    background-color: #888;
}

.bullet.current {
    color: rgb(255, 123, 0);
    border: 2px solid rgb(255, 123, 0);
    background-color: #fff;
}

.bullet.completed {
    color: white;
    border: 2px solid rgb(255, 123, 0);
    background-color: rgb(255, 123, 0);
}

#stepProgressBar div .bullet.completed:after {
    background-color: rgb(255, 123, 0);
}

@media screen and (max-width:767px) {
    #stepProgressBar div:not(:last-of-type) .bullet:after {
        width: calc(100vw / 5);

    }
}

/* End Steps */

/* Addons */

.details-card-header {
    font-size: 18pt;
    margin-top: 15px;
    display: block;
}

.details-card-header-small{
    font-size: 12pt !important;
}

.details-card {
    border: solid 2px rgb(255, 123, 0);
    border-radius: 4px;
    padding: 15px;
    background-color: rgb(246, 246, 246);
}

.addon-prompt {
    padding-left: 10px;
    padding-right: 10px;
}

.addons-optional {
    font-size: 10pt;
    font-weight: normal;
}

.addon-card {
    padding: 15px;
}

.addon-row {
    display: flex;
}

.addon-col-type {
    width: -webkit-fill-available;
}

.addon-col-qty {
    min-width: 100px;
}

.addon-col-delete {
    min-width: 60px;
}

.addon-header {
    display: flex;
}

.addon-image {
    height: 70px;
    margin: 10px;
}

.addon-title {
    margin-top: auto;
    margin-bottom: auto;
}

.addon-h2 {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 0px;
    margin-right: 0px;
}

.addon-button {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    margin-left: 20px;
}

.delete-addon-button {
    margin-top: 7px;
}

.flex-spacer {
    flex: 1 1 auto;
}

.addon-total-amount {
    text-align: right;
    margin: 15px;
}

.addon-total-price {
    font-size: 14pt;
    font-weight: bold;
    text-align: right;
    margin: 15px;
}

.addonHeader {
    font-weight: bold;
    margin-top: 15px;
}

/* End Addons */