* {all:revert;}

.tableStyle1 a {
 all:revert;}

@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

@keyframes lds-ring {
    0% {transform: rotate(0deg)
}
to {
    transform: rotate(1turn)
}}

@keyframes modalAnimationIn {
    0% {
        opacity: 0;
        transform: scale(.5)
    }

    to {
        top: 0;
        opacity: 1
    }
}

* {font-family: "Nunito",sans-serif;}

:focus {
    outline: 0!important;
    border: 0
}

body {
    background-image: url(https://dzikieplasy.oos.pl/images/manager-background.jpg);
    background-repeat: repeat;
    background-size: 366px auto;
    overflow: hidden;
    overflow-y: auto;
    min-height: 100vh;
    position: relative
}

#customerProfileForm .title {
    text-shadow: none;
    font-size: 1.8em!important;
    color: #222!important;
    margin: 2em auto
}

.tableStyle1 a, a { color:#f7d917}
.tableStyle1 a:hover, a:hover {text-decoration:none; color:#000; cursor:pointer}

center #content {
    min-height: 300px
}

button {
    display: block;
    padding: 1em 4em;
    margin: 30px auto;
    border: 0;
    color: #fff;
    cursor: pointer;
    transition: .2s;
    max-width: 350px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 100px;
    background-color: #222
}

.formBlock>.rowBlock>.block .squaredButtons a.squaredButton:hover {
    background-color: #f7d917;
    color: #000
}

button.noMaxWidth {
    max-width: none
}

@media (max-width:320px) {
    button {
        font-size: 12px;
        padding: 1em 2.5em
    }
}

.formBlock {
    margin: 50px 0
}

@media (min-width:1400px) {
    .formBlock {
        margin-left: 60px;
        margin-right: 60px
    }
}

@media (max-width:768px) {
    .formBlock {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:1024px) {
    .formBlock>.rowBlock {
        flex-wrap: wrap
    }
}

.buttonsContainer button {
    margin: 10px
}

@media (max-width:375px),(min-width:1024px) and (max-width:1199px) {
    .titleBlock {
        font-size: 1.6em;
        font-weight: 700
    }
}

.groupBlocks .groupBlock .content {
    height: calc(100% - 80px);
    border: 4px solid #000;
    background-color: #fff;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: .3s;
    border-radius: 0 0 60px 60px
}

.groupBlocks .groupBlock .content .picContainer {
    flex-grow: 1;
    display: flex
}

.groupBlocks .groupBlock .content .picContainer img {
    max-width: 100%;
    margin: 0
}

.groupBlocks .groupBlock .content .description {
    font-weight: 400;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 25px 40px;
    text-align: center
}

.groupBlocks .groupBlock .content .pricesBlock {
    border-top: 4px dotted #98a6af;
    padding-top: 10px
}

.groupBlocks .groupBlock .content .pricesBlock .price {
    display: flex;
    transition: .3s;
    align-items: baseline
}

.groupBlocks .groupBlock .content .pricesBlock .price .value {
    font-size: 25px;
    color: #000;
    flex-basis: 45%;
    text-align: right;
    font-weight: 700
}

.groupBlocks .groupBlock .content .pricesBlock .price .currency {
    flex-basis: 10%;
    font-size: 22px;
    color: #000;
    text-transform: lowercase;
    margin-left: .2em
}

.groupBlocks .groupBlock .content .pricesBlock .price .postfix {
    flex-basis: 43%;
    padding-left: 10px;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    text-align: left
}

.selectBlock {
    flex-grow: 1;
    position: relative;
    box-shadow: none;
    display: none
}

.selectBlock select {
    display: none
}

.selectBlock .select-selected {
    color: rgba(255,255,255,.95);
    box-shadow: none;
    border-radius: 25px;
    background-color: #000
}

.selectBlock .select-selected:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 1em;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #fff
}

.selectBlock .select-selected.select-arrow-active {
    border-radius: 25px 25px 0 0
}

.selectBlock .select-selected.select-arrow-active:after {
    transform: rotate(-180deg)
}

.selectBlock .select-items {
    position: absolute;
    width: 100%;
    z-index: 99;
    color: #fff;
    box-shadow: none
}

.selectBlock .select-items>div {
    background-color: #222;
    border-radius: 0
}

.selectBlock .select-items>div:last-of-type {
    border-radius: 0 0 25px 25px
}

.selectBlock .select-items .same-as-selected,.selectBlock .select-items>div:hover {
    background-color: #222
}

.selectBlock .select-items div,.selectBlock .select-selected {
    padding: 18px 16px;
    cursor: pointer
}

.selectBlock .select-hide {
    display: none
}

@media (max-width:375px) {
    .selectBlock {
        font-size: 11px
    }
}

.tableStyle1 tbody tr:last-child td,.tableStyle1 tbody tr:last-child th {
    border-bottom: none
}

@media (max-width:375px) {
    .tableStyle1 td,.tableStyle1 th {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media (max-width:768px) {
    .tableStyle1.subscriptions {
        display: none
    }
}

@media (min-width:768px) {
    .tableStyle1.subscriptions.narrowScreen {
        display: none
    }
}

.tableStyle1.subscriptions tr td,.tableStyle1.subscriptions tr th {
    padding: 20px
}

@media (max-width:768px) {
    .tableStyle1.subscriptions.narrowScreen button {
        margin-top: 0;
        font-size: 14px
    }

    .tableStyle1.subscriptions.narrowScreen td,.tableStyle1.subscriptions.narrowScreen th {
        padding: 20px 8px;
        font-size: 13px;
        border-color: #e8e8e8
    }
}

@media (max-width:480px) {
    .tableStyle1.subscriptions.narrowScreen td,.tableStyle1.subscriptions.narrowScreen th {
        padding: 20px 5px;
        font-size: 12px
    }
}

@media (max-width:375px) {
    .tableStyle1.subscriptions.narrowScreen td,.tableStyle1.subscriptions.narrowScreen th {
        font-size: 11px
    }

    .tableStyle1.subscriptions.narrowScreen button {
        font-size: 12px
    }
}

ul.listStyle1 {
    padding-left: 0
}

ul.listStyle1>li {
    display: flex;
    background-color: #98a6af;
    margin-top: 2px;
    padding: 10px 15px 10px 25px;
    color: #000;
    transition: .2s;
    justify-content: space-between;
    font-weight: 700;
    cursor: pointer
}

ul.listStyle1>li span {
    font-weight: 400;
    font-style: italic
}

ul.listStyle1>li.selected,ul.listStyle1>li:hover {
    transition: 0s;
    background-color: #222;
    color: #fff;
    padding-left: 30px
}

.formBlock .titleBlock>select {
    width: 50%;
    float: right
}

.formBlock table.tableStyle1>tbody>tr.editable:hover {
    background-color: #eee;
    cursor: pointer
}

.formBlock table.tableStyle1>tbody>tr.editable td {
    position: relative
}

@media (max-width:375px) {
    .formBlock table.tableStyle1>tbody>tr.editable td:after {
        font-size: 16px
    }
}

.formBlock table.tableStyle1>tbody>tr.editable td div {
    display: inline-block;
    max-width: calc(100% - 2px)
}

.middleWidth>div:nth-child(1)>div:nth-child(1)>div:nth-child(2)>table:nth-child(1)>tbody:nth-child(2)>tr:nth-child(2)>td:nth-child(2)>button:nth-child(1),.middleWidth>div:nth-child(1)>div:nth-child(1)>div:nth-child(2)>table:nth-child(1)>tbody:nth-child(2)>tr:nth-child(3)>td:nth-child(2)>button:nth-child(1) {
    background-color: #000}

/*do wyboru liczba*/
table#ticketTable tbody.scrollContent tr td:has(span) button.minusButton{background-color:#000}

.middleWidth>div:nth-child(1)>div:nth-child(1)>div:nth-child(2)>table:nth-child(1)>tbody:nth-child(2)>tr:nth-child(1)>td:nth-child(2)>strong:nth-child(1) {font-size: 18px}

.form-group>label {margin: 0 0 8px}

/*dopiski przy formularzu*/

.middleWidth > form > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > table:nth-child(1) > tbody:nth-child(2) > tr:nth-child(3) > td:nth-child(1):after {display:block;content:"W tym polu podaj informację o wybranym motywie urodzinek (nie dotyczy pakietu ekonomicznego) oraz inne uwagi do rezerwacji.";font-weight:normal;  padding-top:10px}
.middleWidth > form > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > table:nth-child(1) > tbody:nth-child(2) > tr:nth-child(1) > td:nth-child(1):after {display:block;content:"Max. 2 jubilatów.";font-weight:normal;  padding-top:10px}

div.form-group:nth-child(5) {margin-left: 15px;} /*wysunięty checkbox*/

div.form-group:nth-child(5):after {margin-left:15px;display:block;content:"* Zgoda wymagana.";font-weight:normal;padding-top:10px; font-size:10px}

.tableStyle1.multiColumn td:nth-child(1) { width: 50%;}

.middleWidth > form > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > table.tableStyle1 > tbody > tr > td:nth-child(1) {width:28%}

input[type="number"]:focus, input[type="password"]:focus, input[type="text"]:focus, textarea:focus {border:1px solid #000;}


span.link {
    float: right;
    color: #000
}

.supportedBy {
    display: block;
    padding-top: 50px
}

@media (max-width:1200px) {
    .topLoginBar .changeLanguage {
        position: relative;
        right: 52px;
        top: -4px;
        margin-left: 15px
    }
}

.topLoginBar .container1 a.homePageLink img {
    height: 80px
}

@media (max-width:480px) {
    .topLoginBar .container1 .loggedUserInfo {
        font-size: 10px;
        flex-basis: 100%
    }
}

.topLoginBar .container1 nav a:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .1s ease-in-out;
    transition: color .19s ease-in-out
}

.topLoginBar #hamburgerMenu {
    display: initial
}

@media (min-width:1200px) {
    .topLoginBar #hamburgerMenu {
        display: none !important
    }
}

@media (max-width:1199px) {
    .topLoginBar #hamburgerMenu {
        display: initial !important
    }

    .topLoginBar .container1 nav {
        min-width: 100%;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 20;
        background-color: #f7d917;
        padding-top: 40px;
        padding-bottom: 20px;
        box-shadow: none;
        padding-left: 0;
        transform: translate3d(100%,0,0)
    }

    .topLoginBar .container1 nav a {
        display: block !important;
        padding: 2vh!important;
        text-align: center
    }

    .topLoginBar .container1 nav.ON {
        transform: translateZ(0)
    }

    .topLoginBar #hamburgerMenu .bar,.topLoginBar #hamburgerMenu .bar:after,.topLoginBar #hamburgerMenu .bar:before {
        width: 30px;
        height: 4px;
        background-color: #222;
        position: absolute;
        border-radius: 2px;
        box-shadow: none
    }

    .topLoginBar #hamburgerMenu .bar:after {
        content: "";
        transition: .2s
    }

    .topLoginBar #hamburgerMenu .bar:before {
        content: "";
        top: -10px;
        transition: .2s
    }

    .topLoginBar #hamburgerMenu .bar:after {
        top: 10px
    }

    .topLoginBar #hamburgerMenu .bar.active {
        width: 0;
        top: 50%
    }

    .topLoginBar #hamburgerMenu .bar.active:before {
        transform: rotate(45deg) scaleX(1.2);
        box-shadow: none;
        top: 0
    }

    .topLoginBar #hamburgerMenu .bar.active:after {
        transform: rotate(-45deg) scaleX(1.2);
        box-shadow: none;
        top: 0
    }

    .topLoginBar #hamburgerMenu .bar {
        top: 50%;
        left: 5px;
        transform: translateY(-50%);
        transition: .3s
    }
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border-color: #fff transparent;
    border-style: solid;
    border-width: 6px
}

@media (max-width:375px) {
    .modal .modal-content {
        padding: 15px
    }
}

@media (max-width:375px) {
    .modal .modal-header {
        padding: 0
    }

    .modal .modal-header h2 {
        font-size: 1.5em
    }

    .modal .modal-header span.close {
        right: .5em
    }
}

.modal .modal-body .block .content table td {
    padding: 7px 0;
    border-bottom: 1px solid #ccc
}

.modal .modal-body .block .content table tr:last-child td {
    border: 0
}

.modal .modal-body .block .content table td:last-child {
    text-align: right;
    font-weight: 700;
    color: #000
}

@media (max-width:1024px) {
    .modal .modal-body .block {
        display: block
    }

    .modal .modal-body .block table {
        width: 100%
    }
}

@media (max-width:375px) {
    .modal .modal-body {
        padding-left: 0;
        padding-right: 0
    }

    .modal .modal-body .messageItem {
        font-size: 12px
    }

    .modal .modal-body .block .title {
        font-size: 120%
    }
}

.modal .modal-body .flexBlock .block input[type=text] {
    box-shadow: none;
    padding: 10px 1em;
    text-align: right;
    max-width: 80px
}

@media (max-width:480px) {
    .modal .modal-body .flexBlock {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:375px) {
    .modal .modal-footer {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0
    }
}

@media (max-width:480px) {
    .modal .modal-content {
        width: 90%
    }

    .modal .modal-content>[class*=modal] {
        margin-left: 0;
        margin-right: 0
    }
}

#calendarDialog {
    margin: auto;
    width: 95%;
    max-width: 500px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 25px;
}

@media (max-width:420px) {
    .datepicker.datepicker-dropdown .table-condensed td,.datepicker.datepicker-dropdown .table-condensed th {
        min-width: 40px;
        font-size: 11px
    }
}

.datepicker.datepicker-dropdown .table-condensed td span {
    border: 2px solid transparent;
    box-sizing: border-box
}

.datepicker.datepicker-dropdown .table-condensed td span:hover {
    border-color: #222
}

@media (max-width:1400px) {
    .hello-week .day {
        padding: .5em
    }
}

@media (max-width:375px) {
    .hello-week .period {
        font-size: 1.1em
    }

    .hello-week .day {
        font-size: 11px
    }
}

#calendarForm #titleBox {
    background-color: #f7d917;
    box-shadow: none;
    margin: 1em 0;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 80px;
    color: #000;
    font-weight: 700;
    font-size: 18px
}

#calendarForm #titleBox>[id*=Arrow]:after {
    color: #000;
    background: 0 0;
    display: inline-block
}

#calendarForm #titleBox>[id*=Arrow]:hover:after {
    color: #fff;
    transition: 0s;
    text-shadow: none
}

#calendarForm #titleBox #titleText {
    transition: .2s;
    cursor: pointer
}

#calendarForm table.reservationCalendar {
    width: 100%;
    height: 1px;
    position: relative
}

#calendarForm table.reservationCalendar>thead {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: none
}

#calendarForm table.reservationCalendar>thead tr th:first-child {
    /*max-width: 120px;
    background: #fff*/
    display:none
}

#calendarForm table.reservationCalendar>tbody.scrollContent {
    display: block;
    overflow: auto
}

/*zaokrąglenia tabeli*/
#calendarTable>tbody>tr>td:last-child{
    border-radius: 0 60px 60px 0 
}

#calendarTable>tbody>tr>td:nth-child(2){
    border-radius: 60px 0 0 60px
}

#calendarForm table.reservationCalendar>tbody tr th span,.formBlock>.rowBlock>.block .squaredButtons a.squaredButton span {
    margin: auto
}

#calendarForm table.reservationCalendar td .reservationBlock {
    padding: 5px;
    cursor: pointer
}

@media (max-width:375px) {
    #articleTable td.amount button,#ticketTable td.amount button {
        margin: 5px
    }
}

@media (max-width:768px) {
    .registrationForm {
        margin-left: 3vw;
        margin-right: 3vw
    }
}

@media (max-width:375px) {
    .registrationForm {
        font-size: 12px
    }
}

@media (max-width:480px) {
    #successfulRegisteredContent h3 {
        font-size: 18px
    }
}

@font-face {
    font-family:Mulish;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/mulish/v3/1Ptvg83HX_SGhgqk0QotcqA.woff2)format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-family:Mulish;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/mulish/v3/1Ptvg83HX_SGhgqk3wot.woff2)format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

@font-face {
    font-family:Mulish;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/mulish/v3/1Ptvg83HX_SGhgqk0QotcqA.woff2)format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff
}

@font-face {
    font-family:Mulish;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/mulish/v3/1Ptvg83HX_SGhgqk3wot.woff2)format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd
}

.topLoginBar .container1 .loggedUserInfo a:hover {
    color: #fff
}

.tableStyle1.subscriptions button {
    margin: 10px auto;
    padding-left: 2em;
    padding-right: 2em
}

.minusButton:before,.plusButton:before {
    text-align: center;
    line-height: 22px;
    height: 22px;
    color: #fff
}

.plusButton:before {
    content: "+"
}

.minusButton:before {
    content: "-"
}


span.link>a:hover {
    color: #9d9d9c
}

.topLoginBar:after {
    content: "";
    position: absolute;
    height: 3px;
    left: 1em;
    width: 95%;
    width: calc(100% - 2em);
    background-color: transparent;
    bottom: 0
}

@media (max-width:1024px) {
    .topLoginBar .changeLanguage {
        position: relative;
        right: 52px;
        top: -4px;
        margin-left: 15px
    }
}

@media (min-width:1023px) {
    .topLoginBar #hamburgerMenu {
        display: none
    }
}

.topLoginBar #hamburgerMenu .bar.active {
    width: 0;
    top: 50%
}

.eventBlocks .eventBlock .content .eventbutton button {
    margin: 0
}

.modal .modal-body .block .title {
    background: #f6f6f6
}

.modal .modal-body .flexBlock .block {
    background: #f6f6f6
}

.raceOptionButton {
    padding: 1em 2em
}

.fullWidth {
    max-width: 95%!important
}

.largeWidth {
    max-width: 1400px!important
}

.middleWidth {
    max-width: 800px!important
}

.narrowWidth {
    max-width: 500px!important
}

.toTheLeft {
    text-align: left
}

.tableStyle1 th,.toTheRight {
    text-align: right
}

.toTheCenter {
    text-align: center
}

.formBlock {
    background-color: #fff;
    margin-top: 50px;
    border-radius: 25px;
    box-sizing: border-box;
    max-width: 1700px
}

.formBlock.py30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.formBlock.px30 {
    padding-left: 30px;
    padding-right: 30px
}

.formBlock>.rowBlock {
    display: flex
}

.formBlock>.rowBlock>.block {
    flex-shrink: 1;
    flex-grow: 1;
    padding: 1em;
    flex-basis: 100%
}

.formBlock>.rowBlock>.block.stretched {
    flex-grow: 1;
    flex-basis: 0;
    flex-shrink: 1
}

.buttonsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 20px auto
}

.buttonsContainer.toTheRight {
    justify-content: flex-end
}

#eManager .titleBlock, .titleBlock {
    font-size: 2em;
    padding: 15px 0;
    margin-bottom: 10px !important;
    border-bottom: none;
    box-shadow: none;
    color: #222;
    font-weight: 800;
    text-align: left
}

.formBlock>.rowBlock>.block .squaredButtons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.formBlock>.rowBlock>.block .squaredButtons a.squaredButton {
    border-radius: 120px;
    background: #000;
    color: #fff;
    flex-basis: 21%;
    min-width: 200px;
    height: 150px;
    margin: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-size: 30px;
    line-height: 28px;
    font-weight: 900;
    box-shadow: none;
    transition: .5s;
    cursor: pointer;
    display: flex;
    text-decoration: none
}

.carnetsSelection {
    max-width: 1200px
}

.groupBlocks {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 30px;
}

.groupBlocks .groupBlock {
    flex-basis: 350px;
    flex-shrink: 1;
    margin: 10px;
    cursor: pointer
}

.groupBlocks .groupBlock.wider {
    flex-basis: 300px
}

.groupBlocks .groupBlock .title {
    border-radius: 60px 60px 0 0;
    height: 80px;
    background-color: #000;
    display: flex;
    transition: .3s;
    padding: 0 15px;
    color: #fff
}

.groupBlocks .groupBlock .title .name {
    color: inherit;
    margin: auto;
    font-size: 20px;
    font-weight: 900
}

.groupBlocks .groupBlock:hover .title {
    transition: 0s;
    background-color: #f7d917;
    color: #000
}

.groupBlocks .groupBlock:hover .title .name {
    color: #000
}

.groupBlocks .groupBlock:hover .content {
    background: #fff;
    transition: 0s;
    border-color: #f7d917
}

.groupBlocks .groupBlock:hover .content .price {
    border-top-color: #222;
    transition: 0s
}


.glyphicon {
    font-family: Glyphicons Halflings!important
}

.tableStyle1 {
    width: 100%;
    margin-bottom: 30px
}

.tableStyle1 td,.tableStyle1 th {
    padding: .8em 1em;
    border-bottom: 4px solid #f6f6f6;
    border-radius:0;
}


table#articleTable {
  border-collapse: separate;
}

#articleTable tr.selected ,#ticketTable tr.selected {
background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(247,217,23,0.2) 5%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(247,217,23,0.2) 5%, rgba(255,255,255,1) 100%);
background: linear-gradient(90deg, rgba(247,217,23,0.2) 5%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

tr#packageObjectRow_0 {
  background: #fff !important;
    display:block;
    margin:-10px;
}

div.rowBlock:nth-child(4) > div:nth-child(1) > div:nth-child(4) > table:nth-child(1) tr td {
      background: #fff !important;
}

.tableStyle1.twoColumn td {
    width: 50%
}

.tableStyle1.twoColumn th {
    width: 20%
}

.tableStyle1.twoColumn25 td {
    width: 75%
}

.tableStyle1.twoColumn25 th {
    width: 25%
}

.tableStyle1.twoColumn40 td {
    width: 60%
}

.tableStyle1.twoColumn40 th {
    width: 40%
}

.tableStyle1.twoColumn50 td,.tableStyle1.twoColumn50 th {
    width: 50%
}

.tableStyle1.subscriptions.narrowScreen {
    display: block
}

.tableStyle1.subscriptions tr td:first-of-type,.tableStyle1.subscriptions tr th:first-of-type {
    width: 30%
}

.tableStyle1.subscriptions tr td:last-of-type,.tableStyle1.subscriptions tr th:last-of-type {
    width: 20%
}

.tableStyle1.subscriptions.narrowScreen {
    margin: 20px;
    width: auto;
    padding: 0 20px;
    border: 1px solid #ccc;
    border-radius: 25px;
    background-color: #fff
}


.scrollableList {
    overflow: hidden;
    overflow-y: scroll
}

.formBlock table.tableStyle1>tbody>tr.editable td:after {
    font-family: Glyphicons Halflings;
    content: "";
    color: rgba(0,0,0,.3333333333);
    position: absolute;
    right: 5px;
    font-size: 22px;
    top: 6px
}

.formBlock table.reservationStylized:not(.fixed)>tbody.onlyBottomBorder>tr>td {
    border-bottom: 1px solid gray
}

.formBlock table.reservationStylized:not(.fixed)>tbody:not(.onlyBottomBorder)>tr>td {
    border-top: 1px solid gray;
    border-left: 1px solid gray
}

.minusButton,.plusButton {
    display: inline-block;
    background-color: #ededed;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 10px;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.plusButton {
    background-color: #000
}



button:hover {
    background-color: #f7d917!important;
    color: #000!important
}

input[type=number],input[type=password],input[type=text],textarea {
    width: 100%;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 25px;
    box-sizing: border-box
}

input[type=password][disabled],input[type=text][disabled] {
    opacity: .5;
    font-style: italic;
    box-shadow: none
}

input[readonly].datepicker {
    background-color: transparent;
    box-shadow: none;
    cursor: pointer
}

.input-group {
    width: 100%
}

.supportedBy>a,span.link>a {
    text-decoration: none;
    color: #222;
    font-weight: 700;
    cursor: pointer
}

span.link>a:hover {
    text-decoration: underline
}

.right {
    float: right
}

#calendarForm table.reservationCalendar>thead tr,.twoColumns {
    display: flex
}

.twoColumns .column {
    flex-basis: 50%
}

.supportedBy {
    font-size: 9px;
    color: #666
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none
}

.footercontent {
    display: none;
    text-align: center;
    color: #666
}

.footercontent>a {
    color: #666
}

.eventBlocks {
    width: 100%;
    margin-top: 30px
}

.eventBlocks .eventBlock {
    margin: 1px;
    color: #000
}

.eventBlocks .eventBlock .content {
    height: calc(100% - 100px);
    border: 0 solid #98a6af;
    background-color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.eventBlocks .eventBlock .content .eventdata {
    flex-basis: 40%
}

.eventBlocks .eventBlock .content .eventdata .eventterm {
    font-size: 11px

}

#articleTable tr.selected td.amount span,#ticketTable tr.selected td.amount span,.eventBlocks .eventBlock .content .eventdata .eventname {
    font-weight: 700
}

.eventBlocks .eventBlock .content .eventinfo {
    flex-basis: 20%;
    font-size: 11px
}

.eventBlocks .eventBlock .content .eventdays {
    flex-basis: 25%
}

.eventBlocks .eventBlock .content .eventbutton {
    flex-basis: 15%
}

.datepicker.datepicker-dropdown .table-condensed .active:hover,.eventBlocks .eventBlock:hover .content {
    background-color: #98a6af
}

.menuClipper {
    overflow: hidden;
    border: 1px solid #000;
    width: 100vw;
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh
}

.topLoginBar {
    padding: 10px 20px;
    color: #222;
    background-color: #f7d917!important;
    margin-bottom: 30px;
    box-shadow: none;
    font-size: 16px;
    z-index: 100;
    position: fixed;
    box-sizing: border-box;
    width: 100%;
    margin-top: -50px;
}

#oosbody > center:nth-child(2) {
  margin-top: 50px;
  padding-top: 50px;
}


.topLoginBar .changeLanguage {
    width: 30px;
    height: 20px;
    cursor: pointer;
    float: right;
    margin-top: 15px;
    margin-left: 10px;
    border-radius: 4px;
    box-shadow: none;
    display: none
}

.topLoginBar .changeLanguage.en {
    background-image: linear-gradient(180deg,rgba(255,255,255,.5),transparent),url(/images/flag_uk.svg?e79c13ecdc372371b1629abaa493c747)
}

.topLoginBar .changeLanguage.pl {
    background-image: linear-gradient(180deg,rgba(255,255,255,.5),transparent),url(/images/flag_pl.svg?2ebffc57862827b19ff44629ccd573c2)
}

.topLoginBar .changeLanguage.de {
    background-image: linear-gradient(180deg,rgba(255,255,255,.5),transparent),url(/images/flag_de.svg?ec6ed3b5686da55b909fce728b8d762f)
}

.topLoginBar .container1 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.topLoginBar .container1 a.homePageLink {
    margin-right: 0
}

.topLoginBar .container1 .loggedUserInfo {
    font-size: 10px!important;
    line-height: 11px!important;
    color: #666;
    flex-shrink: 1;
    flex-basis: 20%;
    display: flex;
    flex-direction: column
}

.topLoginBar .container1 .loggedUserInfo a {
    white-space: nowrap;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-transform: lowercase
}

.topLoginBar .container1 nav {
    transition: .3s;
    margin-left: auto;
    padding-left: 20px;
    text-align: right
}

.topLoginBar .container1 nav a {
    color: inherit;
    padding: 15px;
    white-space: nowrap;
    font-weight: 900;
    text-transform: lowercase;
	display:inline-block
}

.topLoginBar #hamburgerMenu {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 30px;
    z-index: 21;
    right: 20px;
    cursor: pointer
}

@media (min-width:1024px) {
    .topLoginBar #hamburgerMenu {
        display: none
    }
}

.topLoginBar #hamburgerMenu .bar {
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    transition: .3s
}

.topLoginBar #hamburgerMenu .bar,.topLoginBar #hamburgerMenu .bar:after,.topLoginBar #hamburgerMenu .bar:before {
    width: 30px;
    height: 4px;
    background-color: #222;
    position: absolute;
    border-radius: 2px;
    box-shadow: none
}

.topLoginBar #hamburgerMenu .bar:after {
    content: "";
    transition: .2s
}

.topLoginBar #hamburgerMenu .bar:before {
    content: "";
    top: -10px;
    transition: .2s
}

.topLoginBar #hamburgerMenu .bar:after {
    top: 10px
}

.topLoginBar #hamburgerMenu .bar.active:before {
    transform: rotate(45deg) scaleX(1.2);
    box-shadow: none;
    top: 0
}

.topLoginBar #hamburgerMenu .bar.active:after {
    transform: rotate(-45deg) scaleX(1.2);
    box-shadow: none;
    top: 0
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 9999
}

.overlay .lds-ring {
    position: relative;
    top: 10%;
    left: 50%
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

.lds-ring div:first-child {
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    animation-delay: -.15s
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    z-index: 999;
    overflow: auto;
    background-color: rgba(0,0,0,.4)
}

.modal .modal-content {
    border-radius: 25px;
    position: relative;
    background-color: #fff;
    margin: 0 auto 20px;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
    box-shadow: none;
    -webkit-animation-name: modalAnimationIn;
    -webkit-animation-duration: .2s;
    animation-name: modalAnimationIn;
    animation-duration: .2s input
}

.modal .modal-header {
    padding: 1em;
    text-align: center;
    margin: 15px 15px 20px;
    background-color: transparent;
    border: 0
}

.modal .modal-header .close {
    position: absolute;
    right: 30px;
    top: 10px;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    z-index: 10;
    opacity: .8;
    cursor: pointer
}

.modal .modal-header .close:focus,.modal .modal-header .close:hover {
    color: #000
}

.modal .modal-header h2 {
    margin: 0
}

.modal .modal-body {
    padding: 10px 15px;
    margin-bottom: 15px
}

.birthdayObjectContentImg>img,.modal .modal-body .block {
    width: 100%
}

.modal .modal-body .block .title {
    background: #dcdcdc;
    margin: 0 20px 20px;
    padding: 10px 1em;
    font-size: 170%;
    text-align: center;
    color: inherit
}

.modal .modal-body .block .content {
    padding: 0 20px 30px
}

@media (max-width:480px) {
    .modal .modal-body .block .title {
        margin: 0 0 20px
    }

    .modal .modal-body .block .content {
        padding: 0 0 30px
    }
}

.modal .modal-body .flexBlock {
    margin: 10px 20px;
    display: flex;
    flex-direction: column
}

.modal .modal-body .flexBlock .block {
    border: 1px solid #dcdcdc;
    background: #eee;
    border-radius: 25px;
    padding: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.modal .modal-footer {
    padding: 0 15px;
    border: 0;
    margin: 40px 0 30px
}

.modal button[type=submit] {
    display: inline-block;
    max-width: 300px;
    width: auto;
    margin: 0 auto;
    padding-left: 4em;
    padding-right: 4em;
    border-radius: 25px;
    background-color: #9d9d9c
}

#calendarDialog>.hello-week .navigation {
    background-color: #000;
    color: #fff;
    border-radius: 25px;;
}

.datepicker.datepicker-dropdown .table-condensed span,.datepicker.datepicker-dropdown .table-condensed td {
    border-radius: 0!important
}

.datepicker.datepicker-dropdown .table-condensed .active {
    background-color: #222;
    background-image: none
}

.hello-week .navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #222;
    color: #fff
}

.hello-week .next,.hello-week .prev {
    padding: 1em;
    cursor: pointer;
    opacity: .8
}

.hello-week .next:hover,.hello-week .prev:hover {
    opacity: 1
}

.hello-week .period {
    font-size: 1.4em;
    text-align: center;
    font-weight:bold;
}

.hello-week .week .day {
    padding: 1em 0;
}

.hello-week .day {
    font-size: 1.2em;
}

.hello-week .week {
    color: #000;
    font-size: 1em ;
    display: flex;
    justify-content: space-around;
    background: #dcdcdc;
    border-radius: 50px;
    text-transform:lowercase;
}

.hello-week .week.rtl {
    flex-direction: row-reverse
}

.hello-week .month {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    background-color:#fff;
    border-radius: 25px;
}

.hello-week .monthrtl {
    flex-direction: row-reverse
}

.hello-week .month .day {
    font-weight: 700;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 25px;
    width: 14.28571%;
    padding: 1em;
    transition: all .2s cubic-bezier(.25,.1,.49,.9);
    text-align: center;
    margin-top:3px;
}

.hello-week .month .day.is-weekend {
    color: #000;
    background-color: rgba(34,34,34,.1);
    border-radius: 25px;
}

.hello-week .month .day.is-today {
    border-color: #F7D917;
    background: #F7D917;
    color: #000;
    border-radius: 25px;
}

.hello-week .month .day.is-selected {
    border-color: #F7D917;
    background: 0 0;
    color: inherit;
     border-radius: 25px;
}

.hello-week .month .day.day.is-disabled {
    cursor: not-allowed;
    color: rgba(0,0,0,.6);
    opacity: .4
}

#calendarForm #titleBox #leftArrow:after {
    content: "➜";
    transform: rotate(180deg)
}

#calendarForm #titleBox #rightArrow:after {
    content: "➜"
}

#calendarForm #titleBox>[id*=Arrow] {
    font-size: 300%;
    cursor: pointer
}

#calendarForm table.reservationCalendar td,#calendarForm table.reservationCalendar th {
    width: 12.5%;
    padding: 0;
    text-align: center
}

#calendarForm table.reservationCalendar>thead tr th {
    flex-grow: 1;
    text-align: center;
    vertical-align: middle;
    padding: 1em 0;
    background: #dedede;
    color: inherit;
    text-transform: lowercase;
    font-weight: 400;
    border-right: 2px solid #fff
}

th.weekDayName:nth-child(2) {
    border-radius: 60px 0 0 60px
}

th.weekDayName:last-child {
    border-radius: 0 60px 60px 0
}

#calendarForm table.reservationCalendar td {
    background-image: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    background: #f6f6f6
}

#calendarForm table.reservationCalendar>tbody tr {
    display: flex;
    width: 100%;
    margin-bottom: 2px;
    box-shadow: none;
    align-items: stretch;
    vertical-align: top
}

#calendarForm table.reservationCalendar>tbody tr td,#calendarForm table.reservationCalendar>tbody tr th {
    flex-grow: 1
}

#calendarForm table.reservationCalendar>tbody tr th {
  /* wywalony pierwszy*/
  /*
    max-width: 120px;
    font-size: 120%;
    background-color: #000;
    color: #fff;
    box-shadow: none;
    display: flex;
    min-height: 35px;
    border-radius: 60px 0 0 60px;
*/
  display: none;
}


#calendarForm table.reservationCalendar td .reservationBlock .container1 {
    transition: .1s;
    position: relative;
    padding: 5px;
    border: 0;
    border-radius: 60px;
    box-shadow: none;
    box-sizing: border-box
}

#calendarForm table.reservationCalendar td .reservationBlock .container1:hover {
    background-color: #000!important;
    color: #fff!important
}

#calendarForm table.reservationCalendar td .reservationBlock .container1>* {
    z-index: 3;
    position: relative
}

#calendarForm table.reservationCalendar td .reservationBlock .container1 .overlay {
    position: absolute;
    display: block;
    border-radius: 60px;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 0;
    opacity: 0;
    transition: .5s
}

#calendarForm table.reservationCalendar td .reservationBlock .container1 .registered,#calendarForm table.reservationCalendar td .reservationBlock .container1 .reserveList {
    font-size: x-small;
    font-weight: 700;
    text-decoration: underline
}

#calendarForm table.reservationCalendar td .reservationBlock .container1 .title {
    margin: 2px auto 0
}

#calendarForm table.reservationCalendar td .reservationBlock .container1 .duration {
    font-size: x-small;
    margin-bottom: 5px
}

#calendarForm table.reservationCalendar td .reservationBlock .container1 .persons {
    font-size: x-small;
    opacity: .6;
    transition: .5s
}

#calendarForm table.reservationCalendar td .reservationBlock.disabled .container1 {
    box-shadow: none
}

#calendarForm table.reservationCalendar td .reservationBlock.disabled .container1 .overlay {
    opacity: .8;
    z-index: 5;
    background-color: gray
}

#calendarForm table.reservationCalendar td .reservationBlock:hover .container1 {
    box-shadow: none;
    transition: 0s
}

#calendarForm table.reservationCalendar td .reservationBlock:hover .overlay {
    opacity: .2;
    transition: 0s
}

#calendarForm table.reservationCalendar td .reservationBlock.disabled:hover .container1,.registrationForm input {
    box-shadow: none
}

#calendarForm table.reservationCalendar td .reservationBlock.disabled:hover .overlay {
    opacity: .5
}

#articleTable td.amount,#ticketTable td.amount {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap
}

.registrationForm input:focus {
    background-color: #f6f6f6!important;
    color: inherit!important;
    border-color: transparent!important;
    outline: 0
}

.tableStyle1.multiColumn td,.tableStyle1.multiColumn th {
    text-align: inherit
}

div.rowBlock {
    border: 0;
    margin: 15px;
    text-align: left
}

.datepicker.datepicker-dropdown .table-condensed thead tr:nth-of-type(2) th {
    background-color: #9d9d9c;
    color: #fff;
    border-radius: 0
}

.datepicker.datepicker-dropdown .table-condensed thead tr:nth-of-type(3) th {
    background-color: #f6f6f6;
    border-radius: 0
}

.datepicker.datepicker-dropdown .table-condensed td,.datepicker.datepicker-dropdown .table-condensed th {
    min-width: 50px;
    padding: 10px
}

@media (max-width:420px) {
    .datepicker.datepicker-dropdown .table-condensed span,.datepicker.datepicker-dropdown .table-condensed td {
        border-radius: 0!important
    }

    .datepicker.datepicker-dropdown .table-condensed td span {
        border: 2px solid transparent;
        box-sizing: border-box
    }

    .datepicker.datepicker-dropdown .table-condensed td span:hover {
        border-color: #9d9d9c
    }

    .datepicker.datepicker-dropdown .table-condensed .active {
        background-color: #9d9d9c;
        background-image: none
    }

    .datepicker.datepicker-dropdown .table-condensed .active:hover {
        background-color: #f6f6f6
    }

    .hello-week .navigation {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #9d9d9c;
        color: #fff
    }

    .hello-week .next,.hello-week .prev {
        padding: 1em;
        cursor: pointer;
        opacity: .8
    }

    .hello-week .next:hover,.hello-week .prev:hover {
        opacity: 1
    }

    .hello-week .period {
        font-size: 1.4em;
        text-align: center
    }

    .hello-week .week {
        color: #000;
        font-size: 1.2em;
        display: flex;
        justify-content: space-around;
        background: #f6f6f6
    }

    .hello-week .week.rtl {
        flex-direction: row-reverse
    }

    .hello-week .week .day {
        padding: 1em 0
    }

    .hello-week .month {
        display: flex;
        flex-wrap: wrap;
        cursor: pointer
    }

    .hello-week .monthrtl {
        flex-direction: row-reverse
    }

    .hello-week .month .day {
        font-weight: 700;
        box-sizing: border-box;
        border: 3px solid transparent;
        width: 14.28571%;
        padding: 1em;
        transition: all .2s cubic-bezier(.25,.1,.49,.9)
    }

    .hello-week .month .day.is-weekend {
        color: #000;
        background-color: rgba(34,34,34,.1)
    }

    .hello-week .month .day.is-today {
        border-color: #9d9d9c;
        background: #9d9d9c;
        color: #fff
    }

    .hello-week .month .day.is-selected {
        border-color: #9d9d9c;
        background: 0 0;
        color: inherit
    }

    .hello-week .month .day.day.is-disabled {
        cursor: not-allowed;
        color: rgba(0,0,0,.6);
        opacity: .4
    }
}

@media (max-width:375px) {
    #calendarForm #titleBox {
        background-color: #f6f6f6;
        box-shadow: none;
        margin: 1em 0;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 25px;
        color: #000;
        font-weight: 700
    }

    #calendarForm #titleBox #leftArrow:after {
        content: "◀"
    }

    #calendarForm #titleBox #rightArrow:after {
        content: "▶"
    }

    #calendarForm #titleBox>[id*=Arrow] {
        font-size: 120%;
        cursor: pointer
    }

    #calendarForm #titleBox>[id*=Arrow]:after {
        color: rgba(0,0,0,.5);
        background: 0 0;
        display: inline-block
    }

    #calendarForm #titleBox>[id*=Arrow]:hover:after {
        color: #000;
        transition: 0s;
        text-shadow: none
    }

    #calendarForm #titleBox #titleText {
        transition: .2s;
        cursor: pointer
    }

    #calendarForm table.reservationCalendar {
        width: 100%;
        height: 1px;
        position: relative
    }

    #calendarForm table.reservationCalendar td,#calendarForm table.reservationCalendar th {
        width: 12.5%;
        padding: 0;
        text-align: center
    }

    #calendarForm table.reservationCalendar>thead {
        display: table;
        width: 100%;
        margin-bottom: 10px;
        box-shadow: none
    }

    #calendarForm table.reservationCalendar>thead tr {
        display: flex
    }

    #calendarForm table.reservationCalendar>thead tr th {
        flex-grow: 1;
        text-align: center;
        vertical-align: middle;
        padding: 1em 0;
        background: #f6f6f6;
        color: inherit;
        text-transform: lowercase;
        font-weight: 400;
        border-right: 1px solid rgba(255,255,255,.3)
    }

    #calendarForm table.reservationCalendar>thead tr th:first-child {
        max-width: 120px
    }

    #calendarForm table.reservationCalendar td {
        background-image: none;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        color: #f7d917;
        background: #f6f6f6
    }

    #calendarForm table.reservationCalendar>tbody.scrollContent {
        display: block;
        overflow: auto
    }

    #calendarForm table.reservationCalendar>tbody tr {
        display: flex;
        width: 100%;
        margin-bottom: 10px;
        box-shadow: none;
        align-items: stretch;
        vertical-align: top
    }

    #calendarForm table.reservationCalendar>tbody tr td,#calendarForm table.reservationCalendar>tbody tr th {
        flex-grow: 1
    }

    #calendarForm table.reservationCalendar>tbody tr th {
        max-width: 120px;
        font-size: 120%;
        background-color: #ddd;
        color: #9d9d9c;
        box-shadow: none;
        display: flex;
        min-height: 35px;
       
    }

    #calendarForm table.reservationCalendar>tbody tr th span {
        margin: auto
    }

    #calendarForm table.reservationCalendar td .reservationBlock {
        padding: 5px;
        cursor: pointer
    }

    #calendarForm table.reservationCalendar td .reservationBlock .container1 {
        transition: .1s;
        position: relative;
        padding: 5px;
        border: 0 solid #fff;
        border-radius: 60px;
        box-shadow: none;
        box-sizing: border-box
    }

    #calendarForm table.reservationCalendar td .reservationBlock .container1>* {
        z-index: 3;
        position: relative
    }

    #calendarForm table.reservationCalendar td .reservationBlock .container1 .overlay {
        position: absolute;
        display: block;
        border-radius: 60px;
        top: 0;
        left: 0;
        background-color: #000;
        z-index: 0;
        opacity: 0;
        transition: .5s
    }

    #calendarForm table.reservationCalendar td .reservationBlock .container1 .registered,#calendarForm table.reservationCalendar td .reservationBlock .container1 .reserveList {
        font-size: x-small;
        font-weight: 700;
        text-decoration: underline
    }

    #calendarForm table.reservationCalendar td .reservationBlock .container1 .title {
        margin: 2px auto 0
    }

    #calendarForm table.reservationCalendar td .reservationBlock .container1 .duration {
        font-size: x-small;
        margin-bottom: 5px
    }

    #calendarForm table.reservationCalendar td .reservationBlock .container1 .persons {
        font-size: x-small;
        opacity: .6;
        transition: .5s
    }

    #calendarForm table.reservationCalendar td .reservationBlock.disabled .container1 {
        box-shadow: none
    }

    #calendarForm table.reservationCalendar td .reservationBlock.disabled .container1 .overlay {
        opacity: .8;
        z-index: 5;
        background-color: gray
    }

    #calendarForm table.reservationCalendar td .reservationBlock:hover .container1 {
        box-shadow: none;
        transition: 0s
    }

    #calendarForm table.reservationCalendar td .reservationBlock:hover .overlay {
        opacity: .2;
        transition: 0s
    }

    #calendarForm table.reservationCalendar td .reservationBlock.disabled:hover .container1 {
        box-shadow: none
    }

    #calendarForm table.reservationCalendar td .reservationBlock.disabled:hover .overlay {
        opacity: .5
    }
}

@media (max-width:1024px) {
    #calendarForm .formBlock {
        max-width: 600px
    }

    #calendarForm .fixedHeader th:first-child {
        border-right: none
    }

    #calendarForm th:first-child {
        width: 25%!important
    }

    #calendarForm table.reservationCalendar td.weekDayName,#calendarForm table.reservationCalendar th.weekDayName {
        display: none
    }

    #calendarForm table.reservationCalendar td.weekDayName.selectedWeekDay,#calendarForm table.reservationCalendar th.weekDayName.selectedWeekDay {
        display: table-cell;
        border-radius:60px;
        width: 80%!important
    }

    #calendarForm table.reservationCalendar td.weekDayName.selectedWeekDay .reservationCell,#calendarForm table.reservationCalendar td.weekDayName.selectedWeekDay .reservationCellTable,#calendarForm table.reservationCalendar th.weekDayName.selectedWeekDay .reservationCell,#calendarForm table.reservationCalendar th.weekDayName.selectedWeekDay .reservationCellTable {
        height: 100%
    }

    #calendarForm #detailsFormModal .twoColumns {
        display: block
    }

    #calendarForm #detailsFormModal .twoColumns .column:not(:first-child) {
        margin-top: 30px
    }
}

@media (max-width:480px) {
    #calendarForm #detailsFormModal .content table td {
        display: block;
        text-align: left
    }

    #calendarForm #detailsFormModal .content table td:nth-child(2n) {
        padding-top: 0;
        margin-bottom: 15px
    }

    #calendarForm #detailsFormModal .content table td:nth-child(odd) {
        border-bottom: none
    }
}

#reservationSummary .titleBlock {
    margin-top: 10px;
    margin-bottom: 0
}

#reservationSummary .buttonsContainer {
    margin-top: 50px
}

.registrationForm {
    margin: 0 20px;
    text-align: left
}

.registrationForm .form-group {
    margin-bottom: 25px
}

.registrationForm input::-moz-placeholder {
    opacity: .6;
    color: inherit!important;
    font-style: italic
}

.registrationForm input::placeholder {
    opacity: .6;
    color: inherit!important;
    font-style: italic
}

#successfulRegisteredContent h3 {
    padding: 1em 2em;
    background-image: linear-gradient(90deg,transparent,#fff,transparent);
    display: inline-block;
    color: #9d9d9c;
    border: 1px solid rgba(34,34,34,.1);
    border-right: none;
    border-left: none;
    box-shadow: none;
    margin-top: 30px
}

/*fixy do tabeli uro*/
.tableStyle1.multiColumn td:nth-child(1) {
    font-weight: 900}
.tableStyle1.multiColumn td:nth-child(3) {
    text-align: right}
.birthdayObjectContentImg {
  font-weight: normal;}
.objectName {font-weight: 900;}

#customerProfileForm table.tableStyle1 > thead tr > th:nth-child(3),#customerProfileForm table.tableStyle1 > tbody.onlyBottomBorder tr > td:nth-child(3) {
text-align: left !important;
}

/*fix za duzy odstep w opisie sali*/
.birthdayObjectContentImg > br:nth-child(2) { display: none;}

/*fix koloru slotu rezerwacji*/
#calendarTable > tbody > tr > td > div > div.container1 {
  color: #000 !important;
  background-color: #F7D917 !important;
}

/*powiekszona godzina*/
#calendarTable > tbody > tr > td > div:nth-child(1) > div:nth-child(1) > strong:nth-child(3) {font-size: 20px;}

/*schowane elementy z nawigacji menu i kwadratach na glownej*/
.container1 > nav:nth-child(3) > a {display: none !important}

/*schowane elementy w menu widok pc*/
.container1 > nav:nth-child(3) > a[href*="/birthday"]{display: inline-block !important;}
.container1 > nav:nth-child(3) > a[href*="/customer/profile/reservations"]{display: inline-block !important;}
.container1 > nav:nth-child(3) > a[href*="/customer/profile/account"]{display: inline-block !important;}
.container1 > nav:nth-child(3) > a[href*="/request/logout"]{display: inline-block !important;}
.container1 > nav:nth-child(3) > a[href*="/buyCarnet"]{display: none !important;}
.container1 > nav:nth-child(3) > a[href*="/buyGift"]{display: none !important;}
.container1 > nav:nth-child(3) > a[href*="/profile/carnets"]{display: none !important;}
.container1 > nav:nth-child(3) > a[href*="/customer/profile/events"]{display: none !important;}
.container1 > nav:nth-child(3) > a[href*="/customer/profile/points"]{display: none !important;}
/*schowane elementy w menu widok mobile*/
@media (max-width: 1199px) {
.container1 > nav:nth-child(3) > a[href*="/birthday"]{display: block !important;}
.container1 > nav:nth-child(3) > a[href*="/customer/profile/reservations"]{display: block !important;}
.container1 > nav:nth-child(3) > a[href*="/customer/profile/account"]{display: block !important;}
.container1 > nav:nth-child(3) > a[href*="/request/logout"]{display: block !important;}
.container1 > nav:nth-child(3) > a[href*="/buyCarnet"]{display: none !important;}
.container1 > nav:nth-child(3) > a[href*="/buyGift"]{display: none !important;}
.container1 > nav:nth-child(3) > a[href*="/profile/carnets"]{display: none !important;}
.container1 > nav:nth-child(3) > a[href*="/customer/profile/events"]{display: none !important;}
.container1 > nav:nth-child(3) > a[href*="/customer/profile/points"]{display: none !important;}
}

/*schowane elementy na stronie po zalogowaniu*/
a.squaredButton[href*="/birthday"]{display: flex !important;}
a.squaredButton[href*="/customer/profile/reservations"]{display: flex !important;}
a.squaredButton[href*="/customer/profile/account"]{display: flex !important;}
a.squaredButton[href*="/request/logout"]{display: none !important;}
a.squaredButton[href*="/buyCarnet"]{display: none !important;}
a.squaredButton[href*="/buyGift"]{display: none !important;}
a.squaredButton[href*="/profile/carnets"]{display: none !important;}
a.squaredButton[href*="/customer/profile/events"]{display: none !important;}
a.squaredButton[href*="/customer/profile/points"]{display: none !important;}

a.squaredButton[href*="/customer/profile/account"]{order: 3;}

/*ukrycie przycisków i cen obok opisu pakietu w std*/
#eManager>div:nth-child(1)>form:nth-child(1)>div:nth-child(2)>br:nth-child(4) {display: none}
div.rowBlock:nth-child(4) > div:nth-child(1) > br:nth-child(5) {display: none;}

.middleWidth div.rowBlock:nth-child(4) > div > div.contentBlock table[name="packageGroupTable"] tr>td:nth-child(2) {display: none}
.middleWidth div.rowBlock:nth-child(4) > div > div.contentBlock table[name="packageGroupTable"] tr>td:nth-child(3) {display: none}
.middleWidth div.rowBlock:nth-child(4) > div > div.contentBlock table[name="packageGroupTable"] tr>td:nth-child(1) {border: 0; padding: 10px 0; background-color:#fff !important}

/*poprawki pod mobile*/
@media (max-width:570px){
	.minusButton, .plusButton {
 	 width: 25px;
 	 height: 25px;
 	 margin: 0 5px;
     }
     .tableStyle1.multiColumn td:nth-child(3) {width:33%}
    .tableStyle1.multiColumn td { padding-left:0}
    #eManager .titleBlock, .titleBlock { padding:0}
    tr#packageObjectRow_0{margin:0}
    .middleWidth div.rowBlock > div > div.contentBlock table[name="packageGroupTable"] tr td:nth-child(1) {padding:8px}
}

/*ukrycie przycisku biletu w pakiecie ekonomicznym*/
#packageItemRow_204 > td:nth-child(3) button {display: none;}
#packageItemRow_76 > td:nth-child(3) button {display: none;}

/*ekonomiczny na koniec*/
div.groupBlock:nth-child(4) {order:6;}
div.groupBlock:nth-child(1) {order:6;}

/*ukryte info o zalogowanym uzytkowniku*/
.topLoginBar .container1 .loggedUserInfo {display:none}

/*rozpoznanie sal*/
a.homePageLink{color:#000; display:flex; }
a.homePageLink:hover{text-decoration:none !important;color: #fff;}
a.homePageLink:focus{text-decoration:none !important;}
.topLoginBar .container1 a.homePageLink img {display:flex; }
a.homePageLink:has(img[src="https://dzikieplasy.oos.pl/images/manager/logo.png"]):after 
{content:"Borkowo";font-size:32px;font-weight: 900;padding:20px 10px 0 0;text-decoration:none !important;}
a.homePageLink:has(img[src="https://osowadzikieplasy.oos.pl/images/manager/logo.png"]):after 
{content:"Gdańsk Osowa";font-size:32px;font-weight: 900;padding:20px 10px 0 0; text-decoration:none !important;}
a.homePageLink:has(img[src="https://piasecznodzikieplasy.oos.pl/images/manager/logo.png"]):after 
{content:"Piaseczno";font-size:32px;font-weight: 900;padding:20px 10px 0 0; text-decoration:none !important;}
@media (max-width: 768px) {
    a.homePageLink:after {font-size:18px !important; padding:35px 20px 0 0 !important}
}

@media (min-width: 1024px) {
/*podświetlenie tabeli*/
#calendarForm table:has(tr > *:nth-child(1):hover) td:nth-child(1),
#calendarForm table:has(tr > *:nth-child(2):hover) td:nth-child(2),
#calendarForm table:has(tr > *:nth-child(3):hover) td:nth-child(3),
#calendarForm table:has(tr > *:nth-child(4):hover) td:nth-child(4),
#calendarForm table:has(tr > *:nth-child(5):hover) td:nth-child(5),
#calendarForm table:has(tr > *:nth-child(6):hover) td:nth-child(6),
#calendarForm table:has(tr > *:nth-child(7):hover) td:nth-child(7),
#calendarForm table:has(tr > *:nth-child(8):hover) td:nth-child(8) {
  background-color: rgba(247,217,23,0.5);
}
#calendarForm table:has(tr > *:nth-child(1):hover) th:nth-child(1),
#calendarForm table:has(tr > *:nth-child(2):hover) th:nth-child(2),
#calendarForm table:has(tr > *:nth-child(3):hover) th:nth-child(3),
#calendarForm table:has(tr > *:nth-child(4):hover) th:nth-child(4),
#calendarForm table:has(tr > *:nth-child(5):hover) th:nth-child(5),
#calendarForm table:has(tr > *:nth-child(6):hover) th:nth-child(6),
#calendarForm table:has(tr > *:nth-child(7):hover) th:nth-child(7),
#calendarForm table:has(tr > *:nth-child(8):hover) th:nth-child(8) {
  background-color: #000;
    color:#fff}
}