/** COMMON STYLES **/

/*
body {
    background-color: #f0f0f0;
    min-width: 1100px;
    font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}*/
h1, h2, fieldset legend {
    background: #d6ebf2;
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    padding: 7px 20px;
    width: 100%;
}

@media screen and (max-device-width: 800px) {
    h1, h2, fieldset legend {
        font-size: 35px;
        padding: 15px 20px;
    }
}

p {
    margin: 14px 0;
}

@media screen and (max-device-width: 800px) {
    p {
        font-size: 35px;
    }
}


img {
    border: 0;
}
/*
table {
    width: 100%;
    padding: 0;
    margin: 0;
}
*/
td {
    vertical-align: top;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

td.divider {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0 10px 35px;
}

table.common-table {
}

@media screen and (max-device-width: 800px) {
    table.common-table {
        font-size: 30px;
    }
}

table.common-table th {
    background: #d6ebf2;
    font-size: 14px;
    font-weight: normal;
    padding: 7px 0;
}

@media screen and (max-device-width: 800px) {
    table.common-table th {
        font-size: 35px;
    }
}

table.common-table td {
    padding: 10px 0;
}

tr.border-bottom td {
    border-bottom: 1px solid #ededed;
}

tr.circuit_border td {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-left-width: 0;
    border-right-width: 0;
}

    tr.circuit_border td:first-child {
        border-left-width: 1px;
    }

    tr.circuit_border td:last-child {
        border-right-width: 1px;
    }

tr.red_border td {
    border-color: #b77578;
}

tr.grey_border td {
    border-color: #ededed;
}

tr.text-middle td {
    vertical-align: middle;
}

tr.text-center td {
    text-align: center;
}

td.left_border {
    border-left: 1px solid #ededed;
}

td.right_border {
    border-right: 1px solid #ededed;
}

td.checkbox-cell {
    width: 20px;
    vertical-align: middle;
}

ul.blue-pointer {
    list-style-image: url('/ImgResources/blue_right_pointer.gif');
    padding-left: 10px;
}

    ul.blue-pointer li {
        padding-bottom: 10px;
    }

.block-btn {
    display: inline-block;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
}

.btn1 {
    font-size: 12px;
    padding: 6px 13px;
}

@media screen and (max-device-width:900px) {
    .btn1 {
        font-size: 20px;
    }
}

.btn2 {
    font-size: 15px;
    padding: 10px 25px;
}

@media screen and (max-device-width:900px) {
    .btn2 {
        font-size: 25px;
        padding: 25px 63px;
    }
}

.btn3 {
    font-size: 18px;
    padding: 12px 28px;
}

@media screen and (max-device-width:900px) {
    .btn3 {
        font-size: 25px;
        padding: 30px 70px;
    }
}

.btn4 {
    font-size: 14px;
    padding: 12px 17px;
}

.btn5 {
    font-size: 22px;
    padding: 17px 35px;
}

.grey-text {
    color: #aaa;
}

.grey-text2 {
    color: #555;
}

.grey-bg {
    background-color: #666;
}

a.grey-bg:hover, a.grey-bg:focus {
    background-color: black;
}

.turquoise-bg {
    background-color: #076579;
}

a.turquoise-bg:hover, a.turquoise-bg:focus {
    background-color: #336D60;
}

.blue-bg {
    background-color: #046f9d;
}

    .blue-bg:hover, .blue-bg:focus {
        background-color: #044f7d;
    }

.orange-bg {
    background-color: #ff9c00;
}

.light-blue-bg {
    background-color: #5b97ab;
}

.disabled {
    display: none;
}

.enabled {
    display: block;
}

.zero-space {
    margin: 0;
    padding: 0;
}

.small-space {
    margin: 5px;
    padding-left: 30px;
}

@media screen and (max-device-width: 800px) {
    .small-space {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.medium-space {
    margin: 15px;
}

.large-space {
    margin: 30px;
}

.medium-bottom-pad {
    padding-bottom: 25px;
}

.medium-bottom-space {
    margin-bottom: 25px;
}

.common-link {
    color: #046f9d;
    text-decoration: underline;
    font-size: 10px;
}

@media screen and (max-device-width: 800px) {
    .common-link {
        font-size: 30px;
    }
}

.red-border {
    border: 1px solid #e90026;
}

.blue-text {
    color: #047fad;
}

.red-text {
    color: #e90026;
}

.small-text {
    font-size: 10px;
}

@media screen and (max-device-width: 800px) {
    .small-text {
        font-size: 28px;
    }
}

.medium-text {
    font-size: 12px;
}

@media screen and (max-device-width: 800px) {
    .medium-text {
        font-size: 35px;
    }
}

.regular-text {
    font-size: 14px;
}

@media screen and (max-device-width: 800px) {
    .regular-text {
        font-size: 38px;
    }
}

.large-text {
    font-size: 15px;
}

.xlarge-text {
    font-size: 16px;
}

@media screen and (max-device-width: 800px) {
    .xlarge-text {
        font-size: 35px;
    }
}

.xxlarge-text {
    font-size: 20px;
}

.bold-text {
    font-weight: bold;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-middle {
    vertical-align: middle;
}

.text-top {
    vertical-align: top;
}

br.clearfix {
    height: 0;
    clear: both;
}

.form_group {
    padding: 0px;
    margin: 0px;
    border: none;
}

img.question_mark {
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (max-device-width: 800px) {
    img.question_mark {
        width: 25px;
    }
}

.disabled-step {
    color: grey;
}

div#pop_up_canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5affffff', endColorstr='#5affffff'); /* IE */
    /*FILTER: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
        #5AFFFFFF, endColorstr = #5AFFFFFF );*/
}

/** BELKA STYLES **/
div#header {
    height: 65px;
    border: 1px solid #bdbcbd;
    background: url('/ImgResources/belka_bg.gif') repeat-x;
    margin-bottom: 2px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

    div#header .right {
        float: right;
    }

    div#header .left {
        float: left;
    }

    div#header a#podatnik_logo {
        margin-left: 7px;
        margin-right: 77px;
    }

    div#header ul#menu {
        list-style-type: none;
        height: 65px;
        margin: 0;
        padding: 0;
        position: relative;
    }

        div#header ul#menu li {
            float: left;
            height: 65px;
        }

            div#header ul#menu li a {
                display: inline-block;
                width: 107px;
                height: 65px;
            }

        div#header ul#menu a#options_item {
            background: url('/ImgResources/options_item.gif') no-repeat 0 0;
        }

        div#header ul#menu a#help_item {
            background: url('/ImgResources/help_item.gif') no-repeat 0 0;
        }

        div#header ul#menu li#period_line {
            width: 1px;
            background: url('/ImgResources/period_line.gif') no-repeat 0 0;
        }

.period_line {
    width: 1px;
    background: url('/ImgResources/period_line.gif') no-repeat 0 0;
}

div#header ul#menu div.menu_box {
    border-left: 1px solid #bdbcbd;
    border-right: 1px solid #bdbcbd;
    border-bottom: 1px solid #bdbcbd;
    position: absolute;
    z-index: 1000;
    top: 65px;
}

div#header ul#menu div#help_menu {
    width: 180px;
}

div#header ul#menu div#options_menu {
    width: 327px;
}

div#header ul#menu div.menu_box div.mb_white_line {
    width: 106px;
    height: 1px;
    background-color: #fff;
}

div#header ul#menu div.menu_box div.links_box {
    background-color: #fff;
    padding-top: 8px;
}

    div#header ul#menu div.menu_box div.links_box ul {
        font-size: 12px;
        padding: 0;
        list-style-type: none;
    }

        div#header ul#menu div.menu_box div.links_box ul li {
            padding: 0;
            float: none;
            margin: 0;
            height: auto;
            padding-bottom: 5px;
        }

            div#header ul#menu div.menu_box div.links_box ul li a,
            div#header ul#menu div.menu_box div.links_box ul li span {
                padding-right: 30px;
                padding-left: 35px;
                height: 24px;
                line-height: 24px;
                color: #000;
                text-decoration: none;
                width: auto;
                background: url('/ImgResources/blue_li_pointer.gif') no-repeat 21px 10px;
            }

            div#header ul#menu div.menu_box div.links_box ul li span {
                display: inline-block;
                color: rgb(128,128,128);
            }

    div#header ul#menu div.menu_box div.links_box div.sub_menu_period {
        margin: 0 20px 5px 20px;
        height: 1px;
        background-color: #ededed;
    }

div#header a#cloud_save {
    display: inline-block;
    width: 182px;
    height: 65px;
    background: url('/ImgResources/cloud_save.gif') no-repeat 0 0;
}

    div#header a#cloud_save:hover {
        background-image: url('/ImgResources/cloud_save_hover.gif');
    }

@media screen and (max-device-width: 800px) {
    #bookmarkme {
        display: none !important;
    }
}

@media screen and (max-device-width: 800px) {
    #downloadImage {
        display: none !important;
    }
}


/** BODY CONTENT STYLES **/
div#body_content {
}

    /** START SCREEN STYLES **/
    div#body_content a.start_screen_btn {
        display: block;
        float: left;
        text-decoration: none;
        position: relative;
    }


/** PROGRAM SCREEN STYLES **/

/** LEFT MENU STYLES **/
div#left_accordion {
    float: left;
    width: 257px;
}

    div#left_accordion div.button {
        margin-top: 3px;
        width: 257px;
        height: 70px;
    }

        div#left_accordion div.button.done {
            cursor: pointer;
        }

div#accordion_header {
    border: 1px solid #bdbcbd;
    text-align: center;
    color: #048fbd;
    font-size: 20px;
    height: 47px;
    background: url('/ImgResources/bars_bg.gif') repeat-x;
    line-height: 47px;
}

div#canvas {
    /*float: left; */
    min-width: 833px;
    margin-left: 262px;
}

    div#canvas div#progress_bar {
        height: 47px;
        line-height: 47px;
        background: url('/ImgResources/bars_bg.gif') repeat-x;
        border: 1px solid #bdbcbd;
        margin-bottom: 3px;
    }

div#close_div {
    width: 35px;
    margin: 3px 0;
    padding: 15px 0;
    height: 10px;
    border-left: 1px solid #cdcdcd;
    float: right;
    text-align: center;
}

div.s_close_div {
    width: 35px;
    margin: 3px 0;
    padding: 7px 0;
    height: 10px;
    border-left: 1px solid #cdcdcd;
    float: right;
    text-align: center;
}

    div.s_close_div a {
        cursor: pointer;
    }
/** ACCORDION STYLES **/
div#right_accordion {
    width: 196px;
    float: left;
}

    div#right_accordion ul {
    }

        div#right_accordion ul li {
            display: block;
            position: relative;
            font-size: 15px;
            padding: 0 5px;
            cursor: default;
        }

        div#right_accordion ul.sub_accordion li {
            font-size: 13px;
        }

            div#right_accordion ul.sub_accordion li.first_item {
                border-top: 3px solid #fff;
                background-image: url('/ImgResources/white_big_down_triangle.png');
                background-position: center top;
                background-repeat: no-repeat;
            }

            div#right_accordion ul.sub_accordion li div {
                padding-left: 30px;
            }

    div#right_accordion li div.link_text span {
        display: table-cell;
        vertical-align: middle;
    }

    div#right_accordion ul#accordion1 > li div.link_text > span {
        height: 45px;
    }

    div#right_accordion ul#accordion2 > li div.link_text > span {
        height: 45px;
        padding-left: 20px;
    }

    div#right_accordion ul#accordion3 > li div.link_text > span {
        height: 35px;
    }

    div#right_accordion ul.sub_accordion li div.link_text > span {
        height: 35px;
    }

    div#right_accordion ul li.active {
        color: #fff;
        background-color: #048fbd;
    }

    div#right_accordion ul li.inactive {
        color: #f2f1f1;
        background-color: #aaa;
    }

    div#right_accordion ul li.done {
        background: url('/ImgResources/green_pipe.png') no-repeat 95% center;
        background-color: #d6ebf2;
        color: #5f8794;
        cursor: pointer;
    }

        div#right_accordion ul li.done div.link_text span {
            cursor: pointer;
        }

        div#right_accordion ul li.done div.link_text {
            border-bottom: 1px solid #b4dae7;
        }

    div#right_accordion ul li.inactive div.link_text {
        border-bottom: 1px solid #909090;
    }

    div#right_accordion ul li.done:hover {
        background-color: #e0edf2;
    }

    div#right_accordion ul li span.letter_can {
        background-repeat: no-repeat;
        background-position: center center;
        height: 45px;
        width: 30px;
        display: table-cell;
    }

li.a_letter.active span.letter_can {
    background-image: url('/ImgResources/a_letter_active.gif');
}

li.a_letter.done span.letter_can {
    background-image: url('/ImgResources/a_letter_done.gif');
}

li.b_letter.active span.letter_can {
    background-image: url('/ImgResources/b_letter_active.gif');
}

li.b_letter.done span.letter_can {
    background-image: url('/ImgResources/b_letter_done.gif');
}

li.b_letter.inactive span.letter_can {
    background-image: url('/ImgResources/b_letter_inactive.gif');
}

li.c_letter.active span.letter_can {
    background-image: url('/ImgResources/c_letter_active.gif');
}

li.c_letter.done span.letter_can {
    background-image: url('/ImgResources/c_letter_done.gif');
}

li.c_letter.inactive span.letter_can {
    background-image: url('/ImgResources/c_letter_inactive.gif');
}

li.d_letter.active span.letter_can {
    background-image: url('/ImgResources/d_letter_active.gif');
}

li.d_letter.done span.letter_can {
    background-image: url('/ImgResources/d_letter_done.gif');
}

li.d_letter.inactive span.letter_can {
    background-image: url('/ImgResources/d_letter_inactive.gif');
}

@media screen and (max-device-width: 800px) {
    #selected_us {
        font-size: 35px;
    }
}


div#canvas div#contents_screen {
    /*width: 550px;*/
    min-height: 400px;
    padding: 16px 40px;
    color: #000;
    /*float: left;*/
    margin-left: 200px;
    background-color: #fff;
    /*overflow-y: scroll;*/
}

    div#canvas div#contents_screen table#upo_table {
        padding: 50px;
    }

        div#canvas div#contents_screen table#upo_table td {
            padding-bottom: 15px;
        }

        div#canvas div#contents_screen table#upo_table tr.valid {
            color: #678994;
        }

        div#canvas div#contents_screen table#upo_table tr.invalid {
            color: #000;
        }

/** WIZARDS STYLES **/
div#WizardContent {
    min-width: 600px;
    background-color: #fff;
    line-height: normal;
}

    div#WizardContent div.dialog_bar {
        height: 31px;
        border: 1px solid #bdbcbd;
        padding-left: 12px;
        background: url('/ImgResources/bars_bg_small.gif') repeat-x;
        cursor: move;
    }

    div#WizardContent div.dialog_body {
        padding: 30px;
        border-left: 1px solid #bdbcbd;
        border-right: 1px solid #bdbcbd;
    }

    div#WizardContent div.dialog_footer {
        border-bottom: 1px solid #bdbcbd;
        padding: 0 30px 30px 30px;
        border-left: 1px solid #bdbcbd;
        border-right: 1px solid #bdbcbd;
    }

div.WizQuestion {
}

div.WizAnswer {
    margin: 0px 0px 0px 0px;
}

div.dialog_box {
    width: 630px;
    background-color: #fff;
    display: none;
    position: fixed;
    z-index: 1001;
    top: 50px;
    line-height: normal;
}

div.popper {
    width: auto;
    position: absolute;
    margin: 85px auto;
}

    div.popper div.popper_bar {
        height: 31px;
        border: 1px solid #bdbcbd;
        padding-left: 12px;
        background: url('/ImgResources/bars_bg_small.gif') repeat-x;
        cursor: move;
    }

    div.popper div.popper_header {
        font-size: 16px;
        text-align: left;
    }

@media screen and (max-device-width: 800px) {
    div.popper_header {
        font-size: 35px;
    }
}

div.popper div.popper_body {
    padding: 20px;
    border-left: 1px solid #bdbcbd;
    border-right: 1px solid #bdbcbd;
    border-bottom: 1px solid #bdbcbd;
    background-color: #fff;
}

    div.popper div.popper_body div.popper_text {
        padding: 5px;
    }

@media screen and (max-device-width: 800px) {
    div.popper_text {
        font-size: 35px;
    }
}

div.popper_body div.error {
    border: 1px solid #e90026;
    color: red;
    text-align: center;
}

div.popper_body div.success {
    border: 1px solid #36a5ca;
    color: #36a5ca;
    text-align: center;
}

div.point_popper {
    position: absolute;
    width: 408px;
    padding-top: 16px;
    margin: 0 auto;
    z-index: 1003;
}

@media screen and (max-device-width: 800px) {
    div.point_popper {
        width: 600px;
    }
}

div.point_popper a.s_close_btn {
    position: absolute;
    top: 30px;
    right: 22px;
    cursor: pointer;
}

div.point_popper div.popper_body {
    border: 1px solid #36a5ca;
    padding: 40px 30px 32px 22px;
    background-color: #fff;
}

    div.point_popper div.popper_body div.popper_header {
        font-weight: bold;
        margin-bottom: 10px;
    }

    div.point_popper div.popper_body div.popper_text {
        text-align: justify;
        padding: 5px;
    }

div.dialog_bar {
    height: 31px;
    border: 1px solid #bdbcbd;
    padding-left: 12px;
    background: url('/ImgResources/bars_bg_small.gif') repeat-x;
    cursor: move;
}

div.dialog_box div.dialog_body {
    padding: 30px;
    border-left: 1px solid #bdbcbd;
    border-right: 1px solid #bdbcbd;
    border-bottom: 1px solid #bdbcbd;
}

div.info_box {
    position: absolute;
    width: 408px;
    padding-top: 16px;
    margin: 0 auto;
    z-index: 1003;
}

    div.info_box a.s_close_btn {
        position: absolute;
        top: 30px;
        right: 22px;
        cursor: pointer;
    }

    div.info_box div.wrapper {
        border: 1px solid #36a5ca;
        padding: 40px 30px 32px 22px;
        background-color: #fff;
    }

        div.info_box div.wrapper div.info_header {
            font-weight: bold;
            margin-bottom: 10px;
        }

        div.info_box div.wrapper div.info_text {
            text-align: justify;
        }

table#edytor_os_table {
    margin: 15px 0;
}

    table#edytor_os_table tr.checked td {
        background-color: #d6ebf2;
    }

    table#edytor_os_table tr.upper-padding td {
        padding-top: 8px;
    }

    table#edytor_os_table td.bottom-border {
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 8px;
    }

div#foot {
    margin-top: 15px;
    background-color: #f7f7f7;
    border-top: 1px solid #dadada;
}

table#footer_table {
    width: 610px;
    margin: 0 auto;
    height: 61px;
}

    table#footer_table td {
        text-align: center;
        vertical-align: middle;
    }

span#zoomifier {
    display: inline-block;
    height: 20px;
    margin-top: 20px;
    color: #044f7d;
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
}

@media screen and (max-device-width: 800px) {
    span#zoomifier {
        display: none;
    }
}

span#zoomifier img {
    padding-left: 12px;
    vertical-align: middle;
}

div.help_step {
    padding: 10px 10px 10px 20px;
    color: #fff;
    margin-bottom: 2px;
    background-color: #d6ebf2;
    cursor: pointer;
}

    div.help_step img {
        float: right;
        padding-top: 6px;
    }

    div.help_step:hover {
        background-color: #5b97ab;
    }

div.help_step_content {
    padding: 20px;
}

div#help_step_info {
    float: right;
    position: relative;
}

    div#help_step_info div.bg_line {
        position: absolute;
        width: 200px;
        height: 1px;
        top: 19px;
        left: 45px;
        z-index: -1;
        background: #d6ebf2;
    }

    div#help_step_info div.info {
        width: 95px;
        display: inline-block;
        color: #5b97ab;
        text-align: center;
    }

        div#help_step_info div.info div.circle {
            display: inline-block;
            line-height: 39px;
            text-align: center;
            height: 39px;
            width: 39px;
            font-size: 16px;
            color: white;
            background: url('/ImgResources/help_circle_inactive.gif') no-repeat center center;
        }


        div#help_step_info div.info div.text {
            margin-top: 7px;
        }

div#navi_panel {
    position: relative;
    text-align: center;
    border-top: 1px solid #fefefe;
    padding: 10px 0;
}

    div#navi_panel > div {
        width: 600px;
        margin: 0 auto;
    }

#OppReadMoreImg {
    display: none;
}

img#FoundationLogo {
    max-width: 200px;
    max-height: 100px;
    float: left;
    margin: 5px 0px 0px 10px;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}

#loginControl label {
    width: 125px;
    display: inline-block;
    padding-left: 10px;
}

#loginControl .login-row {
    margin-bottom: 5px;
}

#SF-DeclarationName label {
    padding-left: 35px;
}

@media screen and (max-device-width: 800px) {
    #SF-DeclarationName label {
        font-size: 30px;
    }
}

#SF-DeclarationName input {
    width: 225px;
}

@media screen and (max-device-width: 800px) {
    #SF-DeclarationName input {
        width: 45vw;
        font-size: 30px;
    }
}

#SF-DeclarationName hr {
    background: rgb(237, 237, 237);
    color: rgb(237, 237, 237);
    width: 530px;
    margin-left: 0;
    margin-top: 15px;
}

#SF-DeclarationName .SF-Dinput {
    margin-top: 15px;
    margin-bottom: 15px;
}

#SF-PayerIncome {
}

    #SF-PayerIncome ul {
        padding-left: 35px;
    }

        #SF-PayerIncome ul li {
            margin-bottom: 10px;
            padding-left: 10px;
            background: url('/ImgResources/blue_li_pointer.gif') no-repeat 0 50%;
        }

.SF-PI-header {
    font-size: 16px;
    padding-left: 35px;
    margin-top: 15px;
}

    .SF-PI-header img {
        margin-left: 5px;
    }

.SF-PI-left {
    float: left;
}

.SF-PI-right {
    float: right;
    margin-left: 25px;
}

@media screen and (max-device-width: 800px) {
    .SF-PI-right {
        font-size: 23px;
    }
}

.SF-PI-UsersList {
    margin-top: 5px;
    padding-left: 35px;
}

.SF-PI-User {
    margin-bottom: 10px;
    float: left;
    clear: both;
}

.SF-PI-ident {
    color: #696969;
}

@media screen and (max-device-width: 800px) {
    .SF-PI-ident {
        font-size: 25px;
    }
}

.SF-PI-name {
}

@media screen and (max-device-width: 800px) {
    .SF-PI-name {
        font-size: 24px;
    }
}

.SF-FS-formlist {
    padding-left: 35px;
}

.krswizard-opp-leftpane {
    float: left;
    height: 120px;
    width: 200px;
}

.krswizard-opp-centralpane {
    float: left;
    height: 150px;
    width: 200px;
}

.krswizard-opp-rightpane {
    float: left;
}

#krswizard_label_search {
    float: left;
}

#krswizard_input_search {
    float: left;
    width: 275px;
}

#krswizard_close_search {
    float: left;
    border-style: none;
    width: 10px;
    height: 10px;
    margin-top: 5px;
    margin-left: 10px;
    cursor: pointer;
}

.krswizard-search-section {
    margin-bottom: 15px;
}

.krswiselectpanel {
    overflow: scroll;
    max-height: 120px;
    margin-right: 5px;
}

#krswizard_input_select option {
    background: white;
}

#krswizard-img-opplogo {
    max-height: 80px;
    max-width: 170px;
}

#dialogwaiter {
    display: none;
}

.MessageDialogSubmit {
    display: inline-block;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.SF-FS-status {
    margin-top: 15px;
}

    .SF-FS-formlist .error, .SF-FS-status .error {
        border: 1px solid #e90026;
        color: red;
        text-align: center;
    }

.dispnone {
    display: none;
}

.printFooterBtn {
    display: block;
    width: 182px;
    height: 42px;
    background: url(Images/new/wydrukuj_pit_btn.gif) no-repeat;
}

.getUpoFooterBtn {
    display: block;
    width: 182px;
    height: 42px;
    background: url(Images/new/sprawdz_upo_btn.gif) no-repeat;
}

#krswizard_input_editable {
    width: 450px;
    margin-left: 50px;
}

/** STYLE COMBO BOX **/
div#combo-list-div {
    position: absolute;
    display: none;
    width: 272px;
    z-index: 10010;
}

table#combo-list-table {
    background-color: #fff;
    border: 1px solid #5b97AB;
    width: 265px;
    font-size: 11px;
}

    table#combo-list-table td {
        cursor: pointer;
    }

    table#combo-list-table tr.hover-row td {
        background-color: silver;
    }

.info-blocked-form {
    padding-left: 25px;
}

#LeftMenuCustomSection {
    margin-top: 3px;
}

.cookieUpset {
    width: 810px;
    margin: 0 auto 0;
    padding: 0px 10px;
    background-color: #fff;
}

.CU-X {
    z-index: 1000;
    position: relative;
    top: -1em;
    float: right;
}

    .CU-X A {
        text-decoration: none;
        color: black;
        font-weight: bold;
    }

.tileDiv {
    width: 600px;
    height: 110px;
    /* border-style:solid;
        border-width:2px;*/
    border-color: #D6EBF2;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
}




.statusBorder {
    position: relative;
    height: 20px;
    width: 450px;
    border: solid 1px gray;
    margin-bottom: 10px;
    /* display:none;*/
}

.statusFill {
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    background-color: #01D328;
    height: 20px;
}


/***** PODATNIK 2014 Rafał Rajtar STYLES ******/
body {
    padding-top: 70px;
}

.p14-footer {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    background-color: #F0F0F0;
    z-index: 3;
}

    .p14-footer .p14-right-col {
        border-top: 1px solid #c9c9c9;
    }

    .p14-footer .img-container {
        background-color: #F7F7F7;
        border-top: 1px solid #D9D9D9;
        text-align: center;
    }

.p14-left-col {
    float: left;
    width: 260px;
}

@media screen and (max-device-width: 800px) {
    .p14-left-col {
        display: none !important;
    }
}

.p14-streched {
    background: none repeat scroll 0 0 #F0F0F0;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 70px;
    width: 260px;
    z-index: 1;
}

.p14-right-col {
    width: auto;
    overflow: hidden;
}

    .p14-right-col :first-child {
    }

    .p14-right-col .p14-main-content {
    }

.p14-more-clause {
    display: none;
}

    .p14-more-clause p {
        display: block;
        font-size: 10px;
        margin: 5px 0 0 0;
    }

@media screen and (max-device-width: 800px) {
    .p14-more-clause p {
        font-size: 30px;
    }
}

.p14-more-clause p.scroll {
    height: 100px;
    overflow-y: scroll;
}

.black-font {
    color: #000;
}

#show-expert {
    width: 22px;
    position: fixed;
    top: 124px;
    right: 0;
    background-color: #7ec500;
    color: #fff;
    z-index: 10;
    cursor: pointer;
}

    #show-expert:hover {
        background-color: #89d600;
    }

    #show-expert div:first-child {
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        line-height: 13px;
        padding: 5px 0;
    }

    #show-expert div:last-child {
        font-size: 28px;
        text-align: center;
        background-color: #67a100;
        height: 31px;
        line-height: 28px;
    }

#expert-box {
    width: 300px;
    background-color: #fff;
    padding-bottom: 45px;
    position: fixed;
    top: 124px;
    right: -301px;
    border-left: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    z-index: 11;
}

    #expert-box span#expert-mail {
        position: absolute;
        bottom: 7px;
        left: 145px;
        cursor: pointer;
    }

    #expert-box span.hide {
        background-color: #7ec500;
        padding: 0 5px 3px 5px;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 12px;
        cursor: pointer;
    }

        #expert-box span.hide:hover {
            text-decoration: underline;
        }

        #expert-box span.hide span {
            font-size: 18px;
        }

    #expert-box div.expert {
        height: 100px;
        background: url('/ImgResources/Pitolyna.jpg') no-repeat 218px bottom;
        padding: 20px 20px 0 20px;
    }

    #expert-box h4 {
        color: #484848;
        margin-top: 0;
        font-size: 18px;
        margin-bottom: 10px;
        width: 188px;
    }

    #expert-box p {
        color: #048fbd;
        font-size: 14px;
        width: 188px;
    }

    #expert-box h5 {
        margin: 0;
        padding: 5px 5px 5px 20px;
        color: #fff;
        font-size: 15px;
    }

        #expert-box h5.step-help {
            background-color: #7ec500;
        }

        #expert-box h5.arct-help {
            background-color: #048fbd;
        }

    #expert-box ul {
        padding: 3px;
        margin: 15px 0;
    }

        #expert-box ul li {
            border-bottom: 1px solid #cdcdcd;
            padding: 0 5px 8px 25px;
            background: url('/ImgResources/blue_right_pointer.gif') no-repeat 10px 3px;
            margin-bottom: 7px;
        }

            #expert-box ul li:last-child {
                border-bottom: none;
            }

            #expert-box ul li a {
                color: #484848;
                font-size: 13px;
                text-decoration: none;
            }

                #expert-box ul li a:hover {
                    text-decoration: underline;
                }

/* FIX DLA TŁA OBSZARU ROBOCZEGO USTAWIONEGO NA BIEL */


/* END - FIX DLA TŁA OBSZARU ROBOCZEGO USTAWIONEGO NA BIEL */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media screen and (max-device-width: 800px) {
    div#frame_1_1 {
        font-size: 35px;
    }
}

@media screen and (max-device-width: 800px) {
    tr {
        font-size: 35px;
    }
}

@media screen and (max-device-width: 800px) {
    .imgScaleUp {
        -webkit-transform: scale(1.4);
        -o-transform: scale(1.4);
        -ie-transform: scale(1.4);
        -moz-transform: scale(1.4);
        transform: scale(1.4);
        margin-left: 50px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


#centralElementImg {
    padding-bottom: 100px;
}

@media screen and (max-device-width: 800px) {
    #centralElementImg {
        padding-bottom: 300px;
    }
}

.safetyScreenImg {
    margin-left: 10px;
    margin-top: 10px;
}

@media screen and (max-device-width: 800px) {
    .safetyScreenImg {
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ie-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
        margin-left: 100px;
        margin-top: 40px;
    }
}

#taxPayerTableFirstDiv {
    float: left;
    width: 50%;
}

#taxPayerTableSecondDiv {
    float: left;
    width: 48%;
}

@media screen and (max-device-width: 800px) {
    #taxPayerTableFirstDiv {
        margin-left: 65px;
        width: 85%;
    }
}

@media screen and (max-device-width: 800px) {
    #taxPayerTableSecondDiv {
        width: 85%;
    }
}

#txbPESEL {
    width: 88px;
}

@media screen and (max-device-width: 800px) {
    #txbPESEL {
        width: 400px;
    }
}

#txbNIP {
    width: 88px;
}

@media screen and (max-device-width: 800px) {
    #txbNIP {
        width: 400px;
    }
}

#txbNrDomu {
    width: 40px;
}

@media screen and (max-device-width: 800px) {
    #txbNrDomu {
        width: 80px;
    }
}

#btnDiv {
    height: 150px;
}

#accountControlDiv {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-device-width: 800px) {
    #accountControlDiv {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

#AccountControlSafetyImg {
    width: 120px;
    height: 100px;
    float: left;
}

@media screen and (max-device-width: 800px) {
    #AccountControlSafetyImg {
        margin-left: 160px;
        margin-right: 160px;
    }
}

@media screen and (max-device-width: 800px) {
    .accountControlImg {
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ie-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
        margin-left: 30px;
    }
}

#loginControl {
    width: 700px;
    margin-top: 20px;
    margin-left: 20px;
}

@media screen and (max-device-width: 800px) {
    #loginControl {
        width: 85vw;
    }
}

@media screen and (max-device-width: 800px) {
    #pitOp_val {
        margin-left: 25px;
        /* All browsers except webkit*/
        transform: scale(2);
        /* Webkit browsers*/
        -webkit-transform: scale(2);
    }
}

#UpoEditBtn {
    width: 290px;
}

@media screen and (max-device-width: 800px) {
    #UpoEditBtn {
        width: auto;
    }
}

#EditBtn {
    width: 290px;
}

@media screen and (max-device-width: 800px) {
    #DecEditBtn {
        width: auto;
    }
}

#incomeValuePayer {
    width: 80px;
    text-align: right;
}

@media screen and (max-device-width: 800px) {
    #incomeValuePayer {
        width: 140px;
        text-align: right;
        font-size: 30px;
    }
}

.ultimateEndHeader {
    height: 30px;
    width: 100%;
    display: block;
    padding-top: 8px;
    padding-left: 5px;
    text-align: left;
    border: 0px;
    background-color: #D6EBF2;
}

@media screen and (max-device-width: 800px) {
    .ultimateEndHeader {
        height: auto;
        width: 88vw;
    }
}

.ultimateEndName {
    display: block;
    min-height: 30px;
    width: 100%;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    color: #666;
    font-size: 19px;
}

@media screen and (max-device-width: 800px) {
    .ultimateEndName {
        font-size: 30px;
        padding-bottom: 15px;
    }
}

.ultimateEndComment {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 5px;
    color: #666;
    font-size: 13px;
}

@media screen and (max-device-width: 800px) {
    .ultimateEndComment {
        font-size: 25px;
        height: auto;
    }
}

.ultimateEndAdditionalInfo {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 5px;
    padding-top: 20px;
    color: Black;
    font-size: 13px;
}

.WizardControlForm {
    max-width: 700px;
}

@media screen and (max-device-width: 800px) {
    .ultimateEndAdditionalInfo {
        font-size: 25px;
        height: auto;
    }
}

.ultimateEndTitleBtn {
    width: 250px;
    height: 40px;
    display: block;
    margin-top: 27px;
    background: #047FAD;
    color: White;
    cursor: pointer;
}

@media screen and (max-device-width: 800px) {
    .ultimateEndTitleBtn {
        width: 50vw;
        height: auto;
    }
}

.ultimateEndTitleBtn2 {
    width: 250px;
    display: block;
    margin-top: 27px;
    padding-top: 10px;
    background: #047FAD;
    color: White;
    cursor: pointer;
}

@media screen and (max-device-width: 800px) {
    .ultimateEndTitleBtn2 {
        width: 50vw;
        height: 40px;
    }
}

@media screen and (max-device-width: 800px) {
    #incomeValuePayer {
        width: 140px;
        text-align: right;
        font-size: 30px;
    }
}

.wizardInput {
    width: 138px;
    height: 18px;
}

@media screen and (max-device-width: 800px) {
    .wizardInput {
        width: auto !important;
        min-width: 136px;
        max-width: 400px;
        height: auto !important;
        min-height: 35px;
        font-size: 25px;
        line-height: 1.5;
        /* transform: scale(1.5); */
        /* Webkit browsers*/
        /* -webkit-transform: scale(1.5); */
        margin-top: 5px;
        /* margin-bottom: 20px; */
        /* margin-left: 50px; */
    }

    .infoiconsign {
        /* All browsers except webkit*/
        transform: scale(2);
        /* Webkit browsers*/
        -webkit-transform: scale(2);
        margin-bottom: 5px;
        margin-left: 10px !important;
    }

    .WizardControlForm {
        max-width: none;
    }

    #getIncomePayerBtn {
        /* All browsers except webkit*/
        transform: scale(2);
        /* Webkit browsers*/
        -webkit-transform: scale(2);
        margin-top: 30px;
    }
}

.form_control_overflow {
    overflow-x: auto;
}

.files_container {
    overflow-y: auto;
    height: 370px;
    overflow-x: hidden;
}

    .files_container fieldset {
        border: none;
        padding: 0;
        margin: 0;
        height: 100%
    }

    .files_container .left_search {
        display: block;
        float: left;
        display: flex;
        align-items: center
    }

    .files_container .right_search {
        float: right;
        margin-right: 50px
    }

    .files_container table {
        width: 555px;
        overflow-wrap: anywhere
    }

        .files_container table th {
            text-align: left;
        }
        .files_container table tr {
            cursor:pointer;
        }

@media screen and (max-device-width: 800px) {
    .dropdownMobile {
        font-size: 24px;
        width: 420px !important;
        height: 40px !important;
    }

    select option {
        font-size: 13px;
    }

    .dateYearMobile,
    .selectMobile,
    #Dzieci td select,
    select#pit37pitOpVal,
    select#TaxOfficesSelect,
    select#pit36pitOpVal,
    select#pit36pitBpVal,
    select#pit36pitDSpVal,
    select#pit36pitZGpVal,
    select#pit36LpitBpVal,
    select#pit36LpitDSpVal,
    select#pit36LpitZGpVal,
    select#pit28pitOpVal,
    select#pit28pit28BpVal,
    select#pit38pitZGpVal,
    select#pit39pitZGpVal {
        font-size: 24px;
        height: 40px !important;
    }

    .selectKrajMobile {
        font-size: 24px;
        line-height: 40px;
        height: 40px !important;
        width: auto !important;
        min-width: 138px;
    }

    select#TaxDest {
        font-size: 24px;
    }

    select#TaxOfficesSelect {
        margin-left: 0px !important;
    }

    .tableMobile {
        width: 85vw !important;
    }

    .errorListMobile div:nth-child(1) {
        width: 120px !important;
    }

    .errorListMobile div:nth-child(2) {
        width: 380px !important;
    }

    .errorListMobile div:nth-child(3) {
        width: 120px !important;
    }

    .errorListMobile div:nth-child(4) {
        width: 150px !important;
    }

        .errorListMobile div:nth-child(4) > a {
            padding: 15px !important;
        }

    .imgMobile {
        margin-bottom: 30px;
    }

    .colgroupMobile col:nth-child(2) {
        width: 320px !important;
    }

    .colgroupMobile col:nth-child(3) {
        width: 150px !important;
    }

    .colgroupMobile col:nth-child(4) {
        width: 160px !important;
    }

    .formControlMobile {
        margin-top: 380px !important;
    }

    #infoBoxContent, #PdfOcrForm {
        padding: 10px;
    }

    #PdfOcrSubmitZone {
        width: auto !important;
        font-size: 25px;
        align-items: center;
        gap: 10px !important;
    }

    #PdfOcrPassword {
        height: 25px !important;
        font-size: 25px;
        transform: none !important;
        width: 200px !important;
        margin: 0 !important;
    }

    #PdfOcrSubmitButton {
        width: auto !important;
        font-size: 25px !important;
        padding: 20px 35px !important;
    }

    .btnMobile {
        width: auto !important;
        font-size: 25px !important;
        padding: 20px 35px !important;
    }

    .paddingMobile {
        padding: 0 20px;
    }

    #reason {
        font-size: 20px;
    }

    .start_screen {
        flex-direction: column;
    }

        .start_screen .start_screen_btn {
            width: 50%;
            text-align: center;
        }

            .start_screen .start_screen_btn img {
                width: 100%;
            }

    div#header ul#menu div.menu_box div.links_box ul li {
        font-size: 18px;
        padding: 10px 0;
    }

        div#header ul#menu div.menu_box div.links_box ul li a {
            background: url('/ImgResources/blue_li_pointer.gif') no-repeat 18px 8px;
            background-size: 8px 8px;
        }

    .help_step_title {
        width: 100% !important;
    }

    .help_step {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .help_step_content textarea {
        width: 100% !important;
        height: 250px !important;
        font-size: 16px !important;
    }

    .fs_16_mobile {
        font-size: 16px !important;
    }

    .ultimateEndTitleBtn_text {
        position: unset !important;
        padding: 10px 0;
    }

    table.taxPayerEditorTable td.title_mobile {
        text-align: center !important;
        padding-right: 0 !important;
    }

    .paginator_mobile,
    select#taxpayer_current_page,
    select#page_search,
    select#year_search {
        font-size: 35px;
    }

    .files_container {
        height: 370px !important;
    }

    table#cloudFormsTable tr {
        font-size: 24px !important;
    }

    #SF-FormsSend .SF-FS-form label input {
        margin-right: 20px;
    }

    .form_control_overflow {
        overflow-x: unset;
    }
}

.start_screen {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
