.hide {display: none;}
.async-load {background-image: url(/Images/ajax-loader.gif); background-repeat: no-repeat; background-size: contain; background-position: center center;}

/*Container Classes*/
.core-primary-container {
}

    .core-primary-container > div {
        margin: 0 0 15px 0;
    }

.core-primary-subcontainer {
}

.core-input-container {
}

.core-input-container-checkradio {
}

    .core-input-container-checkradio input {
        display: inline !important;
    }

    .core-input-container-checkradio label {
        display: inline !important;
    }

.core-button-container {
}

/*Control Classes*/
.core-label {
    width: 100%;
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    color: #4d4d4d;
    text-transform: uppercase;
    display: block;
}

.core-radio {
}

.core-checkbox {
}

.core-text {
    width: 94%;
    padding: 5px;
    font-size: 13px;
    font-weight: normal;
    border: 1px solid #b5b5b5;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

    .core-text:hover {
        border: 1px solid #9a9a9a;
    }

    .core-text:focus {
        border: 1px solid #4d4d4d;
    }

.core-dropdown {
    width: 94%;
    padding: 4px;
    font-size: 13px;
    font-weight: normal;
    border: 1px solid #b5b5b5;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

/*Button Classes*/
.core-button-submit {
    background-color: #216294;
    padding: 0.5em 0.75em;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}

    .core-button-submit:hover {
        background-color: #2978b5;
    }

.core-button-cancel {
    background-color: #0fa503;
    padding: 3% 4%;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

/*Message Classes*/
.core-title {
    font-size: 1.8em;
    color: #286696;
    text-transform: uppercase;
}

.core-subtitle {
    font-size: 1.3em;
    color: #286696;
}

.core-error {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fc6060;
    width: 100% !important;
    margin: 10px 0 10px 0;
    padding: 8px 0 8px 0;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid red;
    /*text-transform: uppercase;*/
    text-align: center;
    clear: both;
}

/*Make spans inline-blocks or else padding will cause them to overlap elements above and below them*/
span.core-error {
    display: inline-block;
}

.core-message {
    background-color: #f7f5c6;
    /*width: 90%;*/
    margin: 10px 0 10px 0;
    padding: 10px 15px 10px 15px;
    border: 1px solid #ffffcc;
    font-size: 14px;
    color: #747165;
    text-align: center;
    display: block;
    clear: both;
}

.core-plaintext {
}

.core-success {
    background-color: #00cc0e;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid green;
    border-right: 1px solid green;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.core-plain-message {
    border-top: none;
    border-left: none;
    color: #000;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.core-important {
    /*
        To be used with
            .core-error
            .core-message
            .core-success
            .core-plain-message
        to note additional importance.
    */
    font-weight: bold;
    font-size: 15px;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* Search control general layout */
#core_search {
    margin: 0 auto;
    max-width: 98%;
    clear: both;
}

    #core_search > div {
        margin: 0;
        padding: 0;
        border: 0;
        display: inline-block;
        text-align: center;
        vertical-align: top;
    }

    #core_search input {
        text-align: center;
    }

    #core_search .core-button-container .core-button-submit, #core_search .core-button-container .core-button-clear {
        background-color: #4d4d4d;
        width: 98%;
        height: auto !important;
        max-width: 80px;
        margin: 19px 0 0 0;
        padding: 5px 0;
        font-size: 11px;
        color: #fff;
        text-transform: uppercase;
        outline: none;
        border: none !important;
        display: inline-block;
        cursor: pointer;
    }

/* Fields in the Search Control */
#core_search_category a {
    margin: 5px 0 0 0;
    font-size: 12px;
    text-decoration: underline;
    display: block;
    cursor: pointer;
}

#core_search_location a {
    margin: 5px 0 0 0;
    font-size: 12px;
    text-decoration: underline;
    display: block;
    cursor: pointer;
}

.core-search-custom a {
    margin: 5px 0 0 0;
    font-size: 12px;
    text-decoration: underline;
    display: block;
    cursor: pointer;
}

#core_search_submit a.quick-link-advancedsearch, #core_search_submit a.core-button-clear {
    margin: 5px 0 0 0;
    display: block;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    color: #000000;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* Search Advanced View */
#core_search.core-gadget-container {
    margin: 0 auto;
    clear: both;
}

    #core_search.core-gadget-container > div {
        text-align: left;
        margin: 0;
        padding: 0;
        width: 94%;
        padding-top: 5px;
    }

    #core_search.core-gadget-container #core_search_custom_event_fields > div {
        text-align: left;
        padding-top: 5px;
    }

    /*#core_search.core-gadget-container #core_search_date_picker {
        display: none;
    }*/

    #core_search.core-gadget-container #core_search_category a {
        display: none;
    }

    #core_search.core-gadget-container #core_search_location a {
        display: none;
    }

    #core_search.core-gadget-container #core_search_submit a.quick-link-advancedsearch {
        display: none;
    }

/* Date Widget */
.ui-widget {
    font-size: .7em !important;
    font-family: Arial,sans-serif !important;
}

/* Desktop */
@media only screen and (min-width: 769px) {
    #core_search.five-fields > div {
        width: 16%;
    }

    #core_search.four-fields > div {
        width: 20%;
    }

    #core_search.three-fields > div {
        width: 27%;
    }

    #core_search.two-fields > div {
        width: 41%;
    }

    #core_search.one-fields > div {
        width: 82%;
    }

    #core_search #core_search_submit {
        width: 14% !important;
    }


    #core_search.five-fields .ui-datepicker {
        font-size: .52em !important;
    }

    #core_search.four-fields .ui-datepicker {
        font-size: .64em !important;
    }

    #core_search.three-fields .ui-datepicker {
        font-size: 12px !important;
    }

    #core_search.two-fields .ui-datepicker {
        font-size: 12px !important;
    }

    #core_search.one-fields .ui-datepicker {
        font-size: 12px !important;
    }
}

/* Tablet */
@media only screen and (min-width: 541px) and (max-width: 768px) {
    #core_search.five-fields > div {
        width: 20%;
    }

    #core_search.four-fields > div {
        width: 25%;
    }

    #core_search.three-fields > div {
        width: 33%;
    }

    #core_search.two-fields > div {
        width: 50%;
    }

    #core_search.one-fields > div {
        width: 100%;
    }

    #core_search #core_search_submit {
        display: block;
        width: 100%;
    }
}

/* Phone */
@media only screen and (max-width: 540px) {
    #core_search > div {
        display: block !important;
    }
}


/* ------------------------------------------------------------------------------------------------------------------------------ */
/* Multi Select Search Widget */
#core_multi_select {
    /*max-height: 300px;*/
    display: block;
}

#core_multi_select_all {
    color: #4d4d4d;
    text-decoration: underline;
}

#core_multi_select_none {
    color: #4d4d4d;
    text-decoration: underline;
}

/* List */
#core_multi_select_list {
    /*padding: 10px 0 0 0;*/
    clear: both;
    max-height: 250px;
    overflow: auto;
    margin: 10px 0;
}

.core-list {
    padding: 0 0 0 15px;
}

.core-list-item {
    margin: 5px 0 5px 0;
}

    .core-list-item label {
        padding: 0 0 0 3px;
    }


/* ------------------------------------------------------------------------------------------------------------------------------ */
/* Sign In */
#core_signin, #core_unauthorized {
    width: 38%;
    padding: 5%;
    float: left;
}

    #core_signin .core-button-container, #core_unauthorized .core-button-container {
        text-align: center;
        clear: both;
        padding: 15px 0 0 0;
    }

    #core_signin #core_button_forgotpassword, #core_unauthorized #core_button_forgotpassword {
        font-size: 13px;
        color: #4d4d4d;
        text-decoration: underline;
    }

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* Forgot Password */
#core_signin_reset {
    width: 38%;
    padding: 5%;
    float: left;
}

    #core_signin_reset .core-button-container {
        text-align: center;
        clear: both;
        padding: 15px 0 0 0;
    }

        #core_signin_reset .core-button-container .core-button-submit {
            background-color: #11b704;
        }

            #core_signin_reset .core-button-container .core-button-submit:hover {
                background-color: #0fa503;
            }

            #core_signin_reset .core-button-container .core-button-submit:focus {
                background-color: #11b704;
            }

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* Sign Up */
#core_signup {
    background-color: #f4f3f0;
    width: 38%;
    padding: 5%;
    float: right;
}

    #core_signup .core-button-container {
        text-align: center;
        clear: both;
        padding: 15px 0 0 0;
    }

        #core_signup .core-button-container .core-button-submit {
            background-color: #11b704;
        }

            #core_signup .core-button-container .core-button-submit:hover {
                background-color: #0fa503;
            }

            #core_signup .core-button-container .core-button-submit:focus {
                background-color: #11b704;
            }

/* Media Queries for Sign In Section */
@media only screen and (max-width: 480px) {
    /* Sign In */
    #core_signin, #core_unauthorized {
        width: 85%;
        margin: 0 auto 20px auto;
        clear: both;
        float: none;
    }
    /* Signed In */
    #core_signedin {
        width: 85%;
        margin: 0 auto 50px auto;
        clear: both;
        float: none;
    }
    /* Sign Up */
    #core_signup {
        width: 85%;
        margin: 0 auto 20px auto;
        clear: both;
        float: none;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* Email Gadget */
#core_email textarea {
    height: 50px;
    font-family: inherit;
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/*START INLINE REGISTRATION*/
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------------ */
/*Inline Form Purchasables*/
.core-inline-products {
    width: 100%;
    border-collapse: collapse;
}

    .core-inline-products thead {
        background-color: #f4f3f0;
        font-size: 13px;
        color: #226598;
        font-weight: bold;
    }

        .core-inline-products thead th {
            padding: 0.5em;
            text-align: left;
        }

    .core-inline-products tbody tr {
    }

    .core-inline-products tbody td {
        padding: 0.5em;
        font-size: 12px;
        color: #4d4d4d;
    }

        .core-inline-products tbody td input {
            padding: 0.25em;
            font-size: 12px;
            border: 1px solid #b5b5b5;
        }

            .core-inline-products tbody td input:hover {
                border: 1px solid #9a9a9a;
            }

            .core-inline-products tbody td input:focus {
                border: 1px solid #4d4d4d;
            }

    .core-inline-products tfoot td {
        padding: 0.5em;
    }

/*Inline registration table*/
.core-inline-products-name {
    width: 25%;
}

.core-inline-products-description {
    width: 45%;
}

.core-inline-products-remaining {
    width: 10%;
    display: none;
    text-align: center;
}

.core-inline-products-cost {
    width: 10%;
}

.core-inline-products-quantitydonation {
    width: 8%;
}

    .core-inline-products-quantitydonation .currency-offset {
        margin-left: -6px;
    }

.core-inline-products-action {
    width: 12%;
    text-align: center;
}

/*Inline registration table free*/
.core-inline-products-free .core-inline-products-name {
    width: 30%;
}

.core-inline-products-free .core-inline-products-description {
    width: 40%;
}

.core-inline-products-free .core-inline-products-remaining {
    width: 10%;
    text-align: center;
    display: none;
}

.core-inline-products-free .core-inline-products-cost {
    display: none;
    width: 0;
}

.core-inline-products-free .core-inline-products-quantitydonation {
    width: 8%;
}

.core-inline-products-free .core-inline-products-action {
    width: 12%;
}

/*Inline registration table register button celll=*/
.core-inline-products-register {
    text-align: center;
    width: 85px;
    text-align: right;
}

/*Make the text field for quantity and donation smaller*/
.core-inline-products-quantitydonation input {
    width: 4em;
}

/*Inline registration table (update/join waitlist)*/
.core-inline-products-action a {
    color: #0fa503 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    cursor: pointer;
    display: inline-block;
}

/*Inline registration register button*/
.core-inline-products-register a {
    padding: 0.25em 0.5em !important;
    font-size: 13px !important;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    display: inline-block;
    background-color: #0fa503;
    text-transform: uppercase;
    width: 85px;
}

/*Inline registration custom questions*/
.core-inline-products-questions {
    display: none;
}

    /*Odd row coloring*/
    .core-inline-products-questions > td > div {
        padding: 5px;
        margin: 5px 0;
        position: relative;
    }

        .core-inline-products-questions > td > div:nth-child(odd) {
            background-color: #F4F3F0;
        }


/* ------------------------------------------------------------------------------------------------------------------------------ */
/*Inline Form Custom Questions*/

.core-cartitem-info {
}

.core-cartitem-info-title {
    font-weight: bold;
}

.core-cartitem-info-remove {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px;
    font-size: 0.9em;
    color: #747165;
    text-decoration: none;
    cursor: pointer;
}

.core-cartitem-info-error {
    display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */
/*Inline Form Custom Questions*/
.core-form {
}

.core-field-label {
    display: block;
    font-weight: bold;
    color: #747165;
}

.core-field {
    display: inline-block;
    padding: 5px 0;
    vertical-align: top;
}

    .core-field input[type='text'], .core-field select {
        border: 1px #C0C0C0 solid;
        padding: 0.25em !important;
    }

.core-field-option {
    padding: 0.25em;
}

.core-field-option-list {
    max-height: 150px;
    overflow-y: scroll;
    border: 1px #C0C0C0 solid;
    padding: 3px !important;
    width: 90% !important;
    margin: 0;
}

    .core-field-option-list .core-field-label {
        display: inline-block !important;
    }

    .core-field-option-list input {
        margin: 2px;
    }

/* Desktop */
@media only screen and (min-width: 769px) {
    .core-field {
        width: 33%;
    }

        .core-field input[type='text'], .core-field select {
            width: 90% !important;
        }
}

/* Tablet */
@media only screen and (min-width: 541px) and (max-width: 768px) {
    .core-field {
        width: 50% !important;
    }

        .core-field input[type='text'], .core-field select {
            width: 90% !important;
        }
}

/* Phone */
@media only screen and (max-width: 540px) {
    .core-field {
        width: 100% !important;
    }

        .core-field input[type='text'], .core-field select {
            padding: 3px !important;
            width: 95% !important;
        }
}
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/*END INLINE REGISTRATION*/
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */





/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/*START DEDICATED REGISTRATION*/
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
#core_registration {
}

#core_primary_registrant input {
    width: 100%;
}

#core_primary_registrant .core-input-container {
    padding: 0 100px 0 100px;
    margin-bottom: 1em;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */
/*Dedicated form header*/
#core_registration_heading {
}

    #core_registration_heading .core-title {
        margin: 0 0 15px 0;
    }

    #core_registration_heading .core-input-container .core-label {
        float: left;
        width: 35%;
        padding: 4px 0 0 0;
        font-size: 18px;
        text-transform: none !important;
        display: block;
    }

    #core_registration_heading .core-primary-item .core-label {
        width: 100%;
        padding: 4px 0 0 0;
        font-size: 18px;
        text-transform: none !important;
        display: block;
    }

    #core_registration_heading .core-input-container .core-dropdown {
        float: left;
        width: 54%;
        padding: 0px !important;
        font-size: 16px;
        display: block;
    }
/* ------------------------------------------------------------------------------------------------------------------------------ */
/*Dedicated form profile message*/
#core_profile_registration div {
    margin: 0 5px 0 0;
    float: left;
}

.core-loggedin-message {
    padding: 0 100px 0 100px;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */
/*Dedicated form additional purchases, product line items*/
.core-dedicated-products {
    width: 100%;
    border-collapse: collapse;
}

    .core-dedicated-products thead {
        background-color: #f4f3f0;
        font-size: 13px;
        color: #226598;
        font-weight: bold;
    }

        .core-dedicated-products thead th {
            padding: 0.5em;
        }

    .core-dedicated-products tbody td {
        padding: 0.5em;
        font-size: 12px;
        color: #4d4d4d;
        vertical-align: middle;
    }

        /*Make the text fields small and give them rollover effects*/
        .core-dedicated-products tbody td input {
            padding: 0.25em;
            font-size: 12px;
            border: 1px solid #b5b5b5;
        }

            .core-dedicated-products tbody td input:hover {
                border: 1px solid #9a9a9a;
            }

            .core-dedicated-products tbody td input:focus {
                border: 1px solid #4d4d4d;
            }

/*Dedicated registration table column widths*/
.core-dedicated-products-name {
    width: 70%;
    text-align: left;
}

.core-dedicated-products-cost {
    width: 10%;
    text-align: left;
}

.core-dedicated-products-quantitydonation {
    width: 10%;
    text-align: center;
}

    .core-dedicated-products-quantitydonation .currency-offset {
        margin-left: -6px;
    }

.core-dedicated-products-action {
    width: 10%;
    text-align: right;
}

/*Dedicated registration table free column widths*/
.core-dedicated-products-free .core-dedicated-products-name {
    width: 80%;
}

.core-dedicated-products-free .core-dedicated-products-cost {
    display: none;
    width: 0;
}

.core-dedicated-products-free .core-dedicated-products-quantitydonation {
    width: 10%;
}

.core-dedicated-products-free .core-dedicated-products-action {
    width: 10%;
}

/*Make the product name bold in the event dedicated forms product table*/
.core-dedicated-products-name label {
    font-weight: bold;
}

/*Make the quantity and donation text field small*/
.core-dedicated-products-quantitydonation input {
    width: 4em;
}

/*Inline registration table (update/join waitlist)*/
.core-dedicated-products-action a {
    color: #0fa503 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    cursor: pointer;
    display: block;
}

.core-dedicated-products-remaining {
    text-align: center;
    display: none;
}

#core_registration_heading .core-dedicated-products-remaining {
    font-size: .9em;
}


/* ------------------------------------------------------------------------------------------------------------------------------ */
/*Dedicated form registrant additional info*/
.core-registrant-add-info {
}

    .core-registrant-add-info .core-input-container,
    .core-registrant-add-info .core-input-container-checkradio {
        margin: 1em 0 1em 0;
    }

.core-registrant-add-info {
    padding: 0 100px 0 100px;
}

    .core-registrant-add-info .core-input-container .core-text,
    .core-registrant-add-info .core-input-container .core-dropdown {
        width: 100%;
    }

    .core-registrant-add-info .core-input-container-checkradio input {
        margin: 0 10px 0 0;
    }

    .core-registrant-add-info .custom_checkbox_list {
        margin: 1em 0 0 0;
    }

        .core-registrant-add-info .custom_checkbox_list .core-field-label {
            font-size: 12px;
            font-weight: normal;
            line-height: 15px;
            color: #4d4d4d;
            text-transform: uppercase;
            margin: 0 0 10px 0;
        }

        .core-dedicated-product-info .custom_checkbox_list ul,
        .core-registrant-add-info .custom_checkbox_list ul {
            list-style: none;
            list-style-type: none;
            padding: 0 0 0 15px;
        }

        .core-registrant-add-info .custom_checkbox_list input {
            margin: 0 10px 0 0;
        }

/* ------------------------------------------------------------------------------------------------------------------------------ */
/*Dedicated form additional purchases product questions*/
.core-dedicated-product-questions {
}

/*make the container a relative container for the absolute positioned remove link*/
.core-dedicated-product-info {
    position: relative;
    padding: 0.5em;
}

/*make the remove button grey*/
.core-dedicated-product-info-remove {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px;
    font-size: 0.9em;
    color: #747165;
    text-decoration: none;
    cursor: pointer;
}

/*put some space between each of questions*/
.core-dedicated-product-info .core-input-container {
    padding: 1em 0;
}

/*alternate question set background colors*/
.core-dedicated-product-questions .core-dedicated-product-info:nth-child(odd) {
    background-color: #F4F3F0;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */
/*Dedicated form submit*/
#core_registration .core-button-container {
    text-align: right;
}

    #core_registration .core-button-container span {
        float: left;
    }

    #core_registration .core-button-container a:first-child {
        color: #0fa503;
        background-color: #FFFFFF !important;
        text-decoration: underline !important;
        text-transform: none !important;
        margin-right: 0.5em;
    }

        #core_registration .core-button-container a:first-child:hover {
            color: #11b704;
            text-decoration: none !important;
        }

#core_registration .core-button-submit {
    background-color: #0fa503;
}

    #core_registration .core-button-submit:hover {
        background-color: #11b704;
    }
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/*END DEDICATED REGISTRATION*/
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */






/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/*START CONFIRMATION PAGE*/
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/* ------------------------------------------------------------------------------------------------------------------------------ */
/*CONFIRMATION PAGE - order summary*/
/*make the "in sentence" link buttons stand out from the other text*/
#core_guest_registration a, #core_profile_registration a {
    font-weight: bold;
    color: #226598;
}

/*add a little spacing between lines of text*/
#core_guest_registration, #core_profile_registration {
    line-height: 1.5em;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */
/*CONFIRMATION PAGE - top level events*/
/*add some padding above and below each event name*/
.core-confirmation-event {
    margin: 0.5em 0;
}

    /*add the remove event link floated right and grey*/
    .core-confirmation-event a {
        display: inline-block;
        margin-right: 0.5em;
        color: #747165;
        float: right;
    }

/* ------------------------------------------------------------------------------------------------------------------------------ */
/*CONFIRMATION PAGE - products under an event*/
/*indent an events products underneath it*/
.core-confirmation-products {
    margin-left: 2em;
}

/*Product Table thead, body, tfoot generic styling*/
.core-confirmation-product-table {
    width: 100%;
    border-collapse: collapse;
}

    .core-confirmation-product-table thead {
        background-color: #f4f3f0;
        font-weight: bold;
        color: #226598;
    }

    .core-confirmation-product-table th {
        padding: 0.5em;
    }

    .core-confirmation-product-table td {
        font-size: 0.9em;
        padding: 0.5em;
        border-bottom: 1px solid #DCDCDC;
    }

    .core-confirmation-product-table tfoot td {
        border-bottom: 0;
    }

    /*Column Widths/Alignments for a Paid Cart*/
    .core-confirmation-product-table .core-confirmation-product-name {
        text-align: left;
        width: 52%;
    }

        .core-confirmation-product-table .core-confirmation-product-name a {
            color: #747165;
            margin-left: 0.5em;
        }

    .core-confirmation-product-table .core-confirmation-product-price {
        text-align: center;
        width: 12%;
    }

    .core-confirmation-product-table .core-confirmation-product-fee {
        text-align: center;
        width: 12%;
    }

    .core-confirmation-product-table .core-confirmation-product-quantity {
        text-align: center;
        width: 12%;
    }

    .core-confirmation-product-table .core-confirmation-product-total {
        text-align: right;
        width: 12%;
    }

    .core-confirmation-product-table .core-confirmation-product-remove {
        text-align: right;
        width: 7%;
    }

/*Column Widths/Alignments for a Free Cart*/
.core-confirmation-free .core-confirmation-product-table .core-confirmation-product-name {
    width: 75%;
}

.core-confirmation-free .core-confirmation-product-table .core-confirmation-product-price {
    display: none;
}

.core-confirmation-free .core-confirmation-product-table .core-confirmation-product-fee {
    display: none;
}

.core-confirmation-free .core-confirmation-product-table .core-confirmation-product-quantity {
    text-align: right;
    width: 25%;
}

.core-confirmation-free .core-confirmation-product-table .core-confirmation-product-total {
    display: none;
}

.core-confirmation-free .core-confirmation-product-table tfoot {
    display: none;
}

/*Product Line Items - make the name of the product grey and bold*/
.core-confirmation-product-table td.core-confirmation-product-name {
    color: #747165;
    font-weight: bold;
}


/* ------------------------------------------------------------------------------------------------------------------------------ */
/*CONFIRMATION PAGE - product information underneath a product*/
/*Add some indenting to the names and make them NOT bold*/
.core-confirmation-product-information {
    margin: 0.5em 0 0 2em;
    font-weight: normal;
}

    /*make the registrant removal link the dark grey color*/
    .core-confirmation-product-information a {
        color: #747165;
    }

/* ------------------------------------------------------------------------------------------------------------------------------ */
/*CONFIRMATION PAGE - cart totals (subtotal, discounts, fees, total)*/
/*Add padding and align the subtotals all the way to the right of the page*/
.core-confirmation-total {
    padding: 0.5em;
    text-align: right;
    font-size: 0.9em;
}

    /*make the totals divs side by side and evenly spaced*/
    .core-confirmation-total > div {
        display: inline-block;
        width: 100px;
    }

/*make the total labels bold and grey to stand out from the value they identify*/
.core-confirmation-total-label {
    font-weight: bold;
    color: #747165;
}

/*hide all totals in free confirmations*/
.core-confirmation-free .core-confirmation-total {
    display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */
/*CONFIRMATION PAGE - order contact information*/
#core_order_contact {
}

/*Make it so the contact fields are horizontal instead of a stack*/
#core_order_contact_information {
    white-space: nowrap;
    width: 100%;
}

    /*target the 3 divs containing the contact information and make them inline so they are next to each other instead of stacked*/
    #core_order_contact_information .core-input-container {
        display: inline-block;
        width: 33%;
    }

    /*target the 3 contact fields to make them 100% width*/
    #core_order_contact_information input {
        width: 100%;
    }


#core_create_account_info .core-input-container {
    display: inline-block;
    width: 50%;
}

#core_create_account_info {
    white-space: nowrap;
    width: 100%;
}

    #core_create_account_info input {
        width: 100%;
    }

/* ------------------------------------------------------------------------------------------------------------------------------ */
/*CONFIRMATION PAGE - find more events continue*/
#core_order_confirmation .core-button-container {
    text-align: right;
}

    /*Find more events*/
    #core_order_confirmation .core-button-container a:first-child {
        color: #0fa503;
        background-color: #FFFFFF !important;
        text-decoration: underline !important;
        text-transform: none !important;
        margin-right: 0.5em;
    }

        #core_order_confirmation .core-button-container a:first-child:hover {
            color: #11b704;
            text-decoration: none !important;
        }

/*Continue*/
#core_order_confirmation .core-button-submit {
    background-color: #0fa503;
}

    #core_order_confirmation .core-button-submit:hover {
        background-color: #11b704;
    }
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/*END CONFIRMATION PAGE*/
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */




/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/*START THANK YOU PAGE*/
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

#core_thankyou {
}

    #core_thankyou input[type=text], #core_thankyou input[type=password], #core_thankyou textarea {
        width: 100%;
    }

    #core_thankyou textarea {
        height: 100px;
    }

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* Thank You header */
#core_thankyou_print {
    display: inline-block;
    float: right;
    text-align: right;
}

    /* Print Confirmation link */
    #core_thankyou_print a {
        color: #226598;
    }

    /* The original "Back to Calendar >" link style not being used anymore */
    #core_thankyou_print > div > a {
        color: #4d4d4d;
        font-weight: bold;
    }

#core_registration_thankyou #core_profile_registration {
    text-align: right;
}

    #core_registration_thankyou #core_profile_registration a {
        color: #FFF;
        font-weight: normal;
    }

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* Create your profile message */
#core_registration_signuptext, #core_registration_backbuttontext {
    /*background-color: #FFFFFF;*/
    font-weight: bold;
    color: #286696;
    /*border:0;*/
    /*font-style:italic;*/
}

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* Thank You share your event */
#core_registration_contact_list ul {
    margin: 0;
    padding: 0;
}

    #core_registration_contact_list ul li {
        list-style: none;
    }

/*Add some padding to the labels in the checkbox list or elxe the words touch the checkbox and it looks bad*/
#core_registration_contact_list label {
    padding-left: 5px;
}

#core_registration_contact .core-button-container {
    text-align: center;
}

/*Make the share your event and create your profile divs side-by-side instead of stacked*/
#core_registration_contact, #core_registration_emailsent, #core_registration_signup {
    background-color: #f4f3f0;
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    padding: 2em;
    border: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#core_registration_contact, #core_registration_emailsent {
    margin-right: 0.5%;
}

#core_registration_signup {
    margin-left: 0.5%;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* Thank You create your profile */
#core_registration_signup {
    background-color: #f4f3f0;
}

    #core_registration_signup .core-button-container {
        text-align: center;
    }

        #core_registration_signup .core-button-container .core-button-submit {
            background-color: #11b704;
        }

            #core_registration_signup .core-button-container .core-button-submit:hover {
                background-color: #0fa503;
            }

            #core_registration_signup .core-button-container .core-button-submit:focus {
                background-color: #11b704;
            }

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/*END THANK YOU PAGE*/
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/*START UNAUTHORIZED PAGE*/
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

.core-unauthorized-container {
    margin: 100px 0 100px 0;
}

    .core-unauthorized-container > div {
        margin: 0 0 15px 0;
    }

    .core-unauthorized-container .core-button-container {
        display: inline-block;
    }

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/*END UNAUTHORIZED PAGE*/
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/*START MODAL CSS*/
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* Modal */
.adx-modal {
    position: fixed;
    width: 400px;
    height: 100%;
    right: -450px;
    top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.3);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99999;
}

    /* Modal Heading */
    .adx-modal h2 {
        margin: 40px 0 5px 0;
        font-size: 16px;
        line-height: 19px;
        color: #226598;
        font-weight: bold;
    }

    .adx-modal p, .core-gadget-container p {
        margin: 0;
        font-size: 13px;
        line-height: 16px;
        color: #7c7c7c;
    }

    .adx-modal .adx-modal-inner {
        position: relative;
        top: -15px;
        padding: 15px;
    }

.adx-modal-active {
    right: 0;
}

/* Modal Title */
.core-gadget-container h3 {
    margin: 0 0 5px 0;
    font-size: 13px;
    line-height: 17px;
    color: #7c7c7c;
    font-style: italic;
}

/* Cancel */
a.adx-modal-cancel {
    margin: 17px 3% 10px 0;
    font-size: 13px;
    color: #4d4d4d;
    text-transform: uppercase;
    text-decoration: underline;
}

    a.adx-modal-cancel:hover {
    }

/* Submit */
.adx-modal #adx-modal-submit .core-button-submit {
    cursor: pointer;
}

/* Close Modal */
.adx-modal a.adx-close-modal {
    background: url(images/mobile-nav-icon-close.png) no-repeat 0 0;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 40px;
    right: 15px;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
}

/* Spinner */
.adx-modal-spinner {
    background: url(spinner.gif) #111 no-repeat center center;
    width: 64px;
    height: 64px;
    margin: -32px -32px 0 0;
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
}

.adx-modal-wrapper-active .adx-modal-full-width {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
}

    .adx-modal-wrapper-active .adx-modal-full-width .adx-modal-center {
        width: 95.833333%;
        max-width: 920px;
        margin: 0 auto;
    }

.main-hide {
    display: none;
}

@media screen and (max-width: 400px), screen and (max-height: 600px) {
    .adx-modal-wrapper-active .adx-modal {
        position: relative;
        min-width: 100%;
        min-height: 100%;
        right: 0;
        top: 0;
    }

    .adx-modal-wrapper-active .adx-modal-inner {
        width: 95.833333%;
        max-width: 920px;
        margin: 0 auto;
    }

    .adx-modal-wrapper-active .main {
        display: none;
    }
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
/*END MODAL CSS*/
/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */


.core_captcha {
    height: 180px;
}

/*category colors*/
.core-color-preview {
    border: 1px solid #000;
    width: 12px;
    height: 12px;
    display: inline-block;
    padding: 0px;
    margin: 0 5px 0 0;
}

.core-no-color-preview {
    border: 0px;
    width: 12px;
    height: 12px;
    display: inline-block;
    padding: 0px;
    margin: 0 5px 0 0;
}




/*

    cancel

*/

 table.core-cancel-detail-table{
        width:100%;
         border-collapse: collapse;
    }
    .core-cancel-detail-table td{
        width:10%;
        padding-bottom:10px;
    }
    .core-cancel-event-section .core-subtitle{
        padding-bottom:5px;
    }

    td.core-cancel-detail-table-cell-product{
        width:70%;
    }

   .core-cancel-detail-table-cell-total{

   }

     .core-cancel-detail-table th{
         text-align:left;
         background-color:#F4F3F0;
         color:#286696;
         font-size:1.1em;
         padding:4px;
         
     }
     .core-cancel-event-section{
         padding-bottom:10px;
     }
     .core-cancel-detail-table td input[type=checkbox]{
         margin-right:4px;
     }

     td.core-cancel-detail-table-cell-total, th.core-cancel-detail-table-cell-total{
         text-align: right;

     }

     .core-cancel-button{
        padding:10px;
        font-size: 13px !important;
        color: #fff !important;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        display: inline-block;
        background-color: #226598;
        text-transform: uppercase;
        float:right;
     }

         .numericTextbox{
        margin-left: 10px;
    width: 50px;
     }


     td.core-cancel-detail-table-cell-quantity,th.core-cancel-detail-table-cell-quantity{
         text-align:center;
     }


     /* end cancel */