/*
 * SoftCOM Spółka jawna - http://www.softcom.wroc.pl
 * @author SoftCOM Spółka jawna <biuro@softcom.wroc.pl>
 * @copyright Copyright (C) 2011, SoftCOM Spółka jawna
 * $LastChangedDate$
 * $Rev$
 */
* {
    font-family: Tahoma, sans-serif;
    font-size: 13px;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #a67934;
    background-image: url('/images/layout/bg.png');
    background-position: left top;
    background-repeat: repeat-x;
    color: #fefffd;
}

fieldset {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

form {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

td {
    vertical-align: top;
}

a {
    color: #ffd08f;
    text-decoration: none;
}

a:hover {
    color: #e8d39c;
    text-decoration: underline;
}

p {
    margin: 0;
    margin-bottom: 10px;
}

h1, h1 a, h2 {
    margin: 0px;
    padding: 5px 0;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Marcellus SC', 'Times New Roman', serif;
    color: #fffed2;
    text-shadow: 0 2px 3px black;
}

h2 {
    margin-top: 15px;
    font-size: 19px;
}

.buttons {
    padding-top: 15px;
}

.button, .btn-nastepny, .btn-poprzedni, .btn-zmien {
    padding: 8px 40px 8px 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 2px 3px #62481f;
    color: #9c230a;
    font-size: 17px;
    font-family: 'Marcellus SC', 'Times New Roman', serif;
    height: 40px;
    line-height: 20px;
    background-color: #fff8ca;
    cursor: pointer;
}

.button:hover, .btn-nastepny:hover, .btn-poprzedni:hover {
    background-color: #fee6ab;
    color: #aa1d00;
}

.button, .button:hover, .btn-nastepny, .btn-nastepny:hover, .btn-poprzedni, .btn-poprzedni:hover {
    transition: background-color 200ms linear 0;
    background-image: url('/images/layout/button_bg.png');
    background-position: right center;
    background-repeat: no-repeat;
}

.btn-poprzedni, .btn-nastepny {
    margin-top: 2px;
    height: 30px;
    line-height: 16px;
}

.btn-poprzedni, .btn-poprzedni:hover {
    float: left;
    padding: 5px 10px 5px 30px;
    background-position: left center;
    background-image: url('/images/layout/button_bg-prev.png');
    margin-right: 15px;
    color: #804336
}

.btn-nastepny {
    float: right;
    padding: 5px 30px 5px 10px;
    background-position: right center;
    margin-left: 15px;
}

.btn-zmien {
    padding: 0 8px 0 8px;
    height: 30px;
    font-size: 14px;
    display: inline-block;
}

.button-dostepnosc {
    padding: 8px 40px 8px 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 2px 3px #62481f;
    color: #9c230a;
    font-size: 17px;
    font-family: 'Marcellus SC', 'Times New Roman', serif;
    height: 40px;
    line-height: 20px;
    background-color: #fff8ca;
    cursor: pointer;
    display: inline-block;
    width: 250px;
    margin: 0 15px;
}

.button-dostepnosc:hover {
    background-color: #fee6ab;
    color: #aa1d00;
}

.button-dostepnosc {
    transition: background-color 200ms linear 0;
    background-image: url('/images/layout/button_bg.png');
    background-position: right center;
    background-repeat: no-repeat;
}

/* Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* formularz */
.divForm .divField {
    margin-bottom: 5px;
}

.divForm .divField .divLabel {
    float: left;
    width: 150px;
    padding: 1px 1px 1px 0px;
    overflow: hidden;
}

.divForm .divField .divDesc {
    font-size: 9px;
}

.divForm .divField .divFullDesc {
    clear: both;
    font-size: 9px;
}

.divForm .divField .divElement {
    float: left;
    margin-bottom: 2px;
}

.divForm .divField .divElement input {
    width: 220px;
}

.divForm .divField .divElement input.cb {
    width: 20px;
}

.divForm .divField .divElement select {
    width: 226px;
}

.divForm .divField .divRadio {
    float: left;
    width: 200px;
}

.divFooter {
    padding-top: 5px;
    font-size: 11px;
}

.divErrorField {
    border: 1px solid #c01515;
    color: #c01515;
}

.divError {
    clear: both;
}

.divError label {
    display: block;
    margin: 2px 0px 2px 0px;
    padding: 3px 1px 3px 0px;
    border: 0px;
    color: #c01515;
}

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

#form_platnosc_btn_submit {
    width: 141px;
    height: 27px;
    margin: 0px auto;
    background-image: url('/images/layout/btn_payu_place.gif');
    background-color: transparent;
    border: 0px;
    cursor: pointer;
}

ul.paginator {
    clear: both;
    margin: 0px;
    padding: 0px;
}

ul.paginator.top {
    margin-bottom: 10px;
}

ul.paginator.bottom {
    margin-top: 10px;
}

ul.paginator li {
    list-style: none;
    float: left;
    padding: 2px 4px 2px 4px;
}

ul.paginator li a {
    text-decoration: none;
}

ul.paginator li.selected {
    font-weight: bold;
}

#messageError {
    padding: 10px;
    font-family: 'Marcellus SC', 'Times New Roman', serif;
    font-size: 20px;
    color: red;
    text-align: center;
}

#messageWarning {
    padding: 10px;
    font-family: 'Marcellus SC', 'Times New Roman', serif;
    font-size: 20px;
    color: red;
    text-align: center;
}

#messageInfo {
    padding: 10px;
    font-family: 'Marcellus SC', 'Times New Roman', serif;
    font-size: 20px;
    color: #fffed2;
    text-align: center;
}

#page {
    width: 900px;
    margin: 0px auto;
}

#page #block-top {
    clear: both;
    height: 120px;
    overflow: hidden;
    width: 850px;
    padding: 0 25px;
    background-image: url('/images/layout/top_bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

#page #block-top #block-top-logo {
    float: left;
    width: 450px;
}

#page #block-top #block-top-r {
    float: right;
    width: 400px;
    margin-top: 20px;
}

#page #block-top #block-top-r #block-info {
    clear: both;
}

#page #block-top #block-top-r #block-info #block-basket {
    clear: both;
    text-align: right;
}

#page #block-top #block-top-r #block-info #block-basket img {
    vertical-align: bottom;
    margin-right: 5px;
}

#page #block-top #block-top-r #block-info #block-basket a {
    font-size: 19px;
    font-weight: normal;
    font-family: 'Marcellus SC', 'Times New Roman', serif;
    color: #fed89d;
    margin-right: 10px;
}

#page #block-top #block-top-r #block-info #block-basket .basket-value {
    font-weight: bold;
}

#page #block-top #block-top-r #block-info #block-clock {
    clear: both;
    margin-top: 5px;
    text-align: right;
}

#page #block-top #block-top-r #block-info #block-clock #clock {
    display: inline;
    padding: 2px;
    background-color: #634c32;
    font-weight: bold;
    color: white;
}

#page #block-top #block-top-r #block-info #block-user {
    clear: both;
    margin-top: 3px;
    text-align: right;
}

#page #block-top #block-top-r #block-info #block-user span {
    font-weight: bold;
}

#page #block-menu {
    clear: both;
    width: 850px;
    padding: 0 25px;
    margin-bottom: 10px;
}

#page #block-menu h1 {
    float: left;
}

#page #block-menu h1 a {
    font-size: 26px;
}

#page #block-menu #menu {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

#page #block-menu #menu li {
    float: left;
}

#page #block-menu #menu li:last-child {
    margin-left: 10px;
}

#page #block-menu #menu li + li {
    margin-left: 20px;
}

#page #block-menu #menu li a {
    font-size: 19px;
    font-weight: normal;
    font-family: 'Marcellus SC', 'Times New Roman', serif;
    text-shadow: 0px 2px 3px black;
}

#block-content {
    clear: both;
    width: 850px;
    margin: 0 25px;
    padding-top: 45px;
    background-image: url('/images/layout/content_bg.png');
    background-repeat: no-repeat;
    background-position: center top;
}

#block-content h1 {
    margin: 5px 0;
}

#icons {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

#icons li {
    float: left;
    padding: 10px 15px;
    width: 120px;
    height: 80px;
    background-image: url('/images/layout/icon_bg.png');
    background-repeat: no-repeat;
    background-position: right top;
    text-align: center;
    color: #ffe7ac;
    font-family: 'Marcellus SC', 'Times New Roman', serif;
    text-shadow: 0px 1px 2px black;
    font-size: 19px;
    line-height: 18px;
}

#icons li.active {
    background-image: url('/images/layout/icon_bg-active.png');
}

#icons li + li {
    padding-left: 40px;
}

#icons li img {
    margin: 0px 20px;
}

#block-logotypy-h {
    clear: both;
    padding: 40px 0px 5px 0px;
    text-align: center;
}

#block-logotypy {
    clear: both;
    padding: 10px;
    text-align: center;
}

#block-logotypy .logotyp {
    float: left;
    width: 120px;
    margin: 0px 8px 10px 8px;
    background-color: white;
    border-radius: 5px;
}

#block-footer {
    clear: both;
    margin-top: 40px;
    padding: 40px 0px 30px 0px;
    font-size: 11px;
    text-align: center;
    background-image: url('/images/layout/footer_bg.png');
    background-repeat: no-repeat;
    background-position: center top;
}

#block-footer a {
    font-size: 11px;
}

#footer-fund {
    font-size: 14px;
}

#footer-fund img {
    vertical-align: middle;
    margin: 20px;
}

.table-info {
    clear: both;
}

.table-info tr th {
    padding-right: 5px;
    font-family: 'Marcellus SC', 'Times New Roman', serif;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

.table-info tr td {
    padding-right: 5px;
    font-family: 'Marcellus SC', 'Times New Roman', serif;
    font-size: 16px;
    font-weight: normal;
}

.list .list-item {
    margin-bottom: 8px;
    padding: 5px 10px;
    background-color: #caaf85;
    font-size: 14px;
    font-weight: bold;
    color: #6e2e00;
    line-height: 30px;
    border-radius: 5px;
}

.list .list-item a {
    font-weight: bold;
    line-height: 30px;
    color: #6e2e00;
    font-size: 14px;
}

.list .list-item .list-item-desc {
    padding-top: 3px;
    font-size: 12px;
    color: gray;
}

.table .tab-hdr {
    margin-bottom: 8px;
    padding: 5px 10px;
    background-color: #9a662a;
    font-size: 14px;
    font-weight: bold;
    color: #ffefc4;
    line-height: 30px;
    border-radius: 5px;
}

.table .tab-hdr div {
    float: left;
    font-size: 14px;
}

.table .tab-row {
    margin-bottom: 8px;
    padding: 5px 10px;
    background-color: #caaf85;
    font-size: 14px;
    font-weight: bold;
    color: #6e2e00;
    line-height: 30px;
    border-radius: 5px;
}

.table .tab-row div {
    float: left;
    font-size: 14px;
}

#page-miejsca #loading {
    position: absolute;
    top: 30%;
    left: 40%;
    height: 50px;
    width: 250px;
    border: 1px solid #000000;
    background: #ffffff;
    z-index: 1100;
    display: none;
    text-align: center;
    padding-top: 10px;
    background-image: url('/images/layout/loader.gif');
    background-repeat: no-repeat;
    background-position: center 30px;
}

#page-miejsca .divPozycjaCennikaHdr {
    margin-bottom: 8px;
    padding: 5px 10px;
    background-color: #9a662a;
    font-size: 14px;
    font-weight: bold;
    color: #ffefc4;
    line-height: 30px;
    border-radius: 5px;
}

#page-miejsca .divPozycjaCennikaHdr > .label {
    float: left;
    width: 420px;
    font-size: 14px;
}

#page-miejsca .divPozycjaCennikaHdr > .cena {
    float: left;
    width: 90px;
    font-size: 14px;
    text-align: right;
}

#page-miejsca .divPozycjaCennikaHdr > .ilosc {
    float: left;
    width: 140px;
    font-size: 14px;
    text-align: center;
}

#page-miejsca .divPozycjaCennikaHdr > .wartosc {
    float: left;
    width: 90px;
    font-size: 14px;
    text-align: right;
}

#page-miejsca .divPozycjaCennika {
    margin-bottom: 8px;
    padding: 5px 10px;
    background-color: #caaf85;
    font-size: 14px;
    font-weight: bold;
    color: #6e2e00;
    line-height: 30px;
    border-radius: 5px;
}

#page-miejsca .divPozycjaCennika > .label {
    float: left;
    width: 420px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}

#page-miejsca .divPozycjaCennika > .cena {
    float: left;
    width: 90px;
    font-size: 14px;
    text-align: right;
    line-height: 30px;
}

#page-miejsca .divPozycjaCennika > .ilosc {
    float: left;
    width: 140px;
    font-size: 14px;
    padding-top: 2px;
    text-align: center;
}

#page-miejsca .divPozycjaCennika > .ilosc > .input-ilosc {
    width: 50px;
    font-size: 14px;
    text-align: center;
}

#page-miejsca .divPozycjaCennika > .wartosc {
    float: left;
    clear: right;
    width: 90px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    line-height: 30px;
}

#page-miejsca .divField {
    margin-top: 8px;
    position: relative;
}

#page-miejsca .divField .divLabel {
    float: left;
    width: 150px;
    overflow: hidden;
    padding: 1px 1px 1px 0px;
}

#page-miejsca .divField .divName {
    line-height: 17px;
}

#page-miejsca .divField .divDesc {
    font-size: 9px;
    padding-top: 2px;
    color: gray;
}

#page-miejsca .divField .divFullDesc {
    clear: both;
    padding: 1px;
    font-size: 9px;
    color: gray;
}

#page-miejsca .divField .divElement {
    float: left;
    margin-bottom: 2px;
}

#page-miejsca .divField .divRadio {
    float: left;
    width: 200px;
}

#page-miejsca .opis {
    clear: both;
    padding-left: 5px;
    font-size: 11px;
    color: gray;
}

a.btn-zmien:hover {
    text-decoration: none;
    color: #9c230a;;
}

.dodaj-kolejne-btn {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.button-dostepnosc:hover {
    text-decoration: none;
}

.button-dostepnosc:focus-visible {
    box-shadow: 0 0 0 0.25rem #e8d39c;
}