﻿@-ms-viewport {
    width: device-width;
}

body {
    margin: 0px !important;
}

.body_wrapper {
    width: auto;
    min-height: fit-content !important;
    margin-left: auto;
    margin-right: auto;
}

.header_wrapper {
    height: 80px !important;
    max-height: 80px !important;
    background-color: #05A83E;
}

.header_logo_wrapper {
    height: 80px !important;
    max-height: 80px;
    width: 800px !important;
    max-width: 800px !important;
    margin-left: auto;
    margin-right: auto;
}

.header_link_text {
    line-height: 80px !important;
    font-size: 32px;
    font-weight: bold;
    font-family: Courier New, Courier, monospace
}

a.header_link_text:link {
    text-decoration: none;
    color: white;
}

a.header_link_text:visited {
    text-decoration: none;
    color: white;
}

a.header_link_text:hover {
    text-decoration: underline;
    color: powderblue;
}

a.header_link_text:active {
    text-decoration: underline;
    color: powderblue;
}

.main_wrapper {
    width: 800px !important;
    max-width: 800px !important;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-family: Courier New, Courier, monospace;
}

.main_form_wrapper {
    float: left;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.main_form_title_wrapper {
    min-height: 60px !important;
    line-height: 60px !important;
    font-size: 32px;
    font-weight: bolder;
    margin-top: 12px;
}

.main_form_heading_wrapper {
    min-height: 50px !important;
    line-height: 50px !important;
    font-size: 26px;
    font-weight: bolder;
    margin-top: 12px;
}

.main_form_subheading_wrapper {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 20px;
    font-weight: bold;
}

.main_form_bold_label_wrapper {
    height: 30px !important;
    line-height: 30px !important;
    font-size: 18px;
    font-weight: bold;
}

.main_form_label_wrapper {
    height: 30px !important;
    line-height: 30px !important;
    font-size: 18px;
}

.main_form_small_print_wrapper {
    height: 20px !important;
    line-height: 20px !important;
    font-size: 12px;
}

.main_form_error_wrapper {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 18px;
    font-weight: bolder;
    margin-top: 10px;
}

.main_form_alert_wrapper {
    width: 600px;
    background-color: lightyellow;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.main_form_information_wrapper {
    width: 600px;
    font-size: 16px;
    margin-top: 10px;
}

.main_form_calendar_wrapper {
    margin-top: 10px !important;
}

.main_form_textbox_wrapper {
    margin-top: 10px !important;
}

.main_form_map_wrapper {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.main_form_hyperlink_wrapper {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px;
}

.main_form_submit_wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.main_form_submit_button {
    width: 298px;
    height: 38px;
    color: white;
    background-color: #05A83E;
    border-color: #05A83E;
    font-family: Courier New, Courier, monospace;
    font-size: 18px;
}

.main_form_gig_ticket_wrapper {
    width: 420px;
    background-color: #f9f9f6;
    border: 1px solid #262626;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.main_form_gig_ticket_heading_wrapper {
    height: 50px !important;
    line-height: 50px !important;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}

.main_form_gig_ticket_label_wrapper {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px;
    margin-left: 10px;
}

.main_form_gig_ticket_hyperlink_wrapper {
    height: 50px !important;
    line-height: 50px !important;
    font-size: 16px;
    margin-left: 10px;
}

.main_form_unavailability_wrapper {
    width: 420px;
    background-color: floralwhite;
    border: 1.5px solid #262626;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.main_form_unavailability_header_wrapper {
    height: 50px !important;
    background-color: #05A83E;
    margin-left: auto;
    margin-right: auto;
}

.main_form_unavailability_day_wrapper {
    height: 50px !important;
    line-height: 50px !important;
    font-size: 30px;
    font-weight: bolder;
    color: floralwhite;
    margin-left: 10px;
}

.main_form_unavailability_date_wrapper {
    height: 60px !important;
    line-height: 60px !important;
    font-size: 40px;
    font-weight: bolder;
    margin-left: 10px;
}

.main_form_unavailability_month_wrapper {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}

.main_form_unavailability_commitment_wrapper {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 18px;
    font-weight: bolder;
    margin-left: 10px;
}

.main_form_unavailability_hyperlink_wrapper {
    height: 50px !important;
    line-height: 50px !important;
    font-size: 16px;
    margin-left: 10px;
}

input[type=checkbox] {
    transform: scale(1.75);
}

@media screen and (max-width: 800px) {
    .header_wrapper {
        width: 100%;
    }

    .header_logo_wrapper {
        width: auto;
        float: left;
        margin-left: 20px !important;
    }

    .main_wrapper {
        width: auto;
    }

    .main_form_wrapper {
        margin-top: 20px !important;
        margin-left: 20px !important;
    }

    .main_form_title_wrapper {
        min-height: 50px !important;
        line-height: 50px !important;
        width: 60% !important;
        margin-top: 2px;
    }

    .main_form_heading_wrapper {
        min-height: 40px !important;
        line-height: 40px !important;
        width: 70% !important;
        margin-top: 2px;
    }

    .main_form_subheading_wrapper {
        height: 30px !important;
        line-height: 30px !important;
        width: 100% !important;
    }

    .main_form_alert_wrapper {
        width: 45% !important;
    }

    .main_form_information_wrapper {
        width: 45% !important;
    }

    .main_form_error_wrapper {
        width: 90% !important;
    }

    .main_form_submit_button {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .main_form_gig_ticket_wrapper {
        width: 320px;
    }

    .main_form_unavailability_wrapper {
        width: 320px;
    }
}
