/*------------------------------------------------------------------------------
*
* general styles
*
------------------------------------------------------------------------------*/

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    font-size: 12px;
}


/* small margin on mobile */
@media (max-width: 978px) {
    body {
        margin-top: 4px;
        margin-left: 5px;
        margin-right:5px;
    }
}
/*  really small margin on mobile */
@media (max-width: 350px) {
    body {
        margin-top: 4px;
        margin-left: 2px;
        margin-right:2px;
    }
}

p {
    font-size:12px;
}

table {
    font-size:12px;
}
.ui-widget {
    font-family: arial, sans-serif;
}

/* font size just for mobile - if input fonts are greater >= 16px,
  the device won't zoom when selecting form elements */

@media only screen and (max-width: 480px) {
    input {
        font-size:16px;
    }
    select {
        font-size:16px;
    }

    textarea {
        font-size:16px;
    }
}

.ui-datepicker {
    font-size: 15px;
}


.drop-shadowed-image {
    box-shadow: 0 0 5px 2px #aaa;
}

.header-strip-with-event-title {
    width:99%;
    border-top: 1px solid    #dddddd;
    border-bottom: 1px solid    #dddddd;
    padding-top: 8px;
    padding-bottom: 8px;

}

.shaded-section-header {
    width:96.5%;
    font-size:150%;
    font-weight:bold;
    margin-bottom: 15px;
    border-radius: 4px;
    color:white;
    background-color: darkgray;
    padding:10px;
}

.standard-fieldset {
    margin-bottom:15px;
    padding:10px;
    border-radius: 4px;
    border: 1px solid #dddddd;
}

@media (max-width: 480px) {
    .standard-fieldset {
        padding-left:4px;
        padding-right:4px;
        padding-top: 10px;
    }
}

@media (max-width: 350px) {
    .standard-fieldset {
        padding-left:2px;
        padding-right:2px;
        padding-top: 10px;
    }
}


.standard-legend {
    font-weight:bold;
    font-size:140%;
}





.birthday-select-container {
    display:inline-block;
}

#test-mode-banner {
    display:block;
    width:100%;
    background-color:red;
    color:white;
    padding:5px;
    margin-bottom: 20px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

#test-mode-banner a:link {
    color:#fff !important;
}
#test-mode-banner a:visited {
    color:#fff !important;
}

#form-commit-error-message-container {
    display: none;
    color:black;
    border: 4px solid red;
    max-width: 700px;
    font-size:150%;
    padding:15px;
    background-color: #eeeeee;
    border-radius: 10px;
    margin-bottom: 15px;
}

#booking_language_selector_div {
    font-size:130%;
    margin-bottom: 15px;
    padding-bottom:10px;
    padding-left: 4px;
}

#language_select_box {
    font-size:120%;
}

#powered_by_rgp {
    margin-top: 20px;
    color:#999999;
}

.under-textbox-label {
    font-size:75%;
    color:darkgray;
    margin-left: 5px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color:    #ccc;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color:    #ccc;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color:    #ccc;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:    #ccc;
}

.link-safe-string {
    display:block;
}

/*------------------------------------------------------------------------------
*
* buttons (overriden colors by BCustomization if needed)
*
------------------------------------------------------------------------------*/

.btn {
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    display:inline-block;
    cursor:pointer;
}

.btn:hover {
    text-decoration: none;
}


.btn-selected {
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    display:inline-block;
}


.participants-btn {
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;

    padding-top:6px !important;
    padding-bottom: 6px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size:16px;
    font-weight:bold;
}

.participants-control-btn {
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;

    padding-top:2px !important;
    padding-bottom: 2px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size:16px;
}

.book-now-button {
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 5px;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    display:inline-block;
}

.book-now-button:hover {
    text-decoration: none;
}

.participants-control-links {
    text-decoration: none;
    font-size:15px;
    font-weight:bold;
    padding-right:23px;
    padding-bottom: 10px;
}



/*------------------------------------------------------------------------------
*
* minimal page container stuff (iframe and mobile modes)
*
------------------------------------------------------------------------------*/


#iframe-or-mobile-modes-page-container-minimal {
}

#mobile-biz-title {
    display:block;
    width:95%;
    background-color:black;
    color:white;
    padding:5px;
    font-size:15px;
    font-weight:bold;
    margin-bottom: 20px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

/*------------------------------------------------------------------------------
*
* full page containers
*
------------------------------------------------------------------------------*/


#fullpage-mode-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#fullpage-mode-dropshadowed-box{

    background-color: white;
    border: 1px #aaa solid;
    padding: 20px;
    border-radius: 10px;
    -moz-box-shadow: 6px 6px 8px #ccc;
    -webkit-box-shadow: 6px 6px 8px #ccc;
    box-shadow: 6px 6px 8px #ccc;

}

#fullpage-mode-logo {
    padding-bottom: 40px;
}


/*------------------------------------------------------------------------------
*
* offering page datepicker styles
*
------------------------------------------------------------------------------*/


.datepicker-available-day  a {
    background-color: green !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
}

.ui-datepicker-current-day .ui-state-active {
    background-color: yellow !important;
    background-image: none !important;
    color: black !important;
    font-weight: bold !important;
}


.datepicker-unavailable-day a {
    background-color: black !important;
    color:white !important;
}

.datepicker-soldout-day a {
    text-decoration: line-through !important;

}

.ui-datepicker-unselectable.datepicker-othersession-day-available span.ui-state-default {
    color:black;
    font-weight: bold !important;
}

.ui-datepicker-unselectable.datepicker-othersession-day-soldout span.ui-state-default {
    color:black;
    font-weight: bold !important;
    text-decoration: line-through !important;
}

/*------------------------------------------------------------------------------
*
* offering page styles
*
------------------------------------------------------------------------------*/


#offering-page-promotional-code-box {
    margin-top: 15px;
    margin-bottom: 15px;
}
#offering-page-participant-error-messages {
    font-weight:bold;
    font-size:125%;
    color:red;

}

#footer-error-messages {
    font-weight:bold;
    font-size:125%;
    color:red;
    padding:10px;
    display: none;
    font-style: italic;

}

#offering-page-promocode-error-messages {
    font-weight:bold;
    font-size:125%;
    color:red;
}

#offering-page-promo-green-check {
    display:none;
}

#tabs-nohdr {
    padding: 0px;
    background: none;
    border-width: 0px;
}
#tabs-nohdr .ui-tabs-nav {
    padding-left: 0px;
    background: transparent;
    border-width: 0px 0px 1px 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
#tabs-nohdr .ui-tabs-panel {
    border-width: 0px 1px 1px 1px;
}

#offering-page-header-area {

}

#offering-page-tab-area {
    margin-bottom: 25px;
}

#offering-page-footer-area {

}
.offering-page-event-is-full {
    color:red;
    font-weight: bold;
    font-size:110%;
}

#offering-page-tab-body {
    display:inline;
}


#offering-page-select-events-table {
    font-size:small;
    border-collapse: collapse;

}

#offering-page-select-events-table ul {
    margin: 0;
    padding: 0;
}

#offering-page-select-events-table li {
    list-style-type: square;
    margin-left:10px;
}

#offering-page-select-events-table li span {
    margin-left: -5px;
}

#offering-page-select-events-table td {
    vertical-align: top;
    padding-left:10px;
    padding-right:10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size:12px;
}
@media (max-width: 480px) {
    #offering-page-select-events-table td {
        padding-left:5px;
        padding-right:5px;
    }
}

#offering-page-select-events-table td:nth-child(2) {
    max-width: 180px;
}

#offering-page-select-events-table tr {
    border-top:dashed 1px #d3d3d3;
    border-bottom: dashed 1px #d3d3d3;
}

.offering-page-call-for-booking {
    font-size:80%;
    font-style: italic;
}

#offering-page-selected-long-date {
    padding:2px;
    background-color: yellow;
    color: black;
}

.offering-page-schedule-list-time-column {
   min-width:80px;
}
/* small margin on mobile */
@media (max-width: 480px) {
    .offering-page-schedule-list-time-column {
        max-width:60px;
    }
}


/*------------------------------------------------------------------------------
*
* booking enter details/participant page styles
*
------------------------------------------------------------------------------*/

.booking-details-participant-name-textboxes-container {
    margin-bottom: 10px;
}

.booking-details-participant-info-block {
    border-bottom:1px #d3d3d3 solid;
    margin-top:10px;
    margin-bottom: 10px;
}

.booking-details-participant-info-block:last-child {
    border-bottom: 0px;
}

.participant-namebday-element {
    display:inline-block;
}

#booking-details-header-container {
    margin-bottom: 35px;
}

#booking-details-header-container-change-button-container {
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

#booking-details-header-container-title-container {
    display:inline-block;
}

#booking-details-header-event-title {
    font-weight:bold;
    font-size:200%
}

#booking-details-header-event-first-date {
    font-size:150%; font-style: italic;
}

.custom-question-description-container {
    margin-bottom: 8px;
}

/*------------------------------------------------------------------------------
*
* booking step 2 page styles
*
-------------------------------------------------------------------------------*/

#booking-complete-payment-now-due {
    background-color: yellow;
    color:black;
    font-size:125%;
    padding:4px;
}

#booking-complete-monthly-dues {
    background-color: yellow;
    color:black;
    font-size:125%;
    padding:4px;
}


#booking-complete-balance-due-later {
    background-color: #90ee90;
    color:black;
    font-size:125%;
    padding:4px;
}

#booking-complete-pricing-table td:last-child{
    padding-left: 10px;
}

.booking-complete-contact-element-first-column {
    width:80px;
    display:inline-block;
}

.booking-complete-billing-info-table {
    width:100%
}

.booking-complete-billing-info-table td {
    vertical-align: top;
    padding:0px;
}

.booking-complete-billing-info-table td:first-child {
    width:100px;
    padding-top: 6px;
}

.booking-complete-contact-element {
    display:inline-block;
    margin-right: 0px;
}

#booking-complete-pay-button-notes {
    padding: 15px;
    border: dashed 1px red;
    font-size:100%;
    margin-top: 30px;
}

#customer-information-table {
    width:95%;
}

#customer-information-table td {
    vertical-align: middle;
}

#customer-information-table td:first-child {
    width:95px;
}

/*------------------------------------------------------------------------------
*
* widget list view page styles
*
------------------------------------------------------------------------------*/

#list-view-outer-box {
    width:100%;
}

.list-view-category-legend {
    font-weight:bold;
    font-size:140%;
    border-radius: 4px;
    color:white;
    padding:6px 1.5% 6px 1.5% ;
    width:97%;
    background-color: #000;
}

.list-view-category-container-more-than-one-category {
     float:left;
     display: block;
     width:150px;

 }

.list-view-selected-category-container-more-than-one-category {
    width:auto;
    display:block;
    margin-left:190px;
}



.list-view-category-link {
    width:130px !important;
}

.list-view-category-link {
    margin-bottom: 10px !important;
}

.list-view-category-container-only-one-category {
    display:none;
}

.list-view-selected-category-container-one-category {
    width:99%;
}


/*
*
* calendar styles?
*/

.clickable_event {
    cursor: pointer !important;
}

.ui-no-border {
    border:0 !important;
}


.google-calendar-event {
    cursor: default !important;
}

.calendar-qtip {
    border:2px solid darkgray !important;
    min-width: 400px !important;
    max-resolution: 400px !important;
}

#spinner {
    position: fixed;
    top: 0;
    right: 54;
    bottom: 55;
    left: 0;
    text-align: center;
    display:none;
}

.busycursor {
    cursor: wait !important;
}

.listview_offering_thumbnail_image {
    padding-right: 10px;
    padding-bottom: 10px;
}






.form_control_hightlight_frame {
    display:inline-block;
    padding:3px;
}

.form_control_hightlight_frame_error {
    border: 2px solid red;
    padding:1px;
}


#pay_processing_message {
    font-weight: bold;
    font-size:150%;
}

.ui-effects-transfer {
    border: 4px dotted yellow;
    border-radius: 20px;
}

.stripe-credit-card-container {
    max-width: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #dddddd;
    padding: 10px
}


/*  really small margin on mobile */
@media (max-width: 500px) {
    .stripe-credit-card-container {
        margin-top: 4px;
        margin-left: 2px;
        margin-right:2px;
        border: 0;
    }
}

