﻿/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

:root {
    --border-radius-small: 3px;
    --border-radius: 16px;
    --border-radius-medium: 10px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
    background-color: #f2f2f2;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

    q:before,
    q:after,
    blockquote:before,
    blockquote:after {
        content: "";
        content: none;
    }

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

strong,
b {
    font-weight: bold;
}

h2,
h3,
h4 {
    color: #383838;
    font-weight: normal;
}

h2 {
    font-size: 1.5em;
    margin: 0.4em 0;
}

h3 {
    font-size: 1.2em;
    margin: 0.8em 0;
}

a {
    color: #065279;
    /*AUDYT #117fb6;*/
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

    a.file {
        padding: 1px 0 1px 22px;
        line-height: 1.7em;
        background-repeat: no-repeat;
        background-position: 0 50%;
    }

@media only screen and (max-width: 960px) {
    .cb .fl {
        display: none;
    }
}

a.xls {
    background-image: url("../images/layout/xls.png");
}

a.pdf {
    background-image: url("../images/layout/pdf.png");
}

a.zip {
    /*PKL2*/
    background-image: url("../images/layout/zip.png");
}

p {
    margin: 0.5em 0;
}

@media only screen and (max-width: 640px) {
    p {
        line-height: 1.3em;
    }
}

.boxContent p {
    margin: 0.3em 0;
}

@media only screen and (max-width: 960px) {
    .boxContent p {
        margin-left: 4px;
    }
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.cb {
    clear: both;
}

.ob {
    font-style: oblique;
}

body,
html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Lato, sans-serif;
    font-size: 75%;
    color: #383838;
}

@media only screen and (max-width: 959px) {
    body {
        font-size: 100%;
    }
}

#container {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding-top: 210px;
}

    #container:after {
        content: "";
        display: block;
        clear: both;
    }

@media only screen and (max-width: 960px) {
    #container.loginpageCMScontent {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 13px;
        margin-top: 10px;
        max-width: 100%;
    }
}

#container.loginpageCMScontent {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding-top: 10px;
    background: #fff;
    border-radius: 5px;
}

@media only screen and (max-width: 960px) {
    #container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 13px;
    }
}

#mainContent,
#mainContent .box {
    background: #ffffff;
    box-shadow: 0px 5px 8px rgba(27, 27, 27, 0.08);
    border-radius: 16px;
}

@media only screen and (max-width: 960px) {
    #mainContent,
    #mainContent .box {
        background: #ffffff;
        box-shadow: none;
        border-radius: var(--border-radius-small);
    }
}

@media only screen and (max-width: 960px) {
    #mainContent {
        border: none;
    }
}

@media only screen and (max-width: 960px) {
    #mainContent .box {
        border: none;
    }
}

#content.homepage #mainContent {
    overflow: hidden;
    padding: 0 18px;
}

@media only screen and (max-width: 960px) {
    #content.homepage #mainContent {
        padding: 0;
    }
}

#mainContent h3,
#mainContent h4,
#content fieldset legend {
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    color: #2b2b2b;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px !important;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

@media only screen and (max-width: 960px) {
    #content.homepage #mainContent {
        padding: 0;
    }
}

#mainContent h3,
#mainContent h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    #mainContent h3 span.smaller {
        margin-left: 0;
    }

    #mainContent h3::after,
    #mainContent h4::after,
    #content fieldset legend::after {
        content: "";
        width: 100%;
        border: 0.5px solid #f2f2f2;
        position: absolute;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
    }

#content .filter legend {
    content: none !important;
    padding-bottom: 0 !important;
}

    #content .filter legend::after {
        content: none !important;
    }

@media only screen and (max-width: 960px) {
    #mainContent h3,
    #mainContent h4 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0.4em 0.8em;
        line-height: 1em;
        background: none;
        width: 100%;
    }
}

#mainContent h4 {
    font-size: 1.3em;
    border-top: 1px solid #eaeaea;
}

#mainContent h3 span.h3 {
    margin: 0;
    width: 70%;
    float: left;
}

@media only screen and (max-width: 960px) {
    #mainContent h3 span.h3 {
        width: 100%;
    }
}

#mainContent h3 .hint {
    float: right;
    color: #019788;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    cursor: pointer;
}

@media only screen and (max-width: 960px) {
    #mainContent h3 .hint {
        float: none;
        background-size: 18px;
    }
}

#mainContent .box h3 a {
    float: right;
    font-size: 0.65em;
    line-height: 1.5em;
}

@media screen and (max-width: 960px) {
    #mainContent .box h3 a {
        font-size: 12px;
        line-height: 14px;
    }
}

#mainContent .box h3 span {
    float: left;
    line-height: 1.3em;
}

#mainContent .box {
    margin: 18px 0;
    line-height: 18px;
}

@media only screen and (max-width: 960px) {
    #mainContent .box {
        margin-top: 0px;
    }
}

#mainContent .boxContent,
#mainContent .inboxContent {
    padding: 1em;
}

@media only screen and (max-width: 960px) {
    #mainContent .inboxContent {
        padding-left: 0;
        padding-right: 0;
    }
}

#mainContent .box .notesOnly {
    padding-top: 0;
    padding-bottom: 0;
}

#mainContent table.summary td,
#mainContent table.summary th {
    padding: 0.05em 0.3em;
    font-weight: normal;
    vertical-align: top;
}

@media only screen and (max-width: 960px) {
    #mainContent table.summary th {
        font-weight: bold;
    }
}

#mainContent .summaryContainer {
    padding-bottom: 1em;
    border-bottom: 1px solid #d5d5d5;
}

#mainContent .box .recentItem {
    margin-left: 1em;
}

#mainContent .columnBox {
    width: 100%;
}

#content.homepage .col {
    width: 342px;
    margin-top: -18px;
}

@media only screen and (max-width: 960px) {
    #content.homepage .col {
        width: 100%;
        margin-top: 0;
    }
}

#content.homepage .leftCol {
    float: left;
}

#content.homepage .rightCol {
    float: right;
}

#content .accordionBox {
    margin: 0;
}

#content .fromEfl .more-details {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    height: 27px;
    width: 87px;
    margin: 10px;
    padding: 5px;
    font-size: 12px;
    background-color: #666;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}

@media only screen and (min-width: 960px) {
    #content .fromEfl .more-details {
        display: none;
    }
}

#content .accordionBox .titleBar {
    /*AUDYT background: #f6f6f6 url('../../Layout/images/layout/down.png') no-repeat 100% .95em; */
    overflow: hidden;
    /*AUDYT cursor: pointer; */
}

#content .fromEfl .titleBar {
    padding: 8px;
    color: white;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    background-color: #019788;
}

#content .accordionBox .title {
    display: block;
    float: left;
}

#content .accordionBox .titleBar .from {
    color: #edb903;
    /*AUDYT font-style: oblique;*/
    float: right;
    font-weight: bold;
}

#adv {
    float: left;
    clear: left;
}

@media only screen and (max-width: 960px) {
    #adv {
        margin-bottom: 10px;
        padding: 0 !important;
        border: 1px solid #dddddd;
    }
}

@media only screen and (max-width: 640px) {
    #adv {
        display: none;
    }
}

.left {
    width: 201px;
    float: left;
    padding: 0;
    clear: left;
    background-color: white;
    border-radius: var(--border-radius-small) !important;
}

@media only screen and (max-width: 960px) {
    .left {
        border: 1px solid #ccc;
    }
}

@media only screen and (max-width: 960px) {
    .left.secondary-menu {
        font-size: 12px;
        padding: 0;
        border: 1px solid #dddddd;
    }

        .left.secondary-menu li {
            font-size: 12px;
        }

        .left.secondary-menu a {
            font-size: 12px;
        }
}

@media only screen and (max-width: 640px) {
    .left.secondary-menu {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #dddddd;
        margin-top: 10px;
    }
}

.left .label {
    text-transform: uppercase;
    color: #828282;
    padding: 0.5em 0.3em;
    text-align: center;
}

.left ul {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 1em;
    border: none;
}

    .left ul.leftMenu ul {
        border: none;
    }

    .left ul li {
        font-size: 1.1em;
        position: relative;
    }

        .left ul li a {
            display: block;
            padding: 15px 20px;
            color: rgba(0, 0, 0, 0.6);
            text-decoration: none;
        }

        .left ul li::after {
            content: "";
            position: absolute;
            left: 15px;
            bottom: 0;
            width: calc(100% - 30px);
            border-bottom: 0.5px solid #f2f2f2;
        }

@media screen and (max-width: 960px) {
    .left ul li::after {
        content: none;
    }
}

.left ul li:last-child::after {
    content: none;
}

@media only screen and (max-width: 960px) {
    .left ul li a {
        background-color: #fff;
    }
}

.left ul.leftMenu {
    margin-bottom: 0;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    padding: 0;
}

    .left ul.leftMenu li {
        margin-bottom: 1px;
    }

@media screen and (max-width: 960px) {
    .left ul.leftMenu li {
        margin-bottom: 0;
    }
}

.left ul.leftMenu li a {
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.left ul li ul {
    margin-bottom: 0;
}

    .left ul li ul li a {
        display: block;
        color: #383838;
        background-color: #fff;
        background-image: none;
        text-decoration: none;
    }

.left ul.leftMenu li ul li a {
    background-image: none;
}

.left ul li.active a,
.left ul.leftMenu li ul li.active a {
    color: #fff;
    background-color: #383838;
    background-image: url("../../Layout/images/layout/arr.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.left ul.leftMenu li li {
    padding-right: 0;
    font-size: 0.9em;
}

#demoInfo, #demoInfoSmall {
    position: fixed;
    bottom: 0;
    z-index: 100;
    color: #000000;
    background: #7ab51d;
    width: 100%;
    font-weight: bold;
    text-align: center;
    padding: 7px;
}

#user-menu-trigger,
#main-menu-trigger {
    background: center center no-repeat transparent;
    display: block;
    width: 75px;
    height: 75px;
    position: absolute;
    z-index: 100;
    top: 0;
}

@media only screen and (min-width: 960px) {
    #user-menu-trigger,
    #main-menu-trigger {
        display: none;
    }
}

#user-menu-trigger {
    background: url(../../Images/menu_mobile_2.png) 13px no-repeat;
    right: 0;
}

#main-menu-trigger {
    background: url(../../Images/menu_mobile_1.png) -2px no-repeat;
    left: 0;
}

#user-menu-trigger-content {
    font-size: 1.4em;
    display: none;
    z-index: 101;
    width: 100%;
    padding-bottom: 10px;
    color: #ececec;
    background-color: #0f2c4f;
}

@media only screen and (max-width: 400px) {
    #user-menu-trigger-content {
        height: auto;
        padding-bottom: 10px;
    }
}

#user-menu-trigger-content > div {
    max-width: 960px;
    margin: 0 auto;
}

    #user-menu-trigger-content > div:after {
        clear: both;
    }

#user-menu-trigger-content #user-menu-id {
    float: left;
    margin: 20px 0 0 10px;
}

@media only screen and (max-width: 320px) {
    #user-menu-trigger-content #user-menu-id {
        font-size: 12px;
    }
}

@media only screen and (max-width: 320px) {
    #user-menu-trigger-content #user-menu-company {
        font-size: 12px;
    }
}

#user-menu-trigger-content #user-menu-buttons {
    float: left;
    margin-left: 10px;
}

#user-menu-trigger-content #user-menu-logout,
#user-menu-trigger-content #user-menu-settings {
    display: block;
    border: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #838aa2;
    float: right;
    padding: 7px 23px;
    color: #ececec;
    margin: 20px 10px 0 0;
    font-size: 0.9em;
    text-decoration: none;
}

@media only screen and (max-width: 400px) {
    #user-menu-trigger-content #user-menu-logout,
    #user-menu-trigger-content #user-menu-settings {
        float: left;
        margin-left: 10px;
        font-size: 0.6em;
    }
}

#user-menu-trigger-content #user-menu-company {
    float: left;
    clear: left;
    margin: 19px 0 0 10px;
}

    #user-menu-trigger-content #user-menu-company select {
        border: 1px solid #838aa2;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        background-image: url(../../Layout/images/layout/arrow-down.png);
        background-repeat: no-repeat;
        background-position: 92% 50%;
        background-color: #0f2c4f;
        padding: 7px 20px 7px 10px;
        color: #ececec;
        -webkit-appearance: none;
        -moz-appearance: window;
        appearance: none;
    }

#panels-submenus {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 13px;
}

@media only screen and (min-width: 960px) {
    #panels-submenus {
        display: none;
        background-color: #fff;
        margin: 10px auto 0;
    }
}

@media only screen and (max-width: 959px) {
    #panels-submenus > li {
        margin: 0 13px;
    }
}

#panels-submenus > li ul {
    display: none;
}

#panels-submenus > li div {
    border-radius: 3px;
}

.submenu-panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    color: #fff;
    font-size: 16px;
    padding-top: 23px;
    padding-left: 60px;
    background: url("../../Layout/images/menu-icons/start.png") no-repeat 10px 50%, url("../../images/dropdown.png") no-repeat right center, #0d2446;
    background-position: 10px 50%, right center;
    background-repeat: no-repeat;
}

    .submenu-panel.color-2 {
        background-image: url("../../Layout/images/menu-icons/firma.png"), url("../../images/dropdown.png");
        background-color: #314d68;
    }

    .submenu-panel.color-3 {
        background-image: url("../../Layout/images/menu-icons/umowy.png"), url("../../images/dropdown.png");
        background-color: #2a9bdb;
    }

    .submenu-panel.color-4 {
        background-image: url("../../Layout/images/menu-icons/platnosci.png"), url("../../images/dropdown.png");
        background-color: #2dbadd;
    }

    .submenu-panel.color-5 {
        background-image: url("../../Layout/images/menu-icons/wnioski.png"), url("../../images/dropdown.png");
        background-color: #ffc200;
    }

    .submenu-panel.color-6 {
        background-image: url("../../Layout/images/menu-icons/karty.png"), url("../../images/dropdown.png");
        background-color: #db862a;
    }

    .submenu-panel.color-7 {
        background-image: url("../../Layout/images/menu-icons/komunikaty.png"), url("../../images/dropdown.png");
        background-color: #d63300;
    }

    /*PKLIII-38*/
    .submenu-panel.color-8 {
        background-image: url("../../Layout/images/menu-icons/ubezpieczenia.png"), url("../images/dropdown.png");
        background-color: #007856;
    }

    /*PKLT-173*/
    .submenu-panel.color-9 {
        background-image: url("../../Layout/images/menu-icons/oferty.png"), url("../images/dropdown.png");
        background-color: #7ab51d;
    }

.left.submenu {
    padding-bottom: 0px;
    border-bottom: none;
}

    .left.submenu .left.leftMenu {
        border-bottom: none;
    }

@media only screen and (max-width: 960px) {
    .left.submenu {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: -10px 0 10px;
        padding: 0;
        border: 0;
    }

        .left.submenu .left {
            width: 100%;
        }

            .left.submenu .left.leftMenu {
                display: none;
                box-sizing: border-box;
                padding: 0;
                border: 0;
            }
}

#header {
    width: 100%;
    text-align: right;
    position: relative;
}

    #header #topNav {
        background-color: #102c4c;
        height: 2.5em;
        display: none;
        width: 100%;
    }

@media only screen and (min-width: 960px) {
    #header #topNav {
        display: block;
    }
}

#header #topNav span,
#header #topNav .hint,
#header #topNav a {
    display: inline;
    margin-left: 1.5em;
    color: #fff;
}

#header #topNav .inner {
    padding: 0.5em 0;
}

    #header #topNav .inner label {
        padding-right: 5px;
        color: #fff;
    }

    #header #topNav .inner select {
        height: 18px;
        width: 250px;
        margin: 0;
        padding: 0.2em;
        outline: none;
        border: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        vertical-align: middle;
        font-size: 0.95em;
    }

#header #headerContent {
    background: #ececec;
    border-bottom: 1px solid #d0d0d0;
    height: 63px;
    padding-top: 11px;
    color: #00234c;
}

@media only screen and (min-width: 960px) {
    #header #headerContent {
        height: 6em;
    }
}

#header .inner {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

#header #headerContent .inner {
    padding: 0.5em 0;
}

#header-elements {
    height: 50px;
    width: 85%;
    margin-left: 65px;
}

@media only screen and (max-width: 640px) {
    #header-elements {
        width: 400px;
    }
}

@media only screen and (max-width: 480px) {
    #header-elements {
        width: 200px;
    }
}

@media only screen and (min-width: 640px) {
    #header-elements {
        margin-left: 85px;
    }
}

@media only screen and (min-width: 960px) {
    #header-elements {
        margin-top: 5px;
        margin-left: 0px;
    }
}

#header-logo {
    display: block;
    font-size: 2em;
    color: #00234c;
    background: url("../../Layout/images/layout/logo_efl_skrot.svg") no-repeat 0 50%;
    position: relative;
    float: left;
    width: 250px;
    height: 40px;
}

@media only screen and (max-width: 768px) {
    #header-logo {
        width: 299px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 640px) {
    #header-logo {
        width: 154px;
        background: url("../../Layout/images/layout/logo_efl_skrot.png") no-repeat 0 50%;
    }
}

@media only screen and (max-width: 480px) {
    #header-logo {
        background: url("../../Layout/images/layout/logo_efl_skrot_30.svg") no-repeat 0 50%;
        width: 120px;
    }
}

@media only screen and (max-width: 640px) {
    #header-logo a {
        width: 300px;
        margin: 0 auto;
        display: block;
    }
}

#header-description {
    display: block;
    color: #fff;
    float: left;
    padding-top: 10px;
    margin-left: 80px;
}

@media only screen and (min-width: 769px) and (max-width: 959px) {
    #header-description {
        margin-left: 20px;
        width: 210px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
    #header-description {
        margin-left: 20px;
        width: 160px;
    }
}

@media only screen and (max-width: 640px) {
    #header-description {
        margin-left: 35px;
    }
}

@media only screen and (max-width: 480px) {
    #header-description {
        display: none;
    }
}

#header-description span {
    color: #00234c;
    font-size: 26px;
}

@media only screen and (max-width: 959px) {
    #header-description span {
        font-size: 20px;
    }
}

#efl-portal-head-label {
    padding-top: 10px;
}

    #efl-portal-head-label strong {
        font-weight: bold;
    }

#main-menu-container {
    padding-top: 10px;
}

@media only screen and (min-width: 960px) {
    #main-menu-container {
        padding: 0;
    }
}

ul#mainMenu {
    display: none;
    overflow: hidden;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 11px 0;
}

@media only screen and (min-width: 960px) {
    ul#mainMenu {
        display: block;
        margin: 10px auto;
        background-color: #fff;
        padding: 0;
    }
}

ul#mainMenu li {
    float: left;
    width: 50%;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../../Layout/images/menu-icons/start.png") 10px 50% no-repeat, #0d2446;
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

    ul#mainMenu li.color-2 {
        background-image: url("../../Layout/images/menu-icons/firma.png");
        background-color: #314d68;
    }

    ul#mainMenu li.color-3 {
        background-image: url("../../Layout/images/menu-icons/umowy.png");
        background-color: #2a9bdb;
    }

    ul#mainMenu li.color-4 {
        background-image: url("../../Layout/images/menu-icons/platnosci.png");
        background-color: #2dbadd;
    }

    ul#mainMenu li.color-5 {
        background-image: url("../../Layout/images/menu-icons/wnioski.png");
        background-color: #ffc200;
    }

    ul#mainMenu li.color-6 {
        background-image: url("../../Layout/images/menu-icons/karty.png");
        background-color: #db862a;
    }

    ul#mainMenu li.color-7 {
        /*PKLT-173*/
        width: 110px;
        background-image: url("../../Layout/images/menu-icons/komunikaty.png");
        background-color: #d63300;
    }

    ul#mainMenu li.color-8 {
        /*PKLT-173*/
        width: 125px;
        background-image: url("../../Layout/images/menu-icons/ubezpieczenia.png");
        background-color: #007856;
    }

    /*PKLT-173*/
    ul#mainMenu li.color-9 {
        background-image: url("../../Layout/images/menu-icons/oferty.png");
        background-color: #7ab51d;
    }

    ul#mainMenu li a {
        display: table-cell;
        height: 60px;
        width: 960px;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 60px;
        color: #fff;
        text-decoration: none;
        vertical-align: middle;
    }

@media only screen and (min-width: 640px) and (max-width: 768px) {
    ul#mainMenu li a {
        font-size: 0.75em;
    }
}

@media only screen and (max-width: 960px) {
    ul#mainMenu li a.active {
        background: url("../../Layout/images/menu-icons/active.png") no-repeat left top;
        font-weight: normal;
    }
}

@media only screen and (min-width: 960px) {
    ul#mainMenu li a.active {
        font-size: 14px;
        font-weight: bold;
    }
}

ul#mainMenu li.active {
    /*PKLT-173*/
    width: 125px;
}

ul#mainMenu li.color-7.active {
    /*PKLT-173*/
    width: 135px;
}

ul#mainMenu li.color-8.active {
    /*PKLT-173*/
    width: 150px;
}

ul#mainMenu li.start a {
    background: #fff;
}

@media only screen and (min-width: 640px) {
    ul#mainMenu li {
        height: 120px;
        width: 100px;
        background-position: 50% 15px;
    }

        ul#mainMenu li:last-child {
            border-right: none;
        }

        ul#mainMenu li a {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            height: 120px;
            padding: 35px 10px 0 10px;
            text-align: center;
            line-height: 1.5;
        }
}

@media only screen and (min-width: 960px) {
    ul#mainMenu li {
        height: 50px;
        background-size: 30px;
        /* PKLT-173 */
        background-position: 5px 50%;
    }

        ul#mainMenu li a {
            height: 50px;
            padding-top: 0px;
            /*PKLT-173*/
            padding-left: 40px;
            text-align: left;
        }
}

@media only screen and (max-width: 960px) {
    .leftMenu li.expander {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 60px;
        font-size: 16px;
        text-align: center;
        background-color: #ccc;
    }

        .leftMenu li.expander a {
            display: table-cell;
            height: 60px;
            width: 960px;
            max-width: 100%;
            padding: 0;
            text-decoration: none;
            line-height: 1.3em;
            text-align: center;
            vertical-align: middle;
            color: #222222;
        }

        .leftMenu li.expander:last-child {
            border-bottom: none;
        }
}

@media only screen and (max-width: 960px) {
    .left.secondary-menu .leftMenu li.expander {
        border-bottom: none;
    }

        .left.secondary-menu .leftMenu li.expander ul {
            padding: 0;
            border-bottom: none;
        }
}

#topLinks {
    display: none;
    width: 221px;
    top: 0px;
    right: 0pt;
    position: absolute;
    text-align: left;
}

@media only screen and (min-width: 960px) {
    #topLinks {
        display: block;
    }
}

span.phone {
    padding-left: 23px;
    background: url("../../Layout/images/layout/phone.png") no-repeat;
}

.reportBug {
    padding-left: 23px;
    background: url("../../Layout/images/layout/mail.png") no-repeat;
}

.safety {
    padding-left: 23px;
    background: url("../../Layout/images/layout/shield.png") no-repeat;
}

#wrapper {
    float: left;
    width: 100%;
}

#content {
    margin: 0;
    text-align: left;
    line-height: 1.15em;
    float: right;
    width: 749px;
}

@media only screen and (max-width: 960px) {
    #content {
        width: -moz-calc(100% - 215px);
        width: -webkit-calc(100% - 215px);
        width: calc(100% - 215px);
    }
}

@media only screen and (max-width: 640px) {
    #content {
        width: 100%;
    }
}

#footer {
    clear: both;
    width: 100%;
    position: relative;
    font-size: 0.9em;
    color: #999999;
}

    #footer a {
        color: #117fb6;
        text-decoration: none;
    }

        #footer a:hover {
            text-decoration: underline;
        }

    #footer .innerContent {
        width: 960px;
        max-width: 100%;
        margin: 0 auto;
    }

    #footer .footerLinks {
        border-bottom: 1px solid #e5e5e5;
        padding: 1.8em 0 1.8em 0.5em;
        overflow: hidden;
    }

        #footer .footerLinks dt {
            float: left;
            color: blue;
            margin-right: 0.3em;
        }

        #footer .footerLinks dd {
            float: left;
            width: 100%;
        }

            #footer .footerLinks dd ul {
                margin: 0 -6px;
            }

            #footer .footerLinks dd li {
                float: left;
                display: block;
                margin-top: 0.9em;
                padding: 0 0.6em;
                border-left: 1px solid #ccc;
            }

                #footer .footerLinks dd li.lastChild {
                    border-right: none;
                }

@media only screen and (max-width: 320px) {
    #footer .footerLinks dd li {
        width: 44%;
    }
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
    #footer .footerLinks dd li {
        width: 44%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
    #footer .footerLinks dd li {
        width: 29%;
    }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
    #footer .footerLinks dd li {
        width: 22%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
    #footer .footerLinks dd li {
        width: 20%;
    }
}

#footer .copy {
    margin: 1.3em 0 0;
    padding: 0 0.7em 1.3em;
    overflow: hidden;
    float: right;
}

div.formLine,
div.formLineShortLabel {
    clear: left;
    padding: 5px 0;
}

#content fieldset.filter div.formLine {
    padding: 0.2em 0;
}

#content fieldset.filter div.inactive label {
    color: #787878;
}

#content fieldset.filter div.inactive .fields input,
#content fieldset.filter div.inactive .fields select {
    background: #efefef;
    border-color: #ddd;
    color: #787878;
}

div.formLine label {
    float: left;
    line-height: 1.5em;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #1f1f1f;
    max-width: 37%;
}

.formLine .fields label {
    max-width: 100%;
}

@media only screen and (max-width: 960px) {
    div.formLine label {
        width: 100%;
        font-weight: bold;
        max-width: unset;
        margin-bottom: 5px;
        float: unset;
    }
}

div.formLine .fields label {
    float: none;
    line-height: inherit;
    width: auto;
    display: block;
    margin: 0.2em 0;
}

div.formLine span.formHint {
    font-size: 0.9em;
    /*AUDYT font-style: oblique;*/
    display: block;
    color: #838383;
    padding: 0.15em 0;
}

div.withHint label {
    width: 41%;
}

@media only screen and (max-width: 960px) {
    div.withHint label {
        width: 100%;
    }
}

div.withHint div.fields {
    margin-left: 47%;
}

div.formLine div.fields {
    margin-left: 37%;
    position: relative;
    font-weight: 700;
    font-size: 12px;
    color: #1f1f1f;
}

@media only screen and (max-width: 960px) {
    div.formLine div.fields {
        margin-left: 0;
        position: static;
    }
}

fieldset.filter div.formLine label {
    width: 44%;
}

fieldset.filter div.withHint label {
    width: 41%;
}

fieldset.filter div.formLine div.fields {
    margin-left: 47%;
}

div.formLine div.fields span.data {
    color: #999;
}

div.buttons {
    margin-left: 41%;
}

*:first-child + html div.buttons {
    margin-left: 23%;
}

    div.buttons .additional {
        display: inline-block;
    }

        div.buttons .additional a {
            display: inline-block;
            margin-bottom: 0.5em;
            float: left;
            clear: left;
        }

div.formLine input {
    margin-left: 0;
}

    div.formLine input[type="text"],
    div.formLine input.text,
    div.formLine select,
    div.formLineShortLabel select,
    div.formLine textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        border: 0.5px solid #cccccc;
        width: 100%;
        border-radius: var(--border-radius-medium);
        font-style: normal;
        font-weight: 700;
        font-size: 12px !important;
        line-height: 160%;
        color: #1f1f1f;
        padding: 4px 25px 4px 12px;
    }

@media only screen and (max-width: 960px) {
    div.formLine input[type="text"],
    div.formLine input.text,
    div.formLine select,
    div.formLineShortLabel select,
    div.formLine textarea {
        font-size: 14px !important;
        line-height: 160%;
        width: 100%; /* PKLT-85 width: 100%;*/
        padding: 8px 25px 10px 12px !important;
    }

        div.formLine input[type="text"]#Email,
        div.formLine input[type="text"]#Phone,
        div.formLine input.text#Email,
        div.formLine input.text#Phone,
        div.formLine select#Email,
        div.formLine select#Phone,
        div.formLineShortLabel select#Email,
        div.formLineShortLabel select#Phone,
        div.formLine textarea#Email,
        div.formLine textarea#Phone {
            width: 70%;
        }
}

div.formLine select.multiselect {
    width: 30em;
    height: 13em;
}

@media only screen and (max-width: 960px) {
    div.formLine select.multiselect {
        height: auto;
        max-width: 100%;
        width: 100%;
    }
}

div.formLine select {
    height: auto;
}

div.formLine textarea {
    height: 9em;
    width: 100%;
    font-family: Lato, sans-serif;
    font-size: 100%;
    color: #383838;
}

@media only screen and (max-width: 960px) {
    div.formLine textarea {
        width: 100%;
        font-size: 0.8em;
    }
}

div.formLineError {
    background: #007d8f;
    padding: 11px 13px 9px 13px;
    border-radius: var(--border-radius);
    color: white;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
}

.noCondition span {
    background-image: none !important;
    display: flex;
    align-items: center;
    padding-left: 0 !important;
}

    .noCondition span::before {
        content: "";
        flex-shrink: 0;
        width: 31px;
        height: 31px;
        background: url("../images/layout/error-icon.png");
        margin-right: 10px;
        background-size: 100%;
    }

div.formLine span.error {
    color: #ff0000;
    padding-left: 0.4em;
}

div.formLine input.inputError,
div.formLine textarea.inputError,
div.formLine select.inputError {
    border-color: #ff0000;
}

@media only screen and (max-width: 960px) {
    #content fieldset.filter {
        display: none;
    }
}

#content fieldset.filter input.smallButton {
    background: #98cb00;
    border-radius: var(--border-radius-medium);
    border: none;
    padding: 9px 22px;
    color: #292929;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    font-family: Lato, sans-serif;
    display: inline-block;
    margin: 1px;
    cursor: pointer;
}

@media only screen and (max-width: 960px) {
    #content fieldset.filter input.smallButton {
        padding: 13px 22px;
    }
}

#content fieldset.filter div.formLine input.radioInput {
    float: left;
}

#content fieldset.filter div.formLine .fields {
    zoom: 1;
}

#content fieldset.filter div.formLine .radioFields {
    float: left;
    width: 90%;
}

#content fieldset.filter div.formLine input.text,
#content fieldset.filter div.formLine select {
    font-size: 1em;
}

#content fieldset.filter div.formLine input.short {
    width: 1.8em;
}

#content fieldset.filter div.formLine .afterShort {
    width: 60%;
    margin-left: 0.3em;
}

    #content fieldset.filter div.formLine .afterShort.nice-select {
        display: inline-block;
        width: auto !important;
    }

#content fieldset.filter div.formLine input.calendar {
    width: 70%;
}

@media only screen and (max-width: 640px) {
    #content fieldset.filter div.formLine input.calendar {
        /*PolisyIndywid - usuni�to warunek
         width: 97%;*/
    }
}

#content fieldset.filter div.formLine img.ui-datepicker-trigger {
    padding-left: 3px;
    position: relative;
    cursor: pointer;
    top: 10px;
    left: 10px;
}

*:first-child + html #content fieldset.filter div.formLine input {
    margin-left: -4em;
}

* html #content fieldset.filter div.formLine input {
    margin-left: -4em;
}

input.button,
a.button {
    background: #98cb00;
    border-radius: var(--border-radius-medium);
    border: none;
    padding: 9px 22px;
    color: #292929;
    font-weight: 700;
    font-size: 12px;
    line-height: 11px;
    text-decoration: none;
    font-family: Lato, sans-serif;
    display: inline-block;
    margin: 1px;
    cursor: pointer;
}

    input.button.disabledButton {
        background-color: #cccccc;
        color: #666666;
        cursor: not-allowed;
    }

@media only screen and (max-width: 960px) {
    input .button, a.button {
        font-size: 1em;
        padding: 13px 22px;
    }
}

input.smallButton,
a.smallButton {
    background: #98cb00;
    border-radius: var(--border-radius-medium);
    border: none;
    padding: 7px 22px;
    color: #292929;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    font-family: Lato, sans-serif;
    display: inline-block;
    margin: 1px;
    cursor: pointer;
}

    input.smallButton:hover,
    a.smallButton:hover {
        background: #fff;
    }

div.buttons input.button {
    float: left;
    margin-right: 10px;
    width: auto;
}

a.button {
    line-height: 2.3em;
}

@media only screen and (max-width: 960px) {
    .hint {
        background-size: 18px;
    }
}

div.formLine .hint {
    background-position: 100% 0;
    padding-left: 0;
    padding-right: 4px;
    position: relative;
}

@media only screen and (max-width: 960px) {
    div.formLine .hint {
        display: inline-block;
        height: 18px;
        padding: 6px 30px 10px 0;
        font-size: 16px;
        background-size: 24px;
        background-position: right top;
    }
}

.hintContent {
    display: none !important;
}

#content .loginForm {
    width: 35em;
    margin: 1em auto;
}

@media only screen and (max-width: 960px) {
    #content .loginForm {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 10px;
        background: #fff;
        border: 1px solid #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

        #content .loginForm h2 {
            padding-bottom: 12px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 20px;
        }

        #content .loginForm .fields {
            margin-left: 0;
        }

            #content .loginForm .fields input {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                width: 100%;
                margin-top: 5px;
                margin-bottom: 10px;
                padding: 20px 10px;
                font-size: 18px;
                color: #555;
            }

        #content .loginForm .buttons {
            margin: 0 auto;
        }

            #content .loginForm .buttons > .button {
                border-bottom: 1px solid #bfce28;
            }

            #content .loginForm .buttons .additional {
                float: right;
            }

                #content .loginForm .buttons .additional a {
                    display: block;
                    float: right;
                    height: 39px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    margin: 0;
                    padding: 11px 13px 0;
                    color: #fff;
                    text-decoration: none;
                    background-color: #666;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    -ms-border-radius: 3px;
                    -o-border-radius: 3px;
                    border-radius: 3px;
                }
}

*:first-child + html #content .loginForm {
    width: 40em;
}

.ui-tooltip-efl {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #383838;
    font-size: 1.1em;
    line-height: 1.1em;
}

    .ui-tooltip-efl .ui-tooltip-content {
        border-color: #d0dff3;
        border-width: 2px;
        border-top: none;
        background-color: #f3f8ff;
        padding: 0.7em 1em 0.7em 1em;
    }

    .ui-tooltip-efl .ui-tooltip-titlebar {
        border-color: #d0dff3;
        border-width: 2px;
        border-bottom: none;
        background-color: #f3f8ff;
        padding: 0.7em 1em 0em;
    }

    .ui-tooltip-efl p {
        margin: 0.5em 0;
    }

@media only screen and (max-width: 960px) {
    a.mobile-button {
        display: block;
        clear: left;
        text-decoration: none;
        background-color: #666;
        border: 1px solid #666;
        color: white;
        padding: 8px;
        height: 18px;
        text-shadow: none;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

        a.mobile-button:hover {
            background-color: #666;
        }
}

a.mobile-button.auto-height {
    height: auto;
}

@media only screen and (min-width: 960px) {
    a.desktop-button {
        display: inline-block;
        text-decoration: none;
        background-color: #666;
        border: 1px solid #666;
        color: white;
        padding: 8px;
        text-shadow: none;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

        a.desktop-button:hover {
            background-color: #666;
        }
}

#content .loginColumns {
    clear: both;
    padding: 0.7em 0;
    overflow: hidden;
}

@media only screen and (max-width: 960px) {
    #content .loginColumns {
        padding: 10px;
        border-top: 1px solid #ccc;
    }
}

#content .loginColumns .col {
    width: 48%;
}

@media only screen and (max-width: 640px) {
    #content .loginColumns .col {
        width: 100%;
    }
}

#content .loginColumns #col1 {
    float: left;
}

#content .loginColumns #col2 {
    float: right;
}

#content .info {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #d0dff3;
    background-color: #f3f8ff;
    padding: 0.4em 1em;
    margin: 1em 0;
}

    #content .info .title {
        padding-left: 22px;
        margin: 0.5em 0;
        font-size: 1.15em;
        background: url("../../Layout/images/layout/info.png") no-repeat 0 50%;
        background-size: 15px;
    }

@media only screen and (max-width: 960px) {
    #content .info .title {
        background-size: 20px;
    }
}

#content .bigger {
    font-size: 1.1em;
}

#content .smaller {
    font-size: 0.9em;
}

#content fieldset.filter {
    width: 100%;
    margin-top: 0;
}

#content table.list {
    width: 100%;
    margin: 0.5em 0;
}

#content .formLine table.list {
    width: auto;
}

#content table.list .paymentDetails td {
    border-top: none;
}

#content table.list .toggleDetails {
    width: 5em;
}

#content table.list tr {
    border-bottom: 0.5px solid #f2f2f2;
}

    #content table.list tr:last-child {
        border-bottom: none;
    }

#content table.list .paymentDetails td table td {
    background: #fdfdfd;
}

#content table.list .paymentDetails td table th {
    background: #f3f3f3;
}

#content table.list th,
#content table.list td {
    vertical-align: top;
    padding: 11px 5px;
}

#content .formLine table.list th,
#content .formLine table.list td {
    font-size: 0.95em;
}

#content table.list th {
    background: #f7f7f7;
    font-weight: 700;
    padding-right: 20px !important;
}

    #content table.list th a {
        text-decoration: none;
        color: #383838;
        font-weight: normal;
    }

    #content table.list th.sorted a {
        padding-right: 15px;
        background-position: 100% 50%;
        background-repeat: no-repeat;
    }

    #content table.list th.asc a {
        background-image: url("../../Layout/images/layout/asc.png");
    }

    #content table.list th.desc a {
        background-image: url("../../Layout/images/layout/desc.png");
    }

#content table.list tr.partlyPaid .alert,
#content table.list tr .alert {
    color: #c93231 !important;
    /*AUDYT #edb903*/
    font-weight: 600 !important;
    /*AUDYT font-style: oblique;*/
    display: inline-block !important;
    font-size: 12px;
    padding: 4px 12px !important;
    background: rgba(201, 50, 49, 0.1) !important;
    margin: 8px 0;
    border-radius: var(--border-radius-medium);
}

#content table.list tr.paid .alert {
    color: #007d8f;
    /*AUDYT #edb903*/
    font-weight: 600;
    /*AUDYT font-style: oblique;*/
    display: inline-block;
    font-size: 12px;
    padding: 4px 12px;
    background-color: rgba(0, 125, 143, 0.1) !important;
    margin: 8px 0;
    border-radius: var(--border-radius-medium);
}
#content table.list tr .confirm {
    padding-left: unset !important;
    color: #007d8f;
    /*AUDYT #edb903*/
    font-weight: 600;
    /*AUDYT font-style: oblique;*/
    display: inline-block !important;
    font-size: 12px;
    padding-top: 4px !important;
    padding-right: 12px !important;
    padding-bottom: 4px !important;
    background: rgba(0, 125, 143, 0.1) !important;
    margin: 8px 0;
    border-radius: var(--border-radius-medium);
}

#policies tr.yellow,
#offers tr.yellow {
    background-color: #fffecf;
}

#policies a.alert {
    background: url("../images/layout/exclamation.png") no-repeat 0 50%;
    padding-left: 20px;
}

#offers span.accept {
    background: url("../images/layout/accept.png") no-repeat 0 50%;
    padding-left: 20px;
    display: block;
}

#policies a.payPolicy {
    background: url("../images/layout/helpLittle.png") no-repeat 0 50%;
    padding-left: 20px;
    text-decoration: none;
}

#policies tr.green,
#offers tr.green {
    background-color: rgb(231, 243, 231);
}

#content table.list tr.paid td {
    background-color: transparent !important;
}

#content table.list th.narrow {
    width: 3.7em;
}

#content .sort {
    float: right;
    text-align: right;
}

    #content .sort select {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #999;
        margin: 0.2em 0 0.2em 0.3em;
        font-size: 0.95em;
        color: #666;
    }

#content .sorted select {
    background-color: #fffecf;
}

#content .pagination {
    line-height: 23px;
    text-align: right;
    margin: 0.3em 0;
}

    #content .pagination:after {
        display: block;
        content: "";
        clear: both;
    }

@media only screen and (max-width: 960px) {
    #content .pagination input.pagedisplay,
    #content .pagination select.pagesize,
    #content .pagination span.pagesize-label {
        display: none;
    }
}

.pagedisplay {
    background-color: transparent;
    border-radius: var(--border-radius-medium);
    font-weight: 700;
    border: 1px solid rgba(204, 204, 204, 0.2);
    padding: 4px 8px;
    margin: 2px;
    text-align: center;
}

#content .pagination em {
    font-style: normal;
}

#content .pagination a,
#content .pagination em {
    border: 1px solid rgba(0, 125, 143);
    border-radius: var(--border-radius-medium);
    color: #007d8f;
    /*AUDYT #117FB6;*/
    padding: 4px 8px;
    position: relative;
    text-decoration: none;
    margin: 2px;
    font-weight: 700;
}

@media only screen and (max-width: 960px) {
    #content .pagination a,
    #content .pagination em {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 25%;
        margin-top: 5px;
        text-align: center;
        border-radius: 0;
        font-weight: bold;
        font-size: 14px;
        line-height: 2.5em;
    }
}

@media only screen and (max-width: 640px) {
    #content .pagination a,
    #content .pagination em {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

#content .info#invoice {
    float: right;
    width: 20em;
}

@media only screen and (max-width: 960px) {
    #content .info#invoice {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
}

#content a.add {
    position: relative;
    padding: 10px 24px 10px 14px;
    border: 1px solid #d1d1d1;
    border-radius: var(--border-radius-medium);
    color: #009597;
    font-size: 10px;
    text-decoration: none;
    display: inline-block;
}

    #content a.add::after {
        content: "";
        background: url("../../Layout/images/layout/plus.png");
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        background-size: 100%;
    }

#content a.remove {
    padding-left: 20px;
    background: url("../../Layout/images/layout/cross.png") no-repeat 0 50%;
}

#content a.download {
    padding-left: 20px;
    background: url("../../Layout/images/layout/download.png") no-repeat 0 50%;
}

#content .attachments {
    padding-left: 20px;
    background: url("../../Layout/images/layout/att.png") no-repeat 0 50%;
}

#content fieldset {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 959px) {
    #content fieldset {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    #content fieldset {
        width: 100% !important;
    }
}

#content #mainContent .message {
    padding: 1em 0.5em;
    text-align: center;
    font-size: 1.25em;
}

    #content #mainContent .message span {
        padding-left: 22px;
        background-repeat: no-repeat;
        background-position: 0 0;
    }

#content #mainContent .ok {
    background-color: #e3f1c2;
    color: #257e21;
    border-bottom: 1px solid #c6df8a;
}

#content #mainContent .notOk {
    background-color: #d2412f;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #ab3526;
}

#content #mainContent .ok span {
    background-image: url("../../Layout/images/layout/accept.png");
}

#content #mainContent .notOk span {
    background-image: url("../../Layout/images/layout/exclamation.png");
}

#content ul.attachmentsList {
    margin: 0.4em 0 0.4em 1.2em;
}

    #content ul.attachmentsList li {
        margin: 0.2em 0;
    }

#content a.removeAttachment {
    margin-left: 5px;
}

.ui-widget {
    font-family: Lato, sans-serif;
}

.ui-multiselect {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .ui-multiselect,
    .ui-multiselect div.available {
        border-color: #999;
    }

        .ui-multiselect input.search {
            width: 10px;
        }

        .ui-multiselect .ui-widget-header {
            background-image: none;
            background-color: #fff;
            color: #000;
            border-bottom: 1px solid #ccc;
        }

        .ui-multiselect .selected .ui-widget-header {
            background-color: #f6f6f6;
        }

        .ui-multiselect .available .ui-state-default {
            background-image: none;
            background-color: #fff;
            color: #888888;
            font-weight: normal;
        }

        .ui-multiselect .ui-widget-header a {
            color: #1c94c4;
            font-weight: normal;
        }

        .ui-multiselect .available .ui-widget-header a {
            color: #888;
        }

        .ui-multiselect .count {
            font-weight: normal;
        }

a.menuPdf {
    /*AUDYT*/
    background-image: url("../../Layout/images/layout/pdf.png") !important;
    background-position: 0% 50% !important;
}

@media only screen and (max-width: 960px) {
    a.menuPdf {
        background-image: none !important;
    }
}

div.line {
    clear: left;
    padding: 0.4em 0;
    overflow: hidden;
}

    div.line label {
        width: 25%;
        text-align: left;
        line-height: 1.5em;
        float: left;
        font-weight: bold;
    }

    div.line div.field {
        width: 25%;
        float: left;
    }

.lower10 {
    margin-top: 10px;
}

.lower7 {
    margin-top: 7px;
}

#mainContent .inboxContentSpace {
    padding: 20px;
    overflow: hidden;
}

#contentMsg .boxContent {
    overflow: hidden;
    padding: 0.8em;
}

#contentMsg .accordionBox {
    margin: 10px 0;
}

    #contentMsg .accordionBox .titleBar {
        padding: 0.6em;
        border-bottom: 1px solid #ebecee;
        overflow: hidden;
    }

#contentMsg .fromEfl .titleBar {
    padding: 0.6em 23px 0.6em 0.6em;
    background-color: #fffecf;
}

#contentMsg .accordionBox .title {
    display: block;
    float: left;
}

#contentMsg .fromEfl .title {
    padding-left: 21px;
    width: 82%;
    background: url("../../Layout/images/layout/yFlag.png") no-repeat 0 0;
}

#contentMsg .boxContent p {
    margin: 0.3em 0.3em;
}

#contentMsg {
    background-color: White;
}

    #contentMsg a {
        color: #117fb6;
    }

.forgotPass {
    margin-left: 17px;
}

@media only screen and (max-width: 960px) {
    .forgotPass {
        display: block;
        float: right;
        height: 39px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 11px 13px 0;
        color: #fff;
        text-decoration: none;
        background-color: #666;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
}

.appRules {
    margin-top: 20px;
}

@media only screen and (max-width: 960px) {
    .appRules {
        max-width: 150px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

img.displayed {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

#oList li {
    list-style-type: decimal !important;
}

    #oList li.letter {
        list-style-type: lower-alpha !important;
        margin-left: 40px !important;
        margin-top: 5px !important;
    }

    #oList li.disc {
        list-style-type: disc !important;
        margin-left: 40px !important;
        margin-top: 5px !important;
    }

.optional:after {
    content: "(opcjonalne)";
}

/*AUDYT*/
div.formLineShortLabel select.multiselect {
    width: 40em;
    height: 13em;
}

@media only screen and (max-width: 960px) {
    div.formLineShortLabel select.multiselect {
        height: auto;
        max-width: 100%;
    }
}

div.formLineShortLabel label {
    float: left;
    line-height: 1.5em;
    text-align: left;
    width: 15%;
}

@media only screen and (max-width: 960px) {
    div.formLineShortLabel label {
        width: 100%;
    }
}

div.formLineShortLabel div.fields {
    margin-left: 17%;
    position: relative;
}

#mainContent .inboxContentOverflow {
    padding: 0.8em;
    overflow: visible;
}

.inboxContentOverflow table.list td {
    border: 1px solid #d5d5d5 !important;
    background: white;
    text-align: right;
}

.number {
    text-align: right;
}

.inboxContentOverflow table.list th {
    padding-right: 2px !important;
    padding-left: 2px !important;
    border: 1px solid #d5d5d5 !important;
}

.inboxContentOverflow.fromLine label {
    width: 15% !important;
}

.popupMsg {
    background-color: White !important;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.gray {
    background-color: #d1d1d1 !important;
}

#content table.list td.notInvoiced {
    background-color: #fffecf;
}

#content table.list td.invoiced {
    background-color: #e7f3e7;
}

.ui-tooltip-red .ui-tooltip-content,
.ui-tooltip-red .ui-tooltip-titlebar {
    color: black !important;
}


#mobile-hint-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20000;
    background-color: #eee;
}

#mobile-hint-top {
    font-size: 20px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

    #mobile-hint-top:after {
        content: "";
        display: block;
        clear: both;
    }

#mobile-hint-label {
    float: left;
    padding-top: 6px;
    padding-left: 10px;
}

#mobile-hint-close {
    float: right;
    font-weight: bold;
    text-align: right;
    font-size: 32px;
}

#mobile-hint-text {
    padding: 20px;
    font-size: 18px;
    color: #404040;
    line-height: 1.3em;
    clear: both;
}

    #mobile-hint-text img {
        max-width: 100%;
    }

@media only screen and (max-width: 960px) {
    #errorContent {
        width: 100% !important;
    }
}

@media only screen and (max-width: 960px) {
    #caseMessages .fromEfl .boxContent {
        display: none;
    }
}

div.formLine .fields label.clickable-label {
    display: inline;
    font-weight: normal;
}

@media only screen and (max-width: 960px) {
    div.formLine .fields label.clickable-label input {
        zoom: 1.5;
    }
}

div.formLine table.com-chan input {
    zoom: 1.5;
}

@media only screen and (min-width: 960px) {
    button.invoice-filter-trigger {
        display: none;
    }
}

#back-navigation {
    display: none;
}

@media only screen and (max-width: 960px) {
    #back-navigation {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 56px;
        height: 50px;
        opacity: 0.9;
        background: url("../../images/dropdown_white_left.png") no-repeat 2px center, #444444;
        border-top-right-radius: 3px;
    }
}

#to-top-navigation {
    display: none;
}

@media only screen and (max-width: 960px) {
    #to-top-navigation {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 56px;
        height: 50px;
        opacity: 0.9;
        background: url("../../images/dropdown_inverted.png") no-repeat right center, #444444;
        border-top-left-radius: 3px;
    }
}

#invoice-info-acknowledge {
    background: #98cb00;
    border-radius: var(--border-radius-medium);
    border: none;
    padding: 9px 22px;
    color: #292929;
    font-weight: 700;
    font-size: 9px;
    line-height: 11px;
    text-decoration: none;
    font-family: Lato, sans-serif;
    display: inline-block;
    margin: 1px;
    cursor: pointer;
    margin-top: 11px;
}

@media screen and (max-width: 960px) {
    #invoice-info-acknowledge {
        padding: 13px 22px;
    }
}

@media only screen and (max-width: 959px) {
    #payments input[type="checkbox"] {
        display: none;
    }

    #selectAllInvoices {
        display: none;
    }

    #invoice-info-acknowledge {
        display: inline-block;
    }
}

@media only screen and (max-width: 960px) {
    .mobile-hide-menu {
        display: none !important;
    }
}

@media only screen and (max-width: 960px) {
    tr.smaller-font {
        font-size: 12px;
    }
}

.show-text:before {
    content: "Poka\017C";
}

.hide-text:before {
    content: "Ukryj";
}

.show-arrow:before {
    font-family: Lato, sans-serif;
    content: "\e00f";
}

.hide-arrow:before {
    font-family: Lato, sans-serif;
    content: "\e011";
}

.scheduleTableLabel {
    font-weight: bold;
}

    .scheduleTableLabel a {
        font-weight: normal;
    }

@media only screen and (max-width: 960px) {
    #flAddCols {
        display: none;
    }

    #content #flSteps {
        display: none;
    }
}

.submenu.left {
    border-bottom: 1px solid #d5d5d5;
}

#content .alertWarning {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #ab3526;
    background-color: #ffe2e2;
    padding: 0.4em 1em;
    margin: 1em 0;
}

    #content .alertWarning .title {
        padding-left: 22px;
        margin: 0.5em 0;
        font-size: 1.15em;
        background: url("../images/layout/exclamation.png") no-repeat 0 50%;
    }

/* style dla login page */
.iframe-login-container #content {
    width: 100% !important;
    background: #ffffff;
    border-radius: var(--border-radius-small);
    margin-bottom: 63px;
}


.alertNew-content-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #019788;
    margin-top: 0;
}

.iframe-login-container p {
    margin: 17px 0;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #69737a;
}


.iframe-login-container #invoice {
    position: relative;
    display: flex;
}

    .iframe-login-container #invoice::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 32px;
        width: calc(100% - 64px);
        border: 0.5px solid #f2f2f2;
    }

    .iframe-login-container #invoice #image {
        position: absolute;
        left: 51px;
        top: 0;
        width: auto !important;
        float: unset;
    }

    .iframe-login-container #invoice #details {
        width: auto !important;
        float: unset;
        padding-left: 135px !important;
        padding-right: 48px !important;
        padding-bottom: 31px;
    }

        .iframe-login-container #invoice #details h2 {
            color: #019788;
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 22px;
            margin-top: 0;
            margin-bottom: 10px !important;
        }

.loginForms-Button {
    background-color: #019788;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    border-radius: 10px;
    color: #ffffff;
    padding: 11px 32px 9px 32px;
    text-align: center;
    border: none;
    cursor: pointer;
    width: unset;
    height: unset;
    text-shadow: unset;
}

.iframe-login-container .two-columns {
    margin-top: 34px;
    position: relative;
    display: flex;
    padding-bottom: 16px;
}

    .iframe-login-container .two-columns::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 32px;
        width: calc(100% - 64px);
        border: 0.5px solid #f2f2f2;
    }

.iframe-login-container h4 {
    margin-top: 0;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #019788;
}

.iframe-login-container .two-columns .col {
    width: 50% !important;
    padding-left: 120px;
    padding-right: 32px;
    box-sizing: border-box;
    position: relative;
}

.iframe-login-container .two-columns .image {
    position: absolute;
    left: 51px;
}

.iframe-login-container .section {
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 35px;
    padding-bottom: 21px;
    position: relative;
}

    .iframe-login-container .section h4 {
        margin-bottom: 20px;
    }

    .iframe-login-container .section p {
        margin-bottom: 20px;
        max-width: 720px;
    }

        .iframe-login-container .section p:last-child {
            margin-bottom: 0;
        }

    .iframe-login-container .section::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 32px;
        width: calc(100% - 64px);
        border: 0.5px solid #f2f2f2;
    }

    .iframe-login-container .section:last-child:after {
        content: none;
    }

.button-transparent {
    background-color: transparent !important;
    color: #019788 !important;
    border: 1px solid #019788 !important;
    font-size: 12px !important;
}

@media screen and (max-width: 996px) {
    .iframe-login-container {
        padding: 0 !important;
    }

    #content .loginColumns {
        border-top: none !important;
    }

    .iframe-login-container .two-columns .col,
    .iframe-login-container .section {
        margin-top: 0 !important;
        padding-left: 21px !important;
        padding-right: 21px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .iframe-login-container #invoice h4,
    .iframe-login-container .two-columns h4 {
        margin-left: 90px;
        margin-bottom: 32px !important;
    }

    .iframe-login-container h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .iframe-login-container #invoice #image,
    .iframe-login-container .two-columns .image {
        left: 37px;
    }

    .two-columns {
        flex-direction: column;
    }

    .iframe-login-container .two-columns .col {
        float: unset !important;
        width: 100% !important;
        margin-bottom: 30px;
    }

    .iframe-login-container .two-columns::after,
    .iframe-login-container .section::after,
    .iframe-login-container #invoice::after {
        content: none;
    }

    #content .loginColumns #col2 {
        margin-bottom: 0 !important;
    }

    .iframe-login-container .two-columns {
        padding-bottom: 0 !important;
    }

    .button-transparent {
        border-radius: 0 !important;
        padding: 12px 36px 9px 36px;
    }

    .iframe-login-container #content {
        margin-bottom: 0;
    }
}

/* nowe style */

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 11px;
    height: 11px;
    border: none;
    outline: none;
    position: relative;
    margin-right: 10px;
}

    input[type="radio"]::before {
        content: "";
        display: block;
        position: absolute;
        width: 11px;
        height: 11px;
        border: 1.5px solid #b6b6b6;
        border-radius: 50%;
    }

    input[type="radio"]::after {
        content: "";
        display: none;
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #009597;
        top: 50%;
        left: 50%;
        transform: translate(-25%, -20%);
    }

    input[type="radio"]:checked::after {
        display: block;
    }

#mainContent {
    padding: 15px 20px 24px 13px;
}

#content .mail-box {
    padding-left: 44px;
    position: relative;
}

    #content .mail-box::before {
        content: "";
        background-image: url("../images/layout/mail-box-img.png");
        width: 31px;
        height: 31px;
        display: block;
        position: absolute;
        left: 0;
        top: -15px;
        background-size: 100%;
    }

    #content .mail-box legend {
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 14px;
        color: #019788;
        margin-bottom: 0;
        padding-bottom: 0 !important;
    }

@media screen and (max-width: 960px) {
    #content .mail-box {
        padding-left: 73px;
        position: relative;
    }

        #content .mail-box legend {
            font-size: 14px;
            line-height: 17px;
        }

        #content .mail-box::before {
            width: 41px;
            height: 41px;
        }
}

#content .mail-box legend::after {
    content: none !important;
}

.homepage #mainContent {
    background-color: transparent !important;
    box-shadow: none;
}

.box a {
    color: #019788;
    text-decoration: none;
}

.box h3,
.boxContent {
    padding: 0 !important;
    margin: 0 !important;
}

.box h3 {
    margin-bottom: 15px !important;
}

.box {
    padding: 16px;
    box-sizing: border-box;
}

    div.formLine .hint::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -12px;
        width: 10px;
        height: 10px;
        transform: translateY(-50%);
        background: url("../images/layout/question-mark.png");
    }

.formLineSearch {
    margin-top: 15px;
    font-size: 10px;
    line-height: 12px;
    color: #69737a;
}

    .formLineSearch label {
        display: inline-block;
    }

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

    input[type="checkbox"]::after {
        content: "";
        width: 12px;
        height: 12px;
        border: 1px solid #cdcdcd;
        border-radius: 4px;
        display: inline-block;
        position: relative;
    }

    input[type="checkbox"]:checked::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-51%) rotate(45deg);
        width: 2.5px;
        height: 6px;
        border-right: 2px solid #009597;
        border-bottom: 2px solid #009597;
    }

.fr.smallButton {
    float: none;
}

.sort.sorted {
    display: none;
}

.invoice-filter-trigger {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 160%;
    color: #1f1f1f;
    text-decoration: none;
    padding: 9px 37px 9px 13px;
    border: 0.8px solid #cbcbcb;
    border-radius: var(--border-radius-medium);
    position: relative;
    background-color: transparent;
    cursor: pointer;
    float: none !important;
}

@media screen and (max-width: 960px) {
    .invoice-filter-trigger {
        padding: 13px 37px 13px 13px;
    }
}

.invoice-filter-trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
    width: 10px;
    height: 10px;
    background: url("../images/layout/filter-icon.png");
    background-size: 100% !important;
}

button.invoice-filter-trigger {
    margin-bottom: 15px;
}

.file.xls {
    background: none;
    padding-left: 15px;
    position: relative;
}

    .file.xls::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 10px;
        height: 11px;
        background: url("../images/layout/excel-icon.png");
        background-size: 100% !important;
    }

.file.xls,
.file.pdf {
    background: none;
    padding-left: 15px;
    position: relative;
    font-size: 10px;
    line-height: 160%;
    color: #1f1f1f;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
}

td .file.pdf::before {
    top: 6px;
    transform: none;
}

td .file.pdf {
    font-weight: 700;
}

.file.xls::before,
.file.pdf::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-size: 100% !important;
}

.file.pdf::before {
    width: 9.7px;
    height: 12px;
    background: url("../images/layout/pdf-icon.png");
}

#content table.list th.headerSortUp,
#content table.list th.headerSortDown {
    background-image: none !important;
    position: relative;
}

    #content table.list th.headerSortUp::before,
    #content table.list th.headerSortDown::before {
        content: "";
        position: absolute;
        top: calc(50% - 3.5px);
        transform: translateY(-50%);
        width: 7.3px;
        height: 3.64px;
        right: 2px;
        background: url("../images/layout/table-arrow.png");
        background-size: 100%;
    }

    #content table.list th.headerSortUp::after,
    #content table.list th.headerSortDown::after {
        content: "";
        position: absolute;
        top: calc(50% + 3.5px);
        transform: translateY(-50%) rotate(180deg);
        width: 7.3px;
        height: 3.64px;
        right: 3px;
        background: url("../images/layout/table-arrow.png");
        background-size: 100%;
    }


.invoiceSelection {
    width: 16px;
    height: 16px;
}

    .invoiceSelection::after {
        content: "";
        width: 16px !important;
        height: 16px !important;
        border-radius: 4px;
        display: inline-block;
        position: relative;
    }

    .invoiceSelection:checked::after {
        background-color: #009597;
    }

    .invoiceSelection:checked::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-51%) rotate(45deg);
        width: 2.5px;
        height: 6px;
        border-right: 2px solid white !important;
        border-bottom: 2px solid white !important;
        z-index: 1;
    }

.nowa {
    background-color: #009597;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #ffffff;
}

.offerText .titleRow {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #2e2e2e;
}

.offerText .descRow {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #585858;
}

.offerText .detailsLink {
    font-weight: 700;
    font-size: 9px;
    line-height: 11px;
    color: #292929;
    background: #98cb00;
    border-radius: var(--border-radius-medium);
    padding: 11px 17px 9px 22px;
    display: inline-block;
    text-decoration: none;
}

.filter > .formLine:last-child {
    margin-top: 10px;
}

.field-validation-error {
    margin-top: 5px;
    display: inline-block;
}

#mainContent .accordionBox.fromEfl .boxContent {
    padding: 14px 8px !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #2e2e2e;
}

#pagingBar {
    display: flex;
    justify-content: center;
}

.pageLink {
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007D8F;
    box-sizing: border-box;
    border: 1px solid #007D8F;
    border-radius: var(--border-radius-medium);
    text-decoration: none;
    margin: 0 4px;
}

    .pageLink.selected {
        background-color: rgba(0, 125, 143, 0.1);
        border: none;
    }

#flSteps {
    background-color: transparent !important;
    border: none !important;
}

    #flSteps .formLineShortLabel {
        margin-bottom: 21px !important;
        display: flex;
    }

        #flSteps .formLineShortLabel:last-child {
            margin-bottom: 0 !important;
        }

    #flSteps label {
        font-weight: 700;
        font-size: 14px;
        line-height: 160%;
        color: #009597;
        float: none;
        flex-shrink: 0;
    }

@media screen and (max-width: 960px) {
    div.mediumWidth select,
    div.largeWidth select {
        width: 100% !important;
    }
}

.contact-popup-inner .formLine img {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.contact-popup-inner h1 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #009597;
}

.contact-popup-inner {
    padding: 0px 43px 26px 43px !important;
}

    .contact-popup-inner fieldset {
        border: 0.2px solid #69737a;
        box-shadow: 0px 5px 8px rgba(27, 27, 27, 0.08);
        border-radius: var(--border-radius);
        padding: 15px 19px 21px 18px !important;
    }

        .contact-popup-inner fieldset legend {
            float: left;
        }

    .contact-popup-inner #showAllData {
        border: 0.8px solid #cbcbcb;
        border-radius: 10px;
        padding: 10px 20px;
        text-decoration: none;
        background-color: white;
        font-size: 10px;
        line-height: 12px;
        color: #454d4d;
        display: inline-block;
    }

    .contact-popup-inner #dontShowUpdateContact {
        font-size: 12px;
        line-height: 14px;
        color: #037d8f;
        text-decoration: none;
    }

@media screen and (max-width: 960px) {
    #offerList table .gridrow {
        display: flex;
        flex-direction: column;
    }

    td.footable-visible.footable-first-column {
        width: 10% !important;
    }

    #offerList table .gridrow .offerImage img {
        width: 100% !important;
        max-width: unset !important;
    }
}

/* styles po zmianach w htmlu */

select {
    position: absolute;
}

.multiselect {
    position: relative;
}

.nice-select {
    border-radius: 10px !important;
    font-size: 10px !important;
    line-height: 27px !important;
    border: 1px solid #cccccc !important;
    width: 100% !important;
    font-weight: 700 !important;
    padding-left: 10px !important;
    float: none !important;
    clear: none !important;
    height: 27px !important;
    margin-top: 2px;
    margin-bottom: 2px;
}

    .nice-select .nice-select-dropdown {
        min-width: 100%;
        border-radius: 10px;
    }

    .nice-select .list {
        margin-top: 0;
        margin-bottom: 0;
    }

        .nice-select .list li {
            line-height: 27px;
            padding-left: 10px;
        }

@media screen and (max-width: 960px) {
    .nice-select {
        font-size: 14px;
        line-height: 40px;
    }

        .nice-select .list li {
            line-height: 40px;
            padding-left: 10px;
        }
}

.font-big {
    font-size: 20px;
    line-height: 24px;
}

.pagination {
    display: flex;
    margin: 10px 0;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.pagination-button {
    width: 33px;
    height: 33px;
    border-radius: 10px;
    border: 1px solid rgba(0, 125, 143, 0.2);
    color: #007d8f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 700;
}

    .pagination-button.current {
        background-color: rgba(0, 125, 143, 0.1);
        border: none;
    }

    .pagination-button.dots {
        background-color: #f5f5f5;
        border: rgba(233, 233, 233, 1) 1px solid;
        cursor: auto;
    }

.pagination .arrow {
    cursor: pointer;
    padding: 0 10px;
}

    .pagination .arrow.nav-prev {
        margin-right: 10px;
    }

    .pagination .arrow.nav-next {
        margin-left: 10px;
    }

#freezeContent img,
#freezeContent .freezeText {
    display: none;
}

#freezeContent {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background-color: transparent;
    margin: 20%;
}

.blockMsg {
    border: none !important;
    background-color: transparent !important;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Kontener defaultowy */
.exclamationContainer {
    width: 100%;
    background-color: #037d8f;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 16px;
}

    .exclamationContainer img {
        display: flex;
        margin-left: 19px;
        margin-top: 12px;
        margin-bottom: 9px;
        margin-right: 19px;
    }

    .exclamationContainer .content {
        display: flex;
        width: calc(100% - 41px);
        justify-content: center;
        padding: 17px 39px 17px 0;
        font-size: 12px;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        color: #fff;
        text-align: center;
        height: auto;
        align-items: center;
    }

/* Warning */
.warning {
    background-color: #e44556;
}

/* Info */
.info {
    font-weight: normal;
    background-color: #e6f2ff;
    color: #222;
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #b3d8fd;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 1em;
}

/* Accept */
.accept {
    background-color: #98cb02;
}

/* Success */
.success {
    background-color: #006a4f;
}

/* Kontener check info */
.checkInfo {
    width: 100%;
    display: flex;
    height: auto;
    flex-direction: row;
    background: #ffffff;
    box-shadow: 0px 5px 8px rgba(27, 27, 27, 0.08);
    border-radius: 16px;
}

    .checkInfo img {
        height: 41px;
        width: 41px;
        display: flex;
        margin-left: 19px;
        margin-top: 13px;
        justify-content: flex-start;
        margin-bottom: min(13px);
        margin-right: 33px;
        align-items: center;
    }

    .checkInfo .rightContainer {
        width: calc(100% - 41px);
    }

        .checkInfo .rightContainer .rightHeader {
            text-align: left;
            font-weight: 700;
            color: #019788;
            font-size: 14px;
            font-family: "Lato", sans-serif;
            margin: 19px 10px 0 0;
        }

        .checkInfo .rightContainer .rightContent {
            font-family: "Lato", sans-serif;
            color: #69737a;
            padding-top: 2px;
            height: auto;
            font-size: 12px;
            font-style: normal;
            margin: 0 10px 19px 0;
        }

/* Odstępy między kontenerami */

.space {
    width: 100%;
    height: 1rem;
}

/* nowe style do nice-select */
div.mediumWidth .nice-select {
    width: 200px;
}

.nice-select.pagesize {
    width: auto !important;
    margin: 0 5px;
}

span.amount-integerPart {
    font-weight: bold;
    font-size: large;
}

span.amount-fractionalPart {
    font-weight: bold;
}

span.amount-currency {
    padding-left: 0.3em;
}

span.number-of-items {
    padding-left: 0.3em;
}

thead {
    border-radius: var(--border-radius-medium);
}

input.short.text {
    width: 40px !important;
    padding: 4px !important;
}


.nice-select.ui-multiselect.ui-helper-clearfix.ui-widget {
    width: 100% !important;
    display: flex;
}

    .nice-select.ui-multiselect.ui-helper-clearfix.ui-widget > .selected,
    .nice-select.ui-multiselect.ui-helper-clearfix.ui-widget > .available {
        width: calc(50% - 2px) !important;
    }

.ui-state-default.ui-element.ui-draggable-handle {
    width: 100% !important;
    box-sizing: border-box;
}

#content fieldset.filterExtended {
    width: 100% !important;
}

table thead tr:first-child th:first-child {
    border-top-left-radius: var(--border-radius-medium);
}

table thead tr:last-child th:first-child {
    border-bottom-left-radius: var(--border-radius-medium);
}

table thead tr:first-child th:last-child {
    border-top-right-radius: var(--border-radius-medium);
}

table thead tr:last-child th:last-child {
    border-bottom-right-radius: var(--border-radius-medium);
}


table thead tr:first-child .footable-visible:first-child {
    border-top-left-radius: var(--border-radius-medium);
}

table thead tr:last-child .footable-visible:first-child {
    border-bottom-left-radius: var(--border-radius-medium);
}

table thead tr:first-child .footable-last-column {
    border-top-right-radius: var(--border-radius-medium);
}

table thead tr:last-child .footable-last-column {
    border-bottom-right-radius: var(--border-radius-medium);
}

.phone-number-container {
    display: inline-flex;
    align-items: center;
    margin-left: 2px;
    margin-right: 2px;
}

/* spiner styles */

.ca-spinner {
    position: relative;
    width: 64px;
    height: 64px;
}

    .ca-spinner svg {
        position: absolute;
        width: 64px;
        height: 64px;
        left: 0;
        top: 0;
    }

    .ca-spinner .ca-spinner__outer,
    .ca-spinner .ca-spinner__inner {
        animation-name: ca-spinner-outer;
        animation-duration: 3000ms;
        animation-iteration-count: infinite;
        animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    .ca-spinner .ca-spinner__inner {
        animation-name: ca-spinner-inner;
    }

    .ca-spinner .ca-spinner__outer .s0 {
        fill: #007d8f;
    }

    .ca-spinner .ca-spinner__inner .s0 {
        fill: #99cc00;
    }

@keyframes ca-spinner-outer {
    0% {
        transform: rotate(0deg);
    }

    45% {
        transform: rotate(180deg);
    }

    60% {
        transform: rotate(180deg);
    }

    95% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes ca-spinner-inner {
    0% {
        transform: rotate(0deg);
    }

    45% {
        transform: rotate(-180deg);
    }

    60% {
        transform: rotate(-180deg);
    }

    95% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@media screen and (min-width: 480px) {
    .cms-mobile-only {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .cms-desktop-only {
        display: none;
    }
}

caption {
    display: none;
}

/* Adjust layout when label elements were replaced with spans in markup */
.formLineSpan {
    margin-bottom: 4px; /* smaller vertical gap between rows */
    overflow: hidden; /* clear floats */
}

.formLineSpan span {
    float: left; /* act like a left-aligned label */
    width: 140px; /* label width so value sits closer */
    margin: 0 10px 0 0; /* small gap between label and value */
    padding: 0;
    line-height: 1.2;
}

/* Put value area to the right of the floated label, allow wrapping */
.formLineSpan .fields {
    display: block;
    margin-left: 150px; /* equals span width + gap */
    vertical-align: top;
    max-width: 70%;
    word-wrap: break-word;
}

/* For very long single words/emails */
.formLineSpan .fields * {
    word-break: break-word;
}




/* Adjust layout when label elements were replaced with spans in markup */
/* Target the existing markup: .formLineShortLabel > .detailsLabel + .fields */
.formLineShortLabelSpan {
    margin-bottom: 4px; /* smaller vertical gap between rows */
    overflow: hidden; /* clear floats */
}

.formLineShortLabelSpan .detailsLabel {
    float: left; /* act like a left-aligned label */
    width: 12em; /* label width so value sits closer */
    margin: 0 10px 0 0; /* small gap between label and value */
    padding: 0;
    line-height: 1.2;
    display: block;
}

/* Make the value container take the remaining horizontal space and avoid forced word breaks */
.formLineShortLabelSpan .fields {
    display: block;
    margin-left: calc(12em + 10px); /* equals label width + gap */
    max-width: calc(100% - (12em + 10px));
    vertical-align: top;
    /* allow horizontal scroll instead of breaking long words if needed */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Prevent unnecessary breaking of words; allow content to stay on one line when there is space */
.formLineShortLabelSpan .detailsText,
.formLineShortLabelSpan .fields span,
.formLineShortLabelSpan .fields * {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

