html {
    position: relative;
    min-height: 100%;
}

body {
    color: #35404f;
    /*font-family: 'Open Sans', sans-serif;*/
}

label {
    margin: 0;
}

body > .container-fluid {
    padding-top: 10px;
    max-width: 2000px;
}

.no-horizontal-padding {
    padding-left: 0;
    padding-right: 0;
}

#block-header {
    padding-bottom: 20px;
    background-image: url('/images/layout/background-header.png');
    background-repeat: repeat-x;
    background-position: bottom;
}

#block-header #block-headermenu a {
    color: #00508f;
    font-weight: bold;
}

#block-header #block-headermenu a + a {
    padding-left: 15px;
}

#block-header #block-zalogowany {
    min-width: 240px;
    text-align: right;
    padding-top: 12px;
}

#block-header #block-zalogowany a {
    color: #35404f;
}

#block-footer {
    background-image: url('/images/layout/background-footer.png');
    color: #333e4d;
    padding: 10px 0;
    -moz-box-shadow: 0 -5px 5px #cfd0d0;
    -webkit-box-shadow: 0 -5px 5px #cfd0d0;
    box-shadow: 0 -5px 5px #cfd0d0;
    margin: 10px 0 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 0.8em;
}

#block-footer a {
    color: #333e4d;
}

h1 {
    font-weight: 300;
    font-size: 1.3em;
    text-align: center;
    margin: 0;
}

@media screen and (min-width: 1024px) {
    h1 {
        font-size: 4em;
    }
}

.box-warning {
    background-color: #ffc745;
    text-align: center;
    padding: 20px 10px 20px 50px;
    color: #ffffff;
    background-image: url('/images/layout/ico-ostrzezenie.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    margin-top: 30px
}

.dropdown-status {
    width: 100%;
}


/* form */
.divError {
    clear: both;
    background-color: #b94a48;
    color: #ffffff;
    margin: 5px;
    display: none;
    text-align: center;
}

.divError label {
    padding: 3px;
    border: 0;
    color: #ffffff;
}

.divError label * {
    font-size: 12px;
}

.divLabel {
    padding-top: 8px;
    padding-bottom: 3px;
}

.divElement {
    padding-bottom: 5px;
}

.divDesc {
    font-size: 12px;
}

.divFullDesc {
    font-style: italic;
    padding-left: 15px;
    padding-right: 15px;
}

.divField > div, .divPozycjaCennikaHdr > div {
    line-height: 34px;
    height: 34px;
    vertical-align: middle;
}

.divPozycjaCennikaHdr {
    border-bottom: 1px solid #eee;
    font-weight: 700;
    margin-bottom: 5px;
}

#wizualizacja {
    margin: 0 auto;
}

#page-logowanie .block {
    background-color: #f1f2f2;
    height: 330px;
    position: relative;
}

#page-logowanie .block .hdr {
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    padding-left: 10px;
}

#page-logowanie .block .blue {
    background-color: #1caadc;
}

#page-logowanie .block .green {
    background-color: #72cb40;
}

#page-logowanie .block .content {
    padding: 10px;
    text-align: center;
}

#page-logowanie .block form {
    padding: 10px;
}

#page-logowanie .block form .divLabel {
    padding-bottom: 3px;
}

#page-logowanie .block .buttons {
    position: absolute;
    bottom: 5px;
    height: 50px;
    width: 100%;
    padding-right: 20px;
    text-align: center;
}

#page-logowanie .block .button-login {
    height: 50px;
    width: 80%;
    background-color: #72cb40;
    border: 0;
    border-bottom: 5px solid #5eae31;
    color: #ffffff;
    font-weight: bold;
}

#page-logowanie .divField {
    margin-bottom: 0;
}

#page-logowanie .divError {
    margin-left: 0;
    margin-right: 0;
}

#page-terminy .naglowek {
    margin-top: 20px;
    color: #000000;
    font-weight: bold;
    padding: 0 10px 0 10px;
    font-size: 14px;
}

#page-terminy .termin .dane {
    font-weight: normal;
    padding: 20px 10px 20px 10px;
}

#page-terminy .termin:nth-child(2n+1) {
    background-color: #f5f5f5;
}

#page-terminy .filtr {
    background-color: #1caadc;
    color: #ffffff;
    padding: 10px;
}

#page-terminy .filtr #data {
    font-size: 18px;
    font-weight: bold;
    vertical-align: -1px;
}

#page-terminy .filtr img {
    vertical-align: middle;
    cursor: pointer;
}

#page-terminy .filtr #kalendarz {
    cursor: pointer;
}

#page-terminy .button-back, #page-komunikaty .button-back {
    height: 50px;
    background-color: #4092cb;
    border: 0;
    border-bottom: 5px solid #3177ad;
    color: #ffffff;
    font-weight: bold;
    display: block;
    margin: 10px auto 0 auto;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
}

#page-terminy .paginator {
    margin: 15px 0;
}

/*#loading {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    z-index: 1100;*/
/*    display: none;*/
/*    text-align: center;*/
/*    background: rgba(255, 255, 255, 0.6);*/
/*}*/

/*#loading h1 {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    font-weight: 700;*/
/*}*/

/*#loading .spinner-border {*/
/*    position: absolute;*/
/*    top: calc(50% - 3rem);*/
/*    width: 6rem;*/
/*    height: 6rem;*/
/*}*/

/*.preloader__spinner {*/
/*    width: 6rem;*/
/*    height: 6rem;*/
/*}*/

@media screen and (max-width: 768px) {
    .divField > div, .divPozycjaCennikaHdr > div {
        height: auto;
        line-height: normal;
    }

    #page-terminy .termin .dane {
        padding: 5px 10px;
    }

    #page-terminy .termin .dane:last-child {
        height: 44px;
    }

    .filtr {
        text-align: center;
    }

    .filtr #data {
        white-space: pre;
    }

    .filtr #data:before {
        content: '\A';
    }

    #wizualizacja {
        margin: 0;
        overflow-x: scroll;
        width: auto !important;
        overflow-y: hidden;
    }
}

#terminytabela thead tr th:last-child,
#terminytabela tbody tr td:last-child {
    text-align: right;
}

.number-spinner {
    width: auto;
}

.number-spinner input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number-spinner input[type=number] {
    -moz-appearance: textfield;
}

.number-spinner button,
.number-spinner input[type="number"] {

    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex: initial;
    text-align: center;
}

.number-spinner button {
    border: 1px solid #ced4da;
    width: 30px;
}

.number-spinner input[type="number"] {
    width: 40px;
}

fieldset#price-list-position-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem
}

#form-price-list-position-buttons-zapisz {
    background-color: #198754;
    border-color: #198754;
}

#form-price-list-position-buttons-zapisz:hover {
    background-color: #157347;
    border-color: #146c43;
}

#koszyk_przyciski {
    margin-top: 30px;
}

#koszyk_przyciski input {
    width: auto !important;
}

input#koszyk_submit_dalej {
    order: 99;
}

.tooltip.show {
    opacity: 1;
    border: 0;
}

.tooltip-inner {
    max-width: 320px;
    width: 320px;
    color: #000;
    text-align: left;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    outline: none;
    box-shadow: initial;
    padding: 10px;
}

.usun a {
    color: #a22d00;
}

table tr.koszyk-bilety-row.wybor-uczestnikow td {
    border-bottom-width: 0 !important;
}

.uczestnik-wrapper .divField > div, .divPozycjaCennikaHdr > div {
    height: auto;
    line-height: initial;
}

.uczestnik-wrapper .divLabel {
    padding-top: 0;
}
