﻿@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800&subset=latin,latin-ext';

:root {
    --kolor-1: #797A7E;
    /*menu  0244a1*/
    --kolor-2: #3a3b3b;
    /*wybrany element  17d4fc*/
    --kolor-3: white;
    /*tekst white*/
    --kolor-4: navy;
    /*tekst white*/
    --kolor-5: orange;
    /*tekst white*/
    --kolor-6: transparent;
    /*tlo w bookUro*/
    --font-1: 'Open Sans';
    --font-2: 'Poppins';
}

html{
    scroll-behavior: smooth;
}
body {
    padding-top: 0px;
    font-family: var(--font-1);
    /*  font-family: var(--font-1), 'FontAwesome' !important;*/
}

/* logo green 00B51A*/
/* vizu red   F54343*/
/* granatowy  333F48*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--font-1);
}

.mobile {
    visibility: hidden;
}

.desktop {
    visibility: hidden;
}

@media (max-width: 1200px) {
    .mobile {
        visibility: visible;
    }

    .desktop {
        height: 0px;
    }
}

@media (min-width: 1201px) {
    .desktop {
        visibility: visible;
    }

    .mobile {
        height: 0px;
    }
}


.selectedSlot {
    border-color: var(--font-1) !important;
    border-width: 2px !important;
    border-style: solid !important;
}

btn-payIt {
    background-color: var(--kolor-1);
    margin-right: 10px;
}

.title {
    display: inline-block;
}

.dayPanelTitle {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.btn-arrow-back {
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px;
    color: #6d6d6d;
    background: transparent;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 10px;
    font-size: 28px;
    position: relative;
}


.btn-arrow-back:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f060';
    padding-left: 1px;
    position: absolute;
    font-weight: 900;
    display: inline-block;
    left: 4px;
    top: 2px;
    font-size: 18px;
}

.btn.btn-info {
    background-color: #00B51A;
    border-color: #333F48 !important;
    color: white !important;
    font-size: 14px !important;
}

.btn.btn-info:active:hover:focus {
    background-color: #00B51A !important;
}

.btn-qty {
    font-family: 'FontAwesome' !important;
    background-color: white;
    border-color: lightgray;
    width: 32px;
    height: 32px;
    margin-top: -3px;
}

.btn-sm {
    font-size: 14px !important;
}

/* form styling */
#form-container {
    background: #2f2f2f;
    margin-bottom: 20px;
    border-radius: 5px;
}

#form-container .page-header {
    background: #151515;
    margin: 0;
    padding: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* numbered buttons */
#status-buttons {}

#status-buttons a {
    color: #00B51A;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    text-align: center;
    text-transform: uppercase;
}

#status-buttons a:hover {
    text-decoration: none;
}

/* we will style the span as the circled number */
#status-buttons span {
    background: grey;
    display: block;
    height: 30px;
    margin: 0 auto 10px;
    padding-top: 5px;
    width: 30px;
    border-radius: 50%;
}

/* active buttons turn light green-blue*/
#status-buttons a.active span {
    background: #F54343;
}

.btn-dalej {
    background-color: #00B51A;
    color: white;
    /*width:45% !important;*/
    min-width: 100px;
    max-width: 180px;
    padding: 0px;
    height: 32px;
}


.datepicker.dropdown-menu {
    font-family: "FontAwesome" !important;
    z-index: 20000;

}

.dropdown-menu.datepicker {
    top: 40px !important;
    margin-left: 30px;
    font-family: "FontAwesome" !important;


}

/*.btn.btn-default {       
  background-color: white!important; 
}*/




.list-group-item {
    padding-right: 0px !important;
}

.btn.btn-default.btn-dalej:hover,
.btn.btn-default.btn-dalej:active,
.btn.btn-default.btn-dalej:focus,
.btn.btn-default.btn-dalej.hover {
    color: #00B51A;
    background-color: white;
}

.btn .btn-default .btn-dalej :hover :focus {
    color: #00B51A;
    background-color: #151925;
}

label {
    font-weight: 200;
    font-size: 13px ;
}

.form-group {
    margin-bottom: 4px !important;
}


.well {
    /*background-color: transparent !important;*/
    border: 0px !important;
    radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
    padding: 0px !important;
}

.bookingInfoLabel {
    /*margin: 0 auto;*/
    margin-left: 10px;
    display: block;
    margin-right: 10px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.dayPanel {
    display: table !important;
    margin: 0 auto !important;
    margin-right: 0;
    margin: 0 auto;
    display: inline-block !important;
    padding: 10px;
    width: 118px;
    line-height: 20px;
    /*display: block;*/
    float: left;
    margin-top: 0px !important;
    margin-left: 20px;
    margin-right: 20px;
    min-height: 120px;
}

.dayPanel-1 {
    width: 120px;
    line-height: 20px;
    display: block;
    float: left;
    margin-top: 0px !important;
    margin-left: 20px;
    margin-bottom: 20px !important;
}

.booking1message {
    margin: 15px;
}

.banner {
    margin-bottom: 15px;
    width: 100%;
    margin-top: -20px;
}

.txtNoOfPeople {
    font-size: 16px;
    text-align: center;
    width: 35px;
    height: 34px;
}

.minusIcon {
    margin-left: -3px;
}

.step1_calendarDiv {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 5px;
}

#wrap {
    padding: 40px;
    text-align: center;
    width: 600px;
}

#left,
#right {
    background: #ccc;
    display: inline-block;
    padding: 20px;
}

div.step1_EventDiv {
    background-color: #00B51A !important;
    color: white !important;
    cursor: pointer;
}

div.step1_Progress {
    height: 10px !important;
    margin-bottom: 2px;
}

.progress-description {
    padding-bottom: 15px;
}

div.step1_ProgressBar {
    height: 10px;
}

.step1_hour {
    font-size: 16px;
    padding-top: 9px;
    width: 60px;
}

.ratesTable {
    margin-left: 10px;
}

.visistTypeLine {
    line-height: 25px;
}

.visittypeTicketDescription {
    display: inline;
}

.visittypeDescription {
    line-height: 13px;
    font-size: 13px;
    font-style: italic;
    padding: 2px 0 0 0;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
}

.loadingInfo {
    margin-left: 40px;
    margin-top: 20px;
}

.slotInfoAvailable {
    background: transparent;
    height: 30px;
}

.slotInfoSpanAvail {
    padding-top: 15px !important;
}

.slotProgressInfo {
    max-height: 30px;
    height: 30px;
    font-size: 9px;
}

div.inline {
    float: left;
}

.bookitMain {
    display: block;
    margin: 0 auto;
    text-align: center;
    /*background-color:brown;*/
}

.btn-sm {
    font-size: 14px !important;
}

.progress-bar-success {
    height: 30px !important;
}

.dobInput {
    width: 100%;
    border-width: 0px !important;
    font-size: 12px;
}

.bookIt_Step1_Calendar {
    font-size: 12px;
}

.step3Panel {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px
}

.step3_div {
    margin: 15px;
}

.step3_Table {
    font-size: 16px !important;
}

.lastOne {
    padding-right: 50px !important;
}

tr.noBorder td {
    border-width: 0px !important;
}

.step3_col3 {
    text-align: right;
}

.step3_col2 {
    text-align: left;
}


.text-uppercase {
    text-transform: uppercase;
}

.dayPanel {
    width: 80px;
    line-height: 20px;
    display: block;
    float: left;
    margin-top: 0px !important;
    margin-left: 20px;
    margin-right: 20px;
    min-height: 120px;
}

.book {
    position: relative;
    height: 30px !important;
    width: 100% !important;
}

.info {
    width: 100%;
    height: 100%;
    margin: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.step1_divProgressBar {
    padding-top: 5px;
    z-index: 1;
    position: relative;
}

.step1_availabilityInfo {
    margin-top: 35px !important;
    width: 100% !important;
}

.step1_noOfPlaces {
    font-size: 12px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    line-height: 12px;
}

.step1_noOfPlaces2 {
    font-size: 12px;
    margin-top: 0px !important;
    padding-top: 0px;
    margin: 0px;
    line-height: 12px;
}

.step1_activityBarInfo {
    width: 100% !important;
    z-index: 10000;
    font-size: 9px;
    margin-top: 3px;
    float: left;
}

.step1_BarInfo {
    width: 210px !important;
    z-index: 10;
    /*position: relative;*/

    left: 0px;
    top: 0px;
    /// 
    display: block;
    z-index: 100;
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 0px !important;
}

div.step1_div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.step1_visitTypesList {
    text-align: left;
    -webkit-padding-start: 5px;
}

.step1_visitTypeListItem {
    font-size: 16px !important;
}


.slotActivityInfo {
    text-decoration: underline;
}

.step1_divRezerwuj {
    background-color: #333F48 !important;
    color: white;
    cursor: pointer;
    height: 30px !important;
    padding-top: 5px !important;
}

.step1_Rezerwuj {
    font-weight: bolder;
    font-size: 16px;
}


.book .image {
    text-align: center;
    position: relative;
    top: 50%;
}

.book:hover .info {
    display: block;
}


.full button span {
    background-color: limegreen;
    border-radius: 32px;
    color: black;
}

.partially button span {
    background-color: orange;
    border-radius: 32px;
    color: black;
}



input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.text-info {
    color: black !important;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default.hover {
    background-color: white !important;
}

#visitTypesOptions ul,
#visitTypesOptions li {
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 28px;
}

#visitTypesOptions {
    margin-left: 35px;
}

.progress {
    border-bottom-left-radius: 1px !important;
    border-bottom-right-radius: 1px !important;
    border-top-left-radius: 1px !important;
    border-top-right-radius: 1px !important;
}

.day2_noRegistration {
    margin-left: 25% !important;
}

#visitTypesOptions {
    margin-left: 50px !important;
}

#vtSelect {
    margin-left: 5px;
    /* max-width: 230px !important; */
}

#vtgSelect {
    margin-left: 5px;
    max-width: 230px !important;
}

#zoneSelect {
    margin-left: 5px;
    max-width: 230px !important;
}

/*.box.box-solid {
  border-top: 2px!important; 
  border: 2px black!important;
  border-top-width: 2px!important;
}*/


@media (max-width:244px) {
    #visitTypesOptions {
        margin-left: 30px !important;
    }

    .day2_noRegistration {
        margin-left: 1px !important;
    }

    .invoice {
        width: 99% !important;
        margin: 2px auto !important;
    }

    /*.btn-qty {
      visibility:hidden; width:1px!important;
    }*/
    .btn-qty {
        padding-left: 1px;
        padding-right: 1px;
        padding-top: 1px;
        padding-bottom: 1px;
        width: 18px;
    }

    /*.btn-sm{  font-size:12px!important;}*/
    .dayPanel-1 {
        width: 120px;
        line-height: 20px;
        display: block;
        float: left;
        margin-top: 0px !important;
    }

    .dayPanel {
        width: 220px !important;
        line-height: 20px;
        display: block;
        float: left;
        margin-top: 0px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .bookIt_Step1_Calendar {
        font-size: 8px !important;
    }

    .text-center {
        line-height: 12px !important;
    }

    .btn-info,
    .btn-default {
        /*calendar buttons size*/
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    .book {
        font-size: 10px !important;
    }

    .step2 {
        width: 245px;
    }

    .step3Panel {
        width: 100%;
        margin-left: 2px;
        margin-right: 2px;
    }

    .step3_div {
        margin: 2px;
    }

    .step3_Table {
        font-size: 8px !important;
        margin: 1px;
        max-width: 90% !important;
    }

    .box-title {
        font-size: 10px !important;
    }

    .textRight {
        padding-left: 1px;
        padding-right: 1px;
    }

    .textLeft {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .step3_col {
        padding: 1px !important;
    }
}

@media (min-width:245px) and (max-width:280px) {
    #visitTypesOptions {
        margin-left: 30px !important;
    }

    .day2_noRegistration {
        margin-left: 3px !important;
    }

    /*.btn-qty {
        visibility: hidden;
        width: 1px !important;
    }*/

    .dayPanelTitle {
        font-size: 16px;
    }

    .btn-qty {
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        width: 20px;
    }

    .btn-info,
    .btn-default {
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .invoice {
        width: 99% !important;
        margin: 2px auto !important;
    }

    /*.book {
        font-size: 10px !important;
    }
    .bookIt_Step1_Calendar {
        font-size: 10px !important;
    }*/
    /*.btn-sm{  font-size:12px!important;}*/
    .dayPanel-1 {
        width: 200px;
        line-height: 20px;
        display: block;
        float: left;
        margin-top: 0px !important;
    }

    .dayPanel {
        width: 244px;
        line-height: 20px;
        display: block;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .step3_Table {
        font-size: 10px !important;
        margin: 4px;
        max-width: 240px !important;
    }

    .step3_div {
        margin: 2px;
        max-width: 230px !important;
    }

    .box-title {
        font-size: 10px !important;
    }

    .step3Panel {
        max-width: 242px !important;
        margin-left: 4px !important;
        margin-right: 4px !important;
    }

    .bookIt_Step1_Calendar {
        font-size: 10px !important;
    }

    .step3_col {
        padding: 2px !important;
    }
}

@media (min-width:281px) and (max-width:299px) {
    #visitTypesOptions {
        margin-left: 30px !important;
    }

    .day2_noRegistration {
        margin-left: 3px !important;
    }

    /*.btn-qty {
        visibility: hidden;
        width: 1px !important;
    }*/
    .dayPanelTitle {
        font-size: 16px;
    }

    .btn-qty {
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        width: 24px;
    }

    .btn-info,
    .btn-default {
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .invoice {
        width: 99% !important;
        margin: 2px auto !important;
    }

    .dayPanel-1 {
        width: 250px;
        line-height: 20px;
        display: block;
        float: left;
        margin-top: 0px !important;
    }

    .dayPanel {
        width: 265px;
        line-height: 20px;
        display: block;
        float: left;
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .step3_Table {
        font-size: 10px !important;
        margin: 5px;
        max-width: 240px !important;
    }

    .step3_div {
        margin: 2px;
        max-width: 275px !important;
    }

    .box-title {
        font-size: 10px !important;
    }

    .step3Panel {
        max-width: 270px !important;
        margin-left: 4px !important;
        margin-right: 4px !important;
        width: 270px;
    }

    .bookIt_Step1_Calendar {
        font-size: 10px !important;
    }
}

@media (min-width:300px) and (max-width:315px) {
    #visitTypesOptions {
        margin-left: 30px !important;
    }

    .day2_noRegistration {
        margin-left: 5px !important;
    }

    .dayPanelTitle {
        font-size: 16px;
    }

    .btn-qty {
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 2px;
        padding-bottom: 2px;
        width: 28px;
    }

    .invoice {
        width: 99% !important;
        margin: 2px auto !important;
    }

    /*.btn-sm{  font-size:12px!important;}*/
    .dayPanel-1 {
        width: 300px;
        line-height: 20px;
        display: block;
        float: left;
        margin-top: 0px !important;
    }

    .dayPanel {
        width: 300px;
        line-height: 20px;
        display: block;
        float: left;
        margin-top: 0px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .btn-info,
    .btn-default {
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    /*.bookitMain {   margin-left: -15px;      }*/

    .step3_Table {
        font-size: 10px !important;
        margin: 5px;
        max-width: 290px !important;
    }

    .step3_div {
        margin: 2px;
        max-width: 270px !important;
    }

    .box-title {
        font-size: 10px !important;
    }

    .step3Panel {
        max-width: 300px !important;
        margin-left: 4px !important;
        margin-right: 4px !important;
    }

    .bookIt_Step1_Calendar {
        font-size: 10px !important;
    }
}

@media (min-width:316px) and (max-width:350px) {
    #visitTypesOptions {
        margin-left: 30px !important;
    }

    .day2_noRegistration {
        margin-left: 5px !important;
    }

    #vtSelect {
        max-width: 280px;
    }

    .dayPanelTitle {
        font-size: 16px;
    }

    .btn-qty {
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 2px;
        padding-bottom: 2px;
        width: 25px !important;
        height: 25px !important;
    }

    .invoice {
        width: 99% !important;
        margin: 2px auto !important;
    }

    /*.btn-sm{  font-size:12px!important;}*/
    .dayPanel-1 {
        width: 300px;
        line-height: 20px;
        display: block;
        float: left;
        margin-top: 0px !important;
    }

    .dayPanel {
        width: 300px;
        line-height: 20px;
        display: block;
        float: left;
        margin-top: 0px;
        margin-left: 25px !important;
    }

    /*.bookitMain { margin-left: -15px;      }*/

    .step3_Table {
        font-size: 10px !important;
        margin: 5px;
        max-width: 290px !important;
    }

    .step3_div {
        margin: 3px;
        max-width: 320px !important;
    }

    .box-title {
        font-size: 12px !important;
    }

    .step3Panel {
        max-width: 310px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}

@media (min-width:351px) and (max-width:450px) {
    .invoice {
        width: 99% !important;
        margin: 2px auto !important;
    }

    .day2_noRegistration {
        margin-left: 15px !important;
    }

    /*.btn-sm{  font-size:12px!important;}*/
    .dayPanel-1 {
        width: 300px;
        line-height: 20px;
        display: block;
        float: left;
        margin-top: 0px !important;
    }

    .dayPanel {
        width: 355px;
        line-height: 20px;
        display: block;
        float: left;
        margin-top: 0px;
        margin-left: 10px !important;
    }

    .dayPanelTitle {
        font-size: 16px;
    }

    #vtSelect {
        max-width: 250px;
    }

    /*.bookitMain{    margin-left:-15px;     }*/
    .step3_Table {
        font-size: 12px !important;
        margin: 5px;
        max-width: 330px !important;
    }

    .step3_div {
        margin: 4px;
        max-width: 340px !important;
    }

    .box-title {
        font-size: 12px !important;
    }

    .step3Panel {
        max-width: 340px !important;
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
}

@media (min-width:451px) and (max-width:600px) {
    .invoice {
        width: 99% !important;
        margin: 2px auto !important;
    }

    .day2_noRegistration {
        margin-left: 10px !important;
    }

    .dayPanel-1 {
        width: 450px;
        line-height: 22px;
        display: block;
        float: left;
        margin-top: 0px !important;
    }

    .dayPanelTitle {
        font-size: 18px;
    }

    .dayPanel {
        width: 460px;
        line-height: 22px;
        display: block;
        float: left;
        margin-top: 0px;
        margin-left: 10px !important;
    }

    /*.bookitMain {        margin-left: -15px;     }*/

    .step3_Table {
        font-size: 14px !important;
        margin: 5px;
        max-width: 450px !important;
    }

    .step3_div {
        margin: 4px;
        max-width: 450px !important;
    }

    .box-title {
        font-size: 14px !important;
    }

    .step3Panel {
        max-width: 450px !important;
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
}

@media (min-width:601px) and (max-width:800px) {
    .invoice {
        width: 99% !important;
        margin: 2px auto !important;
    }

    .day2_noRegistration {
        margin-left: 20% !important;
    }

    /*.btn-sm{  font-size:12px!important;}*/
    .dayPanel-1 {
        width: 400px;
        line-height: 20px;
        display: block;
        float: left;
        margin-top: 0px !important;
    }

    .dayPanel {
        width: 400px;
        line-height: 20px;
        display: block;
        margin-left: 10px;
        margin-top: 0px;
    }

    .dayPanelTitle {
        font-size: 18px;
    }

    /*.bookitMain {margin-left: -25px;}*/
    .box-title {
        font-size: 14px;
    }

    .lastOne {
        margin-left: 0px;
    }

    .step3_Table {
        max-width: 601px !important;
    }
}

@media (min-width:801px) and (max-width:991px) {
    .day2_noRegistration {
        margin-left: 20% !important;
    }

    .dayPanel-1 {
        width: 120px;
        line-height: 20px;
        display: block;
        float: left;
        margin-top: 0px !important;
    }

    .dayPanel {
        width: 290px;
        line-height: 20px;
        display: block;
        margin-top: 0px;
        margin-left: 10px;
    }

    .dayPanelTitle {
        font-size: 18px;
    }

    /*.bookitMain { margin-left: -25px;      }*/

    .box-title {
        font-size: 16px;
    }

    .lastOne {
        margin-left: 0px;
    }
}

@media (min-width:992px) and (max-width:1203px) {
    .day2_noRegistration {
        margin-left: 25% !important;
    }

    .step2_withRegistration {
        margin-left: 25% !important;
    }

    .dayPanel-1 {
        width: 120px;
        line-height: 20px;
        display: block;
        float: left;
        margin-top: 0px !important;
    }

    .dayPanel {
        width: 300px;
        line-height: 20px;
        display: block;
        float: left;
        margin-top: 0px;
    }

    .box-title {
        font-size: 14px;
        /*color:pink;*/
    }

    .lastOne {
        margin-left: 0px;
    }
}

@media (min-width:1204px) {
    .day2_noRegistration {
        margin-left: 25% !important;
    }

    .dayPanel-1 {
        width: 120px;
        line-height: 20px;
        display: block;
        float: left;
        margin-top: 0px !important;
    }

    .dayPanel {
        width: 300px;
        line-height: 20px;
        display: block;
        float: left;
        margin-top: 0px;
    }

    .dobInput {
        height: 35px !important;
    }

    .hideOnBig {
        display: none !important;
    }
}

@media (max-width:1203px) {
    .hidden-ola {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}



a {
    color: black ;
}

.inCenter {

    margin: auto;

    top: 250px;
    left: 40%;
    width: 80%;

    margin-top: -9em;
    /*set to a negative number 1/2 of your height*/
    margin-left: -15em;
    /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    background-color: red;
}

.btn.btn-booker {
    background-color: #00b51a;
    /*#00c0ef;*/
    border-color: lightgreen;
    content: "\f006";
    font-family: var(--font-1);
    /*FontAwesome;*/
    height: 28px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    margin-right: 0px;
    padding-right: 0px;
    width: 124px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 29px;
}

.btn.btn-booker:before {
    position: absolute;
    font-family: var(--font-2);
    top: 0px;
    left: 40%;
    content: "\f006";
    color: white;
}

.btn.btn-booker:hover,
.btn.btn-booker:active,
.btn.btn-booker.hover {
    background-color: lightgreen;
    /*#00B51A;*/
    content: "\f00c";
    font-family: var(--font-1);
    /*FontAwesome;*/
}

.btn.btn-booker-selected {
    background-color: #151925;
    /*#00c0ef;*/
    border-color: blue;
    height: 29px;
    padding-left: 32px;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 124px;
}

.btn.btn-booker-selected:before {
    position: absolute;
    font-family: var(--font-1);
    /*FontAwesome; */
    top: 0px;
    left: 40%;
    content: "\f00c";
    color: white;
}

#progress-container {
    margin: 14px 0px;
    text-align: center;
}

.progress {
    width: 100%;
    display: table;
    table-layout: fixed;
    position: relative;
    /* background-color:lightgray; */
    box-shadow: none !important
}

.hideOnHover {
    visibility: visible;
}

.hideOnHover:hover {
    visibility: hidden;
}

ul.progress-steps li {
    /*  background: url('img/arrow.png') 56% 17% no-repeat;*/
    display: table-cell;
    position: relative;
    display: inline-block;
    margin-top: 40px;
    text-align: left;
    z-index: 1;
    font-size: 18/$base-font-size+em;
    width: 150px;
    height: 50px;
}

.image {
    float: left;
    position: relative;
    top: -102px;
}

ul.progress-steps li::before {
    content: '';
    z-index: -1;
    width: 55px;
    height: 54px;
    text-align: center;
    left: -22px;
    background: url('../img/progress-default.png') no-repeat;
    position: absolute;
    display: block;
    top: 14px;
    margin-right: auto;
    margin-left: auto;
}

ul.progress-steps li.previous::before {
    background: url('../img/progress-previous.png') no-repeat;
}

ul.progress-steps li.active::before {
    background: url('../img/progress-current.png') no-repeat;
}

ul.progress-steps li:last-of-type {
    background: none;
    width: 33px;
}

ul.progress-steps li span.step-label {
    font-size: (14/20)+em;
    color: green;
    margin: 15px 0 0 -145px;
    display: block;
    text-align: center;
}

ul.progress-steps li:last-of-type span {
    text-align: right;
}

ul.progress-steps li:first-child span {
    text-align: left;
    margin: 25px 0 0 -21px;
}

ul.progress-steps li span#progress-bar-number {
    margin-left: 2px;
}

------------------------------- ul.progress-steps li:last-of-type {
    background: none;
    width: 33px;
}

ul.progress-steps li.active>span,
ul.progress-steps li.previous>span {
    color: $progress-bar-current-previous-label-font;
}

ul.progress-steps li.active>span {
    font-family: $font-stack-bold;
}



.step1HourBarMessage {
    font-weight: bolder;
    font-size: 16px;
    color: black;
    display: block;
    z-index: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}


.box_2 {
    position: relative;
    background: #ffffff;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.step2Div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.step2_withRegistration {
    text-align: center;
    margin-right: 0;
    margin: 0 auto;
}

.bookingInfoLabel {
    min-height: 45px;
    vertical-align: central;
    text-align: center;
}

/*.step2_withRegistrationInnerDiv {
    margin-left: 5px;
    margin-right: 5px;
    max-width: 700px;
}*/
.step2_withRegistrationInnerDiv {
    height: 500px !important;
    display: table;
    margin: 0 auto;
}

.step2Box {
    border-top-width: 0px !important;
    border-left-width: 0px !important;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.step3_TableLabel {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
    margin-bottom: 16px;
}

@media(max-width:400px) {

    .step3_TableLabel {
        padding-left: 4px;
        padding-right: 4px;
        margin-left: 3px;
        margin-right: 3px;
    }
}

.btnVoucher {
    margin-right: 10px;
}

.txtVoucher {
    max-width: 150px;
}

.textRight {
    text-align: right;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.qtyInfo {
    padding-left: 10px;
    padding-right: 10px;
}

.bgTransparent {
    background: transparent !important;
}

.step3_creditCardIcon {
    font-family: 'FontAwesome' !important;
    background-color: #00B51A !important;
    color: white !important;
}

.btn_cofnij {
    width: 85.33px !important;
    height: 33.6px !important;
    margin-right: 10px;
}

.day2_noRegistration2 {
    border-top-width: 0px !important;
    border-left-width: 0px !important;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.floatLeft {
    float: left
}

.floatRight {
    float: right;
}

.textLeft {
    text-align: left;
}

.step3_dobItem {
    height: 30px;
    font-size: 12px;
}

.step2_dobItem {
    height: 30px;
    font-size: 12px;
}

/*.step2_dobItemYear {
    margin-left: -50px ;
}*/

.dobInput {
    -webkit-font-smoothing: antialiased;
}

.paddingTop0 {
    padding-top: 0px !important;
}


.paddingBottom0 {
    padding-bottom: 0px !important;
}

.step2_buttonsDiv {
    margin-top: -10px !important;
    padding-top: -10px !important;
}

.font10 {
    font-size: 10px;
}

.step1_Price {
    /*font-size:16px!important;*/
    font-weight: bold;
}


.additionalBookingInfo {
    padding-left: 30px;
    padding-right: 10px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {

    select,
    textarea,
    input {
        font-size: 16px;
    }
}

.step1_PeopleRates {
    margin-left: 10px;
}


.DivInCenter {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    width: 200px;
    height: 200px;
    margin-top: 50px;
}

.ticket-name {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ticket-description {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.subprice {
    font-weight: 600;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.getVenues-step1-footer {
    display: flex;
    justify-content: center;
}

.box .box-body {
    padding: 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.box .box-header>.fa,
.box .box-header>.glyphicon,
.box .box-header>.ion,
.box .box-header .box-title {
    padding: 10px 0px 10px 10px;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    float: left;
    cursor: default;
    position: relative !important;
    display: block;
    width: 100%;
    min-width: 100% !important;
}

.day2_noRegistration {
    margin-left: 0 !important;
}

.eventsBox {
    display: flex;
    justify-content: center;
}

.eventBoxx {
    text-align: center;
    vertical-align: central;
    max-width: 300px;
    margin-left: 10px;
}

.plan4uLink {
    font-size: 9px;
    font-weight: normal !important;
}

.blockedImage {
    height: 100%;
}

.plan4u-info {
    display: block;
    font-size: 9px;
}

.lbl-rezerwuj {
    font-weight: bolder;
    font-size: 16px;
    padding-top: 5px;
}

.rezerwuj-me {
    cursor: pointer;
    width: 100%;
    display: table;
    table-layout: fixed;
    position: relative;
    background-color: lightgray;
    box-shadow: none !important;
    height: 32px;
}

.box.box-solid {
    border-top: 0px;
}

.box {
    position: relative;
    background: #ffffff;
    border-top: 2px solid #c1c1c1;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
}

.box.box-solid>.box-header {
    padding-bottom: 0px !important;
}

.box.box-solid.box-warning>.box-header {
    color: #fff;
    background: #f39c12;
    background-color: #f39c12;
}

.box .box-header {
    position: relative;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0px solid #f4f4f4;
    color: #444;
    padding-bottom: 10px;
}

.box .box-footer {
    border-top: 1px solid #f4f4f4;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
    background-color: #ffffff;
}

.box.box-solid {
    border-top: 0px;
}

.box.box-solid>.box-header {
    padding-bottom: 0px !important;
}

.box.box-solid>.box-header .btn.btn-default {
    background: transparent;
}

.box.box-solid.box-primary>.box-header {
    color: #fff;
    background: #3c8dbc;
    background-color: #3c8dbc;
}

.box.box-solid.box-primary>.box-header a {
    color: #444;
}

.box.box-solid.box-info>.box-header {
    color: #fff;
    background: #00c0ef;
    background-color: #00c0ef;
}

.box.box-solid.box-info>.box-header a {
    color: #444;
}

.box.box-solid.box-danger>.box-header {
    color: #fff;
    background: #f56954;
    background-color: #f56954;
}

.box.box-solid.box-danger>.box-header a {
    color: #444;
}

.box.box-solid.box-warning>.box-header {
    color: #fff;
    background: #f39c12;
    background-color: #f39c12;
}

.box.box-solid.box-warning>.box-header a {
    color: #444;
}

.box.box-solid.box-success>.box-header {
    color: #fff;
    background: #00a65a;
    background-color: #00a65a;
}

.box.box-solid.box-success>.box-header a {
    color: #444;
}


.full1 {
    background-color: red !important;
    color: black;
}

.partially1 {
    background-color: orange !important;
    color: black;
}

.good1 {
    background-color: lightgreen !important;
    color: black;
}

.almostfull1 {
    background-color: orange !important;
    color: black;
}

.NOTgood1 {
    background-color: darkgrey !important;
    color: black;
}

.calendarDay {

    padding-left: 1px;
    padding-right: 1px;
    width: 114px !important;

}



@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.additionalItemDescription {
    font-style: italic;
}

.errorMessageInput {
    border-color: red !important;
    border-width: 2px !important;
    border-style: solid !important;
    color: red;
}

.RegistrationInput {
    border-radius: 5px !important;
    height: 46px;
}

.registrationTitle {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

.RegistrationInputLabel {
    position: absolute !important;
    margin-top: -10px !important;
    left: 25px !important;
    border-radius: 5px;
}

.RegistrationInputLabelspan {
    background-color: white;
    font-size: 11px;

    color: #67748e !important;
    padding-left: 4px;
    padding-right: 4px;
}

.forgotpassword-warning {
    color: orange;
    font-weight: bold;
    text-align: center;
}

.card-text {
    font-family: var(--font-2);
}

.step2Box {
    font-family: var(--font-2);
}

.cc-form__before-coupon {
    font-family: var(--font-1);
    font-size: 11px;
}

.cc-btn--coupon-validation {
    font-family: var(--font-1);
    font-size: 11px;
    border-radius: 3px;
}

.cc-form__coupon-input {
    font-family: var(--font-1);
    font-size: 11px;
}


/* /////////// Book It Week /////////// */
.card-acitvity {
    border-color: white;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    width: 100%;
    margin-top: 10px;
    min-height: 180px;
    padding-left: 5px;
    padding-right: 5px;
}

.card-acitvity:hover {}

.dayPanelTitle {
    margin-bottom: 1px;
}

.bookItWeekDOWlabel {
    margin-top: -5px;
}

.book {
    width: 100% !important;
}

.startHours {
    font-weight: 700;
    font-size: 18px;
}

.slot-note {
    font-size: 10px;
    font-family: var(--font-2);
}

.dayOfWeekTitle {
    margin-top: 20px;
}

.bookWeekActivityName {
    margin-top: 15px;
    font-weight: bold;
    font-size: 18px; 
}

.rezerwujInfo {

    bottom: 15px;
    text-align: center;
    vertical-align: central;
    font-weight: bolder;
    font-size: 11px;
    cursor: pointer;
    border-color: green;
    border-width: 1px;
    border-style: solid;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;

}

.available-places {
    font-size: 11px;
    margin-bottom: 5px;
}

.dayPanelTitle {
    margin-bottom: 1px;
}

.bookItWeekDOWlabel {
    margin-top: -5px;
    font-size: 12px;
}

.book {
    width: 100% !important;
}

.startHours {
    font-weight: 700;
    font-size: 18px;
}

.slot-note {
    font-size: 10px;
    font-family: var(--font-2);
}

.rezerwujInfo {
    text-align: center;
    vertical-align: central;
    font-weight: bolder;
    font-size: 11px;
}

.expertName {
    margin-top: 10px;
    font-size: 11px;
}

.setSlot {
    margin-top: auto;
    align-self: center;
    margin-bottom: 5px !important;
    /*     bottom: 5px!important; */
}

.setSlot :hover {
    color: green;
    border-color: green;
    border-width: 2px;
}

.nextweekinfo {
    font-size: 11px;
    text-decoration: none;
    text-decoration-line: none;
    text-align: center;
    vertical-align: middle;
}

.showNextWeekButton {
    border-width: 0px;
    background-color: transparent;
    margin-left: 20px;
    font-size: 40px;
    display: inline-block;
    border-radius: 10px;
}

.titlewybierzdzienigodzine {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
}

.login-page-header {
    visibility: hidden;
    height: 0px;
}

@media (min-width:450px) {

    .card-register {
        min-width: 400px;
    }
}

.summaryActivityName {
    /* margin-top: -5px; */
    font-size: 12px;
}

/* ////// */


.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/

    float: left;
    min-width: 100px;
    /* margin: 50px 33%; */
}

select::-ms-expand {
    display: none;
}

.selectdiv:after {
    content: '<>';
    font: 14px "Consolas", monospace;
    color: gray;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    /*Adjust for position however you want*/

    top: 10px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    /*left line */

    position: absolute;
    pointer-events: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */

    display: block;
    width: 100%;
    max-width: 320px;
    height: 30px;
    float: right;
    margin: 5px 0px;
    /* padding: 0px 24px; */
    font-size: 12px;
    line-height: 1.25;
    color: var(--kolor-1);
    background-color: transparent;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
}

.btn-dalej {
    font-weight: 400 !important;
}

.btnVoucher {
    background-color: var(--kolor-1);
    border-color: var(--kolor-1);
}

.btn-payIt {
    background-color: var(--kolor-1);
    border-color: var(--kolor-1);
}

.txtVoucher {
    font-size: 12px;
}

.peopleTypeSelect {}

.participant-input {
    font-size: 12px;
    max-width:300px;
    margin-left:0px;
}

.regulations-box {
    font-size: 12px;
    height: 18px;
    width: 22px;
}

.participant-title {
    font-weight: bold;
    display: block;
    font-size: 15px;
}

/* .selectdiv
{
    width: 100%;
} */

.participant-label {
    color: #344767;
    font-size: 13px;
}

.showParticipantsButton {
    cursor: pointer;
    border-style: solid;
    border-radius: 8px;
    font-size: 11px;
    border-width: 1px;
    border-color: #344767;
    color: #344767;
    padding: 5px 10px 5px 10px;
}

.person-type {
    margin-top: 0px;
    margin-bottom: 0px;
}

.person-type-description {
    font-size: 11px;
    word-wrap: break-word;
    font-style: italic;
    max-width: 350px;
    overflow-wrap: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.step3-warningMessage {
    color: orange;
    font-weight: bold;
}

.btn-quarternary:active :hover {
    -webkit-box-shadow: 3px 3px 5px 6px hotpink;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 5px 6px hotpink;
    /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 3px 5px 6px hotpink;
}

.btn-quarternary:hover {
    box-shadow: none;
    color: #777;
}

.btn-quarternary:active {
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.25);
}

.additionalServicesLbl {
    font-weight: bold;
}

.pozycjeheader {
    font-size: 1.3rem;
    /* text-transform: uppercase; */
}

.PodsumowanieHeader {
    font-size: 1.5rem;
    /* text-transform: uppercase; */
    font-weight: bold;
}

.slot-info {
    font-size: 10px;
    display: block;
}

.btnItemDown {
    margin-top: 0px;
    margin-bottom: 4px;
}

.btnItemUp {
    margin-top: 0px;
    margin-bottom: 4px;
}

.card-voucher {
    width: 320px !important;

}

.plan4u-footer {
    display: block;
    font-size: 9px;
    padding-left: 10px;
}

@media (max-width:565px) {

    .p-5 {
        padding: 1rem !important;
    }

    .p-4 {
        padding: 1rem !important;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .btnVoucher {
        font-size: 12px;
    }
}


@media (max-width:1052px) {

    .p-5 {
        padding: 1rem !important;
    }

    .p-4 {
        padding: 1rem !important;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }
}

.btnVoucher {
    font-size: 14px;
}

.basketItemdiscount {
    color: orange;
}

.basketItemprice {
    color: black;
}

.fv-choice {
    color: black !important;
}

.step1-container {
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width:565px) {
    .step1-maintimeline {
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

.step1-upsell1 {
    margin-bottom: 30px;
    margin-top: 10px;
    overflow: hidden;
}

.step1-upsell1img {
    width: 100%;
}

.upsell2{
    padding-left:0px;
    padding-right:0px; 
    margin-top:10px;
    margin-bottom:10px;
    max-height: 150px;
}

.topMainContainer{
    margin-left: 0px;
    margin-right: 0px;
}

.step3Icon{
    margin-top: 14px;margin-right: 8px;
                                                    
}

.finalUplsellImg{
    max-height: 150px;
    max-width: 100%;
}

.attractionImg{
    max-width:150px; 
    max-height:150px;
    display: block;
}

.basketItemWarning{
    font-weight: bold;
    color:orange;
    font-size: 12px;
}

.slotsLoadingSpinner{
    margin-left:40px;
    margin-top:20px;
}

.slot-rate{
    visibility:hidden;
    height: 0px;
}
.slot-rate-currency{
    visibility:hidden;
}

.plan4u-footer{
    padding-left: calc(var(--bs-gutter-x)  );
}

.attraction-description-icon{
    max-height: 25px;
}

 .sendAsGift{
    font-size: 11px;
 }

.card-event{
    padding: 0;
    border-radius: 0;
    cursor: pointer; 
    background: var(--kolor-3);
    color: var(--kolor-2);
    border-color: var(--kolor-1);
}

.event-progressContainer{
    margin-left: 15px;
    margin-right: 15px;
}

.event-name{
    font-size: 18px;
}

.event-showDescription{
    margin-top: -15px;
    padding-bottom: 10px;
}

.eventDetails-box{
    padding: 10px 10px 10px 10px;
    margin-top:10px;
    border-style: solid;
    border-width: 1px;
    border-color:var(--kolor2);
}

.eventDetails-title{
    font-size: 28px;
    text-align: center;
}

.eventDetails-title{
   margin-top: 15px;
   margin-bottom: 15px;
}

.event-descriptionHide{
    text-decoration: underline;
    cursor: pointer;
    margin-top: 25px;
} 

.eventDetails-description {
 
   font-family: var(--font-2);
}

.event-showDescription{
    font-family: var(--font-2);
}

.event-descriptionHide{
    font-family: var(--font-2);
}

.upsellRow{
    max-height: 150px;
    height: 150px;
}

.additionalItemSelected{
    border-width: 4px;
    border-color: var(--kolor-1);
    }
    
    .startTimeMissing {
        color: red;
    }
  
    .btnAddVoucherToCart{
        min-width:120px;
        margin-top: 20px;
    }

.btn-addOther{
    margin-right: 5px;
}

/* pixel */
 
.timeline-body > .row > .col-md-12 {
    padding-right: 0;
    }
    
    .timeline-title { 
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    }
     
    .timeline-heading {
    display: flex;
    align-items: center;
    justify-content: center; 
    }
    
    .card-deck > .card > .card-body {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; 
    }
    
    .card-deck > .card {
    border: 0;
    }
    
    @media (max-width: 766px) {
    .card-deck > .card > .card-body {
    height: 70px;
    }
    
    .selectedAttraction {
    min-height: unset;
    padding: 0;
    }
    }
    
    .card-summary {
    width: 100%;
    }
    
    #vtcontainer {
    display: flex;
    justify-content: center;
    }
    
    .attraction-all > .card-deck  {
    padding: 0;
    margin-bottom: 10px !important;
    }
    
    #vtcontainer > .col-md-3 > .card-deck {
  
    cursor: pointer;  
    }
     
    #addItmscontainer {
    width: 100%;
    margin: 0;
    gap: 10px;
    justify-content: center;
    }
    
    #addItmscontainer > .col-md-4 {
    padding: 0;
    }
    
    #addItmscontainer > .col-md-4 > .card > .vtLabel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 88px;
    }
    
    @media (max-width: 766px) {
    #addItmscontainer > .col-md-4 > .card > .vtLabel {
    min-height: 58px;
    }
    }
    
    .timeline-heading {
    width: 100%;
    }
     
     
    .attraction-description-separate {
    position: relative;
    }
     
    @media (min-width: 768px) {
        #addItmscontainer > .col-md-4 {
        width: 250px;
        } 
    } 

    .colSlots{
        display:flex; flex-wrap:wrap;
    }

    .venue-poster{
        max-width: 100%;
    }
    .upDownIcon{
        font-style:normal!important;
    }
    .colQtyTickets{
        display:flex;align-content:center;
    }

    .colTicketDescription{
        text-align:center;
    }

    .btnAddNextTicket{
        float:right;
    }

    .step1_TableLabelxxx{
        font-size: 16px!important;font-weight: 600;padding-top: 8px;
    }

    .step1-summary{
        width: 100%!important;
    }

    .step1SummaryDesktopTable{
        width:99%;
    }

    .column6{
        padding-top:10px;
    }

    .RazemInfo{
        float:right!important;margin-right:10px;
    }

    .step1New-btnDalej{
        float:right;
    }

  .slot-availablePlaces{
        visibility: hidden;
        display: none;
  }
    
    .slot-availablePlaces-label{
    visibility: hidden;
    width: 0px!important;
    display: none;
 
    }

.startTimeWarning{
    color:orange;
}

@media (min-width: 1025px) {
    .h-custom {
        height: 100vh !important;
    }
}

.card-registration .select-input.form-control[readonly]:not([disabled]) {
    font-size: 1rem;
    line-height: 2.15;
    padding-left: .75em;
    padding-right: .75em;
}

.card-registration .select-arrow {
    top: 13px;
}

.bg-grey {
    background-color: #eae8e8;
}

@media (min-width: 992px) {
    .card-registration-2 .bg-grey {
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
    }
}

@media (max-width: 991px) {
    .card-registration-2 .bg-grey {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
}

.participantWarningMessage{
    font-size: 12px;
    color:red;
}

.step3-fvTitle{
    display: inline-block;
}
.step3-fvTitleWarning{
    display: inline-block;
     font-size: 11px;
}

.noSlotsMessage{
    display: block;
}

.selectedVenue{
    border-width: 4px;
}

.bookingInfoField {
    max-width: 300px;
    margin-left: 0px;
    border-width: 2px!important;
    border-style: solid!important;
    border-color: gray;
}

.step3-fvTitle{
    display: inline-block;
}

.switch-success{
    display: inline-block;
    }
    
    .btn-bookItWeek-selectVT {
        border-radius: 2px;
        border-color: white;
        margin-right: 5px;
    }

    .bookItWeek-ticketsVT{
        margin-top : 20px;
    }

    .bookItWeek-vtSelection{
        width: 100%;
        margin-bottom: 20px;
        display: block;
    }
    .bookItWeek{
        width:100%;
        display: block!important;
    }

    .divSummary{
        display: block;
    }

    .step1-banerAtrakcji-img{
        max-height: 400px;
    }

    .bedeUczestnikiem{
        font-size:12px;cursor:pointer;
        color:limegreen;
    }

    .nowyUczestnik{ 
        font-size:12px;cursor:pointer;
        text-decoration: underline;
       
    }
    .memberInfo{
        margin-top: 10px;
    }
    .slot-resource-info{
        display: none;
        visibility: hidden;
    }
    .categoryFieldMandatoryError
    {
        border-color: red;
        border-width: 3px;
        /* background-color: orange;
        color:white; */
    }
    .mandatoryFieldsMessage {
        color:red;
        margin-top: 25px;
        font-weight: bold;
    }
    .colTicketDescription{
        margin-top:16px;
    }
    .vtDescription{
    padding-left: 8px;
    padding-right: 8px;
    }
    .vtLabel{
        font-size:18px;
    }