/* *** CSS RESET *** */

:focus {
    outline: 0
}

a {
    outline: none;
    text-decoration: none;
}

a, img {
    border: 0;
}

button {
    cursor: pointer;
}

/* *** GLOBAL *** */

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-top: 0;
}

body p {
    margin-bottom: 25px;
    margin-top: 0;
}

body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body .bx-wrapper {
    z-index: 1;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
}

iframe {
    border: none;
}

input, textarea, button {
    font-family: 'Open Sans', sans-serif;
}

figure {
    margin: 0;
}

/*@media (min-width: 1200px) {*/
body .container-1 {
    max-width: 100%;
    padding: 0 45px;
}
/*}*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #5C5C5C;
    background: #f2f3f9;
    line-height: normal;
    min-width: 302px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button, input, textarea {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background: transparent;
}

.content-box {
    float: left;
    width: 100%;
}

.table-cell {
    width: 1000px;
    display: table-cell;
    vertical-align: middle;
}

.styledCheckbox input {
    display: block !important;
    opacity: 0;
    filter: alpha(opacity = 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.styledCheckbox {
    position: relative;
}

/* *** HEADER *** */

header {
    background: #fff;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    float: left;
    height: 83px;
    width: 100%;
    box-shadow: 0 0 10px rgba(199,199,223,0.8);
}

.header-box {
    float: left;
    width: 100%;
    padding: 20px 0 0;
}

header .logo {
    float: left;
}

    header .logo img {
        float: left;
        width: 278px;
    }

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu {
    position: relative;
    float: left;
}

    .main-menu > ul > li {
        position: relative;
        float: left;
        list-style: none;
        padding: 0 20px;
    }

        .main-menu > ul > li:after {
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -14px;
            height: 28px;
            width: 1px;
            content: "";
            background: #c5c5c5;
        }

        /*.main-menu:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -14px;
    height: 28px;
    width: 1px;
    content: "";
    background: #c5c5c5;
}*/

        .main-menu > ul > li.border-1:after {
            height: 13px;
            margin-top: -6.5px;
        }

        .main-menu > ul > li:first-child:after {
            display: none;
        }

        .main-menu > ul > li > a {
            color: #fff;
            display: block;
            position: relative;
            float: left;
            height: 31px;
        }

            .main-menu > ul > li > a span {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #fff;
                display: block;
                opacity: 0;
            }

            .main-menu > ul > li > a:hover span {
                opacity: 1;
            }

.hic-1 {
    width: 30px;
    background: url('/Content/Images/New/icons/img01.png');
}

    .hic-1:hover {
        background: url('/Content/Images/New/icons/img01hover.png');
    }

.hic-2 {
    width: 26px;
    background: url('/Content/Images/New/icons/img02.png');
}

    .hic-2:hover {
        background: url('/Content/Images/New/icons/img02hover.png');
    }

.hic-download-document {
    width: 26px;
    background: url('/Content/Images/New/icons/pobieranie.png');
    background-size: contain;
}

    .hic-download-document:hover {
        background: url('/Content/Images/New/icons/pobieranie_hover.png');
        background-size: contain;
    }

.hic-renewal {
    width: 35px;
    padding-bottom: 50px;
    background: url('/Content/Images/New/icons/img81.png');
    background-size: 33px;
    background-repeat: no-repeat;
}

    .hic-renewal:hover {
        width: 35px;
        background: url('/Content/Images/New/icons/img81hover.png');
        background-size: 33px;
        background-repeat: no-repeat;
    }

.hic-calculator {
    width: 35px;
    background: url('/Content/Images/New/icons/img03.png');
    background-size: 37px;
    background-repeat: no-repeat;
    background-position: center;
}

    .hic-calculator:hover {
        background: url('/Content/Images/New/icons/calc-red.png');
        background-size: 37px;
        background-repeat: no-repeat;
        background-position: center;
    }

.hic-4 {
    width: 30px;
    background: url('/Content/Images/New/icons/img04.png');
}

    .hic-4:hover {
        background: url('/Content/Images/New/icons/img04hover.png');
    }

.hic-5 {
    width: 30px;
    background: url('/Content/Images/New/icons/img05.png');
}

    .hic-5:hover {
        background: url('/Content/Images/New/icons/img05hover.png');
    }

.hic-6 {
    width: 30px;
    background: url('/Content/Images/New/icons/kartoteka_klienta.png');
    background-size: 30px;
    background-repeat: no-repeat;
}

    .hic-6:hover {
        background: url('/Content/Images/New/icons/kartoteka_klienta_hover.png');
        background-size: 30px;
        background-repeat: no-repeat;
    }

.hic-7 {
    background: url('/Content/Images/New/icons/img07.png');
    width: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
}

    .hic-7:hover {
        background: url('/Content/Images/New/icons/img07hover.png');
        background-size: 30px;
        background-repeat: no-repeat;
    }

.hic-8 {
    display: block;
    width: 27px;
    background: url('/Content/Images/New/icons/img08.png');
    height: 31px;
    float: left;
}

    .hic-8:hover {
        background: url('/Content/Images/New/icons/img08hover.png');
    }

        .hic-8:hover span {
            opacity: 1;
        }

header .float-right {
    margin-top: 6px;
}

.tooltip-inner {
    background: #3d3763;
    border-radius: 0;
    opacity: 1 !important;
    padding: 2px 8px 3px 8px;
    font-size: 12px;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}

.tooltip {
    margin-top: 5px !important;
    opacity: 1 !important;
}

    .tooltip .arrow:before {
        background: none;
        border: none;
    }

    .tooltip .arrow {
        width: 7px;
        height: 7px;
        background: url('/Content/Images/New/icons/img09.png')
    }

/* *** FOOTER *** */

footer {
    float: left;
    width: 100%;
    font-size: 13.33px;
    padding: 25px 0 22px 0;
}

.copyright {
    float: right;
}

footer a {
    color: #000;
}

    footer a:hover {
        color: #b41b1e;
    }

.copyright a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
}

.copy-icon {
    width: 10px;
    height: 9px;
    background: url('/Content/Images/New/icons/img10.png');
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 0;
}

/* *** HOME *** */

.container-box {
    float: left;
    width: 100%;
}

.main-content {
    float: left;
    width: 100%;
    padding-left: 88px;
    margin-top: 25px;
}

.row20 {
    margin-left: -10px;
    margin-right: -10px;
}

    .row20 > div {
        padding: 0 10px;
    }

.box-1 {
    height: 92px;
    background: #fff;
    /*border-bottom: 2px solid #00A584;*/
    padding: 20px 25px;
    color: #3d3763;
    margin-bottom: 25px;
}

    .box-1 .icon {
        position: relative;
        float: left;
    }

    .box-1:hover {
        color: #00A584;
    }

    .box-1 .txt {
        font-weight: bold;
        margin: 10px 0 0 10px;
        float: left;
        font-size: 21.3333px;
    }

    .box-1 .icon span {
        background: #fff;
    }

    .box-1 .icon span {
        opacity: 0;
    }

    .box-1:hover .icon span {
        opacity: 1;
    }

.controls-1 {
    float: right;
    margin-top: 14px;
}

.line-1 {
    width: 1px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background: #c5c3d1;
    margin: 0 15px;
}

.link-1 {
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #00A584;
    padding-left: 24px;
    background: url('/Content/Images/New/icons/img15.png') left center no-repeat;
}

    .link-1 span {
        display: block;
        float: left;
        padding-top: 1px;
        padding-left: 5px;
        display: none;
    }

    .link-1:hover span {
        display: block;
    }

    .link-1:hover {
        color: #00A584;
        background-image: url('/Content/Images/New/icons/img17.png');
    }

.link-2 {
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #00A584;
    padding-left: 24px;
    background: url('/Content/Images/New/icons/img16.png') left center no-repeat;
    margin-left: 15px;
}

    .link-2 span {
        display: block;
        float: left;
        padding-top: 1px;
        padding-left: 5px;
        display: none;
    }

    .link-2:hover span {
        display: block;
    }

    .link-2:hover {
        color: #00A584;
        background-image: url('/Content/Images/New/icons/img18.png');
    }

.box-1a {
    border-color: #0082C3;
}

    .box-1a:hover {
        color: #0082C3;
    }

    .box-1a .link-1, .box-1a .link-2 {
        color: #0082C3;
    }

        .box-1a .link-1:hover {
            background-image: url('/Content/Images/New/icons/img19.png');
        }

        .box-1a .link-2:hover {
            background-image: url('/Content/Images/New/icons/img20.png');
        }

        .box-1a .link-1:hover, .box-1a .link-2:hover {
            color: #0082C3;
        }

.box-1b {
    border-color: #DD0081;
}

    .box-1b:hover {
        color: #DD0081;
    }

    .box-1b .link-1, .box-1b .link-2 {
        color: #DD0081;
    }

        .box-1b .link-1:hover {
            background-image: url('/Content/Images/New/icons/img21.png');
        }

        .box-1b .link-2:hover {
            background-image: url('/Content/Images/New/icons/img22.png');
        }

        .box-1b .link-1:hover, .box-1b .link-2:hover {
            color: #DD0081;
        }

.box-1c {
    border-color: #FFBF00;
}

    .box-1c:hover {
        color: #FFBF00;
    }

    .box-1c .link-1, .box-1c .link-2 {
        color: #FFBF00;
    }

        .box-1c .link-1:hover {
            background-image: url('/Content/Images/New/icons/img23.png');
        }

        .box-1c .link-2:hover {
            background-image: url('/Content/Images/New/icons/img24.png');
        }

        .box-1c .link-1:hover, .box-1c .link-2:hover {
            color: #FFBF00;
        }


.box-1d {
    /*border-color: #DD0081;*/
    border-color: gray;
}

    .box-1d:hover {
        /*color: #DD0081;*/
        color: gray;
        background-color: #fafafa;
    }

    .box-1d .link-1, .box-1d .link-2 {
        /*color: #DD0081;*/
        color: gray;
    }

        .box-1d .link-1:hover {
            background-image: url('/Content/Images/New/icons/img21.png');
        }

        .box-1d .link-2:hover {
            background-image: url('/Content/Images/New/icons/img22.png');
        }

        .box-1d .link-1:hover, .box-1d .link-2:hover {
            color: #DD0081;
        }

.content-box-1 {
    background: #fff;
    margin-bottom: 3px;
    border-bottom: 1px solid #e0e0ea;
    min-height: 69px;
}

.nav-1 {
    width: 88px;
    padding-top: 24px;
    float: left;
    height: 68px;
    text-align: center;
    border-right: 1px solid #e0e0ea;
}

    .nav-1 span {
        width: 1px;
        height: 15px;
        display: inline-block;
        vertical-align: middle;
        background: #c5c3d1;
        margin: 0 13px;
    }

.prev-1 {
    width: 10px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url('/Content/Images/New/icons/img25.png') no-repeat;
}

.next-1 {
    width: 10px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url('/Content/Images/New/icons/img26.png') no-repeat;
}

    .prev-1:hover, .next-1:hover {
        opacity: 0.9;
    }

.content-box-1 .date {
    font-size: 26.666px;
    font-weight: bold;
    padding: 17px 0 0 17px;
    float: left;
}

.content-box-1 .center-title {
    font-size: 26.666px;
    font-weight: bold;
    padding: 17px 0 0 17px;
}

.content-box-1 .float-right {
    padding-right: 25px;
}

.nav-2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .nav-2 ul li {
        float: left;
        position: relative;
        color: #3d3763;
        display: block;
    }

        .nav-2 ul li:after {
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -7px;
            height: 14px;
            width: 1px;
            content: "";
            background: #c5c5c5;
        }

        .nav-2 ul li.border-1:after {
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -14px;
            height: 28px;
            width: 1px;
            content: "";
            background: #c5c5c5;
        }

        .nav-2 ul li a {
            color: #3d3763;
            display: block;
            font-weight: bold;
            height: 68px;
            line-height: 68px;
            padding: 0 15px;
            border-bottom: 1px solid #fff;
            display: block;
        }

        .nav-2 ul li.current a {
            color: #f1643c;
            border-color: #f1643c;
        }

        .nav-2 ul li a:hover {
            color: #f1643c;
        }

.ic-1 {
    width: 26px;
    margin-left: 15px;
    height: 68px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    background: url('/Content/Images/New/icons/img27.png') center center no-repeat;
}

    .ic-1:hover {
        opacity: 0.9;
    }

.search-box {
    float: left;
    margin-top: 20px;
}

    .search-box input:focus {
        width: 150px;
    }

    .search-box button {
        width: 30px;
        height: 30px;
        border: none;
        background: url('/Content/Images/New/icons/img28.png') center center no-repeat;
        float: left;
    }

        .search-box button:hover {
            opacity: 0.9;
        }

    .search-box input {
        float: left;
        height: 30px;
        color: #3d3763;
        display: block;
        border: none;
        width: 80px;
        padding: 0 15px 0 5px;
        font-weight: bold;
    }

    .search-box ::-webkit-input-placeholder {
        color: #3d3763;
    }

    .search-box :-moz-placeholder {
        color: #3d3763;
    }

    .search-box ::-moz-placeholder {
        color: #3d3763;
    }

    .search-box :-ms-input-placeholder {
        color: #3d3763;
    }

.nav-2 {
    float: left;
}

.table-1 td {
    border-left: 1px solid #898989;
    border-bottom: 1px solid #898989;
    padding: 10px 10px;
}

.table-1 tr td:first-child {
    border-left: none;
}

.valign-top {
    vertical-align: top;
}

.bg-yellow {
    background: #ffffda;
}

.bg-pink {
    background: #fff4f4;
}

.table-1 table {
    width: 100%;
    background: #fff;
}

.table-1 a {
    color: #5C5C5C;
}

    .table-1 a:hover {
        color: #f1643c;
    }

.link-3 {
    display: block;
    padding-right: 30px;
    background: url('/Content/Images/New/icons/img29.png') right 5px no-repeat;
}

    .link-3:hover, .link-3.active {
        color: #f1643c;
        background-image: url('/Content/Images/New/icons/img29hover.png');
    }

.table-1 td.active {
    color: #f1643c;
}

.table-1 tr td {
    position: relative;
    height: 65px;
}

.table-1 tr.active td {
    border-bottom-color: #f1643c;
}

    .table-1 tr.active td:after {
        width: 100%;
        height: 1px;
        background: #f1643c;
        top: -1px;
        left: 0;
        width: 100%;
        position: absolute;
        display: block;
        content: "";
    }

/*.table-1 tr:hover td:after {
    width: 100%;
    height: 1px;
    background: #f1643c;
    top: -1px;
    left: 0;
    width: 100%;
    position: absolute;
    display: block;
    content: "";
}*/

.table-1 tr:hover .color-violet {
    color: #f1643c;
}

.table-1 tr:hover td:before {
    width: 100%;
    height: 1px;
    background: #f1643c;
    bottom: -1px;
    left: 0;
    width: 100%;
    position: absolute;
    display: block;
    content: "";
}

.table-1 tr:hover td {
    color: #f1643c;
}

    .table-1 tr:hover td a {
        color: #f1643c;
    }

.table-1 tr:hover .link-3 {
    background-image: url(/Content/Images/New/icons/img29hover.png);
}

.bg-gray {
    background: #f8f8f8;
}

.tooltip-1 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.tooltip-1-content {
    border: 2px solid #f1643c;
    background: #f4f5fb;
    position: relative;
    width: 243px;
    padding: 15px 20px;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
    font-size: 14.666px;
}

.tooltip-1-content-width {
    width: 900px;
}

.tooltip-1-container {
    position: absolute;
    top: 100%;
    right: 18px;
    display: none;
    padding-top: 15px;
}

.tooltip-1-settings-container {
    position: absolute;
    top: 100%;
    right: 18px;
    display: none;
    padding-top: 15px;
}

.main-menu li:hover .tooltip-1-container {
    display: block;
}

.tooltip-1-content:after {
    width: 17px;
    height: 12px;
    background: url('/Content/Images/New/icons/img30.png');
    position: absolute;
    top: -12px;
    right: 5px;
    content: "";
    display: block;
}

.tooltip-1-content a {
    color: #5C5C5C;
}

    .tooltip-1-content a:hover {
        color: #f1643c;
    }

.tooltip-1-content .txt span {
    color: #f1643c;
}

.tooltip-1-content .txt {
    border-bottom: 1px solid #dedfe9;
    margin-bottom: 10px;
    padding-bottom: 13px;
}

    .tooltip-1-content .txt:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

.nav-3 {
    position: absolute;
    top: 0;
    z-index: 11;
    left: 0;
    width: 68px;
}

    .nav-3 ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

.main-content {
    position: relative;
}

.nav-3 > ul > li {
    position: relative;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}

.nav-3 .submenu-1 {
    position: absolute;
    top: 0;
    display: none;
    width: 264px;
    float: left;
    padding-left: 20px;
    left: 100%;
}

    .nav-3 .submenu-1 .content {
        float: left;
        width: 100%;
        padding-bottom: 10px;
    }

.nav-3 li:hover .submenu-1 {
    display: block;
}

.nav-3 .submenu-1 .content {
    background: #f1643c;
    position: relative;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
}

    .nav-3 .submenu-1 .content:after {
        width: 11px;
        height: 24px;
        background: url('/Content/Images/New/icons/img34.png');
        content: "";
        position: absolute;
        top: 21px;
        left: -11px;
    }

.nav-3 .submenu-1 .name {
    padding: 20px 23px 18px 23px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.nav-3 ul ul {
    float: left;
    width: 100%;
}

.nav-3 .submenu-1 a {
    color: #fff;
    display: block;
    padding: 8px 23px 8px 40px;
    background: url('/Content/Images/New/icons/img35.png') 23px center no-repeat;
}

.submenu-alone a {
    color: #fff;
    display: block;
    padding: 8px 0px 8px 20px !important;
    background: none !important;
}

    .submenu-alone a:hover {
        background-color: #3d3763 !important;
    }

.nav-3 .submenu-1 a:hover {
    font-weight: bold;
    background-color: #3d3763;
}

.nav-3 > ul > li > a {
    height: 63px;
    width: 100%;
    margin-bottom: -2px;
    background: #fff;
    display: block;
    border: 2px solid #f1643c;
}

.nav-3 .n-1 {
    background-size: 76% auto !important;
    background: #fff url('/Content/Images/New/icons/img31.png') center center no-repeat;
}

.nav-3 li:hover a {
    background-color: #f1643c;
}

.nav-3 li:hover .n-1 {
    background-image: url('/Content/Images/New/icons/img31hover.png');
    background-size: 66% auto !important;
}

.nav-3 .n-2 {
    background-size: 76% auto !important;
    background: #fff url('/Content/Images/New/icons/img32.png') center center no-repeat;
}

.nav-3 li:hover .n-2 {
    background-size: 66% auto !important;
    background-image: url('/Content/Images/New/icons/img32hover.png');
}

.nav-3 .n-3 {
    background-size: 76% auto !important;
    background: #fff url('/Content/Images/New/icons/kalendarz_hover.png') center center no-repeat;
}

.nav-3 li:hover .n-3 {
    background-size: 76% auto !important;
    background-image: url('/Content/Images/New/icons/kalendarz_hover_white.png');
}

.nav-3 .n-4 {
    background-size: 76% auto !important;
    background: #fff url('/Content/Images/New/icons/komorka_hover.png') center center no-repeat;
}

.nav-3 li:hover .n-4 {
    background-size: 76% auto !important;
    background-image: url('/Content/Images/New/icons/komorka.png');
}

.color-violet {
    color: #3d3763;
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;
}

    .select .chosen-container {
        width: 100% !important;
    }

    .select ul {
        margin: 0 4px 4px 0 !important;
        padding: 0 0 0 4px !important;
    }

    .select .chosen-search {
        display: none;
    }

    .select .chosen-container-single .chosen-single {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        padding: 0 0 0 10px;
        height: 36px;
        border: none;
        border-radius: 0;
        background: #fff;
        border: 1px solid #e0e0ea;
        box-shadow: none;
        color: #5C5C5C;
        font-size: 15px;
        text-decoration: none;
        white-space: nowrap;
        line-height: 34px;
    }

    .select .chosen-drop ul li {
        background-image: none !important;
        height: auto !important;
    }

    .select .chosen-drop {
        border-color: #e0e0ea;
    }

    .select .chosen-container-single .chosen-single div {
        width: 32px;
        background: url('/Content/Images/New/icons/img53.png') center 15px no-repeat;
    }

    .select .chosen-container .chosen-results li.active-result {
        background: #fff;
        color: #5C5C5C;
    }

    .select .chosen-container .chosen-results li:hover {
        background: #f1643c;
        color: #fff;
    }

.btn-1 {
    display: block;
    height: 36px;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    color: #5C5C5C;
    border: 1px solid #e1e1e1;
    width: 100%;
    padding: 0 10px;
}

    .btn-1:hover {
        background: #5C5C5C;
        color: #fff !important;
    }

.btn-1-a {
    background-color: #f0f0f0;
}

    .btn-1-a:hover {
        color: #fff !important;
        background: #5C5C5C;
    }

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 101;
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    background: #fff;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    display: none;
}

    .header-rsp .logo-rsp {
        height: 50px;
        width: 140px;
        display: table-cell;
        vertical-align: middle;
    }

        .header-rsp .logo-rsp img {
            max-width: 100%;
            max-height: 100%;
            margin-bottom: -3px;
        }

.hamburger {
    position: absolute;
    top: -11px;
    display: none;
    right: 5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #000;
    height: 2px;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

    .data-rsp a {
        font-size: 11px;
    }

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;
}

    .menu-rsp .opacity-rsp {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 1;
        opacity: 0.4;
    }

    .menu-rsp nav {
        float: left;
        width: 100%;
        height: 100%;
        overflow: auto;
    }

    .menu-rsp > nav > ul:first-child {
        -webkit-box-shadow: #666 0px 2px 3px;
        -moz-box-shadow: #666 0px 2px 3px;
        box-shadow: #666 0px 2px 3px;
    }

    .menu-rsp nav ul {
        float: left;
        width: 100%;
        margin: 0;
        position: relative;
        z-index: 2;
        background: #fff;
        padding: 0;
    }

    .menu-rsp nav li {
        position: relative;
        list-style: none;
        float: left;
        border: none;
        width: 100%;
        height: auto;
        border-top: 1px solid #e0e0ea;
    }

    .menu-rsp nav > ul > li:first-child {
        border-top: none;
    }

    .menu-rsp nav a {
        line-height: normal;
        height: auto;
        color: #fff;
        font-size: 16px;
        float: left;
        width: 100%;
        padding: 30px 15px 28px 15px;
    }

        .menu-rsp nav a:hover {
            background-color: #f2f3f9;
            color: #323232;
        }

            .menu-rsp nav a:hover .btn-slide-down {
                color: #323232;
            }

    .menu-rsp .fas {
        display: none;
    }

    .menu-rsp .btn-slide-down {
        background: transparent;
        color: #fff;
        line-height: 55px;
        border-color: #636363;
    }

    .menu-rsp nav ul .li-submenu > a {
        padding-right: 53px;
    }

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #000;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    display: none;
}


    .menu-rsp nav ul ul a {
        padding-left: 30px;
    }

    .menu-rsp nav ul ul ul a {
        padding-left: 45px;
    }

/* *** LIST *** */

.content-box-1 .date img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 10px 0 0;
    width: 26px;
}

.nav-4 {
    /*height: 69px;*/
    float: right;
}

    .nav-4 > ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .nav-4 > ul > li {
            float: left;
            padding: 0 20px;
            line-height: 70px;
            position: relative;
        }

            .nav-4 > ul > li:after {
                width: 1px;
                height: 13px;
                content: "";
                background: #c5c5c5;
                display: block;
                position: absolute;
                top: 50%;
                margin-top: -6.5px;
                left: 0;
            }

            .nav-4 > ul > li:first-child:after {
                display: none;
            }

            .nav-4 > ul > li > a {
                color: #3d3763;
                font-weight: bold;
            }

                .nav-4 > ul > li > a:hover {
                    color: #f1643c;
                }

.ic-partner-tree {
    width: auto !important;
    height: auto !important;
    padding-left: 30px !important;
}

.ic-2 {
    padding: 5px 0;
    padding-left: 32px;
    background: url('/Content/Images/New/icons/img37.png') left center no-repeat;
}

.ic-3 {
    padding: 5px 0;
    padding-left: 32px;
    background: url('/Content/Images/New/icons/img38.png') left center no-repeat;
}

.ic-4 {
    padding: 5px 0;
    padding-left: 32px;
    background: url('/Content/Images/New/icons/img39.png') left center no-repeat;
}

.ic-printer {
    padding: 5px 0;
    padding-left: 32px;
    background: url('/Content/Images/New/icons/img43.png') left center no-repeat;
}

    .ic-printer.active, .ic-printer:hover {
        color: #f1643c;
        background: url('/Content/Images/New/icons/img43hover.png') left center no-repeat;
    }

.ic-4.active, .ic-4:hover {
    color: #f1643c;
    background: url('/Content/Images/New/icons/img39hover.png') left center no-repeat;
}

.ic-3.active, .ic-3:hover {
    color: #f1643c;
    background: url('/Content/Images/New/icons/img38hover.png') left center no-repeat;
}

.ic-2.active, .ic-2:hover {
    color: #f1643c;
    background: url('/Content/Images/New/icons/img37hover.png') left center no-repeat;
}

.ic-back {
    padding: 5px 0;
    padding-left: 32px;
    background: url('/Content/Images/New/icons/powrot_do_listy.png') left center no-repeat;
    background-size: 25px;
}

    .ic-back:hover {
        background: url('/Content/Images/New/icons/powrot_do_listy_hover.png') left center no-repeat;
        background-size: 25px;
    }

.ic-add-policy {
    padding: 5px 0;
    padding-left: 32px;
    background: url('/Content/Images/New/icons/dodanie_polisy.png') left center no-repeat;
    background-size: 25px;
}

    .ic-add-policy:hover {
        background: url('/Content/Images/New/icons/dodanie_polisy_hover.png') left center no-repeat;
        background-size: 25px;
    }

.ic-calendar {
    padding: 5px 0;
    padding-left: 32px;
    background: url('/Content/Images/New/icons/kalendarz.png') left center no-repeat;
    background-size: 25px;
}

    .ic-calendar:hover {
        background: url('/Content/Images/New/icons/kalendarz_hover.png') left center no-repeat;
        background-size: 25px;
    }

.ic-top-calendar {
    padding: 5px 0;
    padding-left: 30px;
    background: url('/Content/Images/New/icons/kalendarz.png') left center no-repeat;
    background-size: 30px;
}

    .ic-top-calendar:hover {
        background: url('/Content/Images/New/icons/kalendarz_hover.png') left center no-repeat;
        background-size: 30px;
    }


.ic-accept {
    padding: 5px 0;
    padding-left: 32px;
    background: url('/Content/Images/New/icons/szary_ptaszek.png') left center no-repeat;
    background-size: 25px;
}

a.ic-accept {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-accept:hover {
    background: url('/Content/Images/New/icons/zielony_ptaszek.png') left center no-repeat;
    background-size: 25px;
}

.ic-reject {
    padding: 5px 0;
    padding-left: 32px;
    background: url('/Content/Images/New/icons/krzyzyk.png') left center no-repeat;
    background-size: 25px;
}

a.ic-reject {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-reject:hover {
    background: url('/Content/Images/New/icons/krzyzyk_hover_red.png') left center no-repeat;
    background-size: 25px;
}

.ic-calc {
    padding: 5px 0;
    padding-left: 32px;
    background: url('/Content/Images/New/icons/kalkulator.png') left center no-repeat;
    background-size: 25px;
}

a.ic-calc {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-calc:hover {
    background: url('/Content/Images/New/icons/kalkulator_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-customer-file {
    padding: 5px 0;
    padding-left: 32px;
    background: url('/Content/Images/New/icons/kartoteka_klienta.png') left center no-repeat;
    background-size: 25px;
}

a.ic-customer-file {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-customer-file:hover {
    background: url('/Content/Images/New/icons/kartoteka_klienta_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-lock {
    padding: 5px 0;
    padding-left: 32px;
    background: url('/Content/Images/New/icons/klodka.png') left center no-repeat;
    background-size: 25px;
}

a.ic-lock {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-lock:hover {
    background: url('/Content/Images/New/icons/klodka_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-mobile-phone {
    background: url('/Content/Images/New/icons/komorka.png') left center no-repeat;
    background-size: 25px;
}

a.ic-mobile-phone {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-mobile-phone:hover {
    background: url('/Content/Images/New/icons/komorka_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-note {
    background: url('/Content/Images/New/icons/notatka.png') left center no-repeat;
    background-size: 25px;
}

a.ic-note {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-note:hover {
    background: url('/Content/Images/New/icons/notatka_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-download-document {
    background: url('/Content/Images/New/icons/pobieranie.png') left center no-repeat;
    background-size: 25px;
}

a.ic-download-document {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

ic-download-document:hover {
    background: url('/Content/Images/New/icons/pobieranie_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-download {
    background: url('/Content/Images/New/icons/pobieranie_ogolne.png') left center no-repeat;
    background-size: 25px;
}

a.ic-download {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-download:hover {
    background: url('/Content/Images/New/icons/pobieranie_ogolne_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-document-view {
    background: url('/Content/Images/New/icons/podglad_dokumentu.png') left center no-repeat;
    background-size: 25px;
}

a.ic-document-view {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-document-view:hover {
    background: url('/Content/Images/New/icons/podglad_dokumentu_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-notification {
    background: url('/Content/Images/New/icons/powiadomienie.png') left center no-repeat;
    background-size: 25px;
}

a.ic-notification {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-notification:hover {
    background: url('/Content/Images/New/icons/powiadomienie_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-transfer {
    background: url('/Content/Images/New/icons/przelew.png') left center no-repeat;
    background-size: 25px;
}

a.ic-transfer {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-transfer:hover {
    background: url('/Content/Images/New/icons/przelew_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-settlement {
    background: url('/Content/Images/New/icons/rozlicz.png') left center no-repeat;
    background-size: 25px;
}

a.ic-settlement {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-settlement:hover {
    background: url('/Content/Images/New/icons/rozlicz_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-car {
    background: url('/Content/Images/New/icons/samochod.png') left center no-repeat;
    background-size: 25px;
}

a.ic-car {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-car:hover {
    background: url('/Content/Images/New/icons/samochod_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-copy {
    background: url('/Content/Images/New/icons/skopiuj.png') left center no-repeat;
    background-size: 25px;
}

a.ic-copy {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-copy:hover {
    background: url('/Content/Images/New/icons/skopiuj_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-meeting {
    background: url('/Content/Images/New/icons/spotkanie.png') left center no-repeat;
    background-size: 25px;
}

a.ic-meeting {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-meeting:hover {
    background: url('/Content/Images/New/icons/spotkanie_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-sale {
    background: url('/Content/Images/New/icons/sprzedaz.png') left center no-repeat;
    background-size: 25px;
}

a.ic-sale {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-sale:hover {
    background: url('/Content/Images/New/icons/sprzedaz_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-phone {
    background: url('/Content/Images/New/icons/telefon.png') left center no-repeat;
    background-size: 25px;
}

a.ic-phone {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-phone:hover {
    background: url('/Content/Images/New/icons/telefon_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-comment-cloud {
    background: url('/Content/Images/New/icons/wykonanie_telefonu.png') left center no-repeat;
    background-size: 25px;
}

a.ic-comment-cloud {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-comment-cloud:hover {
    background: url('/Content/Images/New/icons/wykonanie_telefonu_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-policy-termination {
    background: url('/Content/Images/New/icons/wypowiedzenie_polisy.png') left center no-repeat;
    background-size: 25px;
}

a.ic-policy-termination {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-policy-termination:hover {
    background: url('/Content/Images/New/icons/wypowiedzenie_polisy_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-renewal {
    background: url('/Content/Images/New/icons/wznowienie.png') left center no-repeat;
    background-size: 25px;
}

a.ic-renewal {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-renewal:hover {
    background: url('/Content/Images/New/icons/wznowienie_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-task {
    background: url('/Content/Images/New/icons/zadanie.png') left center no-repeat;
    background-size: 25px;
}

a.ic-task {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-task:hover {
    background: url('/Content/Images/New/icons/zadanie_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-agent-panel {
    background: url('/Content/Images/New/icons/kartoteka_klienta.png') left center no-repeat;
    background-size: 25px;
}

a.ic-agent-panel {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-agent-panel:hover {
    background: url('/Content/Images/New/icons/kartoteka_klienta_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-key {
    background: url('/Content/Images/New/icons/img40.png') left center no-repeat;
    background-size: 25px;
}

a.ic-key {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-key:hover {
    background: url('/Content/Images/New/icons/img40hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-pencil {
    background: url('/Content/Images/New/icons/img42.png') left center no-repeat;
    background-size: 25px;
}

a.ic-pencil {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-pencil:hover {
    background: url('/Content/Images/New/icons/img42hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-close-invoice {
    background: url('/Content/Images/New/icons/zamkniecie_faktury.png') left center no-repeat;
    background-size: 25px;
}

a.ic-close-invoice {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-close-invoice:hover {
    background: url('/Content/Images/New/icons/zamkniecie_faktury.png') left center no-repeat;
    background-size: 25px;
}

.ic-camera {
    background: url('/Content/Images/New/icons/zdjecie.png') left center no-repeat;
    background-size: 25px;
}

a.ic-camera {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-camera:hover {
    background: url('/Content/Images/New/icons/zdjecie_hover.png') left center no-repeat;
    background-size: 25px;
}

.ic-xls {
    background: url('/Content/Images/New/icons/img67_grey.png') center center no-repeat;
    /*background-size: 25px;*/
}

a.ic-xls {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-xls:hover {
    background: url('/Content/Images/New/icons/img67.png') center center no-repeat;
    /*background-size: 25px;*/
}

.ic-doc {
    background: url('/Content/Images/New/icons/img68_grey.png') center center no-repeat;
    /*background-size: 25px;*/
}

a.ic-doc {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-doc:hover {
    background: url('/Content/Images/New/icons/img68.png') center center no-repeat;
    /*background-size: 25px;*/
}

.ic-arrow-right {
    background: url('/Content/Images/New/icons/arrow_right.png') left center no-repeat;
    background-size: 21px;
}

a.ic-arrow-right {
    width: 22px;
    height: 22px;
    padding-left: 0px;
}

.ic-arrow-right:hover {
    background: url('/Content/Images/New/icons/arrow_right_hover.png') left center no-repeat;
    background-size: 21px;
}

.ic-play {
    margin-left: 13px;
    background: url('/Content/Images/New/icons/play.png') left center no-repeat;
}

a.ic-play {
    width: 22px;
    height: 22px;
    padding-left: 0px;
}

.ic-play:hover {
    margin-left: 13px;
    background: url('/Content/Images/New/icons/play_hover.png') left center no-repeat;
}

.ic-crane {
    background: url('/Content/Images/New/icons/crane-grey.png') left center no-repeat;
    background-size: 25px;
}

    .ic-crane:hover {
        background: url('/Content/Images/New/icons/crane-orange.png') left center no-repeat;
        background-size: 25px;
    }

.ic-trash {
    background: url('/Content/Images/New/icons/img44.png') left center no-repeat;
    background-size: 25px;
    height: 25px;
    width: 25px;
}

    .ic-trash:hover {
        background: url('/Content/Images/New/icons/img44hover.png') left center no-repeat;
        background-size: 25px;
        height: 25px;
        width: 25px;
    }

.ic-show-details {
    background: url('/Content/Images/New/icons/show_details.png') left center no-repeat;
    background-size: 25px;
}

a.ic-show-details {
    width: 25px;
    height: 25px;
    padding-left: 29px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.ic-show-details:hover {
    background: url('/Content/Images/New/icons/show_details_hover.png') left center no-repeat;
    background-size: 25px;
}

a.ic-crane {
    width: 25px;
    height: 25px;
    padding-left: 0px;
}

.ic-28px {
    background-size: 28px;
    width: 28px;
    height: 28px;
}

    .ic-28px:hover {
        background-size: 28px;
    }

.content-box-3 {
    padding-right: 87px;
    background: #fff;
    position: relative;
}

    .content-box-3 .table-1 {
        border-right: 1px solid #e1e1e1;
    }

.nav-5 {
    position: absolute;
    top: 9px;
    border: 1px solid #f1643c;
    right: 9px;
    width: 68px;
    float: left;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}

    .nav-5 img {
        display: block;
    }

    .nav-5 a:hover span {
        opacity: 0;
    }

    .nav-5 a span {
        display: block;
        background: #fff;
    }

    .nav-5 a {
        display: inline-block;
    }

    .nav-5 li {
        margin-bottom: 10px;
    }

    .nav-5 ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

    .nav-5 .name {
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        padding: 10px 5px;
    }

.icheckbox, .iradio {
    float: left;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: #f2f3f9;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    margin-right: 5px;
}

    .icheckbox.checked, .iradio.checked {
        background: #f1643c;
    }

.color-green {
    color: #20b080;
}

.ic-table-1 {
    display: inline-block;
    vertical-align: middle;
    margin: -7px 0 0 2px;
    width: 20px;
    text-align: right;
}

.color-wite {
    color: #ffffff;
    font-size: 12px;
}

.sort {
    position: relative;
    padding-right: 16px;
    height: 100%;
}

.sort-btn {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    display: block;
    width: 10px;
    height: 20px;
    background: url('/Content/Images/New/icons/img48.png');
}

    .sort-btn:hover {
        background: url('/Content/Images/New/icons/img48hover.png');
    }

    .sort-btn:hover {
        opacity: 0.9;
    }

/* ----- custom sort ----- */

[orderparam] {
    position: relative;
    cursor: pointer;
    padding-right: 25px !important;
}

    [orderparam]::after {
        content: '';
        position: absolute;
        right: 8px;
        display: block;
        width: 10px;
    }

    [orderparam][ascending=Unset]::after {
        background: url('/Content/Images/New/icons/img48.png') 0 0 no-repeat;
        top: 8px;
        height: 20px;
    }

    [orderparam][ascending=Unset]:hover::after {
        background: url('/Content/Images/New/icons/img48hover.png') 0 0 no-repeat;
        top: 8px;
        height: 20px;
    }

    [orderparam][ascending=True]::after {
        top: 15px;
        height: 6px;
        background: url('/Content/Images/New/icons/img48.png') 0 0 no-repeat;
    }

    [orderparam][ascending=True]:hover::after {
        top: 15px;
        height: 6px;
        background: url('/Content/Images/New/icons/img48hover.png') 0 0 no-repeat;
    }

    [orderparam][ascending=False]::after {
        top: 15px;
        height: 6px;
        background: url('/Content/Images/New/icons/img48.png') 0 -14px no-repeat;
    }

    [orderparam][ascending=False]:hover::after {
        top: 15px;
        height: 6px;
        background: url('/Content/Images/New/icons/img48hover.png') 0 -14px no-repeat;
    }

/* ----- end - custom sort ----- */

.bottom-box {
    background: #fff;
    padding: 15px 15px;
    margin-top: 3px;
    border-bottom: 1px solid #e1e1e1;
}

.pagination-box {
    float: left;
}

    .pagination-box ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .pagination-box li {
        float: left;
        margin-left: -1px;
    }

    .pagination-box a, .pagination-box span {
        min-width: 30px;
        height: 36px;
        border: 1px solid #e1e1e1;
        display: block;
        color: #5C5C5C;
        background: #f2f3f9;
        line-height: 36px;
        text-align: center;
        padding: 0 3px;
    }

.box-shadow-1 {
    box-shadow: 0 2px 0 rgba(0,0,0,0.02);
}

.pagination-box .current {
    color: #fff;
    font-weight: bold;
    background: #f1643c;
    border-color: #f1643c;
}

.pages {
    float: left;
    margin: 7px 0 0 15px;
}

.pagination-box .p-prev-1 {
    background: #f2f3f9 url('/Content/Images/New/icons/img52.png') center no-repeat;
}

    .pagination-box .p-prev-1:hover {
        background-image: url('/Content/Images/New/icons/img52hover.png');
    }

.pagination-box .p-prev {
    background: #f2f3f9 url('/Content/Images/New/icons/img51.png') center no-repeat;
}

    .pagination-box .p-prev:hover {
        background-image: url('/Content/Images/New/icons/img51hover.png');
    }

.pagination-box .p-next-1 {
    background: #f2f3f9 url('/Content/Images/New/icons/img49.png') center no-repeat;
}

    .pagination-box .p-next-1:hover {
        background-image: url('/Content/Images/New/icons/img49hover.png');
    }

.pagination-box .p-next {
    background: #f2f3f9 url('/Content/Images/New/icons/img50.png') center no-repeat;
}

    .pagination-box .p-next:hover {
        background-image: url('/Content/Images/New/icons/img50hover.png');
    }

.pagination-box a:hover {
    background-color: #fff !important;
}

.popup-2 {
    border: 2px solid #f1643c;
    background: #f4f5fb;
    position: absolute;
    text-align: left;
    z-index: 2;
    line-height: normal;
    width: 332px;
    padding: 15px;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
    font-size: 12px;
}

.popup-3 {
    border: 2px solid #f1643c;
    background: #f4f5fb;
    position: absolute;
    text-align: left;
    z-index: 2;
    top: 30%;
    line-height: normal;
    width: 332px;
    padding: 15px;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
    font-size: 12px;
}

.popup-1 {
    border: 2px solid #f1643c;
    background: #f4f5fb;
    position: absolute;
    top: 90%;
    text-align: left;
    z-index: 2;
    right: 30px;
    line-height: normal;
    width: 332px;
    padding: 15px;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
    font-size: 14.666px;
    display: none;
}

    .popup-1:after {
        width: 17px;
        height: 12px;
        background: url(/Content/Images/New/icons/img30.png);
        position: absolute;
        top: -12px;
        right: 5px;
        content: "";
        display: block;
    }

.nav-4 li {
    position: relative;
}

.popup-1 .name {
    font-weight: bold;
    margin-bottom: 15px;
}

.input-box {
    margin-bottom: 15px;
}

    .input-box input,
    .input-box select {
        height: 36px;
        font-size: 15px;
        background: #fff;
        border: 1px solid #e0e0ea;
        width: 100%;
        padding: 0 10px;
    }

    .input-box select:not(:disabled) {
        cursor: pointer;
    }

        .input-box select:not(.installment-count-select) {
            min-width: 120px;
        }

.checkbox-box {
    clear: both;
}

    .checkbox-box .icheckbox {
        float: left;
    }

    .checkbox-box label {
        display: block;
        overflow: hidden;
        padding-left: 10px;
    }

.checkbox-content {
    margin-bottom: 15px;
}

    .checkbox-content .icheckbox {
        background: #fff;
    }

        .checkbox-content .icheckbox.checked {
            background: #f1643c;
            border-color: #fff;
        }

.btn-2 {
    display: block;
    color: #3d3763;
    border: 1px solid #3d3763;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

    .btn-2:hover {
        background: #f1643c;
        color: #fff !important;
        border-color: #f1643c;
    }

.remove-btn-2 {
    display: block;
    color: #3d3763;
    border: 1px solid #3d3763;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.btn-2-1 {
    font-weight: normal;
    line-height: 45px;
    border-color: #e1e1e1;
    color: #5C5C5C;
}

    .btn-2-1:hover {
        background: #5C5C5C;
        color: #fff;
    }

.btn-9 {
    color: #3d3763;
    border: 1px solid #3d3763;
    height: 46px;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

    .btn-9:hover {
        background: #f1643c;
        color: #fff !important;
        border-color: #f1643c;
    }

.buttons-box {
    padding-top: 15px;
}

.row16 {
    margin-left: -8px;
    margin-right: -8px;
}

    .row16 > div {
        padding: 0 8px;
    }

.close-2 {
    width: 14px;
    height: 14px;
    background: url('/Content/Images/New/icons/img54.png');
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    margin: 18px;
}

    .close-2:hover {
        opacity: 0.9;
    }

/* *** CLIENT EDIT *** */

.content-box-1 .date span {
    font-weight: normal
}

.nav-1-1 {
    width: 68px;
}

.ic-5 {
    padding: 5px 0;
    padding-left: 32px;
    background: url('/Content/Images/New/icons/img55.png') left center no-repeat;
}

    .ic-5.active, .ic-5:hover {
        color: #f1643c;
        background: url('/Content/Images/New/icons/img55hover.png') left center no-repeat;
    }

.main-wrapper-1 {
    padding: 40px 40px;
    float: left;
    width: 100%;
}

.z-box-0 {
    width: 724px;
    padding: 40px 45px 25px 45px;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
    border: 1px solid #3d3763;
}

.z-box-1 {
    width: 724px;
    padding: 40px 45px 25px 45px;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
    float: left;
    border: 1px solid #3d3763;
}

.z-box-3 {
    float: left;
    border: 1px solid #3d3763;
    margin: 10px;
}

.title-1 {
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.label-box {
    font-size: 12px;
}

    .label-box label span {
        color: #ff2828;
    }

    .label-box label {
        margin-bottom: 5px;
    }

.input-box, .input-box input, .input-box select {
    font-weight: bold;
    color: #5C5C5C;
}

.input-box {
    position: relative;
}

    .input-box.active-1:after {
        height: 2px;
        content: "";
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        background: #f1643c;
    }

    .input-box.active-2 input {
        background: #f2f3f9;
    }

.z-box-2 {
    overflow: hidden;
}

.input-box.active-3:after {
    height: 2px;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: #ff2828;
}

.input-box.active-3 input {
    color: #ff2828;
}

.checkbox-box label {
    margin: 0;
}

.checkbox-box .icheckbox {
    margin-top: 2px;
}

.z-box-2 {
    padding: 40px 0 0 0;
    padding-left: 70px;
}

    .z-box-2 .checkbox-content {
        margin-top: 31px;
    }

.z-box-0-0 {
    float: left;
    width: 100%;    
}
.z-box-1-1 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e0e0ea;
    padding-bottom: 45px;
    margin-bottom: 30px;
}

.button-box-1 {
    margin-top: 20px;
    float: right;
    display: inline-block;
}

.btn-2-2 {
    padding: 0 50px;
}

.content-box-3-1 {
    padding-right: 0;
}

/* *** LIST OFFER *** */

.ic-6 {
    padding: 5px 0;
    padding-left: 32px;
    background: url('/Content/Images/New/icons/img57.png') left center no-repeat;
}

    .ic-6.active, .ic-6:hover {
        color: #f1643c;
        background: url('/Content/Images/New/icons/img57hover.png') left center no-repeat;
    }

.padding-0 {
    padding: 0 !important;
}

.t-box {
    padding: 10px 15px;
}

.t-box-1 strong {
    color: #3d3763;
}

.t-box-2 {
    color: #fff;
    background: #0082c3;
}

.t-box-4 {
    background: #008ca5;
    color: #fff;
}

.t-box-1 {
    background-image: url('/Content/Images/New/icons/img58.png') !important;
    background-position: 15px center !important;
    background-repeat: no-repeat !important;
    padding-left: 40px;
}

.t-box-2 {
    background-image: url('/Content/Images/New/icons/img59.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.t-box-3 {
    background-image: url('/Content/Images/New/icons/img60.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.t-box-4 {
    background-image: url('/Content/Images/New/icons/img61.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.t-box-7 {
    background-color: #00a56e;
    color: #fff;
    background-image: url('/Content/Images/New/icons/img65.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.t-box-8 {
    background-color: #0082c3;
    color: white;
    background-position: 15px center;
    background-repeat: no-repeat;
    padding: 10px;
    text-align: center;
}

.t-box-9 {
    background-color: grey;
    color: white;
    background-position: 15px center;
    background-repeat: no-repeat;
    padding: 10px;
}

.t-box-blue {
    background: #008ca5;
    color: #fff;
}

.t-box-green {
    background: #117c11;
    color: #fff;
}

.t-box-red {
    background: #aa1616;
    color: #fff;
}

.status {
    color: #00a56e;
    /*font-size: 14px;*/
    background: #f2f3f9;
}

.status-1 span {
    color: #00a56e;
}

.table-1.valign-top td {
    vertical-align: top;
}

.status-1 {
    color: #fc4243;
}

.status-2 {
    color: blue;
}

.status-3 {
    color: orange;
}

.t-box-5 {
    background-image: url('/Content/Images/New/icons/img63.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.t-box-6 {
    background-image: url('/Content/Images/New/icons/img64.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.t-figure-1 {
    margin-top: 6px;
}

/* *** WINDOW PRINT *** */

.z-popup-content {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    background: rgba(0,0,0,0.2);
}

.z-popup {
    font-size: 14px;
    width: 516px;
    border: 3px solid #f1643c;
    background: #fff;
    padding: 25px 30px 20px 30px;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.1)
}

.z-popup-button {
    border-top: 1px solid #e1e1e1;
    text-align: right;
    padding-top: 7px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.z-popup-close {
    color: #5C5C5C;
    font-size: 14px;
}

    .z-popup-close:hover {
        color: #f1643c;
    }

.name-print {
    /*background: url('/Content/Images/New/icons/img66.png') left center no-repeat;*/
    background: url('/Content/Images/New/icons/pobieranie.png') left center no-repeat;
    padding-left: 32px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    background-size: contain;
}

.z-list-1 {
    padding: 0;
    padding-left: 32px;
    margin: 0;
    list-style: none;
}

    .z-list-1 li {
        margin: 0;
        padding: 0;
        margin-bottom: 17px;
    }

        .z-list-1 li a {
            color: #5C5C5C;
        }

.z-ic-1 {
    padding: 2px 0;
    padding-left: 25px;
    background: url('/Content/Images/New/icons/img67.png') left center no-repeat;
}

.z-ic-2 {
    padding: 2px 0;
    padding-left: 25px;
    background: url('/Content/Images/New/icons/img68.png') left center no-repeat;
}

/* *** ADD POLISA *** */

.nav-tabs-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-tabs-1 {
    border-bottom: 1px solid #e0e0ea;
    margin-bottom: 35px;
    /*margin-top: -20px;*/
}

    .nav-tabs-1 li {
        display: inline-block;
        vertical-align: top;
        margin-bottom: -1px;
        position: relative;
    }

        .nav-tabs-1 li:after {
            position: absolute;
            top: 5px;
            left: 0;
            height: 13px;
            width: 1px;
            content: "";
            background: #c5c5c5;
        }

        .nav-tabs-1 li:first-child:after {
            display: none;
        }

    .nav-tabs-1 span {
        font-weight: bold;
        display: block;
        color: #3d3763;
        padding: 0 20px 19px 20px;
        border-bottom: 2px solid transparent;
        cursor: pointer;
    }

    .nav-tabs-1 .current span {
        color: #f1643c;
        border-bottom: 2px solid #f1643c;
    }

    .nav-tabs-1 span:hover {
        color: #f1643c;
    }

.add-btn {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 18px;
    height: 18px;
    display: block;
    background: url('/Content/Images/New/icons/img71.png');
}

    .add-btn:hover {
        background: url('/Content/Images/New/icons/img71hover.png');
    }

.add-partner-btn {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url('/Content/Images/New/icons/img71.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

    .add-partner-btn:hover {
        background: url('/Content/Images/New/icons/img71hover.png');
    }

.remove-btn {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 22px;
    height: 22px;
    display: block;
    background: url('/Content/Images/New/icons/krzyzyk.png');
    background-repeat: no-repeat;
    background-size: 22px;
    cursor: pointer;
}

    .remove-btn:hover {
        background: url('/Content/Images/New/icons/krzyzyk_hover.png');
        background-repeat: no-repeat;
        background-size: 22px;
    }

.select.no-active .chosen-container-single .chosen-single {
    background: #f2f3f9;
    color: #c8c8c8;
}

    .select.no-active .chosen-container-single .chosen-single div {
        opacity: 0.3;
    }

.select.no-active:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 10;
}

.yes-no {
    height: 36px;
}

.input-format-1 input {
    width: calc(50% - 15px);
    float: left;
}

    .input-format-1 input.max {
        width: calc(100% - 32px);
    }

.input-format-1 .sign {
    float: left;
    width: 32px;
    height: 36px;
    background: #f3f4fa;
    border-top: 1px solid #e0e0ea;
    margin: 0 -1px;
    position: relative;
    /*z-index: 2;*/
    text-align: center;
    line-height: 34px;
    font-weight: normal;
    border-bottom: 1px solid #e0e0ea;
}

.input-format-1 .sign-year {
    width: 60px;
    border-right: 1px solid #e0e0ea;
}

.yes-no span {
    width: 50%;
    float: left;
    display: block;
    border: 1px solid #e0e0ea;
    height: 36px;
    font-weight: normal;
    text-align: center;
    line-height: 35px;
    color: #5C5C5C;
    font-size: 15px;
    border-left: none;
    cursor: pointer;
}

    .yes-no span:first-child {
        border-left: 1px solid #e0e0ea;
    }

.btn-3 {
    padding: 2px 0;
    font-weight: bold;
    color: #3d3763 !important;
    padding-left: 25px;
    background: url('/Content/Images/New/icons/img70.png') left center no-repeat;
}

.btn-pencil {
    padding: 2px 0;
    font-weight: bold;
    color: #3d3763 !important;
    padding-left: 25px;
    background: url('/Content/Images/New/icons/img42.png') left center no-repeat;
}

    .btn-pencil:hover {
        background: url('/Content/Images/New/icons/img42hover.png') left center no-repeat;
        color: #f1643c !important;
    }

.btn-trash {
    padding: 2px 0;
    font-weight: bold;
    color: #3d3763 !important;
    padding-left: 25px;
    background: url('/Content/Images/New/icons/img44.png') left center no-repeat;
}

    .btn-trash:hover {
        background: url('/Content/Images/New/icons/img44hover.png') left center no-repeat;
        color: #f1643c !important;
    }

.btn-envelope {
    padding: 2px 0;
    font-weight: bold;
    color: #3d3763 !important;
    padding-left: 25px;
    background: url('/Content/Images/New/icons/img76.png') left center no-repeat;
}

    .btn-envelope:hover {
        background: url('/Content/Images/New/icons/img76hover.png') left center no-repeat;
        color: #f1643c !important;
    }

.btn-calculator {
    padding: 2px 0;
    font-weight: bold;
    color: #3d3763 !important;
    padding-left: 25px;
    background: url('/Content/Images/New/icons/img03.png') left center no-repeat;
    background-size: contain !important;
}

    .btn-calculator:hover {
        background: url('/Content/Images/New/icons/img03hover.png') left center no-repeat;
        color: #f1643c !important;
    }

.title-1 {
    position: relative;
}

    .title-1::after, .input-format-1::after {
        display: block;
        clear: both;
        content: '';
    }

.button-position-1 {
    float: right;
}

.btn-3:hover {
    color: #f1643c !important;
}

.note-1 {
    border: 1px solid #e0e0ea;
    background: #f3f4fa;
    padding: 7px 10px 7px 10px;
    font-size: 14px;
    margin-bottom: 40px;
}

    .note-1 a {
        font-weight: bold;
        color: #3d3763;
    }

        .note-1 a:hover {
            color: #f1643c;
        }

.title-1 {
    clear: both;
}

.note-1-1 {
    background: #f6f2d3;
}

.box-2 {
    border: 1px solid #e0e0ea;
    background: #f3f4fa;
    padding: 0 0 0 10px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.nav-6 {
    padding-top: 9px;
}

    .nav-6 ul {
        text-align: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .nav-6 ul span {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 21px;
            background: #f3f4fa;
        }

        .nav-6 ul a:hover span {
            opacity: 0;
        }

    .nav-6 img {
        display: block;
    }

    .nav-6 a {
        display: block;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .nav-6 li {
        display: inline-block;
        vertical-align: top;
        margin: 0 2px;
    }

.box-2-1 {
    width: 89%;
    float: left;
    padding: 7px 0;
    padding-right: 10px;
    border-right: 1px solid #e0e0ea;
}

.box-2 .input-box {
    margin: 0;
}

.box-2-2 {
    padding: 7px 0;
    text-align: center;
    overflow: hidden;
}

.box-2 label {
    font-size: 12px;
    margin-bottom: 5px;
}

.select .chosen-container-single.chosen-with-drop .chosen-single {
    background: #f1643c;
    color: #fff;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
}

    .select .chosen-container-single.chosen-with-drop .chosen-single div {
        background: url(/Content/Images/New/icons/img53hover.png) center 15px no-repeat;
    }

.select .chosen-container-single.chosen-with-drop .chosen-drop {
    background: #f1643c;
    padding: 0;
    margin: 0;
    border-radius: 0;
    margin-top: -1px;
    color: #fff;
}

.select .chosen-container-single.chosen-with-drop .chosen-results {
    padding: 0 !important;
    margin: 0 !important;
}

.select .chosen-container-single.chosen-with-drop .chosen-drop {
    box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
}

.select .chosen-container-single.chosen-with-drop .chosen-results li {
    border-top: 1px solid #e0e0ea;
    padding: 9px 10px 8px 10px;
}

    .select .chosen-container-single.chosen-with-drop .chosen-results li.active-result {
        background: #f1643c;
        color: #fff;
    }

    .select .chosen-container-single.chosen-with-drop .chosen-results li:hover {
        background: #3d3763;
        color: #fff;
    }

.yes-no span {
    background: #fff;
}

.yes-no .yes-btn.btn-sel {
    background: #00bb71;
    color: #fff !important;
    font-weight: bold !important;
}

.yes-no .no-btn.btn-sel {
    background: #ff2828;
    color: #fff !important;
    font-weight: bold !important;
}

.box-2-3 .col {
    width: 33.3333%;
    float: left;
    flex: none;
    padding: 7px 10px;
    border-right: 1px solid #e0e0ea;
}

.box-2-3 {
    width: 89%;
    float: left;
}

.box-2a {
    padding-left: 0;
}

.box-2-4 {
    clear: both;
    border-top: 1px solid #e0e0ea;
}

.box-2-3a {
    width: 100%;
    border-right: none;
}

.bnr {
    border-right: none !important;
}

label span {
    color: #ff2828;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-right-5 {
    margin-right: 5px;
}

.box-5 {
    border: 1px solid #e0e0ea;
    margin-top: -1px;
    float: left;
    width: 100%;
}

    .box-5 a {
        padding: 11px 10px 10px 10px;
        display: block;
        color: #3d3763;
        font-weight: bold;
    }

        .box-5 a:hover {
            color: #f1643c;
        }

.box-2-5 {
    border-bottom: none;
    margin-bottom: 0;
    background: none;
}

    .box-2-5 .nav-6 ul span {
        background: #fff;
    }

    .box-2-5 .box-2-1 label {
        color: #f1643c;
        font-weight: bold;
        font-size: 14px;
    }

.nav-7 ul {
    padding: 0;
    margin: 0;
}

.nav-7 {
    padding-top: 3px;
}

    .nav-7 ul li {
        float: left;
        list-style: none;
        margin-right: -1px;
    }

        .nav-7 ul li a {
            border: 1px solid #e0e0ea;
            color: #5C5C5C;
            font-weight: bold;
            height: 36px;
            line-height: 36px;
            display: block;
            padding: 0 17px 0 40px;
            background: url('/Content/Images/New/icons/img73.png') 12px 11px no-repeat;
        }

            .nav-7 ul li a.active {
                background: url('/Content/Images/New/icons/img73hover.png') 12px 11px no-repeat;
            }

.title-1a {
    border-bottom: 1px solid #e0e0ea;
    border-top: 1px solid #e0e0ea;
    padding: 12px 10px 10px 10px;
    margin: -1px 0;
}

    .title-1a .button-position-1 {
        top: 12px;
        right: 10px;
    }

.table-2 {
    width: 100%;
}

    .table-2 table {
        width: 100%;
    }

    .table-2 td, .table-2 th {
        vertical-align: middle;
        font-size: 14px;
        padding: 9px 10px 9px 10px;
    }

    .table-2 .input-box input,
    .table-2 .input-box select,
    .table-2 .select .chosen-container-single .chosen-single {
        font-size: 14px;
    }

    .table-2 .select .chosen-container-single .chosen-single {
        line-height: 35px;
    }

.margin-bottom-30 {
    margin-bottom: 30px;
}

.table-2 th {
    border: 1px solid #e0e0ea;
    background: #f3f4fa;
    font-size: 12px;
    font-weight: normal;
}

.table-2 td {
    height: 55px;
    border: 1px solid #e0e0ea;
}

.table-2 .input-box, .table-2 .checkbox-content {
    margin: 0;
}

.td-hide {
    border: none !important;
    opacity: 0;
}

.td-orange {
    border: 2px solid #f1643c !important;
    color: #f1643c;
    background: #fff !important;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
}

.td-blue {
    border: 2px solid #52cbfc !important;
    /*color: #52cbfc;*/
    background: #fff !important;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
}

.checkbox-content-1 .checkbox-box .icheckbox {
    margin-top: 0;
}

.checkbox-content-1 .checkbox-box {
    padding: 2px 0;
}

.td-1 {
    position: relative;
}

.bs-tooltip-top .arrow {
    width: 7px;
    height: 7px;
    background: url('/Content/Images/New/icons/img09-1.png');
}

.question-btn {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 0;
    width: 18px;
    height: 18px;
    display: block;
    background: url(/Content/Images/New/icons/img74.png);
}

.td-1 {
    padding-right: 22px !important;
}

/* *** OFFER *** */

.ic-7 {
    padding: 5px 0;
    padding-left: 32px;
    background: url('/Content/Images/New/icons/img75.png') left center no-repeat;
}

    .ic-7.active, .ic-7:hover {
        color: #f1643c;
        background: url('/Content/Images/New/icons/img75hover.png') left center no-repeat;
    }

.btn-4 {
    display: inline-block;
    vertical-align: middle;
    background: url('/Content/Images/New/icons/img78.png') no-repeat;
    width: 16px;
    height: 15px;
}

    .btn-4:hover {
        opacity: 0.9;
    }

.table-txt-1 {
    background: #f2f3f9;
    font-size: 14px !important;
    border-left: 1px solid #e1e1e1 !important;
}

.color-orange {
    color: #f1643c;
}

.content-box-4 {
    background: #fff;
    margin-bottom: 3px;
    border-bottom: 1px solid #e0e0ea;
    padding: 40px 85px;
}

.btn-5 {
    padding: 2px 0;
    font-weight: bold;
    color: #3d3763;
    padding-left: 30px;
    background: url(/Content/Images/New/icons/img79.png) left center no-repeat;
}

.btn-6 {
    padding: 2px 0;
    font-weight: bold;
    color: #3d3763;
    padding-left: 30px;
    background: url(/Content/Images/New/icons/img80.png) left center no-repeat;
}

    .btn-5:hover, .btn-6:hover, .btn-8:hover {
        opacity: 0.9;
        color: #3d3763;
    }

.btn-8 {
    padding: 2px 0;
    font-weight: bold;
    color: #3d3763;
    padding-left: 30px;
    background: url(/Content/Images/New/icons/img39.png) left center no-repeat;
}

/* *** RWD *** */

@media only screen and (max-width: 1900px) {
    .main-wrapper-1 {
        padding-left: 70px;
        padding-right: 70px;
    }

    .z-box-2 {
        padding-left: 70px;
    }

    .z-box-1 {
        width: 50%;
    }
}

@media only screen and (max-width: 1590px) {
    .table-2 td {
        font-size: 12px;
    }

    .table-2 th {
        font-size: 11px;
    }

    body .container-1 {
        padding: 0 20px;
    }

    .z-box-1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .z-box-2 {
        padding-left: 20px;
    }

    .box-1 .icon {
        height: 40px;
        background-size: auto 100%;
        margin-top: 7px;
    }

    .box-1 .txt {
        font-size: 18px;
        margin-top: 14px;
    }

    .link-1, .link-2 {
        font-size: 14px;
    }

        .link-1 span, .link-2 span {
            padding-top: 2px;
        }

    .content-box-1 .date {
        font-size: 20px;
        padding-top: 21px;
    }

    .main-wrapper-1 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1350px) {
    .box-1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .line-1 {
        margin: 0 5px;
    }

    .box-1 .icon {
        height: 30px;
        margin-top: 12px;
    }

    .table-2 {
        overflow: auto;
    }
}

@media only screen and (max-width: 1600px) {
    .table-2-rodo {
        overflow: auto;
    }
}

@media only screen and (max-width: 1480px) {
    .link-1 span, .link-2 span {
        display: none !important;
    }

    .label-box {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1199px) {
    .content-box-1 .date {
        padding-top: 0;
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .z-box-1 {
        width: 100%;
    }

    .z-box-2 {
        width: 100%;
        padding-left: 0;
    }

    .table-1 {
        overflow: auto;
    }

    /*.main-menu {
        display: none;
    }*/

    /*.controls-1 {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 10px;
    }*/

    .box-1 {
        padding-top: 3px;
    }

    .box-1 {
        position: relative;
    }

    .table-1 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 991px) {
    .menu-rsp {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    .t-box {
        padding-right: 10px;
        padding-left: 35px;
        background-position: 10px center !important;
    }

    .nav-4 {
        float: left;
    }

    .content-box-1 .date {
        height: 68px;
        width: calc(100% - 100px);
        text-align: left;
        justify-content: flex-start;
    }

    .menu-rsp nav a {
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }

    header {
        z-index: 101;
    }

        header .float-right {
            padding-right: 60px;
        }

    .hamburger {
        display: block;
    }

    header .container {
        position: relative;
    }

    .box-1 .txt {
        margin-left: 8px;
    }

    header .float-right {
        margin-top: 0;
    }

    .box-1 .txt {
        font-size: 15px;
    }

    .box-1 .icon {
        margin-top: 10px;
    }

    .table-1 td {
        padding: 5px 10px;
    }

    .main-menu {
        display: none;
    }

    .top-navbar-timer-li {
        display: none;
    }

    .top-navbar-timer {
        display: block !important;
    }

    header {
        height: 70px;
    }

        header .logo img {
            width: 150px;
        }

        header .logo {
            margin-top: 4px;
        }

    .header-right-box {
        width: 100%;
    }

    header .langs-box {
        display: none;
    }

    .banner-full-screen {
        height: calc(100% - 72px);
    }

    .main-content {
        padding-left: 68px;
    }

    .nav-3 {
        width: 53px;
    }

        .nav-3 > ul > li > a {
            height: 53px;
            background-size: 70% auto !important;
        }

    body {
        font-size: 14px;
    }

    .nav-3 .submenu-1 .name {
        font-size: 16px;
    }

    .content-box-1 .float-right {
        width: 100%;
        border-top: 1px solid #e0e0ea;
        padding: 0 15px;
    }

    body {
        padding-top: 70px;
    }

    .table-1 {
        overflow: auto;
    }
}

@media only screen and (max-width: 767px) {
    .box-2-3 .col {
        width: 100% !important;
        border-right: none;
    }

    .box-2-3a .col {
        border-right: none;
    }

    .box-2-2 {
        width: 100%;
    }

    .title-1a .button-position-1 {
        top: auto;
        left: 0px;
    }

    .box-2-1, .box-2-3 {
        width: 100%;
    }

    .box-2a .box-2-1, .box-2a .box-2-3 {
        width: 100%;
        border-right: none;
    }

    .box-2-1 {
        border-right: none;
    }

    .box-2-2 {
        margin-bottom: 6px;
    }

    .box-2-4 {
        width: 100%;
    }

    .button-position-1 {
        position: relative;
        padding: 10px 0 0 0;
        width: 100%;
    }

    .z-list-1 {
        padding-left: 0;
    }

    .z-popup-content {
        display: block;
        padding: 15px;
        text-align: center;
    }

    .z-popup {
        max-width: 100%;
        text-align: left;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .nav-4 {
        width: 100%;
        text-align: center;
    }

        .nav-4 > ul > li {
            float: none;
            display: inline-block;
            vertical-align: middle;
        }

    .nav-3 .submenu-1 .content:after {
        display: none;
    }

    .nav-3 .submenu-1 {
        left: 0;
        padding-top: 10px;
        top: 100%;
    }

    .nav-3 li {
        position: static;
    }

    .nav-3 .submenu-1 .name {
        padding-top: 13px;
        padding-bottom: 5px;
    }

    .nav-3 .submenu-1 {
        padding-left: 0;
    }

    .created, .copyright {
        text-align: center;
        width: 100%;
    }

    header .hdate {
        display: none;
    }

    .nav-3 {
        width: 100%;
    }

        .nav-3 > ul > li {
            width: 53px;
            float: left;
            margin-right: -2px;
        }

    .main-content {
        margin-top: 20px;
        padding-top: 73px;
        padding-left: 0;
    }

    .box-1 {
        margin-bottom: 20px;
    }

    .content-box-1 .date {
        font-size: 16px;
    }

    .bottom-box .float-right {
        width: 100%;
    }

    .pages {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .pagination-box {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

        .pagination-box ul {
            width: 100%;
        }

            .pagination-box ul li {
                display: inline-block;
                vertical-align: middle;
                float: none;
                margin: 0;
            }
}

@media only screen and (max-width: 575px) {
    .content-box-1 .date {
        width: 100%;
        padding-right: 15px;
        border-top: 1px solid #e0e0ea;
    }

    .search-box {
        width: 100%;
    }

        .search-box input {
            width: calc(100% - 30px);
            padding-right: 0;
        }

    .content-box-1 .date {
        font-size: 13px;
        padding-left: 15px;
    }

    .nav-1 {
        width: 75px;
    }

        .nav-1 span {
            margin: 0 11px;
        }

    .nav-2 ul li:first-child:after {
        display: none;
    }

    .nav-2 {
        width: 100%;
        text-align: center;
    }

    .search-box {
        margin-left: -15px;
        margin-top: 0;
        padding: 15px 15px 13px 15px;
        width: calc(100% + 30px);
        border-bottom: 1px solid #e0e0ea;
    }

    .nav-2 ul li {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .nav-2 ul {
        width: 100%;
    }

        .nav-2 ul li a {
            padding: 0 10px;
        }

    .logo-1 {
        display: block;
        margin: 5px 0 0 0;
        width: 100%;
    }

    .top-navbar-timer {
        display: none !important;
    }

    .copyright a {
        margin: 0;
    }

    .nav-4 > ul > li > a {
        padding: 0;
        background: none !important;
    }

    .nav-4 > ul > li {
        padding: 0 10px;
        font-size: 12px;
    }

    .nav-4 > ul > li {
        position: static;
    }

    .nav-4 {
        position: relative;
    }

        .nav-4 .popup-1 {
            max-width: 100%;
            right: 0;
            width: 100%;
        }

        .nav-4 > ul > li:after {
            display: none;
        }
}

.filter-box {
    padding: 5px;
    background-color: #e6e5ed;
    display: inline-block;
    margin-bottom: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
}

.margin-10 {
    margin: 10px;
}

.margin-5 {
    margin: 5px;
}

.padding-2 {
    padding: 2px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.btn-2-fix {
    background: transparent;
    width: 100%;
}

.pointer {
    cursor: pointer;
}

.active-link {
    height: 2px;
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    background: #f1643c;
}

.popup-setting {
    background-color: #fff;
    border: 1px solid rgba(17,17,17,.15);
    max-width: 500px;
    min-width: 500px;
    border-radius: 7px;
    padding: 0;
    top: 100%;
}

.popup-setting-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.nav-4 > ul > li > div > a {
    color: #3d3763;
    font-weight: bold;
}

/* --- custom styles --- */

.hidden-imp {
    display: none !important;
}

.label-box label {
    text-transform: uppercase;
}

.req-field::after {
    color: red;
    content: " *";
}

.text-danger {
    font-size: 11px !important;
    font-weight: bold;
}

.font-small {
    font-size: 11px !important;
}

.yes-no span {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.right-abs-30 {
    right: 30px;
}

.border-red {
    border: 1px solid red !important;
}

.border-green {
    border: 1px solid #46eb46 !important;
}

.add-btn {
    /*background-color: white;*/
    cursor: pointer;
}

.ac-result {
    font-size: 11px;
}

.uppercase {
    text-transform: uppercase;
}

.tooltip-1-container-1 .tooltip-1-content {
    width: 700px;
}

.tooltip-1-container-1 .col {
    width: 33.3333%;
    padding: 0 10px;
    float: left;
}

.tooltip-1-container-1 .row-box {
    margin-left: -10px;
    margin-right: -10px;
}

.t-list-1 {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    margin-bottom: 30px !important;
    float: left;
    width: 100%;
}

    .t-list-1 li {
        float: left;
        width: 100%;
        margin-top: 5px;
    }

.tooltip-1-container-1 .t-name {
    font-weight: bold;
    font-size: 14px;
}

.t-name-1 {
    padding-bottom: 5px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 10px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 992px) {
    .menu-rsp .tooltip-1-container {
        position: relative;
        top: 0;
        right: 0;
        padding-top: 15px;
        width: 100%;
        float: left;
    }

    .menu-rsp .tooltip-1-content, .menu-rsp .tooltip-1-container-1 .tooltip-1-content {
        width: 100%;
        float: left;
        text-align: center;
    }

    .menu-rsp .tooltip-1-container {
        padding-top: 0 !important;
    }

    .menu-rsp .tooltip-1-content:after {
        display: none;
    }

    .menu-rsp .t-list-1 {
        background: none !important;
        padding: 0 !important;
        display: block !important;
    }

        .menu-rsp .t-list-1 li {
            border: none !important;
        }

        .menu-rsp .t-list-1 a, .menu-rsp .tooltip-1-content a {
            font-size: 14px !important;
            padding: 0 !important;
            float: none !important;
            color: #000 !important;
            display: inline-block !important;
            width: auto !important;
        }

    .menu-rsp .tooltip-1-container-1 .col {
        width: 100%;
    }

    .menu-rsp .tooltip-1-content .txt {
        float: left;
        width: 100%;
    }
}

.content-box-3 {
    padding-right: 0;
}

    .content-box-3 .table-1 {
        float: left;
        width: calc(100% - 87px);
    }

.nav-5 {
    position: static;
    float: right;
    top: auto;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-right: 10px;
    right: auto;
}

.content-box-3 {
    position: relative;
    /*overflow: hidden;*/
}

@media only screen and (max-width: 992px) {
    .nav-5.is_stuck {
        margin-top: -3px !important;
    }
}

/* ----- search engine ----- */

.margin-0-2 {
    margin: 0 2px;
}

.square-box {
    width: 100%;
    font-size: 22px;
}

/*.square-box-buttons a,
.square-box-buttons > div {
    display: inline-block;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}

.square-box-buttons .count-1 {
    width: 100%;
}

.square-box-buttons .count-2 {
    width: calc(50% - 2.5px);
}

    .square-box-buttons .count-2:not(:last-child) {
        margin-right: 4px;
    }

.square-content > div > span span {
    display: block;
}*/

/*@media screen and (min-width: 992px) {
    .square-box {
        font-size: 24px;
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .square-box {
        font-size: 20px;
        width: 100%;
    }

    .square-box-buttons span {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .square-box {
        width: 100%;
    }

    .square-box-buttons span {
        display: none;
    }

    .square-content > div > span span {
        display: none;
    }
}*/

.search-submenu {
    background-color: white;
}

.square-box {
    margin: -1px 0;
    position: relative;
    overflow: hidden;
    background: #ddd;
    display: inline-block;
    color: #555;
    cursor: pointer;
}

    .square-box:not(.field-disabled):hover {
        background-color: #f1643c !important;
        border-color: #f1643c !important;
        color: #fff;
    }

    .square-box.selected {
        background-color: #f1643c;
        border: 2px solid white;
        box-shadow: 5px 5px 0 #e0e0ea;
        color: #fff;
    }

    .square-box:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

.square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .square-content > div {
        display: table;
        width: 100%;
        height: 100%;
    }

        .square-content > div > span {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

/*#search-queryAC {
    line-height: 1.2 !important;
    padding: 5px 4px !important;
    font-size: 14px !important;
    height: 33.6px !important;
    font-weight: normal !important;
}*/

.pos-rel {
    position: relative;
}

#new-policy-submenu {
    position: absolute;
    display: none;
    color: white;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    top: 0;
    left: 8px;
    right: 8px;
    z-index: 1;
}

    #new-policy-submenu li a {
        text-align: center;
    }

#new-policy-submenu-toggler {
    z-index: 2;
}

    #new-policy-submenu-toggler:hover #new-policy-submenu {
        display: block;
    }

@media screen and (min-width: 1400px) {
    .main-search {
        width: 500px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-search {
        width: 360px !important;
    }
}

@media screen and (max-width: 1199px) {
    .main-search {
        width: 155px !important;
    }
}

/* ----- end of search engine ----- */

.search-spinner {
    background-color: white !important;
    color: gray !important;
    width: 50px !important;
    text-align: center !important;
    border-color: lightgray !important;
    border-left-width: 0 !important;
    font-size: 20px;
}

.input-group-addon {
    background-color: #58748B;
    /*border: 1px solid #58748B;*/
    color: #ffffff;
}

.padding-0 {
    padding: 0px;
}

.text-centeer {
    text-align: center;
}

#search-spinner {
    margin: 5px 0px;
}

.display-none {
    display: none;
}

.display-none-imp {
    display: none !important;
}

.no-select {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -o-user-select: none;
    -moz-user-select: none;
}

.width-10 {
    width: 10% !important;
}

.width-20 {
    width: 20% !important;
}

.width-30 {
    width: 30% !important;
}

.width-40 {
    width: 40% !important;
}

.width-50 {
    width: 50% !important;
}

.width-60 {
    width: 60% !important;
}

.width-70 {
    width: 70% !important;
}

.width-80 {
    width: 80% !important;
}

.width-90 {
    width: 90% !important;
}

.width-100 {
    width: 100% !important;
}

.count-column {
    width: 50px;
}

.subcategory-container {
    border-bottom: 0;
}

    .subcategory-container .box-2-3 {
        border-bottom: 1px solid #e0e0ea;
    }

        .subcategory-container .box-2-3 .title-1a {
            border-top: 0;
            border-bottom: 0;
        }

.installments-and-products .main-category-selector:not(:last-child) {
    border-bottom: 0;
}

/* flex */

@media only screen and (min-width: 768px) {
    .single-product {
        display: flex;
    }

    .subcategory-product-details {
        display: flex;
    }

    .single-product .col {
        flex-direction: column;
        display: flex;
    }

    .single-product > .col {
        width: 35% !important;
    }

    .single-product .subcategory-product-details .col:nth-child(2) {
        width: calc(25 / 65 * 100%) !important;
    }

    .single-product .subcategory-product-details .col:nth-child(3) {
        width: calc(15 / 65 * 100%) !important;
    }

    .single-product .subcategory-product-details .col:nth-child(4) {
        width: calc(25 / 65 * 100%) !important;
    }
}

.text-bold {
    font-weight: bold !important;
}

.text-italic {
    font-style: italic !important;
}

.text-blue {
    color: #407887 !important;
}

table.th-upper th {
    text-transform: uppercase;
}

table.table-fixed {
    table-layout: fixed;
}

.alert {
    font-size: 12px;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

/*.chosen-container {
    position: absolute;
}*/


/*.alert.alert-info {
    background-color: white;
}*/

.input-box input:disabled,
.input-box textarea:disabled,
.input-box select:disabled,
.input-box input[readonly],
.input-box textarea[readonly],
.input-box select[readonly],
.readonly {
    background-color: #e3e3e3;
}

.width-33p {
    width: calc(100% / 3) !important;
}

.width-40p {
    width: 40% !important;
}

.width-60p {
    width: 60% !important;
}

.width-66p {
    width: calc(2 / 3 * 100%) !important;
}

.button-box-1 a, .button-box-1 input {
    display: inline-block;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .button-box-1 a, .button-box-1 input {
        width: 100%;
    }
}

.nav-1-1-button {
    display: block;
    height: 31px;
    margin: 0 auto;
}

.color-red {
    color: red;
}

.choices__input {
    width: 100% !important;
}

.no-resize {
    resize: none;
}

.input-box textarea {
    font-size: 15px;
    background: #fff;
    border: 1px solid #e0e0ea;
    width: 100%;
    padding: 10px 10px;
    font-weight: bold;
    color: #5C5C5C;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

/*.qq-checkbox label {
    margin-left: 20px;
}*/

/* ----- QUOTATION ----- */

#quotation-form .triggered {
    background-color: #fafafa;
}

.floated-form-element {
    height: 80px;
    float: left;
}

@media screen and (min-width: 1366px) {
    .floated-form-element {
        margin: 10px !important;
        padding: 5px !important;
        width: calc(100% / 6 - 20px);
    }
}

@media screen and (min-width: 992px) and (max-width: 1365px) {
    .floated-form-element {
        margin: 10px !important;
        padding: 5px !important;
        width: calc(100% / 4 - 20px);
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .floated-form-element {
        margin: 10px !important;
        padding: 5px !important;
        width: calc(100% / 2 - 20px);
    }
}

@media screen and (max-width: 767px) {
    .floated-form-element {
        width: 100% !important;
        margin: 2px 0 !important;
        padding: 5px !important;
        height: auto !important;
    }
}

.btn-2.active {
    background: #f1643c;
    color: #fff;
    border-color: #f1643c;
}

.quotation-timer {
    border: 1px solid #e6e8e8;
    padding: 20px 0;
    text-align: center;
}

    .quotation-timer span {
        display: block;
    }

        .quotation-timer span.time-left {
            font-size: 24px;
            font-weight: bold;
        }

/* hidden below 500px width */
@media screen and (max-width: 499px) {
    #floating-quotation-timer {
        display: none !important;
    }
}

#floating-quotation-timer {
    display: none;
    color: #5b5b60;
    position: fixed;
    right: 0px;
    top: 100px;
    background: white;
    width: 150px;
    text-align: center;
    padding: 10px;
    border: 1px solid #b3b4b7;
    border-right-width: 0;
    margin: 0;
}

    #floating-quotation-timer:hover {
        display: none;
    }

.preloader-small {
    background-image: url(/Content/Images/loader.gif);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
}

/* ----- END OF QUOTATION ----- */

/* ---------------------------------------- CUSTOM DIV TABLE ---------------------------------------- */

.div-table {
    display: table;
}

.div-table-cell {
    display: table-cell;
}

.div-table-cell-mid {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

/* ---------------------------------------- END OF CUSTOM DIV TABLE ---------------------------------------- */

.text-red {
    color: #c82e29 !important;
}

.ml-15 {
    margin-left: 15px;
}

.text-green {
    color: #5a8770 !important;
}

.text-purple {
    color: #ba06bd !important;
}

.question-send {
    line-height: initial;
}

.line-height-init {
    line-height: initial;
}

/* override */
.flexed-rows .row {
    display: -webkit-box;
    /*display: -webkit-flex;*/
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .flexed-rows .row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.text-color {
    color: #5C5C5C !important;
}

.height-100 {
    height: 100%;
}

.font-size-small {
    font-size: small;
}

.del-perm {
    background-color: #ff4343 !important;
    color: white !important;
}

.inline {
    display: inline-block;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.list-icon {
    padding: 5px 0 5px 32px;
    padding-left: 32px !important;
    background-repeat: no-repeat !important;
}

.out-of-screen {
    position: absolute;
    left: -9999px;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}


/*Boksy dla statusów zapytań ofetowych*/
.t-box-status-accepted {
    background-color: forestgreen;
    color: white;
    background-position: 15px center;
    background-repeat: no-repeat;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}
/*Koniec boksów dla zapytań ofertowych*/

.mt-20 {
    margin-top: 20px;
}

.inline-block {
    display: inline-block;
}

.text-left {
    text-align: left;
}

.input-format-2 input {
    width: calc(50% - 30px);
    float: left;
}

.input-format-2 .sign {
    float: left;
    width: 32px;
    height: 36px;
    background: #f3f4fa;
    border-top: 1px solid #e0e0ea;
    margin: 0 -1px;
    position: relative;
    z-index: 2;
    text-align: center;
    line-height: 34px;
    font-weight: normal;
    border-bottom: 1px solid #e0e0ea;
}

.input-format-2 .sign-year {
    width: 60px;
    border-right: 1px solid #e0e0ea;
}

.input-format-2 .sign:last-child {
    border-right: 1px solid #e0e0ea;
}

/* ----- reports ----- */

.custom-chart-container {
    text-align: center;
}

.custom-chart-container-title {
    font-size: 20px;
    font-weight: bold;
}

.custom-chart-container table tr:hover:not(.summary):not(.subsummary):not(.no-hover) td {
    background-color: #f0f0f0 !important;
    cursor: pointer;
}

.custom-chart-container table tr.subsummary td {
    background-color: #999999;
    color: white !important;
    font-weight: bold;
}

.report-finance-date-setter:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* ----- end - reports ----- */

/* ----- preloader ----- */

.fixed-100p {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}

.preloader-bg {
    z-index: 990001;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    display: none;
}

.preloader {
    background-color: white;
    width: 120px;
    height: 120px;
    position: fixed;
    display: block;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    padding: 10px;
}

.preloader-small {
    background-image: url(/Content/Images/loader.gif);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
}

.preloader-inline {
    display: inline-block;
}

.loader-logo {
    /*background-image: url("/Content/Images/chplogo.png");*/
    /*background-repeat: no-repeat;*/
    width: 64px;
    height: 64px;
    /*background-size: cover;*/
    margin: 0 auto;
}

.loader {
    margin: auto;
    height: 15px;
    width: 80px;
    box-sizing: border-box;
    margin-top: 15px;
}

    .loader .loader-item {
        position: relative;
        float: left;
        height: 15px;
        width: 4px;
        margin: 0 2px;
        background-color: #3d3763;
        border-radius: 2px;
    }

        .loader .loader-item:nth-child(1) {
            -webkit-animation: loader-item-1 2s linear infinite;
            animation: loader-item-1 2s linear infinite;
        }

        .loader .loader-item:nth-child(2) {
            -webkit-animation: loader-item-2 2s linear infinite;
            animation: loader-item-2 2s linear infinite;
        }

        .loader .loader-item:nth-child(3) {
            -webkit-animation: loader-item-3 2s linear infinite;
            animation: loader-item-3 2s linear infinite;
        }

        .loader .loader-item:nth-child(4) {
            -webkit-animation: loader-item-4 2s linear infinite;
            animation: loader-item-4 2s linear infinite;
        }

        .loader .loader-item:nth-child(5) {
            -webkit-animation: loader-item-5 2s linear infinite;
            animation: loader-item-5 2s linear infinite;
        }

        .loader .loader-item:nth-child(6) {
            -webkit-animation: loader-item-6 2s linear infinite;
            animation: loader-item-6 2s linear infinite;
        }

        .loader .loader-item:nth-child(7) {
            -webkit-animation: loader-item-7 2s linear infinite;
            animation: loader-item-7 2s linear infinite;
        }

        .loader .loader-item:nth-child(8) {
            -webkit-animation: loader-item-8 2s linear infinite;
            animation: loader-item-8 2s linear infinite;
        }

        .loader .loader-item:nth-child(9) {
            -webkit-animation: loader-item-9 2s linear infinite;
            animation: loader-item-9 2s linear infinite;
        }

        .loader .loader-item:nth-child(10) {
            -webkit-animation: loader-item-10 2s linear infinite;
            animation: loader-item-10 2s linear infinite;
        }

@-webkit-keyframes loader-item-1 {
    1% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    11% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    21% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-1 {
    1% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    11% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    21% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-2 {
    7% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    17% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    27% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-2 {
    7% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    17% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    27% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-3 {
    13% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    23% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    33% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-3 {
    13% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    23% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    33% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-4 {
    19% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    29% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    39% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-4 {
    19% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    29% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    39% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-5 {
    25% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    35% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    45% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-5 {
    25% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    35% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    45% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-6 {
    31% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    41% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    51% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-6 {
    31% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    41% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    51% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-7 {
    37% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    47% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    57% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-7 {
    37% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    47% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    57% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-8 {
    43% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    53% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    63% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-8 {
    43% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    53% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    63% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-9 {
    49% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    59% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    69% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-9 {
    49% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    59% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    69% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes loader-item-10 {
    55% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    65% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    75% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes loader-item-10 {
    55% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    65% {
        -webkit-transform: scaleY(1.4);
        transform: scaleY(1.4);
    }

    75% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}


/* ----- end - preloader ----- */

.z-box-2 {
    overflow: inherit;
    float: left;
    width: calc(100% - 724px);
}

@media only screen and (max-width: 1900px) {
    .z-box-2 {
        width: 50%;
    }
}

@media only screen and (max-width: 1199px) {
    .z-box-2 {
        width: 100%;
    }
}

.scroll-h-400 {
    max-height: 400px;
    overflow-y: auto;
}

.float-none {
    float: none;
}

.success {
    background-color: #d0e9c6;
    /*background-color: #f1643c;
    color: white;
    font-weight: bold;*/
}

.custom-textarea {
    resize: none;
    height: 150px !important;
    overflow-y: scroll;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.padding-10 {
    padding: 10px;
}

/* filer override */

.jFiler-items-list.jFiler-items-default {
    padding-left: 0;
}

.jFiler-item {
    list-style-type: none;
}

.max-width-300 {
    max-width: 300px;
}

.height-auto {
    height: auto;
}

.margin-left-15 {
    margin-left: 15px;
}

.rodo-info {
    background-color: #d9edf7;
}

.rodo-danger {
    background-color: #f2dede;
}

.rodo-success {
    background-color: #d0e9c6;
}

.timeline-xs {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .timeline-xs .timeline-item {
        position: relative;
        border-left: 1px solid #c8c7cc;
    }

        .timeline-xs .timeline-item:after {
            background-color: #fff;
            border-color: #58748B;
            border-radius: 10px;
            border-style: solid;
            border-width: 1px;
            bottom: 0;
            content: "";
            height: 9px;
            left: 0;
            margin-left: -5px;
            position: absolute;
            width: 9px;
        }

        .timeline-xs .timeline-item p {
            margin: 0;
            padding-bottom: 10px;
        }

        .timeline-xs .timeline-item.success {
            border-left-color: #5cb85c;
        }

            .timeline-xs .timeline-item.success:after {
                border-color: #5cb85c;
            }

        .timeline-xs .timeline-item.danger {
            border-left-color: #d43f3a;
        }

            .timeline-xs .timeline-item.danger:after {
                border-color: #d43f3a;
            }

        .timeline-xs .timeline-item.info {
            border-left-color: #46b8da;
        }

            .timeline-xs .timeline-item.info:after {
                border-color: #46b8da;
            }

        .timeline-xs .timeline-item.warning {
            border-left-color: #eea236;
        }

            .timeline-xs .timeline-item.warning:after {
                border-color: #eea236;
            }

        .timeline-xs .timeline-item:before, .timeline-xs .timeline-item:after {
            content: " ";
            display: table;
        }

        .timeline-xs .timeline-item:after {
            clear: both;
            bottom: auto;
            top: 4px;
        }

.ui-pnotify-title {
    font-size: 16px;
}

.ui-pnotify-text {
    font-size: 14px;
}

.max-width-200 {
    max-width: 200px;
}

.hover-0:hover span {
    opacity: 0;
}

.hover-0 {
    color: #5C5C5C;
    background-repeat: no-repeat;
    display: inline-block;
    min-width: 21px;
    min-height: 21px;
}

    .hover-0:hover {
        color: #f1643c;
    }

.width-250 {
    width: 250px;
}

.width-100px {
    width: 100px !important;
}

#permission-settings > ul {
    padding-left: 0 !important;
}

/* ----- agents tree ----- */

#agent-filter-tree ul,
#permission-settings ul {
    padding-left: 20px;
    list-style-type: none;
    margin-bottom: 0;
}

#agent-filter-tree li {
    margin-top: 2px;
}

#agent-filter-tree .agent-filter-box {
    display: inline-block;
    padding: 1px 20px;
    /*background-color: #9aabb9;
    border-color: #9aabb9;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
}

    #agent-filter-tree .agent-filter-box .checkbox {
        padding-top: 4px !important;
    }

/* ----- end - agents tree ----- */

.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.modal-dialog {
    border: 2px solid #f1643c;
}

.center {
    text-align: center;
}

/*Settlement*/
@media all and (min-width: 1200px) {
    .settlement-flex-container {
        display: flex;
        flex-direction: row;
    }
}
/*End of settlement*/

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 46px;
}

.small-logo {
    max-width: 150px;
    display: inline-block;
    max-height: 60px;
    width: 150px;
}

.login-box-1 {
    width: 724px;
    padding: 40px 45px 25px 45px;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
    float: left;
}

.login-box-1-1 {
    float: left;
    width: 100%;
}

.login-logo {
    margin: 0 auto;
    margin-bottom: 20px;
    max-height: 200px;
}

.login-button {
    margin: 0 auto;
    margin-bottom: 15px;
}

/* popup sizes */

/* default size */
.modal-dialog {
    max-width: 1000px !important;
}

/* 99% size - all time */
.popup-max, .popup-big, .popup-half {
    max-width: 99% !important;
}

    @media screen and (min-width: 992px) {
        /* 75% size */
        .popup-big {
            min-width: 950px;
            max-width: 75% !important;
        }

        .popup-85 {
            min-width: 950px;
            max-width: 85% !important;
        }

        /* 50% size */
        .popup-half {
            min-width: 900px;
            max-width: 50% !important;
        }
    }

.pr-0 {
    padding-right: 0;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.padding-bottom-10 {
    margin-bottom: 10px;
}

.image-calendar-check {
    margin-left: -15px;
    position: absolute;
    height: 17px;
    display: none;
}

.popup-event-counter {
    margin-left: -10px;
    position: relative;
    font-size: 12px;
    font-weight: normal;
    top: -21px;
    line-height: 13px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 2px 5px;
    background-color: #ace1af;
}

/* Settlement Progress bar*/
.progress {
    border-radius: 0px;
    height: 31px;
}

.progress-bar {
    background-color: #f1643c;
    animation: progress-bar-stripes 1s linear infinite;
}

.progress-value {
    position: absolute;
    right: 0;
    left: 0;
}

.percentage-value {
    font-size: large;
    padding-top: 5px;
}
/*End of Settlement Progress bar*/

/*.dropdown:hover > .dropdown-menu {
    display: block;
}*/
.dropdown-menu{
    min-width: 5rem;
}

.dropdown-gray {
    color: gray !important;
    text-decoration: line-through !important;
}

.dropdown-item span {
    margin-right: 5px;
}

    .dropdown-item span img {
        max-width: 21px;
        vertical-align: top;
    }

.dropdown-toggle:not(.dropdown-main) {
    border-width: 0;
    padding: 2px;
    background-color: transparent;
    width: 100% !important;
    outline: 0 none !important;
}

.dropdown-toggle.dropdown-main:before,
.dropdown-toggle.dropdown-main:after {
    content: unset;
}

.dropdown-toggle:not(.dropdown-main) img {
    max-width: 24px;
}

.dropdown-item:not(.dropdown-gray):hover {
    color: #f1643c !important;
}
/*Dropwodn menu partners tree*/
.partner-dropdown-menu {
    position: absolute;
    right: 86px;
    top: 38%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    margin-top: 0.125rem;
    margin-right: 0px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.partner-dropdown-toggle:not(.dropdown-main) {
    border-width: 0;
    padding: 2px;
    background-color: transparent;
    width: 100% !important;
    outline: 0 none !important;
    padding-left: 20px;
}

.partner-dropdown-toggle.dropdown-main:before,
.partner-dropdown-toggle.dropdown-main:after {
    content: unset;
}

.partner-dropdown-toggle:not(.dropdown-main) img {
    max-width: 24px;
}

.partner-dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: 0.1em;
    content: "";
    border-top: 0.35em solid transparent;
    border-right: .35em solid;
    border-bottom: .35em solid transparent;
}

/*end of dropdown menu partners tree*/
/* ---------------------------------------------------------------------- */
/*  Timeline
/* ---------------------------------------------------------------------- */
div.timeline {
    margin: 0;
    overflow: hidden;
    position: relative;
}

    div.timeline .columns {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        div.timeline .columns > li:nth-child(2n+1) {
            float: left;
            width: 50%;
            clear: left;
        }

            div.timeline .columns > li:nth-child(2n+1) .timeline_element {
                float: right;
                left: 10%;
                margin-right: 30px;
                left: 0;
                opacity: 1;
            }

                div.timeline .columns > li:nth-child(2n+1) .timeline_element:before {
                    right: -27px;
                    top: 15px;
                }

                div.timeline .columns > li:nth-child(2n+1) .timeline_element:after {
                    right: -35px;
                    top: 10px;
                }

        div.timeline .columns > li:nth-child(2n+2) {
            float: right;
            margin-top: 20px;
            width: 50%;
            clear: right;
        }

            div.timeline .columns > li:nth-child(2n+2) .timeline_element {
                float: left;
                margin-left: 30px;
                right: 10%;
                opacity: 1;
                right: 0;
            }

                div.timeline .columns > li:nth-child(2n+2) .timeline_element:before {
                    left: -27px;
                    top: 15px;
                }

                div.timeline .columns > li:nth-child(2n+2) .timeline_element:after {
                    left: -35px;
                    top: 10px;
                }

    div.timeline .date_separator {
        clear: both;
        height: 60px;
        position: relative;
        text-align: center;
    }

        div.timeline .date_separator span {
            border-radius: 5px;
            height: 30px;
            line-height: 30px;
            margin-top: -16px;
            position: absolute;
            top: -200%;
            width: 200px;
            top: 50%;
            left: 50%;
            margin-left: -100px;
            background-color: #58748B;
            color: #ffffff;
        }

    div.timeline .spine {
        border-radius: 2px;
        position: absolute;
        top: 0;
        width: 4px;
        left: 50%;
        margin-left: -2px;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.1);
    }

    div.timeline .column_center .timeline_element {
        margin: 20px auto;
        opacity: 1;
    }

        div.timeline .column_center .timeline_element:before, div.timeline .column_center .timeline_element:after {
            display: none;
        }

.timeline_element {
    border-radius: 5px;
    clear: both;
    margin: 30px 0;
    padding: 20px;
    opacity: 0;
    position: relative;
    transition: all 0.2s linear 0s;
    min-width: 66.6667%;
    text-shadow: none;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}

    .timeline_element.partition-white {
        border: 1px solid rgba(0, 0, 0, 0.07);
    }

        .timeline_element.partition-white:hover {
            border: 1px solid rgba(0, 0, 0, 0.04);
        }

        .timeline_element.partition-white:after {
            background-color: #ffffff;
        }

        .timeline_element.partition-white:hover:after {
            background-color: #c3c2c7;
            border: 1px solid #ffffff;
        }

    .timeline_element.partition-green {
        border: none;
        color: #ffffff;
    }

        .timeline_element.partition-green:hover {
            border: none;
        }

        .timeline_element.partition-green:after {
            background-color: #5A8770;
        }

        .timeline_element.partition-green:hover:after {
            background-color: #ffffff;
            border: 1px solid #5A8770;
        }

    .timeline_element.partition-orange {
        border: none;
        color: #ffffff;
    }

        .timeline_element.partition-orange:hover {
            border: none;
        }

        .timeline_element.partition-orange:after {
            background-color: #F18636;
        }

        .timeline_element.partition-orange:hover:after {
            background-color: #ffffff;
            border: 1px solid #F18636;
        }

    .timeline_element.partition-blue {
        border: none;
        color: #ffffff;
    }

        .timeline_element.partition-blue:hover {
            border: none;
        }

        .timeline_element.partition-blue:after {
            background-color: #407887;
        }

        .timeline_element.partition-blue:hover:after {
            background-color: #ffffff;
            border: 1px solid #407887;
        }

    .timeline_element.partition-red {
        border: none;
        color: #ffffff;
    }

        .timeline_element.partition-red:hover {
            border: none;
        }

        .timeline_element.partition-red:after {
            background-color: #C82E29;
        }

        .timeline_element.partition-red:hover:after {
            background-color: #ffffff;
            border: 1px solid #C82E29;
        }

    .timeline_element.partition-azure {
        border: none;
        color: #ffffff;
    }

        .timeline_element.partition-azure:hover {
            border: none;
        }

        .timeline_element.partition-azure:after {
            background-color: #5B9BD1;
        }

        .timeline_element.partition-azure:hover:after {
            background-color: #ffffff;
            border: 1px solid #5B9BD1;
        }

    .timeline_element.partition-purple {
        border: none;
        color: #ffffff;
    }

        .timeline_element.partition-purple:hover {
            border: none;
        }

        .timeline_element.partition-purple:after {
            background-color: #9A89B5;
        }

        .timeline_element.partition-purple:hover:after {
            background-color: #ffffff;
            border: 1px solid #9A89B5;
        }

    .timeline_element:hover {
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    }

    .timeline_element:before {
        content: "";
        display: block;
        height: 0;
        position: absolute;
        width: 26px;
        border-top: 1px dashed #CCCCCC;
    }

    .timeline_element:after {
        border-radius: 100%;
        content: "";
        display: block;
        height: 10px;
        position: absolute;
        width: 10px;
        background-color: #BBBBBB;
        border: 1px solid #FFFFFF;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    }

    .timeline_element:hover:after {
        z-index: 100;
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        z-index: 100;
    }

    .timeline_element .timeline_title {
        overflow: hidden;
        position: relative;
        text-transform: uppercase;
        padding-top: 10px;
        white-space: nowrap;
    }

        .timeline_element .timeline_title h4 {
            line-height: 30px;
        }

    .timeline_element .timeline_date {
        display: block;
    }

        .timeline_element .timeline_date .day {
            font-size: 52px;
            letter-spacing: -2px;
        }

    .timeline_element .timeline_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .timeline_element .readmore {
        padding: 10px 0;
        text-align: right;
    }

.timeline-scrubber {
    padding: 8px 0 8px 1px;
    top: 60px;
    right: 0;
    width: 100px;
    z-index: 1;
    list-style: none;
    position: absolute;
}

    .timeline-scrubber li {
        margin-bottom: 1px;
    }

        .timeline-scrubber li:nth-last-child(2) a {
            border-color: white;
            color: white;
        }

        .timeline-scrubber li:last-child a {
            border-color: white;
            color: white;
        }

    .timeline-scrubber a {
        border-left: 5px solid #f7f7f8;
        color: #f7f7f8;
        display: block;
        font-weight: normal;
        outline: medium none;
        padding: 4px 0 4px 6px;
    }

        .timeline-scrubber a:hover {
            border-color: #c3c2c7 !important;
            color: #c3c2c7 !important;
        }

    .timeline-scrubber .selected > a {
        border-left-color: #aeacb4 !important;
        color: #aeacb4 !important;
        font-weight: bold !important;
    }

/* ie8 fixes */
.ie8 div.timeline_element:after {
    display: none;
}

.ie8 div.timeline_element:before {
    display: none;
}

/**/
.timeline-xs {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .timeline-xs .timeline-item {
        position: relative;
        border-left: 1px solid #c8c7cc;
    }

        .timeline-xs .timeline-item:after {
            background-color: #fff;
            border-color: #58748B;
            border-radius: 10px;
            border-style: solid;
            border-width: 1px;
            bottom: 0;
            content: "";
            height: 9px;
            left: 0;
            margin-left: -5px;
            position: absolute;
            width: 9px;
        }

        .timeline-xs .timeline-item p {
            margin: 0;
            padding-bottom: 10px;
        }

        .timeline-xs .timeline-item.success {
            border-left-color: #5cb85c;
        }

            .timeline-xs .timeline-item.success:after {
                border-color: #5cb85c;
            }

        .timeline-xs .timeline-item.danger {
            border-left-color: #d43f3a;
        }

            .timeline-xs .timeline-item.danger:after {
                border-color: #d43f3a;
            }

        .timeline-xs .timeline-item.info {
            border-left-color: #46b8da;
        }

            .timeline-xs .timeline-item.info:after {
                border-color: #46b8da;
            }

        .timeline-xs .timeline-item.warning {
            border-left-color: #eea236;
        }

            .timeline-xs .timeline-item.warning:after {
                border-color: #eea236;
            }

        .timeline-xs .timeline-item:before, .timeline-xs .timeline-item:after {
            content: " ";
            display: table;
        }

        .timeline-xs .timeline-item:after {
            clear: both;
            bottom: auto;
            top: 4px;
        }

@media (max-width: 991px) {
    /* 991px */
    div.timeline {
        margin: 0;
    }

        div.timeline .columns li {
            float: none !important;
            width: 100% !important;
        }

    .timeline_element {
        margin: 20px auto !important;
    }

        .timeline_element:after {
            display: none;
        }

        .timeline_element:before {
            display: none;
        }

    .timeline-scrubber {
        display: none;
    }
}

/*.chosen-container .chosen-results {
    max-height: 150px;
}*/

.max-width-25 {
    max-width: 25px;
}

.scroll-h-200 {
    max-height: 200px;
    overflow-y: auto;
}

.pl-50 {
    padding-left: 50px;
}

.btn-invisible {
    display: block;
    height: 46px;
    margin-top: 23px !important;
}

.btn-7 {
    display: block;
    color: #3d3763;
    border: 1px solid #3d3763;
    height: 46px;
    line-height: 46px;
    padding: 0 5px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

    .btn-7:hover {
        background: #f1643c;
        color: #fff !important;
        border-color: #f1643c;
    }

#filter-agent-popup {
    display: none;
}

table {
    background-color: white;
}

.nowrap {
    white-space: nowrap;
}

.policy-vehicle-hidden {
    display: none;
}

.block {
    display: block;
}

.collapse.in {
    display: block;
}

.color-blue {
    color: #007bff;
}

.input-box input[type=text]:not([readonly]):focus,
.input-box input[type=password]:not([readonly]):focus,
.input-box input[type=number]:not([readonly]):focus,
.input-box textarea:not([readonly]):focus {
    border-bottom: 1px solid #f1643c;
    color: #f1643c;
}

.autocomplete-suggestion {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .autocomplete-suggestion {
        font-size: 12px;
    }
}

.creamy {
    background-color: #fffdd5;
}

.row-actions {
    background-color: #fffdd5;
    width: 76px !important; /* cog */
    padding: 0 !important;
}

    .row-actions ul {
        padding: 0;
        margin: 0;
        list-style: none;
        /*text-align: center;*/
    }

    .row-actions a[class^='ic-'] {
        display: block;
        background-repeat: no-repeat;
    }

.dropdown-item {
    color: black !important;
}

    .dropdown-item span {
        width: 21px !important;
        text-align: center;
        display: inline-block;
    }

.top-navbar-timer {
    display: none;
}

.font-size-12 {
    font-size: 12px;
}

.width-150px {
    width: 150px;
}

.width-175px {
    width: 175px;
}

.white-a {
    color: white !important;
}

    .white-a:hover {
        color: #fc4243 !important;
    }

.padding-5-0 {
    padding: 5px 0 !important;
}

.inbox-preloader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.static-loader {
    position: relative !important;
    top: 20px;
}

.pre-scrollable {
    overflow-y: auto;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/Content/Images/New/icons/img53.png') !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 10px) center !important;
    background-size: 32px;
    padding-right: 30px !important;
}

    select:focus {
        background-color: #f1643c;
        color: white;
        font-weight: bold;
        background-image: none !important;
        padding-right: 0;
    }


.dropdown:hover .dropdown-content {
    display: block;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.padding-0-5 {
    padding: 0 5px;
}

.dropdown-width {
    width: 72px;
}

.table-height-auto td {
    height: auto !important;
}

.close-settings {
    position: absolute;
    padding-left: 650px;
    margin-top: -5px;
    cursor: pointer;
}

.show-password-btn {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 18px;
    height: 18px;
    display: block;
    background: url('/Content/Images/New/icons/img01.png');
    background-size: 17px;
    background-repeat: no-repeat;
}

    .show-password-btn:hover {
        background: url('/Content/Images/New/icons/img01hover.png');
        background-size: 17px;
        background-repeat: no-repeat;
    }

.question-icon {
    position: absolute;
    top: -2px;
    right: 13px;
    width: 18px;
    height: 18px;
    display: block;
    background: url('/Content/Images/New/icons/img74.png');
    background-repeat: repeat;
    background-size: auto;
    background-size: 17px;
    background-repeat: no-repeat;
}

.datetimepicker {
    color: #5c5c5c;
    font-size: 15px;
}

    .datetimepicker tr th,
    .datetimepicker tr td {
        padding: 3px !important;
    }

.stick-to-bottom {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.policy-comment {
    height: 20px;
    cursor: pointer;
    margin-top: -17px;
}

#header-fixed {
    position: fixed;
    top: 0px;
    display: none;
    background-color: white;
}

/*Grupy kategorii CRUD*/
.category-groups {
    padding: 17px;
    text-align: center;
    display: flex;
}

.category-group {
    margin: 0px 0px 0px 5px;
}

.category-group-icon {
    cursor: pointer;
    height: 82px;
    padding: 12px;
    background-color: #e8e8e8;
    border-radius: 5px;
}

    .category-group-icon:hover {
        background-color: #ff622d;
        border-radius: 5px;
    }

.category-group-selected {
    background-color: #ff622d !important;
}

.category-group-icon-filter {
    cursor: pointer;
    height: 34px;
    padding: 2px;
    background-color: #e8e8e8;
    border-radius: 5px;
}

    .category-group-icon-filter:hover {
        background-color: #ff622d;
        border-radius: 5px;
    }
/*********************/

/*Grupy kategorii na liście polis*/
.policy-category-group {
    background-size: 27px;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 5px 21px 7px 11px;
    margin-right: 5px;
    border-radius: 5px;
}

.home-flat-group-icon {
    background-image: url('/Content/Images/New/icons/home.svg');
}

.car-group-icon {
    background-image: url('/Content/Images/New/icons/car.svg');
}

.company-group-icon {
    background-image: url('/Content/Images/New/icons/company.svg');
}

.travel-group-icon {
    background-image: url('/Content/Images/New/icons/sunbed.svg');
}

.health-group-icon {
    background-image: url('/Content/Images/New/icons/insurance.svg');
}

.agro-group-icon {
    background-image: url('/Content/Images/New/icons/tractor.svg');
}

.other-group-icon {
    background-image: url('/Content/Images/New/icons/inne.svg');
}

.calc-widget {
    background-image: url('/Content/Images/New/icons/img03.png');
    background-size: cover;
}

.box-1:hover .calc-widget,
.box-1:hover .report-widget {
    background-image: none;
}

.calc-widget-hover {
    height: 53px;
}

.report-widget {
    background-image: url('/Content/Images/New/icons/img14.png');
}

/*******************************/

.settlement-selected-header td {
    background-color: #c9f1b4 !important;
    font-weight: bold !important;
}

.calculation-summary-bar {
    font-size: 20px;
    text-transform: uppercase;
    color: #EE4400;
    display: block;
    line-height: 50px;
    font-weight: bold;
}

.calculation-summary-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background-size: contain;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}

.calculation-summary-vehicle {
    background-image: url(/Content/Images/New/icons/samochod.png);
}

.calculation-summary-client {
    background-image: url(/Content/Images/New/icons/img11.png);
}

.calculation-summary-to-renew {
    width: 40px;
    background-size: 40px;
    background-image: url(/Content/Images/New/icons/img81.png);
}

.calculation-summary-sold-policy {
    width: 40px;
    background-size: 40px;
    background-image: url(/Content/Images/New/icons/szary_ptaszek.png);
}

.calculation-summary-text {
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

/*******************************/

/*Raporty klasy dla legend Pie Chart*/
.pie-legend {
    overflow: auto;
    max-height: 400px;
    width: auto;
}

    .pie-legend ul {
        list-style-type: none;
        display: inline-block;
    }

    .pie-legend li {
        display: inline-block;
        padding-left: 15px;
    }

    .pie-legend ul li span {
        padding-left: 5px;
        white-space: nowrap;
        cursor: pointer;
    }

.pie-legend-rectangle {
    height: 12px;
    width: 40px;
    display: inline-block;
    border-radius: 1px;
}

/************************************/

/* zegar */

#hdatetime {
    text-align: center;
    width: 68px;
    display: inline-block;
    border: 2px solid #f1643c;
    background-color: white;
    margin-top: 10px;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
    position: fixed;
    bottom: 10px;
}

@media (max-width: 991px) {
    #hdatetime {
        display: none !important;
    }
}

#htime,
#hdate {
    display: block;
}

#htime {
    font-size: 23px;
    margin-bottom: 5px;
}

#hday, #hmonth {
    display: inline-block;
    /*font-size: 30px;*/
}

/* zmiana layoutu */

.box-1 {
    height: 83px;
    padding: 14px 0px;
    /*width: 210px;*/
    display: inline-block;
    margin: 0 5px;
}

.box-1c {
    width: auto;
}

.box-1b {
    border-color: #d60000;
}

    .box-1b:hover {
        color: #d60000;
    }

    .box-1b .link-2:hover {
        background-image: url('/Content/Images/New/icons/add-red.png');
    }

@media screen and (max-width: 1450px) {
    .box-1 .txt {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .box-1 {
        display: none;
    }
}

.add-top-bar {
    width: 30px;
    background: url('/Content/Images/New/icons/img16.png');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

    .add-top-bar:hover {
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .add-top-bar.client:hover {
        background: url('/Content/Images/New/icons/img18.png');
    }

    .add-top-bar.policy:hover {
        background: url('/Content/Images/New/icons/img20.png');
    }

    .add-top-bar.calculation:hover {
        background: url('/Content/Images/New/icons/add-red.png');
    }

.hic-client {
    background: url('/Content/Images/New/icons/img11.png');
    width: 45px;
    background-size: 45px;
    background-repeat: no-repeat;
}

    .hic-client:hover {
        background: url('/Content/Images/New/icons/img11hover.png');
        background-size: 45px;
        background-repeat: no-repeat;
    }

.hic-policy {
    background: url('/Content/Images/New/icons/img12.png');
    width: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
}

    .hic-policy:hover {
        background: url('/Content/Images/New/icons/img12hover.png');
        background-size: 30px;
        background-repeat: no-repeat;
    }

.hic-report {
    background: url('/Content/Images/New/icons/img14.png');
    width: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
}

    .hic-report:hover {
        background: url('/Content/Images/New/icons/img14hover.png');
        background-size: 30px;
        background-repeat: no-repeat;
    }

/*Statusy zapytań ofertowych*/

.inquiry-offer-presented {
    color: #0a0;
    font-weight: bold;
}

.inquiry-offer-additional-data {
    color: #d00;
    font-weight: bold;
}

.inquiry-offer-exposed {
    color: #0a0;
    font-weight: bold;
}

.inquiry-offer-accepted {
    color: #0a0;
    font-weight: bold;
}

.inquiry-offer-ready-for-client {
    color: #0a0;
    font-weight: bold;
}
/***************************/
/* custom checkboxes */
input.no-icheck[type=checkbox] {
    display: none;
}

    input.no-icheck[type=checkbox] + label:not(.clean) {
        display: inline-block;
        width: 18px;
        height: 18px;
        background-color: #f2f3f9;
        border: 1px solid #e1e1e1;
        cursor: pointer;
        margin-bottom: 0 !important;
        margin-right: 5px;
        float: left;
    }

    input.no-icheck[type=checkbox]:checked + label:not(.clean) {
        background-color: #f1643c;
    }

.applied-filters {
    font-size: 13px;
    font-weight: bold;
}

.instruction-link {
    float: right;
    padding-right: 15px;
    font-size: 20px;
    padding-top: 21px;
    font-weight: bold;
    color: #5C5C5C;
}

    .instruction-link a {
        color: #5C5C5C;
    }

        .instruction-link a:hover {
            color: #ff5e28;
        }

.policy-termination a {
    color: #5C5C5C;
}

    .policy-termination a:hover {
        color: #ff5e28;
    }

.jFiler-input {
    border-radius: 0px !important;
}

.middle-label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
}

.bg-ultra-light-green {
    background-color: #c9f1b4;
}

.calendar-popup-element {
    font-size: 12px;
    width: 100%;
    padding: 5px;
    margin: 2px 0;
    background-color: lightblue;
}

#calendar-undone-table td:not(.no-redirect),
#calendar-done-table td:not(.no-redirect) {
    cursor: pointer;
}

.calculation-offer-table td {
    height: auto !important;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.btn-input-box {
    height: 36px;
    line-height: 34px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.textarea-word-break {
    overflow-y: auto;
    word-break: break-word;
}

#full-calendar table {
    min-width: 1050px !important;
}

.calculation-ic-logo {
    max-width: 90px;
    margin: 0 auto;
}

.pos-rel {
    position: relative;
}

.min-width-350px {
    min-width: 350px;
}

.pos-rel .question-icon {
    display: inline-block;
    position: static !important;
}

/* nowe raporty - początek */

.qi-icon {
    float: left;
    position: relative;
}

    .qi-icon .question-icon {
        top: unset;
        right: unset;
    }

.qi-value {
    float: right;
    padding-right: 0;
    margin-left: 10px;
}

.th-chart-icon {
    float: right;
    margin-left: 10px;
}

.n-report-container {
    padding: 20px;
}

.n-report-canvas {
    height: 400px;
}

.n-report-table tr:not(.end) td {
    cursor: pointer;
}

    .n-report-table:not(.n-report-agent) tr:not(.end) td:hover
    /*.n-report-table tr:not(.end) td.sibling-1:hover ~ td.sibling-1:not(.end),
    .n-report-table tr:not(.end) td.sibling-1:hover + td.sibling-1:not(.end)*/ {
        background-color: #7be266 !important;
    }

    .n-report-agent, .n-import tr:hover {
        background-color: #7be266 !important;
        cursor:pointer;
    }

.summary-goto:hover {
    background-color: #7be266 !important;
}

.n-report-table .logo-container, .n-report-table .supplier-name-container {
    display: inline-block;
    text-align: center;
}

.n-report-table .logo-container {
    max-width: 100px;
}

.color-square {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid white;
    float: left;
    margin-right: 5px;
}

.line-height-20 {
    line-height: 20px;
}

li.jstree-open {
    background: url("../../../Content/Images/New/icons/img39.png") 0px 0px no-repeat !important;
}

li.jstree-closed {
    background: url("../../../Content/Images/New/icons/arrow_right.png") 0px 0px no-repeat !important;
}

.cell-height-24 {
    height: 24px;
    line-height: 24px;
}

.jstree-grid-header-custom {
    overflow: hidden;
    white-space: nowrap;
    padding: 5px 10px 2px 5px !important;
    cursor: default;
    /*padding: 5px 10px;*/
    margin-bottom: 10px;
}

.jstree-default .jstree-open > .jstree-ocl {
    background-position: 0px -3000px !important;
}

.jstree-default .jstree-closed > .jstree-ocl {
    background-position: 0px -3000px !important;
}

.jstree-anchor {
    display: inline !important;
    white-space: normal !important;
}

.jstree-node {
    white-space: normal !important;
}

.small-logo-checkbox {
    margin-right: 5px;
    max-height: 20px;
    vertical-align: top;
    margin-top: 1px;
}

.jstree-themeicon-custom {
    background-size: contain !important;
}

.jstree-search-loader {
    position: absolute;
    top: 9px;
    right: 12px;
    width: 18px;
    height: 18px;
    background: url('/Content/Images/New/icons/mini-loader.gif');
    background-repeat: no-repeat;
    background-size: 18px;
}

.jstree-highlighted-item {
    font-weight: bolder;
    color: red !important;
}

/* nowe raporty - koniec */
.max-height-40 {
    max-height: 40px;
}

.max-height-25 {
    max-height: 25px;;
}

.btn-small {
    line-height: unset;
    height: unset;
    padding: 7px;
}

.fs-12,
tr.fs-12 th,
tr.fs-12 td {
    font-size: 12px !important;
}

.fs-14,
tr.fs-14 th,
tr.fs-14 td {
    font-size: 14px !important;
}

.fs-16,
tr.fs-16 th,
tr.fs-16 td {
    font-size: 16px !important;
}

.fs-18,
tr.fs-18 th,
tr.fs-18 td {
    font-size: 18px !important;
}

tr.text-bold th,
tr.text-bold td {
    font-weight: bold;
}

.hide {
    display: none;
}

.textarea-word-break {
    overflow-y: auto;
    word-break: break-word;
}

#full-calendar table {
    min-width: 1050px !important;
}

.line-height-40 {
    line-height: 40px;
}

.table-striped tbody tr:nth-of-type(2n+1) td.green {
    background-color: #cce5cc;
}

.table-striped tbody tr:nth-of-type(2n) td.green {
    background-color: #e5f2e5;
}

.table-striped tbody tr:nth-of-type(2n+1) td.blue {
    background-color: #bbd8f3;
}

.table-striped tbody tr:nth-of-type(2n) td.blue {
    background-color: #ddebf9;
}

.table-striped tbody tr:nth-of-type(2n+1) td.gold {
    background-color: #ffeb7f;
}

.table-striped tbody tr:nth-of-type(2n) td.gold {
    background-color: #fff3b2;
}

.address-line {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.margin-0-auto {
    margin: 0 auto;
}

.report-applied-filters {
    height: 49px;
}

.report-applied-filters .filter-box {
    margin: 1px 0 !important;
}

.filter-green {
    background-color: #bef7be !important;
}

.filter-blue {
    background-color: #c5edfa;
}

.background-white {
    background-color: white !important;
}

.padding-left-50 {
    padding-left: 50px;
}

.knowledge-base-password, .knowledge-base-no-password {
    font-weight: bold;
    font-size: 24px;
}

.knowledge-base-no-password {
    color: red;
}

.knowledge-base-password {
    color: #003380;
}

#calendar-undone-table img {
    height: 100%;
}

/*******************Długa nazwa załącznika bez spacji*********************/

.attachment-name {
    text-overflow: ellipsis;
    max-width: 155px;
    display: block;
    overflow: hidden;
}

@media only screen and (max-width: 540px) {
    .attachment-name {
        max-width: 155px;       
    }
}

@media screen and (min-width: 540px) and (max-width: 992px) {
    .attachment-name {        
        max-width: 370px;        
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .attachment-name {        
        max-width: 550px;        
    }
}

@media screen and (min-width: 1200px) {
    .attachment-name {        
        max-width: 470px;       
    }
}

/*************************************************************************/