@import url("wp-styles.css");

/* ogólne */
html.js .no-js {
    display: none;
}

fieldset {
    border: none;
}

.divError {
    font-weight: 400;
    color: #35a1be;
    margin-bottom: 10px;
}

label small {
    font-weight: normal;
}

.button {
    background-color: #777777;
}

input[type=text], input[type=password], select, select option {
    padding: 5px 12px !important;
    color: #767676 !important;
    font-weight: normal !important;
    font-size: 14px !important;
}

/* menu */
.main-navigation-ul > li.menu-item > a.menu-item-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#mk-header-social.header-section .mk-square-pointed.small {
    display: inline;
    padding-bottom: 6px !important;
}

/* komunikaty */
#top-info p.mk-message-box {
    padding: 10px 10px 10px 60px;
}

.page-introduce-title {
    float: left;
}

/* koszyk */
#basket {
    float: right;
    font-weight: normal;
    padding-right: 15px;
}

#basket span, #basket #clock {
    font-weight: bold;
}

#basket #clock {
    display: inline-block;
}

/* dostepnosci */
#availability {
    margin-bottom: 40px;
}

#availability button {
    text-transform: uppercase;
    font-size: 1.75em;
    width: 10em;
    margin-bottom: 10px;
}

#availability button {
    margin-right: 20px;
}

#availability button:last-child {
    margin-right: 0;
}

#availability button:hover, #availability button.selected {
    background-color: #35a1be;
    border-color: #35a1be;
    color: white;
}

/* kalendarz */
#month, #month a {
    line-height: 27px;
    height: 37px;
}

#month, #calendar th, #calendar td {
    font-size: 18px;
}

#month, #calendar tr {
    border-bottom: 1px solid #f1f2ec;
}

#month {
    text-transform: capitalize;
    padding-bottom: 10px;
}

#calendar th {
    font-weight: normal;
    text-transform: uppercase;
}

#calendar {
    margin: 0 auto 20px;
}

#calendar td {
    line-height: 41px;
    text-align: center;
    color: #2c3e50;
}

#calendar td.past {
    color: #a8acad;
}

#calendar td a {
    color: #2c3e50;
    width: 36px;
    height: 41px;
    line-height: 41px;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 4px;
}

#calendar td a.events {
    /*background: url("../images/layout/calendar/6.png") no-repeat;*/
    color: #35a1be;
    border-color: #ccc;
}

#calendar td a:hover, #calendar td a:active, #calendar td a.selected {
    color: white;
    text-decoration: none;
    /*background: url("../images/layout/calendar/6_active.png")  no-repeat;*/
    background-color: #35a1be;
}

/* rejestracja, edycja danych */
.text-right.txt-obowiazkowe {
    margin-top: 20px;
}

/* logowanie */
#form_zarejestruj_btn_zarejestruj_sie {
    margin-top: 15px
}

/* termin */
.table-responsive table.table.table-termin tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table-responsive table.table.table-termin tbody tr td {
    vertical-align: middle;
}

div#legenda-terminy {
    text-align: left;
    margin-bottom: 20px;
}

div#legenda-terminy a {
    display: block;
    vertical-align: middle;
    line-height: 24px;
    height: 24px;
}

div#legenda-terminy a + a {
    margin-top: 8px;
    color: #309745;
}

div#legenda-terminy a + a + a {
    color: #c43238;
}

div#legenda-terminy a img {
    vertical-align: top;
    margin-right: 5px;
}

div#legenda-terminy a.active {
    font-weight: bold;
}

/* miejsca numerowane */
#loading {
    z-index: 10;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: black;
    font-size: 16px;
    padding: 10px;
    background-color: #c8c8c8;
    background-color: rgba(200, 200, 200, 0.5);
}

#legenda {
    margin-top: 0;
    margin-bottom: 15px;
}

@media (max-width: 670px) {
    #legenda > div {
        display: block !important;
    }
}

/* miejsca nienumerowane */
#page-miejsca .divPozycjaCennikaHdr {
    padding: 5px;
    border-bottom: 1px solid #dddddd;
}

#page-miejsca .divPozycjaCennikaHdr div {
    float: left;
    color: #777777;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
}

#page-miejsca .divPozycjaCennika {
    padding: 5px;
    border-top: 1px solid #dddddd;
    background-color: white;
    margin-bottom: 5px;
}

#page-miejsca .divPozycjaCennika div {
    float: left;
    line-height: 25px;
    color: #102447;
}

#page-miejsca .label {
    width: 40%;
    padding: 5px;
    font-size: inherit;
    font-weight: normal;
    color: black;
    text-align: left;
}

#page-miejsca .cena {
    width: 15%;
    text-align: right;
}

#page-miejsca .ilosc {
    width: 15%;
    text-align: center;
    color: #d0d0d0;
}

#page-miejsca .ilosc .input-ilosc {
    width: 50px;
    text-align: center;
    border: 1px solid #cdcdcd;
    color: #102447;
}

#page-miejsca .wartosc {
    width: 100px;
    text-align: right;
}

#page-miejsca .divPozycjaCennika .divFullDesc {
    clear: both;
    padding-left: 5px;
    font-size: 11px;
    color: #aaaaaa;
    line-height: 100%;
}

#page-miejsca div.r0 {
    background-color: #f9f9f9;
}

#page-miejsca form h3 {
    margin-top: 30px;
}

#page-miejsca form h3:first-of-type {
    margin-top: 0;
}

/* koszyk strona */
#page-koszyk table.koszyk-kupujacy {
    width: auto;
}

#page-koszyk table.koszyk-kupujacy td {
    text-align: left;
}

#page-koszyk form#koszyk .checkbox {
    display: inline-block;
}

#page-koszyk form#koszyk #koszyk_submit_koszyk {
    margin-left: 20px;
}

#page-koszyk .table-responsive tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

/*#page-koszyk .table-responsive tbody tr:nth-child(even) {
    background-color: transparent;
}*/

@media (max-width: 780px) {
    #koszyk_przyciski > div:last-of-type {
        margin-left: 20px;
    }

    #koszyk_przyciski > div {
        float: left !important;
    }
}

/* stopka */
.mk-footer-copyright a, .mk-footer-copyright a:hover {
    color: white;
}

#tool-tip {
    z-index: 500;
}

.wybor-lokalizacji-icon img:hover {
    opacity: 0.8;
}

.wybor-rodzaju-zwiedzania {
    text-align: center;
    border: 1px solid #777777;
    padding: 20px 10px;
    display: block;
    text-decoration: none;
    color: #777777;
    text-transform: uppercase;
    margin-bottom: 20px;

}

@media (min-width: 900px) {
    .wybor-rodzaju-zwiedzania {
        font-size: 30px;
    }
}

.wybor-rodzaju-zwiedzania:hover {
    text-decoration: none;
    background-color: #35a1be;
    border: 1px solid #35a1be;
    color: white;
    cursor: pointer;
}

.wybor-rodzaju-zwiedzania:hover .fa {
    color: white;
}

.wybor-rodzaju-zwiedzania-icon {
    font-size: 40px;
    color: gray;
    margin-bottom: 20px;
}

.no-float {
    float: none;
}

div#basket:hover {
    cursor: pointer;
}

#koszyk_submit_koszyk {
    width: 1px;
    height: 1px;
    visibility: hidden;
}

#koszyk_submit_zakup,
#koszyk_submit_rezerwacja {
    margin-left: 10px;
}

.termin-niedostepny-info {
    background-color: #777777;
    color: white;
    text-align: center;
    padding: 8px 15px;
}

.termin-niedostepny-info a,
.termin-niedostepny-info a:hover {
    color: white;
}

.homepage-content {
    margin-top: 30px;
    padding: 30px;
    font-weight: bold;
}

.homepage-content p {
    font-size: 26px !important;
}