﻿[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

#preloader-container {
    z-index: 1000;
    display: none;
    position: absolute;
    left: 50%;
    top: 300px;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin-left: -100px;
    margin-top: -100px;
    background-color: #fff;
    border: 3px solid #ddd;
}

#preloader img {
    margin-left: 36px; /* -1 * image width / 2 */
    margin-top: 36px; /* -1 * image height / 2 */
    display: block;
}

@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: none;
}

.login-background {
    padding: 10px;
    background: #6cd96c;
    font-weight: bold;
}

.login-error-background {
    padding: 5px;
    background: #dc143c;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

    .login-error-background a {
        color: #ffd2d2;
        text-decoration: underline;
    }

.inputrequired label:after {
    color: #e32;
    content: ' *';
    display: inline;
    font-size: 20px;
    font-weight: bold;
    line-height: 1px;
    margin-left: -5px;
}

#bookingbody {
    overflow: auto;
}

@media(min-width: 768px) {
    .site-wrapper {
        min-height: 800px;
    }
}

#basket-info .box-content {
    padding: 1px 4px 1px 4px;
    margin-top: 5px;
}

#login-info {
    margin-left: 5px;
}

@media only screen and (max-width: 767px) {
    #loginbox {
        margin-top: 0;
        margin-left: 0;
        margin-right: 4px;
    }

        #loginbox .alert {
            padding: 4px;
        }
}


#store-link {
    height: 119px;
    line-height: 119px;
    float: right;
}

.progress {
    margin-top: 8px;
    margin-bottom: 4px;
    list-style: none;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #849397;
}

    .progress > li {
        position: relative;
        display: table-cell;
        text-align: center;
        font-size: 0.8em;
    }

        .progress > li:before {
            content: attr(data-step);
            display: block;
            margin: 0 auto;
            background: #DFE3E4;
            width: 3em;
            height: 3em;
            text-align: center;
            margin-bottom: 0.25em;
            line-height: 3em;
            border-radius: 100%;
            position: relative;
            z-index: 1000;
        }

        .progress > li:after {
            content: '';
            position: absolute;
            display: block;
            background: #DFE3E4;
            width: 100%;
            height: 0.5em;
            top: 1.25em;
            left: 50%;
            margin-left: 1.5em\9;
            z-index: -1;
        }

        .progress > li:last-child:after {
            display: none;
        }

        .progress > li.is-complete {
            color: #008bfa;
        }

            .progress > li.is-complete:before, .progress > li.is-complete:after {
                color: #FFF;
                background: #008bfa;
            }

        .progress > li.is-active {
            color: #FFD800;
        }

            .progress > li.is-active:before {
                color: #FFF;
                background: #FFD800;
            }

/**
 * Needed for IE8
 */
.progress__last:after {
    display: none !important;
}

/**
 * Size Extensions
 */
.progress--medium {
    font-size: 1.5em;
}

.progress--large {
    font-size: 2em;
}

.panel-service .panel-body {
    min-height: 120px;
}

#booking-status {
    background-color: #DFE3E4;
    float: right;
    margin-top: 15px;
}

    #booking-status span {
        padding: 10px;
    }

td.table-firstcol {
    width: 70px;
    padding: 0 !important;
    border-top: none !important;
}

    td.table-firstcol .panel {
        margin-bottom: 0;
    }

        td.table-firstcol .panel .panel-heading {
            padding: 0;
            text-align: center;
        }

        td.table-firstcol .panel .panel-body {
            padding: 4px;
        }

            td.table-firstcol .panel .panel-body h2 {
                margin: 5px 0;
            }

            td.table-firstcol .panel .panel-body h4 {
                margin: 0;
            }

tbody > tr > td.table-daycol {
    padding: 0 !important;
}

.daygraph {
    display: table;
    width: 100%;
    table-layout: fixed; /* For cells of equal size */
}

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

    .daygraph {
        margin-bottom: 50px;
    }
}

.daygraphchunk {
    display: table-cell;
    text-align: center;
}

.daygraphchunk-inner {
    border: 2px solid #fff;
}

    .daygraphchunk-inner h5 {
        background-color: #DFE3E4;
    }

.time-price {
    margin: 0;
    display: block;
    padding: 0;
    margin-bottom: -2em;
    font-style: italic;
}

    .time-price span {
        font-style: normal;
    }

@media only screen and (max-width: 767px) {
    td.table-firstcol {
        width: 10px;
        font-size: 70%;
    }

        td.table-firstcol h2 {
            font-size: 70%;
        }

        td.table-firstcol h2 {
            font-size: 70%;
        }
}

.time-book {
    margin-bottom: 3px;
}

.time-child {
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #fff;
    background-color: #30353C;
}

    .time-child:hover {
        cursor: pointer;
        background-color: #6CD96C;
        color: #000;
    }

.booked, .time-selected {
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #fff;
    background-color: #cadbca;
    color: #353535;
}

}

.time-selected {
    background-color: #849397 !important;
    border-color: #849397 !important;
}

.time-booked {
    margin-right: 4px;
    padding: 4px;
}

    .time-booked h5 {
        margin: 0;
    }

.icon-google {
    background-color: #dd4b39 !important;
    color: #fff !important;
}

.icon-facebook {
    background-color: #3b5998 !important;
    color: #fff !important;
}

.child-list {
    padding: 10px !important;
    list-style: none;
}

.legend span {
    display: block;
    font-size: 15px;
}
/*Pretty checkbox*/

.tasks-list-item {
    display: block;
    line-height: 24px;
    padding: 12px 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .tasks-list-item + .tasks-list-item {
        border-top: 1px solid #f0f2f3;
    }

.tasks-list-cb {
    display: none;
}

.tasks-list-mark {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 12px;
}

    .tasks-list-mark:before {
        content: '';
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -5px 0 0 -6px;
        height: 8px;
        width: 12px;
        border: solid #fff;
        border-width: 0 0 4px 4px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.tasks-list-cb:checked ~ .tasks-list-mark {
    border-color: #fff;
}

    .tasks-list-cb:checked ~ .tasks-list-mark:before {
        display: block;
    }

.tasks-list-desc {
    font-weight: bold;
    color: #fff;
}

#payment-section .tasks-list-desc {
    color: #000;
}

#payment-section .tasks-list-cb:checked ~ .tasks-list-mark {
    border-color: #000;
}

#payment-section .tasks-list-mark {
    border-color: #000;
}

    #payment-section .tasks-list-mark:before {
        border-color: #000;
    }

/*---*/
#orderdetails {
}

#donation {
    background-image: url('/images/yellowball.jpg');
    background-size: cover;
    margin-top: 10px;
    margin-bottom: 10px;
}

    #donation h3 {
        color: #fff;
        font-weight: bold;
    }

    #donation p, #donation span {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 5px;
    }

    #donation img {
        display: block;
        margin: 0 auto;
        margin-right: 20%;
    }

    #donation .tasks-list-item {
        padding-top: 30px;
        padding-bottom: 10px;
    }

        #donation .tasks-list-item span {
            background-color: #fff;
            padding: 10px;
        }

.orderLines {
    margin-bottom: 4px;
    margin-top: 4px;
}

    .orderLines > h4 {
        width: 100%;
    }

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

.paymentform {
    background-color: #f8f8f8;
    padding: 4px;
}

.border-bottom {
    border-bottom: 1px solid #f0f3f4;
}

.border-total {
    border-bottom: 3px solid #c9cbcc;
    margin-bottom: 15px;
}

    .border-total h4 {
        font-weight: 700;
    }

.tab-pane .box {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    margin-top: -1px;
}

.btn-shadow {
    border: 3px solid #000!important;
    margin-left: 2px;
    margin-right: 2px;
}

.btn-disabled {
    pointer-events: none;
}
