﻿body {
    padding-top: 0px
}

.sw-theme-arrows > .tab-content > .tab-pane {
    padding: 10px;
    background: white;
}

.toolbar.toolbar-bottom {
    display: none !important;
}

.fullwidth_column {
    width: 100%;
    padding: 20px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #d2d2d2;
    cursor: pointer;
}

.fullwidth_column.selected {
    border-color: green;
    box-shadow: 0 0 5px 0;
}

.fullwidth_column.selected h2 {
    color: black;
}

.fullwidth_column h2 {
    font-size: 17px;
    font-weight: 500 !important;
    color: gray;
}

.fullwidth_column:hover {
    box-shadow: 0 0 5px 0 #ababab;
}

 .fullwidth_column:hover h2 {
     color: black;
 }

@media screen and (max-width:767px) {
    .qty_res {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .qty_res input {
        height: 40px;
    }
}

.body-content {
    padding-top: 0px
}

.hasNoActivity {
    background-color: #eeeeee !important;
    color: #999999 !important;
}

.divreservation {
    width: calc(100% - 410px) !important;
    float: left;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.available-div {
    /* margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #2a2a2a;
    height: 62px;
    line-height: 60px;
    text-align: center;*/
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #2a2a2a;
    height: 100%;
    line-height: 60px;
    text-align: center;
}

.available-div-selected {
    background-color: #53a93f;
}

.StartTimeStopTime {
    display: inline-block;
    vertical-align: top;
    height: 62px;
    float: left;
    width: 20%;
}

.wizardStep-separator {
    position: absolute;
    top: 88px;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
    z-index: 1;
}

.description-div {
    /* margin: 1px 0;
    background-color: #dedede;
    height: 96%;
    padding: 0;
    display: inline-block;
    width: 50%;*/
    margin: 1px 0;
    background-color: #dedede;
    height: 96%;
    padding: 0;
    display: inline-block;
    width: 50%;
    align-items: center;
    text-align: center;
}

.progress-meter {
    position: static;
    float: right;
    background-color: #9fff60;
    height: 100%;
    white-space: nowrap;
}

.progress-meter-text {
    /* line-height: 18px;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;*/
    line-height: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: 9999;
}

.bookBtn {
    width: 20%;
    vertical-align: top;
    float: right;
    background-color: #53a93f;
}

    .bookBtn:hover {
        background-color: #65b951;
        cursor: pointer;
    }

.ishide {
    visibility: hidden;
    width: 20%;
}

.sw-theme-circles .step-contents {
    padding: 10px 20px;
    background-color: rgba(255,255,255,.95);
    text-align: left;
}

.sw-theme-circles > ul.step-anchor {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    display: inline-flex;
    width: 100%;
    justify-content: center;
    border: none;
    list-style: none;
    margin-bottom: 40px;
    padding: 5px 0;
}

    /*.sw-theme-circles > ul.step-anchor > li {
        margin: 0px auto;
    }*/

    .sw-theme-circles > ul.step-anchor > li > a {
        border: 2px solid #f5f5f5;
        background: #f5f5f5;
        width: 150px;
        height: 150px;
        text-align: center;
        padding: 50px 0;
        border-radius: 50% !important;
        -webkit-box-shadow: inset 0px 0px 0px 3px #fff !important;
        box-shadow: inset 0px 0px 0px 3px #fff !important;
        text-decoration: none;
        outline-style: none;
        z-index: 99;
        color: #bbb;
        background: #f5f5f5;
    }

.smartwizard-header-text {
    visibility: visible;
}

.panel-info > .panel-heading {
    color: #fbfbfb;
    background-color: #5bc0de;
    border-color: #bce8f1;
}

@media only screen and (max-width: 1200px) {
    .sw-theme-circles > ul.step-anchor > li > a {
        width: 120px;
        height: 120px;
        padding: 25px 0;
        font-size: 12px;
    }

    .sw-theme-circles > ul.step-anchor:before {
        top: 62px;
    }

    .booked-number {
        margin-right: 30px;
        padding: 6px 0px;
    }
}

@media only screen and (max-width: 991px) {
    .sw-theme-circles > ul.step-anchor > li > a {
        width: 100px;
        height: 100px;
        padding: 21px 0;
        font-size: 10px;
    }

    .sw-theme-circles > ul.step-anchor:before {
        top: 53px;
    }
}
@media screen and (max-width: 700px) {
    .sw > .nav {
        flex-direction: row !important;
        flex: 1 auto;
        flex-wrap: nowrap;
        overflow-y: scroll;
    }
    .sw.sw-justified > .nav li {
        min-width: 180px;
    }
}
@media only screen and (max-width: 768px) {
    /*  .divreservation {
        width: 98%;
    }*/

    .smartwizard-header-text {
        /*visibility: hidden;*/
        font-size:13px !important;
    }

    .container {
        width: auto;
    }

    .sw-theme-circles > ul.step-anchor {
        display: inline-flex;
        width: 100%;
    }

        .sw-theme-circles > ul.step-anchor:before {
            top: 25px;
        }

        .sw-theme-circles > ul.step-anchor > li > a {
            width: 50px;
            height: 50px;
            padding: 12px;
        }
}

@media only screen and (max-width: 540px) {
    .available-div {
        /* margin-right: 11px;
        margin-left: 0px;*/
        font-size: 12px;
    }

    .StartTimeStopTime {
        float: inherit;
        width: 24%;
    }

    /*.progress-meter-text {
        top: 34%;
    }*/

    .bookBtn {
        width: 24%;
        border: 0;
    }

    .container {
        width: auto;
        padding-right: 5px;
        padding-left: 5px;
    }

        .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
            margin-right: 0px;
            margin-left: 0px;
        }

    /*.sw-theme-circles .step-contents {
        padding: 10px 5px;
    }*/

    .sw-theme-circles > ul.step-anchor > li {
        border: none;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 420px) {
    .progress-meter-text {
        left: 50%;
    }

    .tbl-td-quanity {
        padding: 0px !important;
    }

    .tbl-td-price {
        padding: 2px !important;
    }

    .tbl-td-product-desc {
        font-size: 13px;
    }

    .booked-number {
        height: 22px;
        margin-right: 22px;
        padding: 6px 0px;
        font-size: 10px;
    }

    #select-date {
        font-size: 11px;
        line-height: 15px;
    }

    #select-time {
        font-size: 11px;
    }

    .btn-remove-row {
        padding: 0px 4px;
    }

    .btn-quant-plus {
        padding: 0px 3px;
    }

    .btn-quant-minus {
        padding: 0px 3px;
    }

    #form-step-2 {
        padding: 5px;
    }

    .choose-person-header {
        font-size: 22px;
        font-weight: 600 !important;
    }

    .choose-person-subheader {
        font-size: 15px;
    }

    #cart {
        font-size: 12px;
    }
}

@media only screen and (max-width: 350px) {

    #person-count {
        padding: 10px 0px;
    }
}

@media only screen and (max-width: 650px) {

    h2.custom-grey {
        font-size: 17px !important;
    }

    a.nav-link > span.glyphicon, span.fa, span.fad {
        font-size: 15px !important;
    }

    a.nav-link > span.smartwizard-header-text {
        font-size: 12px !important;
        visibility: visible;
    }
}

h2.custom-grey {
    color: #989898;
    font-weight: bold !important;
}

.sw-theme-arrows {
    border: none !important;
}


/*activity groups css*/
.brush_color {
    padding: 15px 15px;
    /* background-color: #F5F5F5;*/
    border-radius: 5px;
    margin-bottom: 20px;
}

    .brush_color .nav-tabs {
        background-color: transparent;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
    }

        .brush_color .nav-tabs > li > a {
            background-color: #ffffff;
            border-radius: 22px;
            border: 1px solid #DEDEDE;
            margin-right: 10px;
            border-radius: 22px !important;
            line-height: 16px;
            font-weight: 700;
            /*            margin-bottom: 5px;*/
        }

        .brush_color .nav-tabs > li.active > a {
            background-color: #31B5E9;
            color: #ffffff;
            border-radius: 22px;
            margin-top: 0;
            border: none !important;
        }

        .brush_color .nav-tabs > li > a:hover,
        .brush_color .nav-tabs > li > a:focus {
            background-color: #31B5E9;
            color: #ffffff;
            border-radius: 22px;
        }

    .brush_color .brush_title {
        margin-bottom: 20px;
    }

        .brush_color .brush_title h5 strong {
            font-size: 20px;
        }

    .brush_color .color_select {
        display: flex;
        flex-wrap: wrap
    }

    .brush_color .brush_op {
        width: 100%;
        max-width: 360px;
        display: flex;
        align-items: center;
        border: 1px solid #DEDEDE;
        height: 70px;
        border-radius: 10px;
        padding: 15px 10px;
        margin-bottom: 20px;
        margin-right: 20px;
    }

        .brush_color .brush_op:hover {
            border-radius: 10px;
            border-color: #31B5E9;
        }

        .brush_color .brush_op .radio {
            width: 100%;
            margin-top: -4px;
        }

            .brush_color .brush_op .radio span {
                display: block;
                color: #AAAAAA;
                font-size: 10px;
            }

                .brush_color .brush_op .radio span strong {
                    color: #333333;
                    font-size: 16px;
                    padding-right: 5px;
                }

            .brush_color .brush_op .radio input[type=radio] {
                width: 18px;
                height: 18px;
                right: 0px;
                position: absolute;
            }

                /* .brush_color .brush_op .radio input[type=radio],
        .brush_color .brush_op .radio-inline input[type=radio] {
            margin-left: -28px;
        }*/

                .brush_color .brush_op .radio input[type=radio]::after {
                    background-color: #31B5E9;
                }

        .brush_color .brush_op p {
            font-size: 15px;
            color: #333333;
            margin-top: 2px;
            margin-bottom: 0px;
        }

.brush_op .grey_box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

    .brush_op .grey_box img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        object-position: center;
        border-radius: 50%;
    }

.brush_color .brush_op .radio label {
    padding-left: 16px;
    position: relative;
    width: 100%;
}

.brush_color .brush_op .radio p span {
    font-size: 16px;
    color: #2d2d2d;
}

#myTab li {
    margin-bottom: 3px !important;
}

@media screen and (max-width:1024px) {
    .brush_color .brush_op {
        max-width: 293px;
    }
}

@media screen and (max-width:812px) {
    .brush_color .brush_op {
        max-width: 340px;
    }
}

@media screen and (max-width:750px) {
    .brush_color .brush_op {
        max-width: 100%;
        margin-right: 0px;
    }
}

.div-disabled {
    background: #c7c7c7 !important;
    cursor: not-allowed;
}

.div_block_3 {
    float: left;
    width: calc(33.3% - 22.5px) !important;
    margin-left: 15px;
    border: 1px solid;
}

.slot_time {
    font-weight: normal;
}

.bootstrap-datetimepicker-widget {
    width: 100%;
}

    .bootstrap-datetimepicker-widget table td.day {
        height: 40px;
    }

.datepicker th {
    font-size: 14px;
    /*font-family: 'Font Awesome 5 Pro';*/
}

.datepicker td {
    font-size: 15px;
    font-weight: 400;
    /*font-family: 'Font Awesome 5 Pro';*/
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 10px;
}

.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
    font-size: 15px;
}

.col_40 {
    width: calc(40% - 30px);
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

.col_310 {
    width: 350px;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 992px) {
    /* .col_40 {
        width: calc(100% - 30px) !important;
    }*/
    .col_310 {
        width: 100%;
    }

    .divreservation {
        width: 100% !important;
    }
}

@media (max-width: 600px) {
    /* .col_40 {
        width: calc(100% - 30px) !important;
    }
    .col_310 {
        width: calc(100% - 30px) !important;
    }
    .divreservation {
        width: calc(100% - 30px) !important;
    }*/

    .bootstrap-datetimepicker-widget table td.day {
        height: 40px;
    }

    .datepicker th {
        font-size: 12px;
        /*font-family: 'Font Awesome 5 Pro';*/
    }

    .datepicker td {
        font-size: 15px;
        font-weight: 400;
        /*font-family: 'Font Awesome 5 Pro';*/
    }

    .bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
        font-size: 13px;
    }

    .div_block_3 {
        width: calc(50% - 7.5px) !important;
        border: 1px solid;
        margin-left: 0;
    }

        .div_block_3:nth-child(even) {
            margin-left: 15px;
        }
}
