@charset "utf-8";

/* Labels made in-line via grid layout shouldn't be made in-line by floating them. */
div[class^="col-"] > label {
    float:none;
}

/* ================= */
/* Collapsible Menus */
/* ================= */

.nav_expander {
    display:none;
}

.filters_expander {
    cursor:pointer;
    display:none !important;
}

@media (max-width: 991px) {

    .nav_expander {
        display:block;
    }

    .navigation li {
        display:none;
    }

    .navigation li:first-child {
        display:block;
    }

    .navigation li span.glyphicon {
        font-size:15px;
    }

    .nav_open li {
        display:block;
    }

    .filters_expander {
        display:block !important;
        position:absolute;
        right:15px;
        top:0;
        z-index:2;
    }

    .filters_closed {
        display:none;
    }
}

/* ======== */
/* Overlays */
/* ======== */

.loading_overlay {
    width:100%;
    font-size:1.3em;
    position:fixed;
    top:0;
    left:0;
    z-index:10000;
}

.loading_overlay {
    height:100%;
}

.loading_bg {
    width:100%;
}

.loading_bg {
    background:#E4E4E4;
    filter:alpha(opacity=70); /* IE */
    -moz-opacity:0.7; /* Mozilla */
    opacity:0.7; /* CSS3 */
    height:100%;
}

.loading_overlay img {
   position:absolute;
   top:50%;
   left:50%;
   width:128px;
   height:15px;
   margin-top:-7px; /* Half the height */
   margin-left:-64px; /* Half the width */
   z-index:10001;
}

.loading_overlay p {
   position:absolute;
   top:50%;
   left:50%;
   width:128px;
   height:15px;
   margin:-28px 0 0 -44px;
   z-index:10001;
   font-weight:bold;
   color:#333;
}

/* ================ */
/* Stackable Tables */
/* ================ */

@media screen and (max-width:480px) {

    .table-stackable {
        border:0;
    }

    .table-stackable thead,
    .table-stackable thead * {
        display:none;
    }

    .table-stackable tr {
        display:block;
    }

    .table-stackable td {
        display:block;
        text-align:right !important;
        font-size:13px;
        border-bottom:1px solid #DDD;
        padding:6px !important;
    }

    .table-stackable td:first-child {
        background:#DDD;
        font-weight:bold;
        text-align:left !important;
    }

    .table-stackable td:last-child {

    }

    .table-stackable td::before {
        content:attr(data-label);
        float:left;
        font-weight:bold;
    }
}

/* =========== */
/* Main Layout */
/* =========== */

.breadcrumbs {
    margin-bottom:15px;
}

.breadcrumbs img {
    vertical-align:middle;
}

/* ================ */
/* Site-Wide Styles */
/* ================ */

td > a.button {
    padding: 2px 6px;
    font-size:1em;
}

.warning_message {
    text-align:center;
    font-size:12px;
}

.sessions_table {
    margin:0;
}

.ui-pnotify-title {
    color:#FFF;
    font-size:1.1em;
    margin-bottom:4px;
}

.ui-pnotify-icon {
    margin-top:2px;
}

.ui-pnotify .ui-state-error h4 {
    color:#D00;
}

/* JQuery Steps Wizard. */

.wizard {
    margin-bottom:15px;
}

@media only screen and (max-width: 640px) {

    .wizard > .content {
        margin-bottom:40px;
    }

    .container .wizard .actions {
        /*margin-left:-15px !important;*/
    }
}

/* ==================== */
/* Page-Specific Styles */
/* ==================== */

/* ==== home ==== */

.setup-checklist {
    list-style:none;
    color:#e85050;
    margin:0;
}

.setup-checklist a {
    background:#eee4e4;
    border:1px solid #e85050;
    color:#e85050 !important;
    display:block;
    font-weight:bold;
    margin-bottom:15px;
    padding:10px;
    text-decoration:none !important;

    -webkit-border-radius:5px;
       -moz-border-radius:5px;
            border-radius:5px;
}

.setup-checklist a.complete {
    background:#ddeddf;
    border:1px solid #509650;
    color:#509650 !important;
    font-weight:bold;
    padding:10px;
}

.setup-checklist a[href]:hover {
    background-color:#f1e9e9;
    border-color:#ed7272;
    text-decoration:none;
}

/*
.setup-checklist a.complete:hover {
    background-color:#e4f1e5;
    border-color:#72ab72;
}
*/

.setup-checklist-icon {
    /* background:url('../image/icons/cross-lg.png') no-repeat; */
    background-size:contain;
    height:50px;
    float:right;
    width:50px;
}

.complete .setup-checklist-icon {
    /* background-image:url('../image/icons/tick-lg.png'); */
}

.setup-checklist h3 {
    color:#e85050;
    font-size:1.3em;
    margin-bottom:4px;
}

.setup-checklist .complete h3 {
    color:#509650;
}

/* ==== basket ==== */

.table tr.basket-totals td {
    background:#EEE;
    color:#607b5b;
    font-size:16px;
    text-align:right;
}

.table tr.basket-totals td.grand-total {
    font-size:20px;
}

.basket_vouchers,
.basket_vouchers td,
.basket_voucher_form button,
.basket_voucher_form input {
    font-size:15px;
}

.basket_voucher_form input {
    width:80px;
    font-weight:bold;
}

.basket_remove img {
    vertical-align:middle;
}

.basket_addon {
    text-align:center;
    font-size:14px;
}

.basket_addon_row {
    text-align:left;
    padding-left:30px;
}

.addons_dialog_table {
    width:100%;
}

/* ==== bookings/activities ==== */

/* Accordion. */

.accordion {
    margin-bottom:15px;
}

.accordion h3 {
    cursor:pointer;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display:none;
}

.accordion h3 small {
    font-size:0.75em;
    display:block;
}

.ui-accordion .ui-accordion-content {
    padding:20px;
    overflow:visible;
}

.ui-accordion .sessions-group {
    padding:10px 6px;
}

.ui-accordion .ui-accordion-content th,
.ui-accordion .ui-accordion-content td {
    padding:4px;
}

.ui-accordion .ui-accordion-icons {
    padding-left:0.5em;
}

.ui-state-active {
    color:#FFF;
}

/* Activities. */

.sessions_loading {
    text-align:center;
    padding-top:20px;
}

.sessions_table {
    width:100%;
}

.sessions_table th,
.sessions_table td {
    text-align:center;
}
.sessions_table td {
    font-size:11px;
    padding:4px 9px 4px 0;
}

.sessions_table th {
    color:#333;
    font-size:12px;
    font-weight:bold;
    padding:4px 9px 4px 0;
}

.sessions_table th:first-child,
.sessions_table td:first-child {
    text-align:left;
}

.disabled_session {
    color:#BBB;
}

tr.disabled_session input,
tr.disabled_session input:hover,
.disabled_session a.button,
.disabled_session a.button:hover {
    background-color:#999;
    color:#C2C2C2;
    cursor:default;
}

/* Filters sidebar. */

.filters_wrapper {
    margin-bottom:15px;
}

.filters_wrapper hr {
    height:1px;
    background:#bbb;
    clear:both;
    margin-bottom:10px;
}

.filter_box_header {
    font-weight:bold;
    padding:5px 10px;
}

.filter_icon {
    float:right;
}

.filter_icon img {
    margin-right:5px;
    margin:0 !important;
    vertical-align:middle;
}

.filter_box {
    border:1px solid #CCC;
    font-size:0.85em;
    max-height:200px;
    overflow-x:hidden;
    overflow-y:auto;
    padding:10px;
    margin-bottom:15px;
}

.filter_box ul {
    list-style:none;
    padding:0;
    margin:0;
}

.filter_box ul li {
    clear:both;
    overflow:hidden;
    white-space:nowrap;
    margin-bottom:2px;
}

.filter_box label {
    font-weight:normal;
    width:100%;
    padding-top:0;
    padding-bottom:0;
}

.filter_box label.checkbox,
.filter_box label.radio {
    padding-top:2px;
    padding-bottom:2px;
}

.filter_box img {
    vertical-align:middle;
    margin-right:5px;
}

.filter_box input {
    cursor:pointer;
    width:auto;
    margin-right:5px;
}

/* ==== bookings/multibook ==== */

#reservation-info {
    font-size:1.2em;
    font-weight:bold;
    border:1px solid #DDD;
    background:#F5F5F5;
    padding:15px;
}

#reservation-info .seconds,
#reservation-info .minutes {
    color:red;
}

/* ==== bookings/rooms ==== */

.calendars {
    position:relative;
}

.calendar {
    margin-bottom:15px;
    width:100%;
}

.times_col,
.room_col {
    float:left;
}

.times_col {
    width:40px;
    font-weight:bold;
}

.room_col {
    width:120px;
    position:relative;
    background:#EFE;
}

.room_col:hover {
    background:#DFD;
}

.time_cell {
    border-bottom:1px dotted #AAA;
    padding:5px 0;
    border-right:1px dotted #AAA;
    box-sizing:border-box;
}

.time_cell:last-child {
    border-bottom:10px solid #CCC;
}

.head_cell {
    background-color:#CCC;
    font-weight:bold;
    text-align:center;
    height:36px;
    line-height:36px;
    overflow:hidden;
}

.booked_slot,
.unavailable_before,
.unavailable_after {
    position:absolute;
    left:0;
    width:100%;
    cursor:not-allowed;
}

.unavailable_before {
    border-bottom:1px dashed #D00;
}

.unavailable_after {
    border-top:1px dashed #D00;
}

.booked_slot {
    background:#A00;
    opacity:0.6;
}

.booked_slot.basket {
    background:#FFC0CB;
}

.booked_slot.booked {
    background:#000eff;
}

.booked_slot .indicator {
    border: 1px solid #777;
        background: #AAA;
        float: right;
        padding: 10px;
}

.unavailable_before .indicator,
.unavailable_after .indicator {
    display : none;
}

.room_col > .time_cell {
    cursor:pointer;
}

.calendar_booking_form_overlay {
    display:none;
    position:absolute;
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    z-index:999;
}

.calendar_booking_form {
    position:relative;
    background:#FFF;
    width:60%;
    min-width:300px;
    padding:15px;
    margin:0 auto;
    border-radius:6px;
    box-shadow:0px 0px 8px 0px #333;
}

img.calendar_booking_form_close {
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer;
    max-width:32px;
    max-height:32px;
}

/* ==== checkout ==== */

.checkout-terms-container {
    border:2px solid #E33;
    background:#FFF5F5;
    clear:both;
    padding:10px;
    margin:0 0 10px 0;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
            border-radius:5px;
}

.checkout-terms-agree {
    position:relative;
}

.checkout-terms-container label {
    color:#E33;
    font-size:1.5em;
    float:none;
    line-height:1.1;
    width:100%;
    position:absolute;
    top:0;
    left:26px;
}

.checkout-terms-agree div {
    padding:4px 0;
}

.checkout-terms-agree .checkbox {
    padding: 5px 0px 0px 23px !important;
}

#tblAttendees .checkmark {
    top: 6px;
}

.checkout-terms-agree .checkmark {
    top: 5px;
}

.checkout-terms-accepted {
    background:#F8FBF8;
    border:2px solid #5A5;
}

.checkout-terms-accepted label {
    color:#060;
}

.checkout-terms {
    margin-bottom:15px;
    /*
    overflow-y:auto;
    max-height:400px;
    */
}

@media screen and (min-width:480px) {
    .checkout-card-img-sagepay,
    .checkout-card-img-sagepaypi {
        background-image:url('../image/sagepay-secure.png');
        background-position:top right;
        background-repeat:no-repeat;
    }
}

.payment_option_box {
    background-color:#F5F5F5;
    padding:15px 15px 0 15px;
    border:1px solid #DDD;
    margin-bottom:15px;
}

/* Postcode search. */

#PostcodeSearchResults,
#PostcodeSearchResults option {
    width:100%;
}

/* ==== checkout/confirmation ==== */

.confirmed-booking {
    border-left:15px solid #080;
    margin-bottom:15px;
}

.confirmed-booking-waiting {
    border-left-color:#DDD;
}

.confirmed-booking-pending {
    border-left-color:#FC0;
}

.confirmed-booking-failed {
    border-left-color:#D00;
}

.confirmed-booking-inner {
    background-color:#F5F5F5;
    border:1px solid #DDD;
    padding:15px 15px 0 15px;
}

.confirmed-booking h4 {
    font-size:1.6em;
    margin-bottom:5px;
}

.confirmed-booking p {
    margin-bottom:5px;
}

.confirmed-booking p:last-child {
    margin-bottom:15px;
}

/* ==== checkout/print ==== */

.print-logo {
    max-width:40%;
}

/* ==== merchandise ==== */

.products_container {
    width:100%;
    float:left;
    margin:0 0 15px 0;
}

.product_box {
    width:23%;
    float:left;
    margin:0 13px 0 0;
    overflow:hidden;
    padding:10px;
    border:2px solid #fff;
    cursor:pointer;
    height:220px;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
            border-radius:5px;
}

.product_box:hover a {
    text-decoration:none;
}

.product_box_image {
    text-align:center;
    height:154px;
}

.product_box_image img {
    max-width:158px;
    max-height:136px;
}

.product_box_price {
    margin:-56px 0 0 0;
    z-index:9999999;
    position:relative;
    float:right;
}

.product_box_price_bg {
    width:75px;
    height:35px;
    margin:-27px 0 0 0;
    padding:5px;
    position:relative;
    z-index:1;
}

.product_box_price_text {
    font-weight:bold;
    color:#fff;
    position:relative;
    z-index:2;
    text-align:center;
}

.product_box p {
    text-align:center;
    color:#a5ce42;
    margin-top:5px;
}

/* ==== merchandise/product ==== */

.product_name {
    font-size:1.8em;
    float:left;
    width:75%;
}

.product_image {
    max-width:100%;
    max-height:400px;
}

.product_price {
    padding:10px;
    float:right;
    color:#fff;
    font-weight:bold;
    font-size:18px;
    width:25%;
    text-align:center;
    margin-bottom:15px;
}

.product_dropdown {
    box-sizing:border-box;
    clear:both;
    margin-top:15px;
    width:100%;
}

.product_dropdown label {
    width:20%;
    float:left;
    margin:10px 0 0 0;
    padding:0;
}

.sod_select {
    width:80% !important;
    cursor:pointer;
}

.sod_list_wrapper {
    width:100% !important;
}

.colourBox {
    float:left;
    height:10px;
    margin:0 10px 0 0;
    width:10px;
}

.product_button {
    float:right;
    margin:15px 0 0 0;
}

/* Sorting/paging. */

.products_sort_bar {
    padding:20px;
}

.products_sort_bar .products_sort_box,
.products_sort_bar .products_page_box {
    width:50%;
    float:left;
}

.pagination_number {
    border:1px solid #333;
    background-color:#ccc;
    color:#333;
    margin:0 2px 0 0;
    padding:0 6px 0 6px;
    float:left;
}

/* ==== myaccount/profile ==== */

.balance {
    width:100%;
    padding:10px;
    margin-bottom:10px;
}

.balance h2 {
    margin:0;
    font-size: 20px;
}

/* ==== myaccount/imageupload ==== */

#profilePhoto {
    margin-bottom:15px;
}

.dropzone-notice {
    background: white none repeat scroll 0 0;
    min-height: 30px;
    padding: 3px;
    margin-bottom: 5px;
    clear: both;
}

.dropzone-notice span {
    font-size: 2em;
}

#currentPhoto {
    padding: 5px 5px 0 5px;
    margin-bottom:15px;
}

#currentPhoto,
.dropzone,
.dropzone-notice,
#webcamCapture {
    border: solid 1px #EFEFEF;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

#currentPhoto img {
    width: 100%;
}

#webcamCapture{
    width: 334px;
    height: 254px;
    padding: 5px;
    clear: both;
}

#webcamWrapper {
    width: 320px;
    height: 240px;
    position: relative;
}

#webcamWrapper div {
    position: absolute;
    width: 320px;
    height: 240px;
    top: 0;
    left: 0;
}

#flash {
    background-color: #FFFFFF;
    z-index: 2;
    display: none;
    opacity: 1;
}

#webcamActions {
    clear: both;
    width: 320px;
    text-align: center;
    margin-top: 15px;
    height: 30px;
}

#webcamActions button,
#webcamActions div {
    display: none;
}

#webcamAccessRequired {
    display: none;
    color: red;
    font-size: 14pt;
}

#progressBar {
    width: 320px;
    float: right;
}

#progressBar div {
    box-sizing: content-box;
}

#methodUpload,
#methodWebcam,
#enableWebcam {
    display: none;
}

.methodHeading button {
    float: left;
}

.methodHeading h3 {
    float: left;
    margin-left: 20px;
}

#webcamActionSnap {
    width: 100%;
    float: right;
}
#webcamActionRetry {
    width: 49%;
}
#webcamActionSave {
    width: 49%;
    float: right;
}

#my_camera h3,
#my_result h3,
#webcamAccessRequired h3 {
    color: red;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

/* ==== financial/ewallethistory ==== */

table tbody.ewallet-transaction.has-items {
    cursor:pointer;
}

table tr.ewallet-transaction-header td {
    background:#F7F7F7;
}

table tr.ewallet-transaction-item td {
    font-size:0.85em;
    color:#555;
    padding:4px 8px;
    background:#F2F2F2;
}

.btnPayment {
    line-height:1.2;
    padding:7px 12px;
}

/* */

.partner-box {
    margin-bottom:15px;
    border:1px solid #DDD;
    background:#FFF;
}

.partner-box a {
    text-decoration:none;
    display:block;
    position:relative;
    padding:15px;
    min-height:250px;
}

.partner-box h3 {
    text-align:center;
    color:#000;
    min-height:60px;
    position:relative;
}

.partner-box h3 span {
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    width:100%;
}

.partner-logo {
    background-position:center;
    background-size:contain;
    height:250px;
    background-repeat:no-repeat;
    margin-bottom:10px;
}

.partner-view-logo {
    background:#FFF;
    padding:10px;
    border:1px solid #CCC;
    margin-bottom:15px;
    margin-left:15px;
}

.partner-view-logo img {
    display:block;
    width:100%;
}

.partner-banner {
    width:100%;
}

.dark {
    color: #333;
}

/* Temporary quick-signup required field styling. */

#quick-signup label.required::before {
    content:"";
}

#quick-signup label.required::after {
    color:red;
    content:" *";
}

label.checkbox, label.radio {
    font-weight: normal;
    margin: 0;
    padding: 0px 0px 0px 23px;
    width: auto;
}
