﻿@media screen and (max-width: 640px) {
    body {
        
        width: 100% !important;
        text-align:left !important;
        font-size:0.9em !important;
    }
    
    .pagewrapper {
        width: 100% !important;
        padding-top: 10px;
        text-align: left !important;
    }
    .headerwrapper img {
        width: 100% !important;
        height: auto !important;
        text-align:left !important;
    }
    .navMenu {
        margin: 0px auto;
        padding: 0px;
        width: 100% !important;
        overflow: hidden;
    }
    .content_wrapper {
        padding: 0px !important;
        text-align: left !important;
        width: 98% !important;
    }
    .content {
        padding: 5px !important;
        text-align: left;
    }
    h2, h3{
        font-size:1.1em !important;
    }
    .footer_wrapper
    {
        width:100% !important;
        padding-top:10px;
        margin-top:20px !important;
    }
        .footer_wrapper div.NormalText
        {
            display:none;
        }   
        .footer_logo {
            width: 100% !important;
            background-color: #041332;
            padding-top: 10px;
        }      
    .flexcontainer {
        width:100%;    
    }
        .flexcontainer .regformLeft, .flexcontainer .leftField {
            flex: 1 100% !important;
            width: 100% !important;
            text-align: left;
            font-size: 0.9em;
            flex-wrap: nowrap;
            white-space: nowrap !important;
        }

        .flexcontainer .regformRight, .flexcontainer .rightField {
            flex: 1 100%;
            width: 100% !important;
            text-align: left;
            flex-wrap: nowrap;
        }
        .flexcontainer .formFieldOn input, .flexcontainer .regformRight input[type="text"], .flexcontainer .guestFlex input[type="text"] {
            width: 90% !important;
        }
        .flexcontainer .guestFlex {
            flex: 1 100% !important;
            width: 100% !important;
            text-align: left;
            flex-wrap: nowrap;
            max-width: none !important;
        }
    /* we want the CC # input to be only 1/2 the page size */
    #ctl00_MainContent_txtcardnum {
        width:50% !important;
    }
    .notes {
        display: block !important;
    } 
        
    /* here we are adding "step # and removing the progress bar at the top of each page */
    .pageheader {
        display: inline !important;
    }
    /* header user control */
    .flexcontainer .label {
        display: none;
    }
    .flexcontainer .data {
        font-weight: normal;
    }   
    /* badge table/grid */
    .tablecontainer, .regColumn {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        flex-flow: column wrap;
        padding: 0px;
        margin:0px;
    }
        .tablecontainer .wrapper, .regWrapper {
            max-width: none !important;
        }
    .regColumn {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
        .regColumn div {
            padding: 0px;
            margin: 0px;
            display: block !important;
            min-width: 100% !important;
            max-width: none !important;
        }
            .regColumn div input[type="text"] {
                width: 90% !important;
            }
       
        /* reg. fees, sessions page styles */
        div.greyBox {
            width: 98%;
            font-size: 0.9em;
            padding: 2px;
        }
        div.greyBox div.innerBox {
            padding: 5px !important;
        }
    .greyBox .flexcontainer .col1 {
        flex: 1 58%;
        max-width: 58% !important;        
    }
    .greyBox .flexcontainer .col2 {
        flex: 1 28%;
        max-width: 28% !important;        
    }
    .greyBox .flexcontainer .col4 {
        flex: 1 15%;
        max-width: 15% !important;        
    }
    #divReprint {
        padding: 40px 5px 10px 5px !important;
        font-size:0.9em !important;
    }
    /* review page styles */
    /* headers - reduce the font */
    div.review {
        width: 100%;        
    }
    /* contact data section on the review pages */
    .review .labelcol1, .managereview .labelcol1 {
        display:none !important;
    }

    .review .datacol1, .managereview .datacol1 {
        flex: 1 48%;
        max-width: 48% !important;
        padding: 0px 0px 0px 5px;
        margin: 0px;
        text-align: left;
    }

    .review .labelcol2, .managereview .labelcol2 {
        display: none !important;
    }

    .review .datacol2, .managereview .datacol2 {
        flex: 1 48%;
        max-width: 48% !important;
        padding: 0px 0px 0px 5px;
        margin: 0px;
        text-align: left;
    }
    .review .col1, .managereview .col1, .review .col2, .managereview .col2, .review .col3, .managereview .col3, .review .col4, .managereview .col4 {
        font-size: 0.9em;
        padding:0.5% !important;
        margin:0px !important;
    }
    .review .col2, .managereview .col2 {
        flex: 1 65%;
        max-width: 65% !important;
        padding: 2px 0px 2px 0px;
        margin: 0px;
        text-align: left;
    }
    #divprint{display:none;}
    #leftNav {
        display: none;
    }
    #divDetails {
        flex:1 100%;
    }
    /* menu - remove the reports */
    #mnBCD1__Reports, #mnBCD1__Exports, #mnBCD1__ChangePassword {
        display: none;
    }
    .ValSummary li{
        font-size:0.9em !important;
    }
    /* make the blue buttons smaller */
    .btnClass{
        width:auto !important; 
        height:80% !important;
    }
    .waivers ol{
        padding-left:10px;
        margin:0px;
    }
    .cancelText  table{
        width:90% !important;
    }
    #checkout {
        width: 80%;     
    } 
    .ValSummary{
        width:90% !important;
    }
    .menu .header {
        flex: 1 100% !important;
        width: 100% !important;
        text-align: center;        
        flex-wrap: nowrap;
        white-space: nowrap !important;
    }
    .photo{
        text-align:left;
        padding-left:10px;
        padding-top:10px;
    }
    .left p{
        text-align:left !important;
    }
    .ticket {
        padding: 0px !important;
    }
    #InnerTableCellOverlay {
        width: 90%;        
    }
    /* styles for the texting pages */
    #buttons .flexcontainer div {
        flex: 1 100% !important;
        width: 100% !important;
        text-align: left !important;
        font-size: 0.9em;
        padding-top: 10px;
    }
    #PDFLogo img {
        width: 100% !important;
        height: auto !important;
        text-align: left !important;
    }
}
@media print {
    #buttons, #help, .headerwrapper {
        display: none !important;
    }
}