@import "fonts.css";
body {
    margin: 0;
    background-color: #fcfcfc;
    line-height: initial !important;
}

#myContainer, #ticket_page_container {
    max-width: 800px;
    margin: 10px auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    overflow:hidden;
}

.ticket_page_container {
    background: white;
}

#ticket_header {
    background-color: white;
}

.showRequire {
    background-color: yellow !important;
}

.homepage_link {
    padding: 10px 40px 20px 40px;
}

#reveal_cc {
    margin:10px 0;
}

#human_interaction {
    font-size:20px;
}

#payment_errors p,
.cc_error p {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid;
    margin-bottom: 10px;
    margin-top: 0;
}

#ticket,
#contact {
    padding: 10px 0;
}

#paymentType {
    padding: 10px 40px;
    font-weight:bold;
}

.hide {
    display: none !important;
}

.ticket_page_payment_method_radio {
    line-height: 30px;
}

.ticket_page_payment_method_radio input[type=radio] {
    height: 10px;
}

.panel-heading {
    border: 1px solid;
    margin: 10px 10px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('error.png');
}

.cc-input-field {
    width:300px;
}

.cc-input-field input{
    width:300px;
}

.message,
.return {
    text-align: left;
    padding: 10px;
    clear: both;
}

#ticket_img {
    width: 100%;
    text-align:center;
}

#ticket_top_message {
    padding: 20px 40px;
}

#ticket_top_message p {
    margin:0;
    padding:0;
}

#ticket_img img {
    max-width:100%;
    max-height:650px;
    display:block;
    margin:0 auto;
}

.ticket_container_indi {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #efefef;
}

#top_message {
    max-width: 60%;
    min-width: 33%;
    margin: 0;
    padding: 0;
    float: right;
}

#cc_fees_message {
    line-height: 22px;
    color: #555;
    border-top: 1px solid #efefef;
    margin-top: 10px;
    padding-top: 10px;
}

#contact_info_dd {
    width: 100%;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}

#optout {
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

#underwriting,#sponsorship {
    padding: 10px;
}

#additional {
    padding: 10px;
}

#sponsorship b {
    padding-bottom: 10px;
}

.submit {
    margin-left: 0 !important;
    margin-top: 15px !important;
}

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

.form-group input {
    display: inline-block;
    min-width: 200px;
    padding: 5px;
    margin: 10px 10px 10px 0;
    border: 1px solid #999;
}

.subButton,
#stripe-submit,
#add-payment-method,
#card_submit {
    background-color: #44c767;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    -webkit-appearance: none;
    padding: 10px 18px;
    margin-top: 1rem;
    font-size: 18px;
    min-width: 100px;
    box-sizing: border-box;
}

.subButton:hover,
#stripe-submit:hover,
#add-payment-method:hover,
#card_submit:hover {
    background-color: #5fe885;
}

.subButton[disabled],
#stripe-submit[disabled],
#add-payment-method[disabled],
#card_submit[disabled],
.subButton[disabled]:hover,
#stripe-submit[disabled]:hover,
#add-payment-method[disabled]:hover,
#card_submit[disabled]:hover {
    cursor: default;
    background-color: #44c767;
    opacity: 0.5;
}

.subButton.cancel {
    margin-left: 14px;
    background-color: #b7b7b7;
}

.subButton {
    height: 40px;
}

.subButton:hover {
    background-color: #5cbf2a;
}

.subButton.cancel:hover {
    background-color: #ff4646;
}

.subButton:active {
    position: relative;
    top: 1px;
}

.wrap {
    clear: both;
}

.form_field_noheight {
    height:initial;
    margin-top: 4px !important;
}

.section_title {
    background-color: #efefef;
    clear: both;
    padding: 20px 40px;
    text-transform: uppercase;
}

#st-1.st-animated {
}

h2 {
    color: #000;
    background-color: #efefef;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.title,
#underwriting label,
#sponsorship label {
    clear: both;
}

#underwriting .comment_label,
#sponsorship .comment_label,
#tickets .comment_label {
    clear: both;
}

.comment_label {
    margin-bottom: 0;
}

.comment_label p {
    margin: 0;
}

.alt_color {
    padding-bottom: 8px;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: 2px 2px 3px #ccc;
}

#braintree-hosted-field-number,
#braintree-hosted-field-expirationMonth,
#braintree-hosted-field-expirationYear,
#braintree-hosted-field-postalCode,
#braintree-hosted-field-cvv {
    height: 50px !important;
    background-color: #fff;
    border: 1px solid #ccc !important;
    padding-left: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    width: 80% !important;
}

#cc_details {
    margin: 20px 0;
}

#ticket_page_container .h3 {
    font-size: 14pt;
}

.sponsor-bullets,.ticket-bullets {
    float: left;
    padding: 3px;
    width: 100%;
}

.sponsor-bullets b {
    padding-bottom: 10px !important;
}

.wrap {
    clear: both;
}

ul {
    padding-left: 10px;
    margin: 0 0 8px 16px;
}

li {
}

#contact_info,
#billing,
.submit {
}

.names-text {
    float: left;
    padding: 3px;
}

.disclaimer {
    clear: both;
}

fieldset {
    border: none;
}

.apply_code {
    margin-bottom: 10px;
}

.meal_div {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.noneditablefield {
    border: none;
    background: none;
    padding-right: 8px;
}

#meal-desc {
    margin-left: 2px;
    color: #888;
    float: left;
    clear: both;
    line-height: 20px;
    font-size: 13px;
}

.guest_indicator {
    padding: 5px 0 0 6px;
    margin-top: var(--gap-small);
}

.guest_indicator .fa-user {
    opacity: .5;
}

#meal-desc b {
}

#total {
    border: none;
    color: #44c767;
    padding: 0;
    margin: 0;
}

#total:focus {
    box-shadow: none;
}

return {
    float: right;
    margin: 20px;
}

.return a {
    text-decoration: none;
    color: #666666;
}

.return {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background-color: #f9f9f9;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #666666;
    font-weight: bold;
    /* height: 36px; */
    width: 171px;
    text-decoration: none !important;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    margin: 10px;
    margin-left:0;
}

.return:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
    background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    background-color: #e9e9e9;
}

.return:active {
    position: relative;
    top: 1px;
}

#blurry_bg {
    width: 100%;
    z-index: -99;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    padding: 0;
    height: calc(60vh);
    overflow: hidden;
}

#blurry_bg img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-filter: blur(50px) brightness(0.9);
    -ms-filter: blur(50px) brightness(0.9);
    filter: blur(50px) brightness(0.9);
    display: inline-block;
    width: 200%;
    position: relative;
    top: 50%;
    left: 50%;
}

#completeCopy {
    padding: 10px 40px;
}

#completeCopy p {
    margin:0;
    padding:0;
}

#footer {
    margin: 20px;
    color: #ccc;
    text-align: center;
}

#tickets,
#underwriting,
#sponsorship,
#additional,
#contact_info,
#billing,
#seated,
#donation {
    padding: 20px 40px;
}

.sold_out::before {
}

.sold_out {
    color:red;
    font-weight:bold;
    margin-right:5px;
}

.sold_out_img {
    width: 65px;
}

.sold_out_message p {
    padding:0;
    margin:0;
}

#tickets_seat_me_with,
#tickets_individual_comments {
    padding: 5px 40px;
}

input,
select,
textarea {
    padding: 10px;
    padding-left: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    clear: both;
    min-width: 100px;
    background:white;
    font-size: 16px;
}
select {
    padding-left: 3px;
}
input[type="checkbox"],
input[type="radio"] {
    /* Double-sized Checkboxes */
    zoom: 1.5;
    padding-top: 5px;
    margin-top: 0;
    margin-right: 0;
    min-width: 10px;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    box-shadow: none;
}

.names-text {
    padding: 10px;
    padding-top: 0px;
    margin-top: 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.checkout-names-text {
    /* padding: 10px; */
    padding-top: 0px;
    margin-top: 10px;
    float: left;
    border-radius: 10px;
}

.input_first_name, .input_phone {
    min-width:100px !important;
}

.sharethis-inline-share-buttons {
    margin: 10px;
    margin-bottom: 5px;
}

#mobile-desc {
    display: none;
}

#state {
    width: 100%;
    min-width: 100px;
    margin-right: 20px;
}

.tickets_city {
    margin-left: 10px;
}

.inditix_select {
    float: right;
    width: 50px;
}

.discount_code {
    width: 160px;
}

#multi_media a {
    color: #ccc;
    padding: 10px;
}

.fa-2x {
    font-size: 18pt !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

#zip {
    width: 127px !important;
    min-width: 50px;
}

.fr-text-spaced {
    padding:20px;
}

#blurry_bg img {
    max-height: initial !important;
    max-width: initial !important;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    #blurry_bg {
        display: none;
    }
}

@media only screen and (min-device-width: 114px) and (max-device-width: 800px) {
    .meal_dropdown {
        padding: 5px;
    }
}

@media only screen and (min-device-width: 114px) and (max-device-width: 736px) {
    #ticket_top_message,
    .homepage_link,
    #tickets,
    #underwriting,
    #sponsorship,
    #additional,
    #contact_info,
    #billing,
    #seated,
    #donation {
        padding: 20px 10px;
    }

    #tickets_seat_me_with,
    #tickets_individual_comments {
        padding: 5px 10px;
    }

    /* STYLES GO HERE */
    input,
    select,
    textarea {
        padding: 10px;
        padding-left: 6px;
        margin: 10px 0 5px 0;
        border: 1px solid #ccc;
        border-radius: 4px;
        clear: both;
        width: 90%;
    }

    select {
        padding-left: 3px;
    }

    .names-text input, .names-text select {
        display:block;
        margin:0;
    }

    #ticket_img {
        max-width: 100%;
    }

    #ticket_img img {
        padding-bottom: 10px;
        padding-right: 0;
    }

    #ticket_header {
        background-color: white;
    }

    input[type="checkbox"],
    input[type="radio"] {
        /* Double-sized Checkboxes */
        zoom: 1.5;
        padding-top: 5px;
        margin-top: 0;
        margin-right: 0;
        min-width: 10px;
        width: inherit;
    }

    input[type="checkbox"]:focus {
        box-shadow: none;
    }
    .section_title {
        padding: 20px 15px;
    }

    #tickets,
    #underwriting,
    #sponsorship,
    #additional,
    #contact_info,
    #billing {
        padding: 20px 15px;
    }
    #blurry_bg {
        display: none;
    }
    .ticket_image {
        width: 100%;
    }
    #top_message {
        clear: both;
        width: 100%;
        float: inherit;

    }
    #myContainer {
        width: 100%;
        margin: 0 auto;
        box-shadow: none;
    }

    #tickets,
    #underwriting,
    #sponsorship,
    #additional,
    #contact_info,
    #billing {
        padding: 10px;
    }
    #contact_info,
    #billing,
    .submit {
        margin-left: 0;
    }

    .names-text .noneditablefield {
        display: none;
    }

    #mobile-desc {
        display: block;
        padding-top: 10px;
    }
}

@media only screen and (min-device-width: 114px) and (max-device-width: 450px) {
    .meal_dropdown {
        padding: 5px;
    }

    .subButton,
    #stripe-submit,
    #add-payment-method,
    #card_submit {
        width: 100%;
        text-align: center;
    }
}

#payment_errors:not(:empty) {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
