﻿/* CSS Mobile */

html, body {
    overflow-x: hidden;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: 'AlwynNew-Regular';
    line-height: 1.5em;
    font-size: medium;
    background: #fff;
    color: #000;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
}

.priv-poli {
    /*float: left;*/
    display: table;
    width: 100%;
    padding: 10px 10px 0px 10px;
    font-size: 11px;
    color: rgb(187, 187, 187) !important;
    text-shadow: 0 0px 0 #f3f3f3;
    white-space: nowrap;
}

    .priv-poli a {
        font-weight: normal !important;
        color: rgb(187, 187, 187) !important;
    }

.cblogin .ui-checkbox {
    float: left;
    /*padding-left:8px;*/
    margin: 0px;
}

    .cblogin .ui-checkbox label {
        float: none;
        border-radius: 0;
        font-size: 12px;
        background-color: white !important;
        border: none;
        padding-left: 33px;
        padding-top: 13px;
        font-weight: normal;
        color: rgb(140, 140, 140);
    }

.cblogin input {
    left: 50% !important;
}

.LBD_CaptchaDiv {
    border: 1px solid rgb(239, 239, 239);
    max-width: 100% !important;
}

.LBD_CaptchaImageDiv {
    max-width: 100% !important;
}

    .LBD_CaptchaImageDiv a {
        cursor: default !important;
    }

    .LBD_CaptchaImageDiv img {
        cursor: default !important;
        max-width: 100% !important;
    }

.LBD_CaptchaIconsDiv {
    position: absolute !important;
}

.LBD_CaptchaDiv a:nth-child(2) img {
    display: none !important;
}

.LBD_CaptchaDiv .LBD_CaptchaIconsDiv a:nth-child(1) {
    padding: 12px 3px 12px 1px !important;
}

.sczegol-left {
    padding: 15px 0px 15px 8px !important
}

.sczegol-right {
    padding: 15px 10px 15px 0px !important
}

.sczegol-right-exept {
    padding-right: 0px !important
}

.padd13 {
    padding: 13px !important;
}

.loading:after {
    background: #13C5A5;
    width: 51px;
    height: 51px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: '';
    margin: 32.5px 0 0 75px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.ui-icon-loading:after {
    background: #13C5A5;
    width: 51px;
    height: 51px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: '';
    margin: 26px 0 0 71px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.spin-zero {
    width: 50%;
    height: 50%;
    background: #FFFFFF;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 75%);
    background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 75%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 75%);
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 75%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 75%);
    -webkit-border-radius: 0% 100% 0 0;
    border-radius: 0% 100% 0 0;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
}

.spin-first {
    width: 50%;
    height: 50%;
    background: #FFFFFF;
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.27) 100%);
    background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.27) 100%);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.27) 100%);
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.27) 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.27) 100%);
    -webkit-border-radius: 0 0 100% 0;
    border-radius: 0 0 100% 0;
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
}

.spin-last {
    width: 50%;
    height: 50%;
    background: #FFFFFF;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.61) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.61) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.61) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.61) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.61) 100%);
    -webkit-border-radius: 0 0 0 100%;
    border-radius: 0 0 0 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}

.loader {
    width: 76px;
    height: 76px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: load3 .6s infinite linear;
    animation: load3 .6s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .loader:before {
        width: 50%;
        height: 50%;
        background: #FFFFFF;
        background: -webkit-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 100%);
        background: -ms-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 100%);
        background: -o-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 100%);
        background: -moz-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 100%);
        background: linear-gradient(to bottom, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 100%);
        -webkit-border-radius: 100% 0 0 0;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.msg-styl {
    /*display: block;
    margin: 15px 0px 15px 0px;
    color: rgb(160, 160, 160);*/

    display: table-cell;
    color: rgb(160, 160, 160);
    max-width: 375px;
    vertical-align: middle;
    padding: 15px 15px 15px 0px;
}

.close-img {
    background-image: url(images/icons-png/delete-white.png) !important;
    padding: 0;
    width: 1.75em;
    height: 1.75em;
    text-indent: -9999px;
    white-space: nowrap !important;
    background-repeat: no-repeat;
    background-position: center;
}

.pop-msg {
    float: left;
    padding: 20px;
    width: 4.75rem;
}

#popupLogin-popup {
    box-shadow: 0px 0px 8px #575757;
    -moz-box-shadow: 0px 0px 8px #575757;
    -webkit-box-shadow: 0px 0px 10px #575757;
}

#popupLogin {
    border: none !important;
}

#popupNewWizyta {
    border: none !important;
    width: 300px;
    box-shadow: 0px 0px 8px #575757;
    -moz-box-shadow: 0px 0px 8px #575757;
    -webkit-box-shadow: 0px 0px 10px #575757;
}

    #popupNewWizyta .inside-mail input {
        margin-top: 15px;
    }

    #popupNewWizyta .inside-mail textarea {
        margin-top: 15px;
        height: 30px;
        padding-top: 16px;
    }

#popupNewWizyta-screen {
    display: none !important;
}

#popupNewWizyta .inside-mail span {
    display: block;
    width: 260px;
    font-size: 13px;
}

.req-time {
    border: 1px solid red !important;
}

.popupMsg-popup {
    /*display: block;
    visibility: visible;
    top: 50%;
    left: 36%;*/
    position: absolute !important;
    box-shadow: 0px 0px 8px #575757;
    -moz-box-shadow: 0px 0px 8px #575757;
    -webkit-box-shadow: 0px 0px 10px #575757;
}

.popupMsg {
    border: none !important;
    display: table;
}

#popupDetails2 {
    color: rgb(160, 160, 160);
    padding: 0px;
    border: none !important;
    box-shadow: 0px 0px 8px #575757;
    -moz-box-shadow: 0px 0px 8px #575757;
    -webkit-box-shadow: 0px 0px 10px #575757;
}

#PopupValue2 {
    padding: 1.5em;
}

    #PopupValue2 p {
        text-align: right;
        float: left;
        width: 50px;
    }

    #PopupValue2 span {
        display: table-cell;
        padding-left: 20px;
        max-width: 375px;
        vertical-align: middle;
    }

    #PopupValue2 div {
        display: table;
    }

.popupCloseDiv {
    display: block;
    position: relative;
    height: 32px;
    background-color: #13C5A5;
}

    .popupCloseDiv a {
        position: absolute;
        top: 2px !important;
        float: right;
        left: 100% !important;
        margin-left: -31px;
    }



/* Chrome, Safari, Opera */
@-webkit-keyframes test {
    0% {
        background-position: 40px 21px;
    }
    /*25%  {background-position: 10px 21px;}
    50%  {background-position: 20px 21px;}
    75%  {background-position: 30px 21px;}*/
    100% {
        background-position: 0px 21px;
    }
}

/* Standard syntax */
@keyframes test {
    0% {
        background-position: 40px 21px;
    }
    /*25%  {background-position: 10px 21px;}
    50%  {background-position: 20px 21px;}
    75%  {background-position: 30px 21px;}*/
    100% {
        background-position: 0px 21px;
    }
}


.backButtonSize:focus {
    -webkit-animation-name: test; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-name: test;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.backButtonSize:hover {
    -webkit-animation-name: test; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-name: test;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

#tdLogoPowrot a:focus {
    border: 1px solid rgb(24, 199, 166);
    margin-bottom: -2px;
}

.dis-ini-block {
    display: inline-block;
}

.dis-tab-cell {
    display: table-cell;
}

.dis-tab {
    display: table;
}

#tblHeader {
    margin: 0px 15px 0px 0px;
    display: block;
}

    #tblHeader tbody {
        width: 100%;
        display: table;
    }

.ui-icon-carat-d:after {
    background-image: url(images/icons-png/carat-d-gray.png);
}

.ui-selectmenu a {
    font-family: 'AlwynNew-Regular';
    text-shadow: none;
}

    .ui-selectmenu a.ui-btn:not(.ui-btn-active) {
        color: rgb(160, 160, 160) !important;
        font-weight: normal;
        background-color: #EFEFEF;
    }

        .ui-selectmenu a.ui-btn:not(.ui-btn-active):hover {
            background-color: #E7E7E7;
        }

    .ui-selectmenu a.ui-btn.ui-btn-active {
        background-color: rgb(30, 224, 188);
        border-color: transparent;
        color: #fff;
        text-shadow: none;
        font-weight: normal;
    }

    .ui-selectmenu a.ui-btn:focus {
        outline: none;
        border: 1px 0 0 solid #ddd;
        box-shadow: 0px 0px 0px #13C5A5;
        -moz-box-shadow: 0px 0px 0px #13C5A5;
        -webkit-box-shadow: 0px 0px 0px #13C5A5;
    }

.ui-btn-corner-all, .ui-corner-all {
    border-radius: 0px;
    box-shadow: none;
}

#ddlOdbiorcy .ui-btn {
    font-family: 'AlwynNew-Regular';
    background-color: #EFEFEF !important;
    border-color: #EFEFEF !important;
    color: rgb(160, 160, 160) !important;
    font-weight: normal;
    border-radius: 0px;
    text-shadow: none;
    box-shadow: none;
    text-align: left;
    padding: 14px 64px 14px 15px;
}

#ddlOdbiorcy .ui-li-count {
    right: 2.5em;
}

#ddlOdbiorcy .ui-btn-icon-right:after {
    background-color: transparent;
}

.wiado-titl {
    font-size: 17px;
    color: rgb(160, 160, 160);
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.grafik-4tyg-next {
    padding: 20px 20px 20px 10px !important;
}

.display0before {
    display: none !important;
}

.szczegolyButtonStyle {
    height: 48px;
    background-color: #20638E;
    color: #FFF !important;
    font-size: 13px;
    background-image: url(images/icons-png/carat-r-white.png);
    background-repeat: no-repeat;
    background-position: 95%;
    padding-top: 0px;
    text-align: left;
    text-transform: none;
    text-decoration: none;
}

.grafik-placowka {
    padding-left: 10px !important;
}

.grafik-4tyg {
    text-align: right !important;
    padding: 20px 20px 20px 10px !important;
    white-space: nowrap;
}

.light-green td {
    height: 100%;
}

.height-100before {
    height: 100% !important;
}

.bord-rad-1em {
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

.ui-btn.ui-checkbox-off:after, .ui-btn.ui-checkbox-on:after {
    -webkit-border-radius: 0em;
    border-radius: 0em;
    left: .5625em !important;
}

.ui-btn.ui-checkbox-off, .ui-btn.ui-checkbox-on {
    padding: 12px 10px 10px 40px;
}

    .ui-page-theme-a .ui-btn.ui-btn-active, html .ui-bar-a .ui-btn.ui-btn-active, html .ui-body-a .ui-btn.ui-btn-active, html body .ui-group-theme-a .ui-btn.ui-btn-active, html head + body .ui-btn.ui-btn-a.ui-btn-active, .ui-page-theme-a .ui-checkbox-on:after, html .ui-bar-a .ui-checkbox-on:after, html .ui-body-a .ui-checkbox-on:after, html body .ui-group-theme-a .ui-checkbox-on:after, .ui-btn.ui-checkbox-on.ui-btn-a:after, .ui-page-theme-a .ui-flipswitch-active, html .ui-bar-a .ui-flipswitch-active, html .ui-body-a .ui-flipswitch-active, html body .ui-group-theme-a .ui-flipswitch-active, html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active, .ui-page-theme-a .ui-slider-track .ui-btn-active, html .ui-bar-a .ui-slider-track .ui-btn-active, html .ui-body-a .ui-slider-track .ui-btn-active, html body .ui-group-theme-a .ui-slider-track .ui-btn-active, html body div.ui-slider-track.ui-body-a .ui-btn-active {
        background-color: rgb(0, 189, 157);
    }

.ui-selectmenu.ui-dialog a.ui-icon-delete {
    background-color: transparent !important;
    border: none !important;
    position: relative;
    float: right;
    top: 0px;
    left: 0px;
    height: 46px;
    width: 40px;
    padding-left: 23px !important;
}

    .ui-selectmenu.ui-dialog a.ui-icon-delete:after, .ui-popup a.ui-icon-delete:after {
        background-image: url(images/icons-png/delete-white.png) !important;
        background-color: transparent;
    }

.ui-btn-icon-notext.ui-btn-corner-all, .ui-btn-icon-notext.ui-corner-all {
    -webkit-border-radius: 0em;
    border-radius: 0em;
}

.ui-selectmenu .ui-header {
    padding: 1px;
    width: 100%;
    display: inline-block;
}

.ui-selectmenu.ui-dialog .ui-header, .ui-popup .ui-header {
    background-color: #13C5A5;
    text-shadow: none !important;
    font-weight: normal;
    color: #FFF;
}

.ui-popup .ui-header {
    display: table;
}

    .ui-popup .ui-header .ui-title {
        display: table-cell;
        vertical-align: middle;
    }

.ui-popup a.ui-icon-delete {
    background-color: transparent !important;
    border: none !important;
    position: relative;
    float: right;
    top: 0px;
    left: 0px;
    height: 46px;
    width: 40px;
}

.ui-popup.ui-body-inherit {
    border: none !important;
    box-shadow: 0px 0px 8px #575757;
    -moz-box-shadow: 0px 0px 8px #575757;
    -webkit-box-shadow: 0px 0px 10px #575757;
}

.ui-popup ul, .ui-dialog-contain ul {
    padding: 10px 15px 15px 15px;
}

.ui-popup li, .ui-dialog-contain li {
    padding: 5px;
}

    .ui-popup li a, .ui-dialog-contain li a {
        border: none !important;
    }

.ui-dialog-contain {
    box-shadow: 0px 0px 8px #575757;
    -moz-box-shadow: 0px 0px 8px #575757;
    -webkit-box-shadow: 0px 0px 10px #575757;
}

#tblButtonWynagrodz a {
    position: absolute;
    white-space: nowrap;
}

    #tblButtonWynagrodz a span {
        left: 50%;
        top: 50%;
        margin-top: -12px;
        position: absolute;
    }

.wyn-brakdanych {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 48px 0px 0px -100px;
}

.content-wynag {
    margin: 0px !important;
}

.razem {
    padding: 15px 3px 15px 5px !important;
}

.wynButtonStyle {
    height: 100%;
    color: #FFF !important;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal !important;
}

/*.nowaWizButt {padding:17px; background-image: url(images/newWizyta.png); }*/
.nowaWizButt {
    padding: 17px 11px 17px 34px;
    background-image: url(images/newWizyta.png);
    background-size: 15%;
    background-position: 15px center;
    background-repeat: no-repeat;
}


.wynagrodz-btn-active {
    border-bottom: 10px #13537a solid;
    margin-top: -10px;
}

    .wynagrodz-btn-active span {
        margin-top: -2px !important;
        color: #13537a;
    }

.wynButtonStyle:hover {
    background-color: rgb(30, 224, 188);
}

#tblButtonWynagrodz div {
    height: 100%;
    position: relative;
    min-width: 100px;
}

#tblButtonWynagrodz td a span {
    background-repeat: no-repeat;
    background-position: left;
}

#tblButtonWynagrodz td:nth-child(1) a span {
    background-image: url(images/mlotek.png);
    padding-left: 17px;
    margin-left: -49px;
    padding-top: 3px;
}

#tblButtonWynagrodz td:nth-child(2) a span {
    background-image: url(images/dzis.png);
    margin-left: -23px;
    padding-left: 16px;
    padding-top: 3px;
}

#tblButtonWynagrodz td:nth-child(3) a span {
    background-image: url(images/ok.png);
    margin-left: -48px;
    padding-left: 16px;
    padding-top: 3px;
}

#tblButtonWynagrodz td:nth-child(4) a span {
    background-image: url(images/mail.png);
    margin-left: -48px;
    padding-left: 19px;
    padding-top: 3px;
}

.dis-ini {
    padding: 0px !important;
    vertical-align: initial !important;
}

.wykonaj-next-fir {
    width: 63%;
}

.wykonaj-next-sec {
    width: 3%;
}

.wykonaj-fir {
    width: 36%;
}

.wykonaj-sec {
    width: 28%;
}

.wykonaj-thr {
    width: 3%;
}

.razemPlacowka {
    padding: 0px 0px 0px 10px !important;
}

.no-wrap {
    white-space: nowrap;
}

.font13 {
    font-size: 13px;
}

.font12After11 {
    font-size: 12px;
}

.bold {
    font-weight: bold;
}

.white-text {
    color: #ffffff;
    text-shadow: none;
}

.dark-green {
    background-color: rgb(0, 189, 157);
}

.light-green {
    background-color: rgb(24, 199, 166);
}

.dis-none {
    display: none !important;
}

.padd20 {
    padding: 20px !important;
}

.ui-table td.padd20 {
    padding: 20px !important;
}

.wid-ini {
    padding: 0px !important;
}

.staly a span:first-child {
    line-height: 60px;
}

.staly a span:last-child {
    background-image: url(images/icons-png/carat-r-white.png);
    background-repeat: no-repeat;
    background-position: -4px;
    height: 20px;
    width: 12px;
    margin: 21px 31px 0px 0px;
    float: right;
}

.ui-block-a a:hover, .ui-block-c a:hover {
    background-color: rgb(30, 224, 188);
}

.ui-block-a a, .ui-block-c a {
    background-color: rgb(24, 199, 166);
}

.ui-block-b a, .ui-block-d a {
    background-color: #20638E;
}

    .ui-block-b a:hover, .ui-block-d a:hover {
        background-color: #1572AD;
    }

.staly a {
    background-repeat: no-repeat;
}

.ui-block-a a {
    background-image: url(images/grafik.jpg);
}

.ui-block-b a {
    background-image: url(images/wynagrodzenie.jpg);
}

.ui-block-c a {
    background-image: url(images/zmianahasla.jpg);
}

.ui-block-d a {
    background-image: url(images/wiadomosc.jpg);
}

.ui-mobile .ui-page {
    min-height: 0px !important;
}

#tdZalogowany p {
    float: left;
    width: 52%;
    text-align: right;
    text-decoration: none;
    font-weight: normal;
    font-family: 'AlwynNew-Light';
    color: rgb(202, 202, 202);
}

#tdWyloguj {
    white-space: nowrap;
    width: 33%;
    text-align: right;
    padding-top: 16px;
    padding-bottom: 16px;
}

#tdLogoPowrot {
    width: 33%;
    white-space: nowrap;
}

    #tdLogoPowrot a.backButtonSize {
        display: inline-block;
        vertical-align: middle;
    }

    #tdLogoPowrot .back-label {
        display: inline-block;
        margin-left: 4rem;
        vertical-align: middle;
        line-height: 54px;
        color: #FFF;
    }

.vert-midd {
    vertical-align: middle;
}

.logo-back {
    margin-top: 9px;
}

#aLogut {
    text-decoration: none;
    font-weight: normal;
    font-family: 'AlwynNew-Light';
    font-size: 16px;
    color: rgb(202, 202, 202);
    display: inline-block;
}

    #aLogut:hover {
        /*text-decoration: underline;*/
        border-bottom: 2px solid;
        margin-bottom: -2px;
    }

.Login-logo {
    text-align: center;
}

.Login-titl {
    font-size: 45px;
    padding: 40px 0px 45px 0px;
    color: rgb(32, 99, 142);
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
}

    .Login-titl span {
        font-family: 'AlwynNew-Light';
        font-weight: normal;
    }

.content-login {
    background-color: #ffffff;
    margin: 0 auto;
    width: 300px;
    padding: 34px;
}

.content-wiad {
    background-color: #ffffff;
    margin: 0 auto;
    width: 400px;
    padding: 34px;
}

.InputTxt {
    font-family: 'AlwynNew-Regular';
    border: 1px solid #EFEFEF;
    height: 42px;
    width: 100%;
    font-size: 15px;
    padding: 4px 15px 0px 15px;
    background-color: #EFEFEF;
}

    .InputTxt:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: 0px 0px 8px #7bc1f7;
        -moz-box-shadow: 0px 0px 8px #7bc1f7;
        -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    }

.InputTxt-multi {
    height: 100px;
    resize: none;
    padding-top: 10px;
}

.tableOdstep {
    border-collapse: separate;
    border-spacing: 0px 12px;
}

.tableOdstep-wiad {
    border-collapse: separate;
    border-spacing: 0px 4px;
}

.inside {
    padding-right: 32px;
}

.inside-mail {
    padding-right: 32px;
    display: block;
}

#popupLoginPage .inside {
    padding-bottom: 20px;
}

.loginButtonStyle {
    height: 48px;
    background-color: #20638E;
    color: #FFF;
    font-size: 17px;
    background-image: url(images/icons-png/carat-r-white.png);
    background-repeat: no-repeat;
    background-position: 95%;
    padding-top: 0px;
    text-align: left;
    text-transform: uppercase;
}

    .loginButtonStyle:hover, .closeButtonStyle:hover {
        background-color: #1572AD;
    }

.Counter {
    min-width: 5px !important;
    margin-right: 0px !important;
    padding-top: 10px !important;
    margin-top: 0px !important;
}

.LinkDisable {
    max-width: 282px;
}

.ErrorText {
    color: #369902;
    font-size: 24px;
    font-weight: bold;
    margin: 55px;
    letter-spacing: 0.5px;
}

.KolorLink {
    height: 23px !important;
    line-height: 25px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 15px !important;
    width: 130px !important;
    float: right;
}

.WithColorBar.CanClick {
    position: relative;
}

    .WithColorBar.CanClick::before {
        content: "";
        position: absolute;
        left: 0;
        top: 1px;
        bottom: 1px;
        width: 8px; /* szerokość paska */
        background: var(--wizyta-color, #FF4800);
        pointer-events: none;
    }

@media (min-width: 1158px) {
    .WithColorBar.CanClick::before {
        left: 4rem;
    }
}

.grafikKolor {
    height: 47px;
    width: 8px;
    padding: 0px !important;
    min-width: 0px !important;
    margin: 0px !important;
}

.grafikKolorSzczegoly {
    height: 15px;
    width: 17px;
    padding: 0px !important;
    min-width: 0px !important;
    margin: 0px !important;
    border: 1px solid #FFF;
}

.FloatNone label {
    float: none !important;
    overflow: visible !important;
    -webkit-border-radius: 0em !important;
    border-radius: 0em !important;
    color: rgb(160, 160, 160) !important;
    background-color: #EFEFEF !important;
    border-color: #EFEFEF !important;
    font-weight: normal;
    padding-top: 15px;
    font-family: 'AlwynNew-Regular';
}

    .FloatNone label:hover {
        background-color: #E7E7E7 !important;
    }

.padd-bott-15 {
    padding-bottom: 15px;
}

.opacity18 {
    opacity: .18
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-size: 1em;
    color: white;
    width: 200px;
    height: 90px;
    display: none;
    position: fixed;
    background-color: #18C7A6;
    z-index: 999;
    padding-top: 20px;
    padding-bottom: 30px;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -100px;
    text-shadow: 0 0px 0 #f3f3f3;
}

.sendEmailWidth {
    width: 110px !important;
}

.my-btn-active {
    background-color: #38c !important;
    border-color: #38c !important;
    color: #fff !important;
    text-shadow: 0 1px 0 #059 !important;
    opacity: 1 !important;
    font-size: inherit !important;
    text-indent: inherit !important;
    font-weight: bold !important;
}

.my-btn-black {
    background-color: #333 !important;
    border-color: #1f1f1f !important;
    color: #fff !important;
    text-shadow: 0 1px 0 #111 !important;
    opacity: 1 !important;
    font-size: inherit !important;
    text-indent: inherit !important;
    font-weight: bold !important;
}

.suma {
    float: right;
    border: 1px solid red;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
}

.freeTimeTD {
    vertical-align: middle !important;
    text-align: center !important;
    background-color: #DADADA;
    line-height: 40px !important;
}

    .freeTimeTD .ui-table-cell-label {
        display: none !important;
    }

.NadgodzinyTD {
    background-color: #B5B5B5;
}

.titleSize {
    font-size: 18px;
}

.backButtonSize {
    background-image: url(images/icons-png/arrow-l-white.png);
    background-repeat: no-repeat;
    background-position: 15px 21px;
    width: 60px;
    height: 54px;
    display: block;
}

.margin-right {
    margin-right: 0px !important;
}

.inlineBlock {
    display: inline-block;
}

.to-table {
    min-width: 100% !important;
}

.table-row {
    display: table !important;
    text-align: center;
    width: 100%;
    margin: 4px 0px -2px 0px;
    position: relative;
}

.colraz {
    display: table-cell;
    width: 20% !important;
    text-align: left;
    padding: 3px 0px 3px 5px !important;
}

.coldwa {
    display: table-cell;
    width: 20% !important;
    text-align: left;
}

.coltrz {
    display: table-cell;
    width: 20% !important;
    text-align: left;
    padding-left: 5px !important;
}

.colczt {
    display: table-cell;
    width: 20% !important;
    text-align: left;
}

.wordslimit {
    width: 100%;
}

.wynagrodzenietbl {
    color: rgb(115, 115, 115);
    text-shadow: none !important;
}

.szczegolytbl {
    color: rgb(115, 115, 115);
    text-shadow: none !important;
}

    .wynagrodzenietbl td, .szczegolytbl td {
        padding: .0em .5em !important;
        font-size: 14px;
        text-decoration: none;
    }

    .wynagrodzenietbl th, .szczegolytbl th {
        padding: .0em .45em !important;
    }

    .wynagrodzenietbl tr, .szczegolytbl tr {
        height: 49px !important;
    }

        .szczegolytbl tr.freeTimeTR {
            height: 29px !important;
        }

.ui-table-small th, .ui-table-small td {
    padding: 0px !important;
    line-height: 1.7em !important;
}

.marginzero {
    margin: 0px !important;
}

.datpicker {
    width: 100px
}

#btnwybierz {
    display: block !important
}

.to-right {
    float: right;
    text-align: right;
    margin-right: 0px !important;
}

.ui-popup-active .ui-btn, .ui-popup-active .ui-title {
    white-space: normal !important;
}

.ui-btn-inline {
    margin: -8px 0px -4px 0px !important;
}

.active {
    pointer-events: none;
    cursor: default;
}

.ui-mobile, .ui-mobile body {
    height: 0 !important;
}

#tdZalogowany {
    width: 1%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

#tdReturn {
    width: 20px;
}

.textRight {
    text-align: right !important;
}

.textCenter {
    text-align: center !important;
}

.staly {
    background-color: rgb(247, 38, 38);
    width: 215px;
    height: 193px;
    display: table;
}

    .staly h2 a {
        font-family: 'AlwynNew-Light';
        font-size: 15px;
        font-weight: normal;
        color: white !important;
        display: block;
        text-decoration: none;
        width: 100%;
        height: 100%;
        padding: 138px 0px 0px 20px;
    }

.content h3 {
    font-family: 'NeoSans-Medium', Tahoma, sans-serif;
    font-size: 1em;
    color: #369902;
    font-size: 12px;
    font-weight: bold;
    color: #369902;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 0 #eee;
}

.styleH3 {
    font-family: 'NeoSans-Medium', Tahoma, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #369902;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 0 #eee;
}

.ui-table td.paddingLeft0 {
    padding-left: 0px !important;
}

.ui-table td.paddingRight0 {
    padding-right: 0px !important;
}

.ui-loader-verbose {
    opacity: 1;
    color: rgb(255, 255, 255) !important;
    background-color: #369902 !important;
    border: 10px solid rgb(24, 199, 166);
    background-color: #18C7A6 !important;
    text-shadow: none;
}

.ui-loader .ui-icon-loading {
    background: none;
    background-color: transparent;
    width: 4.75em;
    height: 4.75em;
}

.ui-loader-default {
    width: 200px;
    height: 100px;
    margin-left: -100px;
    margin-top: -50px;
    box-shadow: 0 0 12px rgba(0,0,0,.6);
}

.ui-loader {
    width: 170px;
    height: 102px;
    margin-left: -104px;
    margin-top: -71px;
    box-shadow: 0px 0px 8px #575757;
    -moz-box-shadow: 0px 0px 8px #575757;
    -webkit-box-shadow: 0px 0px 10px #575757;
}

.ui-icon-loading {
    margin-left: 47px !important;
    margin-top: 3px !important;
    opacity: 0.99 !important;
    margin-bottom: 5px !important;
    background-size: 4.875em 4.875em;
}

.ui-loader-textonly {
    width: 150px;
    height: 50px;
    margin-top: -40px;
    margin-left: -100px;
    box-shadow: 0 0 12px rgba(0,0,0,.6);
}

.LoadingText {
    text-align: center;
}

.tdLeft {
    float: left;
}

.tdRight {
    float: right;
}

#header {
    background-color: #323C3E;
    width: 100%;
    top: 50%;
}

.container {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #13C5A5;
}

.container-gray {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
}

.logoBar, .button {
    display: table-cell;
    vertical-align: middle;
    width: auto;
}

    .logoBar img {
        display: block;
    }

#searchBarWynagr {
    background-color: #F5F5F5;
    height: 100%;
    display: table-cell;
}


#searchBar {
    background-color: #F5F5F5;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

#searchBarLog {
    display: table-cell;
    vertical-align: middle;
}

.my-breakpoint.ui-grid-b .ui-block-a {
    width: 50%;
    padding: 2px;
}

.my-breakpoint.ui-grid-b .ui-block-b {
    width: 50%;
    padding: 2px;
}

#tdlabel {
    width: 100%;
    vertical-align: middle;
}

.label-down {
    vertical-align: bottom;
    width: 20%;
}

.ui-field-contain:last-child {
    margin: 0px;
}

.ui-mobile label, .ui-controlgroup-label {
    margin: 0px;
}

.colorRows tr:nth-child(even) {
    background: #F5F5F5;
    /*background: #e9e9e9;*/
}

.colorRows tbody tr:nth-child(odd), .colorRows tbody tr:nth-child(odd) {
    background: #FFF;
    /*background: #F5F5F5;*/
}

.ui-table-reflow.ui-responsive td, .ui-table-reflow.ui-responsive th, .ui-table-reflow.ui-responsive tbody th, .ui-table-reflow.ui-responsive tbody td, .ui-table-reflow.ui-responsive thead td, .ui-table-reflow.ui-responsive thead th {
    vertical-align: middle;
}

.ui-mobile label, .ui-controlgroup-label {
    margin: 0 !important;
}

.table-stroke tbody th, .table-stroke tbody td {
    border-bottom: 0 !important;
}

#ddlWidth1 {
    width: 200px;
    float: right;
}

label {
    float: left;
}

#lblGrafik {
    float: right;
}

#tdIloscWizyt {
    text-align: right;
    /*vertical-align: bottom;*/
}

.ui-select .ui-btn > span:not(.ui-li-count) {
    white-space: normal !important;
}

.marginTop {
    margin-top: -5px;
}

.marginTop5 {
    margin-top: 5px !important;
}

.marginTop0 {
    margin-top: 0px !important;
}

#tddropdown {
    width: 180px;
}

.colorRows .CanClick:hover {
    background-color: #ccc;
    cursor: pointer;
}

.colorRows .CantClick:hover {
    background-color: #ccc;
}

.CanClick:hover {
    background-color: #ccc;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

p {
    margin: 0;
}

    p img {
        float: left;
        margin: 0;
        padding: 0;
    }

img {
    border: 0;
}

table {
    width: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

/* Site elements */

hr {
    background: #d5f0e1;
    border: none;
    height: 1px;
    clear: both;
}

.clr {
    clear: both;
}

.header {
    background-color: #24292e;
    color: white;
    text-shadow: 0 0px;
    padding: 15px;
}

.header {
    display: table-header-group !important;
    height: 56px;
}

/* Footer */

.footer {
    width: 250px;
    margin: 0 auto;
    color: #45a170;
    text-align: center;
}

    .footer .copy {
        font-size: 0.7em;
        margin-top: 10px;
        width: auto;
    }

.contentBg {
    background-color: #d5f0e1;
}

.content {
    padding: 0px;
    width: 1012px;
    position: relative;
    z-index: 2;
    left: 50%;
    margin-left: -487px;
    overflow: hidden;
}

    .content h2 {
        height: inherit;
        margin: 0px;
    }

    .content h3 {
        float: left;
        font-family: 'NeoSans-Medium', Tahoma, sans-serif;
        font-size: 1em;
        color: #369902;
    }

    .content p {
        float: left;
        font-size: 0.8em;
        color: #333333;
        margin-bottom: 15px;
    }

    .content div {
        padding: 0px;
    }

.main .content h2 {
    /*line-height: 2.3em;*/
}

.main {
    height: 100%;
    overflow: hidden !important;
}

/* Mobile breakpoints */

@media all and (max-width: 800px) and (min-width:561px) {
    .my-breakpoint.ui-grid-c .ui-block-a {
        width: 50%;
        padding: 15px;
    }

    .my-breakpoint.ui-grid-c .ui-block-b {
        width: 50%;
        padding: 15px;
    }

    .my-breakpoint.ui-grid-c .ui-block-c {
        width: 50%;
        padding: 15px;
    }

    .my-breakpoint.ui-grid-c .ui-block-d {
        width: 50%;
        padding: 15px;
    }

    .contentStart {
        width: 493px !important;
        margin-left: -247px !important;
    }

    .razemPlacowka {
        padding: 0px 0px 0px 5px !important;
    }

    .hide0 {
        display: none !important;
        padding: 0px !important;
    }

    .LinkDisable {
        max-width: 1082px;
    }

    #searchBar {
        /*padding: 0 50px 0 17px;*/
    }

    .FloatNone label {
        font-size: 15px !important;
    }

    .content h3 {
        font-size: 14px;
    }

    .styleH3 {
        font-size: 12px;
    }

    .szczegolytbl td, .wynagrodzenietbl td {
        font-size: 12px;
        line-height: 1.2em;
    }

    .wordslimit {
        width: 80%;
    }

    .to-right {
        margin-bottom: 0px !important;
    }

    .smallx .ui-popup-active .ui-icon-delete {
        font-size: 19px !important;
    }

    .ui-popup-active .ui-btn {
        font-size: 20px;
    }

    .datpicker {
        width: 150px;
    }

    .ui-popup-active .ui-title {
        font-size: 19px;
    }

    #grid {
        width: 450px;
        float: left;
    }

    .content, contentStart {
        margin: 0 auto;
        width: 100%;
        left: 0px;
        margin-left: 0px;
    }
}

@media all and (max-width: 560px) {
    .nowaWizButt {
        padding: 10px 15px 12px 34px;
    }

    .zatw-zest-heigAfter {
        height: 46px !important;
    }

    .padd20after {
        padding: 20px !important;
    }

    .padd5after {
        padding: 5px !important;
    }

    .afterlight {
        background-color: rgb(24, 199, 166);
    }

    .sczegol-left {
        padding: 10px 10px 5px 10px !important
    }

    .sczegol-right {
        padding: 0px 10px 10px 0px !important
    }

    .sczegol-right-exept {
        padding-right: 0px !important
    }

    .padd-top14-after {
        padding-top: 14px !important;
    }

    .font12After11 {
        font-size: 11px;
    }

    .KolorLink {
        position: absolute !important;
        top: -33px !important;
        width: 28% !important;
        right: 3% !important;
    }

        .KolorLink > div {
            position: absolute !important;
            background-color: transparent !important;
        }

    .paddAfter {
        padding: 10px 5px 0px 0px !important;
    }

    .KolorBoxAfter {
        width: 7px !important;
        height: inherit;
        display: table !important;
        position: absolute !important;
    }

    .display0before {
        display: block !important;
    }

    .grafik-placowka {
        padding: 15px 5px 15px 10px !important;
    }

    .grafik-4tyg, grafik-4tyg-next {
        padding: 15px 5px 15px 10px !important;
        text-align: left !important;
    }

    #searchBarWynagr .BoldAfter {
        margin: 0px 10px 0px 0px;
    }

    #searchBarWynagr .width-70after {
        padding-bottom: 15px !important;
    }

    #searchBarWynagr .ItalicAfter {
        display: block;
    }

    .szczegolytbl .ItalicAfter {
        margin-bottom: 10px;
    }

    .wyn-sumy {
        width: 20% !important;
        white-space: nowrap;
        min-width: 20% !important;
    }

    .wyn-brakdanych {
        margin: 100px 0px 0px -100px;
    }

    #tblData a {
        min-width: 77px;
    }

    #tblButtonWynagrodz div {
        min-width: 77px;
    }

    .razemPlacowka {
        padding: 15px 0px 15px 10px !important;
    }

    .hide0 {
        display: none !important;
    }

    .razem {
        padding: 10px 0px 10px 5px !important;
    }

    .ui-table td.padd20 {
        padding: 15px 15px 15px 11px !important;
    }

    #tdZalogowany div {
        display: none;
    }

    #tdLogoPowrot img {
        display: none;
    }

    #searchBarLog {
        left: 0px;
        margin-left: 0px;
        width: inherit;
    }

    .content-login, .content-wiad {
        width: auto;
    }

    .content-wiad {
        margin-bottom: 0px;
        padding: 10px;
    }

    .Login-titl {
        font-size: 33px;
    }

    .LinkDisable {
        max-width: 1082px;
    }

    #searchBar {
        /*padding: 0 50px 0 17px;*/
    }

    .FloatNone label {
        font-size: 13px !important;
    }

    .freeTimeTD {
        float: none !important;
        display: table-cell !important;
    }

    .content h3 {
        font-size: 14px;
    }

    .styleH3 {
        font-size: 12px;
    }

    .height-90after {
        height: 90px !important;
    }

    .to-rightAfter {
        float: right;
    }

    .width-100after {
        width: 100%;
    }

    .width-70after {
        width: 70% !important;
    }

    .BoldAfter {
        font-weight: bold;
    }

    .ItalicAfter {
        font-style: italic;
    }

    .height-100after {
        height: 100%;
    }

    .szczegolytbl td, .wynagrodzenietbl td {
        font-size: 12px;
        line-height: 1.2em;
        padding-left: 10px !important;
    }

    .wordslimit {
        width: 80% !important;
    }

    .to-right {
        margin-bottom: 0px !important;
    }

    .hide {
        display: none !important;
    }

    .smallx .ui-popup-active .ui-icon-delete {
        font-size: 19px !important;
    }

    .ui-popup-active .ui-btn {
        font-size: 20px;
    }

    .datpicker {
        width: 150px;
    }

    .ui-popup-active .ui-title {
        font-size: 19px;
    }

    #tddropdown {
        width: 100%;
    }

    #tdlabel {
        display: none;
    }

    .ui-field-contain, .ui-mobile fieldset.ui-field-contain {
        padding: 0;
    }

    #ddlWidth1 {
        width: 100%;
    }

    #grid {
        width: 100%;
    }

    .my-breakpoint.ui-grid-c .ui-block-a {
        width: 100%;
    }

    .my-breakpoint.ui-grid-c .ui-block-b {
        width: 100%;
    }

    .my-breakpoint.ui-grid-c .ui-block-c {
        width: 100%;
    }

    .my-breakpoint.ui-grid-c .ui-block-d {
        width: 100%;
    }

    .staly a {
        /*background-repeat: repeat-y;*/
        background-size: auto 100%;
    }

    .staly {
        height: 100%;
        background-color: transparent;
        width: 100%;
    }

    .my-breakpoint {
        display: table-cell;
        height: 100%;
        padding-bottom: 20px !important;
    }

        .my-breakpoint > div {
            display: table;
            height: 25%;
            padding-right: 20px;
            float: left;
        }

    .content, contentStart {
        margin: 0 auto !important;
        width: 100% !important;
        left: 0px !important;
        margin-left: 0px !important;
        height: 100% !important;
    }

    #searchBar {
        background-color: #F5F5F5;
        height: 100%;
        /*display: block;*/
    }

    .staly h2 a {
        padding: 0px;
        display: table;
    }

    .ui-block-d {
        padding-bottom: 20px;
    }

    .main .content h2 {
        padding: 20px 0px 0px 20px;
        width: 100%;
        display: table-cell;
    }

    .dis-tabAfter {
        display: table !important;
    }

    .dis-tab-cellAfter {
        display: table-cell !important;
    }

    .staly a span:first-child {
        text-align: right;
        display: table-cell;
        vertical-align: bottom;
        border-right: 40px solid transparent;
    }

    .staly a span:last-child {
        background-position: right bottom;
        position: absolute;
        bottom: 22px !important;
        right: 0px;
        margin-right: 20px !important;
    }

    #tblData div a span {
        display: block;
        top: 27px;
        background-position: top center;
    }

    #tblData div:nth-child(1) a span {
        background-image: url(images/mlotek-big.png);
        margin-left: -40px;
        padding-left: 0px;
        padding-top: 40px;
    }

    #tblData div:nth-child(2) a span {
        background-image: url(images/dzis-big.png);
        margin-left: -14px;
        padding-left: 3px;
        padding-top: 40px;
        width: 28px;
    }

    #tblData div:nth-child(3) a span {
        background-image: url(images/ok-big.png);
        margin-left: -40px;
        padding-left: 0px;
        padding-top: 40px;
    }

    #tblData div:nth-child(4) a span {
        background-image: url(images/mail-big.png);
        margin-left: -38px;
        padding-left: 0px;
        padding-top: 40px;
    }

    .height-100before {
        height: auto !important;
    }

    #tblButtonWynagrodz td {
        display: table-cell !important;
        width: 25% !important;
        float: none;
    }

        #tblButtonWynagrodz td a span {
            display: block;
            top: 27px;
            background-position: top center;
        }

        #tblButtonWynagrodz td:nth-child(1) a span {
            background-image: url(images/mlotek-big.png);
            margin-left: -34px;
            padding-left: 0px;
            padding-top: 40px;
        }

        #tblButtonWynagrodz td:nth-child(2) a span {
            background-image: url(images/dzis-big.png);
            margin-left: -19px;
            padding-left: 9px;
            padding-top: 40px;
            width: 28px;
        }

        #tblButtonWynagrodz td:nth-child(3) a span {
            background-image: url(images/ok-big.png);
            margin-left: -33px;
            padding-left: 0px;
            padding-top: 40px;
        }

        #tblButtonWynagrodz td:nth-child(4) a span {
            background-image: url(images/mail-big.png);
            margin-left: -34px;
            padding-left: 0px;
            padding-top: 40px;
        }
}

.content {
    width: 100%;
    left: 0px;
    margin-left: 0px;
}

.contentStart {
    padding: 0px;
    width: 1012px;
    /*margin-bottom: 55px;*/
    left: 50%;
    margin-left: -487px;
}

.ui-mobile .ui-page-active {
    display: table !important;
}



/*
 * Timepicker stylesheet
 * Highly inspired from datepicker
 * FG - Nov 2010 - Web3R 
 *
 * version 0.0.3 : Fixed some settings, more dynamic
 * version 0.0.4 : Removed width:100% on tables
 * version 0.1.1 : set width 0 on tables to fix an ie6 bug
 */



.ui-timepicker-hours {
    background-color: white
}

.ui-timepicker-minutes {
    background-color: whitesmoke
}

.ui-timepicker-inline {
    display: inline;
}

#ui-timepicker-div {
    background: #13C5A5;
    /*padding: 0.2em;*/
    box-shadow: 0px 0px 8px #575757;
    -moz-box-shadow: 0px 0px 8px #575757;
    -webkit-box-shadow: 0px 0px 10px #575757;
}

    #ui-timepicker-div .ui-state-active {
        background: #20638E;
        color: #FFF
    }

    #ui-timepicker-div .ui-state-hover {
        background: #DADADA
    }



/*.ui-timepicker-table { display: inline-table; width: 0; }*/
.ui-timepicker-table table {
    margin: 0.15em 0 0 0;
    border-collapse: collapse;
}

.ui-timepicker-table > tbody > tr:last-child {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: -2px -1px 0px 0px;
}

    .ui-timepicker-table > tbody > tr:last-child > td {
        padding: 0px;
        width: 0px;
    }

.ui-timepicker-hours, .ui-timepicker-minutes {
    padding: 0.2em;
}

.ui-timepicker-table .ui-timepicker-title {
    line-height: 1.8em;
    text-align: center;
}

.ui-timepicker-table td {
    padding: 0.1em;
    width: 2.2em;
}

.ui-timepicker-table th.periods {
    padding: 0.1em;
    width: 2.2em;
}

/* span for disabled cells */
.ui-timepicker-table td span {
    display: block;
    padding: 0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;
    text-align: right;
    text-decoration: none;
}
/* anchors for clickable cells */
.ui-timepicker-table td a {
    display: block;
    padding: 0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;
    cursor: pointer;
    text-align: right;
    text-decoration: none;
}

.ui-timepicker .ui-timepicker-buttonpane button {
    background: #00BD9D url(images/icons-png/delete-white.png);
    background-repeat: no-repeat;
    background-position: 7px 7px;
    border: none;
    /*padding: 14px;*/
    height: 28px;
    width: 28px;
    cursor: pointer;
}


/* buttons and button pane styling */
/*.ui-timepicker .ui-timepicker-buttonpane {background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0;}
.ui-timepicker .ui-timepicker-buttonpane button { margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-timepicker .ui-timepicker-close { float: right }
.ui-timepicker .ui-timepicker-now { float: left; }
.ui-timepicker .ui-timepicker-deselect { float: left; }*/
.doc-container {
    position: relative; /* kotwiczy elementy absolutne wewnątrz */
    max-width: 100vw; /* nie rozszerzaj layoutu poza viewport */
    overflow-x: auto; /* <-- tu działa przewijanie w poziomie */
    overflow-y: hidden; /* pion zostawiasz elem. wewnątrz */
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain; /* nie „przebija” scrolla wyżej */
    scrollbar-gutter: stable both-edges;
}

    .doc-container .doc-page {
        position: relative;
        border: 1px solid #ccc;
        padding: 1rem;
        margin: 0 auto 3rem;
    }

        .doc-container .doc-page .doc-page-title {
            font-weight: bold;
            margin-bottom: 1rem;
        }

        .doc-container .doc-page .doc-fields {
            position: relative;
        }

            .doc-container .doc-page .doc-fields .doc-field {
                position: absolute;
                min-height: 28px;
            }

            .doc-container .doc-page .doc-fields .doc-field.ms-field-error {
                outline: 1px solid #e46f00;
                outline-offset: 2px;
            }

            .doc-container .doc-page .doc-fields .doc-field .ms-field-error-icon {
                position: absolute;
                top: -10px;
                right: -10px;
                width: 20px;
                height: 20px;
                background: #e46f00;
                color: #fff;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: bold;
                font-size: 12px;
                cursor: default;
            }

                .doc-container .doc-page .doc-fields .doc-field .dxeRadioButtonList_Material .dxEditors_edtRadioButtonChecked_Material,
                .doc-container .doc-page .doc-fields .doc-field .dxeRadioButtonList_Material .dxEditors_edtRadioButtonUnchecked_Material {
                    transform: scale(0.8);
                    transform-origin: right;
                }

                .doc-container .doc-page .doc-fields .doc-field .dxeBase_Material .dxWeb_edtCheckBoxChecked_Material,
                .doc-container .doc-page .doc-fields .doc-field .dxeBase_Material .dxWeb_edtCheckBoxUnchecked_Material {
                    transform: scale(0.8);
                    transform-origin: right;
                }

                .doc-container .doc-page .doc-fields .doc-field .dxeRadioButtonList_Material label {
                    font-size: inherit !important;
                }

                .doc-container .doc-page .doc-fields .doc-field .dxeCheckBoxList_Material label {
                    font-size: inherit !important;
                }

                .doc-container .doc-page .doc-fields .doc-field .dxeCheckBoxList_Material td.dxe {
                    padding-left: 0px;
                    padding-top: 0px;
                }

                .doc-container .doc-page .doc-fields .doc-field .dxeCheckBoxList_Material .dxeBase_Material .dxichCellSys, .dxeBase_Material.dxichCellSys {
                    padding: 0px;
                }

                .doc-container .doc-page .doc-fields .doc-field .dxeRadioButtonList_Material.radio-flex {
                    width: 100% !important;
                }

                    .doc-container .doc-page .doc-fields .doc-field .dxeRadioButtonList_Material.radio-flex td.dxe {
                        display: flex !important;
                        justify-content: space-between !important;
                        flex-wrap: wrap !important;
                        width: 100% !important;
                    }

                    .doc-container .doc-page .doc-fields .doc-field .dxeRadioButtonList_Material.radio-flex td.dxe, .dxeCheckBoxList td.dxe {
                        padding: 0 !important;
                    }

                .doc-container .doc-page .doc-fields .doc-field .dxeRadioButtonList_Material,
                .doc-container .doc-page .doc-fields .doc-field .dxeCheckBoxList_Material {
                    border: none;
                }

                    /* elementy listy radiobuttonów */
                    .doc-container .doc-page .doc-fields .doc-field .dxeRadioButtonList_Material.radio-flex span.dxichCellSys {
                        display: inline-flex !important;
                        align-items: center;
                    }

                        .doc-container .doc-page .doc-fields .doc-field .dxeRadioButtonList_Material.radio-flex span.dxichCellSys label {
                            margin-left: 4px;
                        }

                /* blokada możliwości zmiany rozmiaru dla kontrolek ASPxMemo - ręczna zmiana rozmiaru textarea powoduje nachodzenie elementów podczas edycji dokumentacji */
                .doc-container .doc-page .doc-fields .doc-field textarea.dxeMemoEditArea_Material {
                    resize: none !important;
                    height: 100% !important;
                    min-height: 0 !important;
                    overflow-y: auto !important;
                    overflow-x: hidden !important;
                }

                .doc-container .doc-page .doc-fields .doc-field .dxpcLite_Material .dxpc-mainDiv {
                    width: 600px;
                    height: 300px;
                }

                    .doc-container .doc-page .doc-fields .doc-field .dxpcLite_Material .dxpc-mainDiv .dxgvHeader_Material {
                        padding: 5px 5px 5px !important;
                    }

                    .doc-container .doc-page .doc-fields .doc-field .dxpcLite_Material .dxpc-mainDiv .dxgvDataRow_Material td.dxgv {
                        padding: 5px 5px 5px !important;
                    }

                    .doc-container .doc-page .doc-fields .doc-field .dxpcLite_Material .dxpc-mainDiv .dxtcLite_Material > .dxtc-content {
                        padding: 5px 0px 5px 0px !important;
                    }

                    .doc-container .doc-page .doc-fields .doc-field .dxpcLite_Material .dxpc-mainDiv .dxeListBoxItem_Material {
                        white-space: normal;
                    }

                    .doc-container .doc-page .doc-fields .doc-field .dxpcLite_Material .dxpc-mainDiv .dxtcLite_Material {
                        white-space: normal;
                    }

                        .doc-container .doc-page .doc-fields .doc-field .dxpcLite_Material .dxpc-mainDiv .dxtcLite_Material.dxtc-top > .dxtc-content {
                            width: 575px;
                            height: 230px;
                        }

                    .doc-container .doc-page .doc-fields .doc-field .dxpcLite_Material .dxpc-mainDiv .dxgvDataRow_Material td.dxgv {
                        overflow-wrap: anywhere;
                    }

                    .doc-container .doc-page .doc-fields .doc-field .dxpcLite_Material .dxpc-mainDiv .dxgvTable_Material {
                        table-layout: fixed;
                    }

                    .doc-container .doc-page .doc-fields .doc-field .dxpcLite_Material .dxpc-mainDiv .dxgvPagerBottomPanel_Material {
                        padding: 2px 0 2px;
                    }

/* ukrywamy wewnętrzny wrapper DevExpress odpowiadający za klawisze skrótów */
.dxKBSW {
    display: none !important;
}

.dxeTextBox_Material td.dxic, .dxeButtonEdit_Material td.dxic, .dxeButtonEdit_Material[cellspacing="0"] td.dxic {
    padding: 0px !important;
}

.ui-input-text, .ui-input-search {
    margin: 0px !important;
    border-style: none;
}

span.dxeBase_Material.dxichCellSys.dxeTAR label, span[dir='rtl'].dxeBase_Material.dxichCellSys.dxeTAL label, .dx-acc-r span.dxeBase_Material.dxichCellSys.dxeTAR > span:not([id]), .dx-acc-r span[dir='rtl'].dxeBase_Material.dxichCellSys.dxeTAL > span:not([id]) {
    padding: 0px !important;
}

.dxichCellSys {
    padding: 0px;
}

.dxeTAR.dxeBase_Material .dxichTextCellSys, .dxeTAL.dxeBase_Material[dir='rtl'] .dxichTextCellSys {
    padding: 8px 3px 5px 8px;
    padding: 0px;
    padding-left: 8px;
}

/* Zapewnia pełną szerokość pola edycyjnego dla pracodawcy pacjenta */
.doc-container .doc-page .doc-fields .doc-field .dxeButtonEdit_Material {
    width: 100% !important;
}

.resetButtonStyle {
    background-color: #991b1b !important;
    height: 48px;
    color: #FFF;
    font-size: 17px;
    background-image: url(images/icons-png/carat-r-white.png);
    background-repeat: no-repeat;
    background-position: 95%;
    padding-top: 0px;
    text-align: left;
    text-transform: uppercase;
}

    .resetButtonStyle:hover {
        background-color: #b81f1f !important;
    }

.twoFactorActive {
    border: 1px solid #16a34a !important;
    box-shadow: 0px 0px 8px #16a34a !important;
    -moz-box-shadow: 0px 0px 8px #16a34a !important;
    -webkit-box-shadow: 0px 0px 8px #16a34a !important;
}

.twoFactorInactive {
    border: 1px solid #dc2626 !important;
    box-shadow: 0px 0px 8px #dc2626 !important;
    -moz-box-shadow: 0px 0px 8px #dc2626 !important;
    -webkit-box-shadow: 0px 0px 8px #dc2626 !important;
}

.twofactor-qr-wrapper {
    margin: 24px 0 18px;
    text-align: center !important;
}

.twofactor-qr-container {
    width: 200px;
    height: 200px;
    margin: 0 auto 12px !important;
    position: relative;
    float: none !important;
    display: block;
}

    .twofactor-qr-container canvas,
    .twofactor-qr-container img {
        max-width: 100%;
        max-height: 100%;
    }

.twofactor-qr-image {
    display: none;
    width: 200px;
    height: 200px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

.twofactor-qr-fallback {
    word-break: break-all;
    font-size: 12px;
    text-align: center;
    padding: 12px;
    border: 1px dashed #9ca3af;
    border-radius: 8px;
    background-color: #f9fafb;
    color: #4b5563;
    margin: 0 auto !important;
    float: none !important;
}

.twofactor-field {
    margin-bottom: 16px;
}

.twofactor-field-label {
    display: block;
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 6px;
    padding-right: 32px;
}

.twofactor-secret-input {
    letter-spacing: 2px;
}

.twofactor-code-input {
    font-size: 22px;
    letter-spacing: 6px;
    text-align: center;
    font-weight: 600;
}

/* START popup */

/* === USTAWIENIA / TOKENS === */
:root {
    --popup-max-w: 560px; /* maks. szerokość na desktopie */
    --popup-radius: 16px;
    --popup-pad: clamp(16px, 2.2vw, 24px);
    --popup-gap: 12px;
    --popup-shadow: 0 10px 30px rgba(0,0,0,.25);
    --popup-bg: #fff;
    --popup-backdrop: rgba(0,0,0,.45);
}

/* Zablokuj przewijanie tła, także na mobilkach */
body.modal-open {
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
}

/* === POPUP === */
.popup { /* kontener całego modala */
    position: fixed;
    inset: 0; /* top/right/bottom/left: 0 */
    display: none; /* domyślnie ukryty */
    z-index: 9999;
}

    .popup.is-open {
        display: grid;
        place-items: center; /* centrowanie w obu osiach */
    }

/* Tło (backdrop) blokujące kliknięcia */
.popup__backdrop {
    position: absolute;
    inset: 0;
    background: var(--popup-backdrop);
    backdrop-filter: saturate(120%) blur(2px);
}

/* „Okienko” */
.popup__dialog {
    position: relative;
    inline-size: min(92vw, var(--popup-max-w));
    max-inline-size: 100%;
    max-block-size: min(90dvh, 90vh); /* bezpieczne na mobile (iOS/Android) */
    overflow: auto;
    background: var(--popup-bg);
    border-radius: var(--popup-radius);
    box-shadow: var(--popup-shadow);
    padding: var(--popup-pad);
    margin: env(safe-area-inset-top) auto env(safe-area-inset-bottom);
}

/* Treść */
.popup__title {
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 600;
    margin: 0 0 8px 0;
    text-wrap: balance;
}

.popup__body {
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: 1.45;
    margin-block: 8px 16px;
}

/* Przyciski */
.popup__actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--popup-gap);
    justify-content: center;
}

    .popup__actions > * {
        min-inline-size: 112px; /* sensowna szerokość */
    }

/* Małe ekrany: przyciski obok siebie lub w dwóch kolumnach */
@media (max-width: 480px) {
    .popup__actions > * {
        flex: 1 1 45%;
    }
}

/* Przycisk zamknięcia (opcjonalny) */
.popup__close {
    position: absolute;
    inset-inline-end: 8px;
    inset-block-start: 8px;
    border: 0;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

/* Preferencje dostępności (ogranicz animacje) */
@media (prefers-reduced-motion: reduce) {
    .popup__dialog {
        transition: none;
    }
}

/* (Opcjonalnie) prosty efekt pojawiania */
.popup.is-open .popup__dialog {
    animation: popup-in .16s ease-out;
}

@keyframes popup-in {
    from {
        transform: translateY(6px);
        opacity: .96;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.popup__field {
    display: grid;
    gap: 6px;
    margin-block: 12px;
}

    .popup__field label {
        font-weight: 600;
    }

.popup__error {
    font-size: 12px;
    color: #dc3545;
}

/* BACKDROP dla loadera */
#loader-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: saturate(120%) blur(2px);
    z-index: 9998; /* tuż pod loaderem (który ma 9999) */
    display: none;
}

/* STOP popup*/

/* to, co masz – zostaje dla desktopu (flex) */
.header-bar-full-screen {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: clip;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .5rem;
    row-gap: normal;
}

    .header-bar-full-screen > div {
        min-width: 0;
    }

    .header-bar-full-screen .note {
        white-space: normal;
        overflow-wrap: anywhere;
    }

/* MOBILE: 2 kolumny (lewa/prawa) + naprawa nowrap + węższe paddingi */
@media (max-width: 576px) {
    .header-bar-full-screen {
        /* grid zamiast flex – stabilny układ 2 kolumn */
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: start;
        gap: .25rem .75rem;
        padding-left: 1rem !important; /* px-5 bywa za szerokie na mobilce */
        padding-right: 1rem !important;
        justify-content: start;
    }

        /* każdy wiersz w swojej linii */
        .header-bar-full-screen span {
            display: block;
        }

            /* nadpisanie inline "white-space: nowrap" */
            .header-bar-full-screen span[style*="white-space: nowrap"] {
                white-space: normal !important;
            }

        /* prawa kolumna trzyma się prawej, ale może się zawijać */
        .header-bar-full-screen .right {
            justify-self: end;
            min-width: 0;
        }

        /* jeszcze odrobina bezpieczeństwa przy długich słowach */
        .header-bar-full-screen .right,
        .header-bar-full-screen .left {
            overflow-wrap: anywhere;
            word-break: break-word;
        }
}

.link-icon-container {
    width: 1.75rem;
    height: 1.75rem;
}

    .link-icon-container a {
        margin: 0px;
    }

.status-list {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
    padding-left: 4px;
}

.status-option {
    margin-bottom: 6px;
}

.status-option-active {
    background-color: #009789 !important;
    color: #fff !important;
    border-color: #009789 !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.status-option:active {
    border-color: none;
    text-shadow: none !important;
    box-shadow: none !important;
}

/* === START MOBILE header (<details>) === */

/* Kontener <details>: wymuś blokowy układ (nie flex) */
.visit-header-mobile {
    display: block;
    font-size: 0.85rem;
}

    /* Summary: bez markera, jeden rząd z zawijaniem + strzałka po prawej */
    .visit-header-mobile > summary.vhm-summary {
        list-style: none;
        display: flex;
        cursor: pointer;
        margin: 0;
    }

        .visit-header-mobile > summary.vhm-summary::-webkit-details-marker {
            display: none;
        }

/* Elementy w summary: jedna linia z możliwością zawijania */
.vhm-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .25rem .75rem; /* wiersz x kolumna */
    width: 100%;
    min-width: 0;
}

.vhm-item {
    white-space: nowrap; /* trzyma etykietę z wartością razem */
}

/* Chevron: stabilne centrowanie w pionie przed/po obrocie */
.visit-header-mobile .chevron {
    display: inline-block; /* żeby vertical-align działał przewidywalnie */
    vertical-align: middle;
    width: .9rem;
    height: .9rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform-origin: 50% 50%;
    /* zamknięty: bez przesunięcia */
    transform: translateY(0) translateX(-0.9rem) rotate(45deg);
    transition: transform .2s ease;
    margin-left: auto;
}

/* otwarty: najpierw przesuń w dół w osi nieobróconej, potem obróć */
.visit-header-mobile[open] .chevron {
    transform: translateY(10px) translateX(-0.9rem) rotate(-135deg);
}

/* Ciało po rozwinięciu – jedna kolumna pod summary */
.vhm-body {
    display: block;
}

/* jeśli przez pomyłkę zostanie dodana klasa z flexem */
@media (max-width: 767.98px) {
    .header-bar-full-screen.visit-header-mobile {
        display: block !important;
    }
}
/* === END MOBILE header (<details>) === */

#popupTwoFactorReset .popup__dialog {
    max-width: 280px !important; /* idealna szerokość */
    width: 90%; /* dopasowuje się na mobile */
    padding: 16px 20px; /* kompakt */
}

.loading-dots {
    display: inline-flex;
    align-items: flex-end;
    gap: 3px;
}

    .loading-dots .dot {
        width: 6px;
        height: 6px;
        background-color: currentColor;
        border-radius: 50%;
        display: inline-block;
        animation: loadingDotBounce 0.8s infinite ease-in-out;
        transform-origin: center bottom;
    }

        .loading-dots .dot:nth-child(1) {
            animation-delay: 0s;
        }

        .loading-dots .dot:nth-child(2) {
            animation-delay: 0.15s;
        }

        .loading-dots .dot:nth-child(3) {
            animation-delay: 0.3s;
        }

@keyframes loadingDotBounce {
    0% {
        transform: translateY(0);
        opacity: 0.4;
    }

    50% {
        transform: translateY(-4px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 0.4;
    }
}

.session-widget {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 1px 6px;
    line-height: 1;
    height: 18px;
    background-color: #1E252E;
    border: 1px solid #00C9AC;
    border-radius: 16px;
    color: white;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
    transition: background-color .25s ease, box-shadow .25s ease;
}
    .session-widget:hover {
        background-color: #26303A;
        box-shadow: 0 0 6px rgba(0, 201, 172, 0.4);
    }

.session-icon {
    width: 16px;
    height: 16px;
    display: block;
}

.session-icon-clock {
    opacity: 1;
    transition: opacity .15s ease;
}

.session-icon-refresh {
    opacity: 0;
    right: 7px;
    position: absolute;
    width: 16px;
    height: 16px;
    transition: opacity .15s ease;
}

.session-widget:hover .session-icon-clock {
    opacity: 0;
}

.session-widget:hover .session-icon-refresh {
    opacity: 1;
}

.session-counter {
    min-width: 50px;
    text-align: left;
}

/* Mobile */
@media (max-width: 768px) {
    #imieNazwiskoHeader {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }
}