/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    /*list-style: none;*/
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-align: left;
    background-color: white;
    line-height: 1;
}

p, li {
    color: #333333;
    line-height: 1.3em;
    font-size: 13px;
}

ol {
    list-style-type: numeric;
}

ol, ul {
    margin-left: 25px;
}

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

a:hover {
    text-decoration: underline;
}

/*
Piotrka klasy
*/

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.dodajDoWybranychPakietow {
    font-size: 28px;
    margin: 0px;
    padding: 0px;
    line-height: 10px;
    vertical-align: middle;
}

.usunZWybranychPakietow {
    font-size: 28px;
    margin: 0px;
    padding: 0px;
    line-height: 10px;
    vertical-align: middle;
}

.znacznikiStronZwykle {
    height: 20px;
    margin-left: 20px;
    font-size: 13px;
    float: right;
    margin-bottom: 15px;
}

.znacznikiStronZwykle span {
    display: inline-block;
    float: right;
}

.znacznikiStronZwykle p.napis {
    line-height: 20px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
    float: right;
    text-align: center;
    font-size: 13px;
}

.znacznikiStronZwykle a.tag {
    line-height: 20px;
    display: inline-block;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
    background: #333333;
    color: white;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
}

.znacznikiStronZwykle span {
    line-height: 20px;
}

.pakietOkresy {
    background: #ccc;
    color: black;
    min-height: 15px;
    text-align: center;
    padding-top: 6px;
}

table.okresyTabela {
    width: 100%;
}

table.okresyTabela td {
    border: 1px solid #ccc;
    padding: 3px;
    text-align: center;
    font-size: 12px;
    min-height: 21px;
}

table.okresyTabela tr:first-child td {
    background: #e95201;
    min-height: 15px;
    color: white;
    width: 500px;
}

table.okresyTabela tr:first-child td:first-child {
    background: #333;
}

.warstwaOkresy {
    background: #333;
    color: white;
    padding: 2px;
    text-align: center;
    font-size: 14px;
    min-height: 21px;
    padding-top: 6px;
}

.znacznikiStronZwykle a.active, .znacznikiStronZwykle a.tag:hover {
    background-color: #e95201;
    font-weight: normal;
    color: white;
}

.topMargin {
    margin-top: 60px;
}

.topWrapper {
    position: fixed;
    background-color: #efeeee;
    border-bottom: 2px solid #333;
    width: 100%;
    /*     height:54px; */
    top: 0;
    padding-bottom: 10px;
    z-index: 10;
}

.button {
    color: white;
    background: #e95201;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    border: 0;
    /*text-transform:uppercase;*/
    /*font-size:16px;*/
    letter-spacing: 0.08em;
    /*font-weight:bold;*/
    border-radius: 8px;
}

.buttonSmall {
    color: white;
    background: #e95201;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    padding: 2px 4px;
    cursor: pointer;
    border: 0;
    /*text-transform: uppercase;*/
    border-radius: 3px;
}

.button:hover, .buttonSmall:hover {
    background-color: #333333;
}

.editLock {
    cursor: pointer;
}

.allotmentEditDisabled {
    background: rgb(235, 235, 228);
}

.invisible {
    visibility: hidden !important;
}

.errorDiv {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: white;
    background-color: #ec0200;
    font-weight: bold;
}

.confirmDiv {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: white;
    background-color: #009245;
    font-weight: bold;
}

.warningDiv {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: white;
    background-color: rgb(255, 119, 0);
    font-weight: bold;
    text-align: left;
}

/* galerii */

.galleryImage, .tileImage {
    width: 270px;
    padding: 10px;
    border: 1px solid #cccccc;
    float: left;
    margin: 0px 10px 10px 0px;
}

.galleryImage img.wlasciwe {
    width: 270px;
}

.galleryImageDesc,
.galleryImageAlt {
    clear: both;
    text-align: left;
    margin-top: 4px;
}

.galleryImageDesc .noDesc,
.galleryImageAlt .noAlt {
    font-size: 12px;
    cursor: pointer;
    line-height: 17px;
    height: 17px;
    width: 270px;
    display: block;
    overflow: hidden;
}

.galleryImageDesc .galleryImageDescTextarea,
.galleryImageAlt .galleryImageAltTextarea {
    line-height: 17px;
    font-size: 12px;
    padding: 3px;
    font-family: Helvetica, Arial, sans-serif;
    color: #534741;
    background-color: white;
    border: 1px solid grey;
    display: block;
    height: 17px;
    width: 265px;
}

.tileImage {
    height: 445px;
}

.tileImage p {
    font-size: 25px;
    text-align: center;
    margin: 15px 0;
}

.tileImage .deleteTile {
    display: block;
    margin: auto auto;
}

/* ranking - boczny panel z kaflami */

#tilesRepo {
    background: white;
    position: absolute;
    top: 265px;
    width: 245px;
    height: auto;
    /*overflow-y: scroll;*/
    right: 20px;
    border: 1px solid grey;
}

#tilesRepo .tileImage {
    box-sizing: border-box;
    width: auto;
    width: 100%;
    padding: 5px;
    margin-right: 25px;
    height: auto;
}

#tilesRepo .tileImage p {
    margin: 3px 0;
    font-size: 15px;
}

#tilesRepo .tileImage .deleteTile {
    display: none;
}

#tilesRepo .tileImage img.wlasciwe {
    width: 100%;
}

#tilesRepo h3 {
    text-align: center;
}

/*
================================================
admin właściwe
*/

p.info, span.info {
    font-size: 12px;
    line-height: 18px;
    color: #999999;
}


#wrapper {
    width: 1022px;

    min-height: 100%;
    height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
    height: 100%;
    margin: 55px auto -192px; /* the bottom margin is the negative value of the footer's height */
}

#wrapper.dashboard {
    width: 100%;
    min-height: 0;
    height: auto;
}

#wrapper.wide {
    width: 1100px;
}

span#logo {
    width: 310px;
    float: left;
    display: block;
    color: #333;
    font-size: 30px;
    letter-spacing: 0.2em;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 15px;
}

span#logo span {
    color: #e95201;
}

#version {
    font-size: 12px;
    letter-spacing: normal;
    clear: left;
    margin-left: 15px;
    position: absolute;
    bottom: 0px;
    left: 100px;
}

span#userMenu {
    width: auto;
    float: right;
    display: block;
    text-align: right;
    color: #333;
    font-size: 12px;
    line-height: 15px;
    margin-right: 10px;
    margin-top: 5px;
}

.searchTop {
    margin: 10px;
    white-space: nowrap;
}

.searchTopWrapper {
    margin: auto;
    text-align: center;
    width: auto;
    font-size: 12px;
    color: #333;
    line-height: 15px;
    margin-top: 15px;
    /*
        margin-left:150px;
        float:left;
    */
}

#menu {
    margin: 25px 0px 25px;
    height: 32px;
    font-size: 50%;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
}

#menu li {
    font-size: 11px;
    display: inline-block;
    padding-bottom: 8px;
}

#menu li:hover,
#menu li.active {
    background: url(/web/admin/images/menu_arr_dn.gif) no-repeat bottom center;
}

#menu li:hover a,
#menu li.active a {
    color: white;
    background-color: #e95201;
}

#menu a {
    display: inline-block;
    padding: 8px 4px 8px 4px;
    height: 16px;
    text-transform: uppercase;
    color: #333;
    border-left: 1px solid #ddd;
}

#menu li:first-child {
    border-radius: 4px 0 0 4px;
}

#menu li:first-child a {
    border-left: none;
    border-radius: 4px 0 0 4px;
}

#menu li:last-child {
    border-radius: 0 4px 4px 0;
}

#menu li:last-child a {
    border-radius: 0 4px 4px 0;
}

#menu a:hover {
    text-decoration: none;
}

span.loginSep {
    display: inline-block;
    color: #333;
    padding: 3px 10px;
}

h2.breadcrumb {
    display: block;
    color: #333;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 25px;
    text-transform: uppercase;
}

h2.breadcrumb a {
    color: #333;
}

h2.breadcrumb span {
    color: #e95201;
}

table.stylowa {
    width: 100%;
    border: 0;
    /*border-collapse:separate;*/
    /*border-spacing:1px;*/
    margin-bottom: 15px;
}

table.stylowa th {
    background: #333;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 11px;
    /*text-transform:uppercase;*/
}

table.stylowa td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    /*text-transform:uppercase;*/
}

table.stylowa tr.greyRow td {
    background: #cccccc;
}

table.stylowa tr.lightGreenRow td {
    background: #99FF00;
}

table.stylowa tr.redRow td {
    background: #FF4000;
    color: white;
}

table.stylowa tr.redRow td a {
    color: white;
    text-decoration: underline;
}

table.stylowa tr:hover td {
    background: #e95201;
    color: white;
}

table.stylowa tr:hover td a {
    color: white;
}

table.stylowa th.noBorder, table.stylowa td.noBorder,
table.stylowa tr:hover td.noBorder {
    border: 1px solid white;
    background: #fff;
}

table.stylowa tr:hover td.noHover,
table.stylowa.noHover tr:hover td {
    background: #fff;
    color: black;
}

table.stylowa tr:hover td.noHover a,
table.stylowa.noHover tr:hover td {
    color: #e95201;
}

table.stylowa td.errorTd {
    background: rgb(204, 51, 51);
}

.useraRezerwacje, .useraSrodki {
    margin: 10px 0px;
}


h3 {
    display: block;
    color: #333;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 15px;
    text-transform: uppercase;
}

div.separator {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 2px;
    border: 0;
    border-top: 1px solid black;
    clear: both;
}

/* taby */

a.tab {
    display: block;
    float: left;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #cccccc;
    color: #333;
    border-bottom-width: 0px;
    background: white;
    margin-right: 8px;
    font-size: 12px;
}

a.tab.active, a.tab:hover {
    text-decoration: none;
    background: #e95201;
    color: white;
}

.tabContent {
    clear: both;
    padding: 20px;
    border: 2px solid #e95201;
    margin-bottom: 15px;
}

p.field, div.field {
    text-align: left;
    margin-bottom: 10px;
}

div.field {
    color: #333333;
    font-size: 13px;
    line-height: 1.3em;
}

p.field span.nazwaPola, div.field span.nazwaPola {
    color: #e95201;
    padding-right: 30px;
    float: left;
    text-align: right;
    font-size: 14px;
    line-height: 18px;
    margin-top: 3px;
}

p.field span.field, div.field div.field {
    display: block;
    float: left;
}

p.field span.clear, div.field span.clear {
    display: block;
    clear: both;
}

input[type=text].pole, input[type=password].pole, input[type=file].pole, select.pole {
    width: 300px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 2px;
    color: #333;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    background-color: white;
}

select.pole {
    width: auto;
}

select.pole option {
    padding: 0px 15px;
}

textarea.pole {
    line-height: 20px;
    font-size: 14px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    padding: 2px;
    color: #333;
    background-color: white;
    border: 1px solid #ccc;
    -moz-tab-size: 3;
    -o-tab-size: 3;
    -webkit-tab-size: 3;
    tab-size: 3;
    height: 20px;
    width: 200px;
    vertical-align: baseline;
}


/* pola, przyciski */

a.asButton {
    color: white;
    background: black;
    padding: 5px;
    padding-left: 35px;
    padding-right: 35px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    height: 19px;
    line-height: 19px;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
    vertical-align: top;
    font-family: Verdana, Arial, sans-serif;
}

a.asSmallButton {
    color: white;
    background: black;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    text-decoration: none;
}

.buttonDelete {
    color: red;
    background: white;
    border: 1px solid black;
    padding: 2px;
    height: 21px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
}

.dataTag {
    background-color: grey;
    border-radius: 50px;
    padding: 10px;
    padding-left: 15px;
    color: white;
    margin: 10px 5px;
    display: inline-block;
}

.dataTagRemove {
    padding: 0px 5px 0px 10px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.buttonDelete:hover {
    color: white;
    background: red;
}

a.asSmallButton:hover {
    background-color: grey;
    text-decoration: none;
}

a.orderHandle {
    display: inline-block;
    width: 40px;
    height: 22px;
    background: url(/web/admin/images/order.png) no-repeat;
    font-size: 1px;
    line-height: 15px;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}

.zeroPrice {
    background-color: rgba(231, 148, 171, 0.66) !important;
    color: black !important;
}

.defaultPrice {
    background-color: #049cdb !important;
    color: white !important;
}

/*ranking zmiana widoku + kalendarz*/

.changeToCal {
    width: 16px;
    height: 16px;
    background: url(/web/admin/images/calendar.gif) no-repeat;
    cursor: pointer;
    float: right;
    margin-top: 2px;
    margin-left: 4px;
}

.changeToTag {
    width: 16px;
    height: 16px;
    background: url(/web/admin/images/tag.png) no-repeat;
    cursor: pointer;
    position: absolute;
    margin-top: 2px;
    margin-left: 4px;
}

.rankingTagi {
    text-align: center;
    overflow-y: scroll;
    height: 461px;
}

.rankingTagiTabela {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;

}

.changeToGallery {
    color: #e95201;
    cursor: pointer;
    margin-top: 2px;
    margin-left: 4px;
    font-size: 12px;
    margin-bottom: 5px;
}

.calendarTableRanking {
    margin-top: 10px;
}

.calendarTableRanking thead th {
    width: 50px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.calendarTableRanking tbody td {
    width: 50px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    border: 1px solid black;
}

.calendarTableRanking td.calField {
    background-color: #c2c2c2;
}

.calendarTableRanking td.calField.activeStandard {
    background-color: #e48c5b;
}

.calendarTableRanking td.calField.activePromotion {
    background-color: #e04f00;
}

.calendarTableRanking td.calField.activeNoStart {
    background-color: #AF3D00;
}

.calendarInside {
    height: 454px;
    overflow-y: scroll;
}

.calendarDayKey {
    text-align: center;
    vertical-align: middle;
    position: relative;
    left: -2px;
}

.calendarFields {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 461px;
}

.calendarFields td {
    width: 50px;
    height: 40px;
    vertical-align: middle;
}

.calendarField {
    width: 20px;
    height: 20px;
    border: 1px solid black;
    background-color: #898989;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 6px;
}

.calendarField.active {
    background-color: #e95201;
    color: white;
}

.invisible {
    visibility: hidden;
}

.calendarDateTitle {
    text-align: center;
    margin: 10px 0px;
}


/*
===============================================================
import / export
*/

.hoteleImportButton {
    margin-left: 259px;
    margin-bottom: 10px;
}

.hoteleExportButton {

}

/*
===============================================================
log zmian
*/

.logZmianWidget, .komentarzeWidget {
    display: inline;
    float: right;
}

#logZmianViewer, #komentarzeViewer {
    clear: both;
    border: 2px solid #666;
    height: 400px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 20px;
}

#logZmianViewer .logContent, #komentarzeViewer .logContent {
    margin-bottom: 15px;
}

#logZmianViewer p.naglowek, #komentarzeViewer p.naglowek {
    padding: 10px;
    background: #ccc;
}

#logZmianViewer span, #komentarzeViewer span {
    padding: 10px;
    display: block;
    font-size: 12px;
    color: #333;
}

#logZmianViewer .logMoreButton, #komentarzeViewer .komentarzeMoreButton {
    margin: 10px;
}

.listaCheckboxow {
    height: auto;
    max-height: 150px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.listaCheckboxow.checkboxyPakiety {
    height: auto;
    border: none;
    margin-bottom: 20px;
    overflow: visible;
}

.listaCheckboxow label {
    display: inline;
    float: left;
    font-size: 12px;
    padding: 5px;
    width: 310px;
}

a.icon {
    width: 24px;
    height: 16px;
    display: block;
    float: left;
}

a.icon_edit:link, a.icon_edit:visited {
    background: url(/web/admin/images/icon_edit.png) no-repeat top;
}

a.icon_edit:hover, a.icon_edit:active {
    background: url(/web/admin/images/icon_edit.png) no-repeat bottom;
}

a.icon_delete:link, a.icon_delete:visited {
    background: url(/web/admin/images/icon_delete.png) no-repeat top;
}

a.icon_delete:hover, a.icon_delete:active {
    background: url(/web/admin/images/icon_delete.png) no-repeat bottom;
}

a.icon_delete.iconOnWhite:hover, a.iconOnWhite:active {
    background: #E95201 url(/web/admin/images/icon_delete.png) no-repeat bottom;
}

a.icon_regions:link, a.icon_regions:visited {
    background: url(/web/admin/images/icon_regions.png) no-repeat top;
}

a.icon_regions:hover, a.icon_regions:active {
    background: url(/web/admin/images/icon_regions.png) no-repeat bottom;
}


td.centered {
    text-align: center;
}

.ramka {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
}

span.opisZdjecia1Linia {
    height: 18px;
    display: block;
    overflow: hidden;
}

table.dashboard {
    margin-top: -100px;
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

table.dashboard > tbody > tr > td {
    padding: 0px 12px;
}

table.dashboardTable {
    width: 100%;
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
}

table.dashboardTable th {
    background: #333;
    color: white;
    padding: 4px;
    text-align: center;
    font-size: 11px;
    /*text-transform:uppercase;*/
}

table.dashboardTable td {

    padding: 4px;
    text-align: center;
    font-size: 13px;
    /*text-transform: uppercase;*/
}

table.dashboardTable tr.greyRow td {
    background: #cccccc;
}

table.dashboardTable tr.lightGreenRow td {
    background: #99FF00;
}


table.dashboardTable tr:hover td {
    background: #e95201;
    color: white;
}

table.dashboardTable tr:hover td a {
    color: white;
}

table.dashboardTable th.noBorder, table.dashboardTable td.noBorder,
table.dashboardTable tr:hover td.noBorder {
    border: 1px solid white;
    background: #fff;
}

table.dashboardTable tr:hover td.noHover {
    background: #fff;
    color: black;
}

table.dashboardTable tr:hover td.noHover a {
    color: #e95201;
}

table.dashboardTable td.errorTd {
    background: rgb(204, 51, 51);
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    margin: 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus,
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 0px solid #fcefa1;
}

.bar {
    margin: 10px 0px;
    padding: 0px 0px 0px 18px;
    font-weight: normal;
    font-style: normal;
    text-align: left;

    color: #404040;
    background-color: #F2F2F2;
    line-height: 26px;
    height: 26px;
    font-size: 14px;
}

.pakietBox, .imageBox {
    margin: 0px 19px 19px 0px;
    border: 1px solid #cccccc;
}

.pakietBox.pakietBigBox {
    width: 893px;
    float: left;
}

.pakietBox.pakietBigBox .kol1 {
    display: inline;
    padding: 10px;
    float: left
}

.pakietBox.pakietBigBox .kol1 .zdjecieSmall,
.pakietBox.pakietBigBox .kol1 .zdjecieSmallPreview,
.pakietBox.pakietBigBox .kol1 .zmienNaBig {
    display: none;
}

.pakietBox.pakietBigBox .kol2 {
    width: 548px;
    padding: 10px;
    float: left;
}

.pakietBox.pakietSmallBox, .imageBox {
    width: 435px;
    height: 400px;
    float: left;
}

.pakietBox.pakietSmallBox .kol1 {
    display: inline;
    padding: 10px;
    float: left
}

.pakietBox.pakietSmallBox .kol1 .zdjecieBig,
.pakietBox.pakietSmallBox .kol1 .zdjecieBigPreview,
.pakietBox.pakietSmallBox .kol1 .zmienNaSmall {
    display: none;
}

.pakietBox.pakietSmallBox .kol2 {
    width: 275px;
    padding: 10px;
    float: left;
}

.imageBox .zdjecie {
    width: 294px;
    height: 223px;
    margin: auto auto;
    display: block;
}

.imageBox p.field span.nazwaPola, .imageBox div.field span.nazwaPola {
    padding-right: 10px;
}

.widgetCMSPacket {
    width: 300px;
    height: 270px;
    float: left;
    margin: 0px 10px 10px 0px;

}

.widgetCMSPacket.feed {
    height: 350px;
    position: relative;
}

.widgetCMSPacket.inactive {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.widgetCMSPacket img.wlasciwe {
    width: 180px;
    height: 100px;
    margin-bottom: 5px;
    cursor: pointer;
}

.widgetCMSPacket.feed img.wlasciwe {
    width: 300px;
    height: auto;
}

table.allotment {
    width: 100%;
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
    margin-bottom: 15px;
}

table.allotment th {
    background: #333;
    color: white;
    padding: 3px;
    text-align: center;
    font-size: 12px;
    min-height: 21px;
}

table.allotment th.data {
    background: #e95201;
    min-height: 15px;
}

table.allotment th.pakiet {
    background: #ccc;
    color: black;
    min-height: 15px;
}

table.allotment td {
    border: 1px solid #ccc;
    padding: 3px;
    text-align: center;
    font-size: 12px;
    min-height: 21px;
    background: white;
}

table.allotment tr:hover td {
    background: #336600;
    color: white;
}

table.allotment tr:hover td a {
    color: white;
}

table.allotment th.noBorder, table.allotment td.noBorder,
table.allotment tr:hover td.noBorder {
    border: 1px solid white;
    background: #fff;
}

table.okresyTabela td.error, table.okresyTabela th.error,
table.allotment td.error, table.allotment th.error,
table.allotment td.error2, table.allotment th.error2 {

    background: rgb(204, 51, 51);
    color: white;
}

table.allotment td.warning, table.allotment th.warning {

    background: #FF8000;
    color: white;
}

table.allotment input.pole {
    font-size: 12px;
    padding: 1px;
    text-align: center;
}

.openableWithArrow .close {
    display: none;
}

.openableWithArrow.active .open {
    display: none;
}

.openableWithArrow.active .close {
    display: inline;
}

label.highlighted {
    background: #ccc;
}

.allotmentZwiekszOX .zmniejszAllt {
    display: none;
}

.allotmentUstawX .zmniejszAllt {
    display: inline;
}

.push {
    height: 192px;
}

#footer {
    background: #404040;
    bottom: 0px;
    height: 152px;
    padding: 20px 0px;
    width: 100%;
}

#footer .footerContent {
    width: 962px;
    margin: auto auto;
}

.galleryImage .galleryMode {
    position: relative;
}

.rankingError {
    position: absolute;
    top: 60px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    line-height: 27px;
    color: white;
    padding: 10px;
    font-family: Arial, sans-serif;
    text-align: center;
}


@media (max-width: 1279px) {
    #wrapper {
        margin-top: 75px;
        margin-bottom: -175px;
    }

    .push {
        height: 175px;
    }
}

@media (max-width: 980px) {
    #wrapper {
        margin-top: 155px;
        margin-bottom: -255px;
    }

    .push {
        height: 255px;
    }
}

.booking_details {}

.booking_details ul {
    list-style-type: none;
    padding-left: 0px;
}

.booking_details ul li span {
    float: left;
    width: 100px;
}
