﻿:root {
    --primary-color: #b23305;
    --success-color: #6fb205;
    --info-color: #0577b2;
    --warning-color: #f39c11;

    --toastify-color-error: var(--primary-color) !important;
    --toastify-color-success: var(--success-color) !important;
    --toastify-color-info: var(--info-color) !important;
    --toastify-color-warning: var(--warning-color) !important;
}

#page-wrapper {
    min-height: 100vh;
    background: #fff;
    display: table;
    float: left;
    width: 100%;
    height: 100vh;
}

img {
    max-width: 100%;
}

img.productCategory {
    width: 100px;
    height: 100px;
}

.avatarImg {
    border-radius: 50%;
    border: 1px solid #545454;
    background: url("../img/avatar.png") no-repeat 0 0;
    background-size: 100% 100%;
    width: 114px;
    height: 114px;
}

.avatarContainer {
    display: flex;
    align-items: center;
}

.logoImg {
    background: url("../img/logo.png") no-repeat 0 0;
    background-size: 100% 100%;
    width: 240px;
    height: 36px;
    border-image-width: 0;
    margin-bottom: 15px;
}

.defaultCategoryIcon {
    background: url("../img/car_icon.png") no-repeat 0 0;
    background-size: 100% 100%;
    width: 200px;
    height: 200px;
}

.message {
    padding: 10px;
    margin-bottom: 20px;
    border: 2px solid #2cacd9;
    background-color: #eefbff;
}

.message h3 {
    margin-top: 0;
    border-bottom-color: var(--success-color);
    color: #2cacd9;
    border-bottom-width: 0;
}

.button-space {
    margin-right: 5px;
}

/* BOOTSTRAP OVERRIDE */
.page-header {
    color: var(--primary-color);
    border-color: var(--primary-color);
    margin: 30px 0 10px;
}

.summaries-details h3.page-header {
    border-bottom-width: 4px;
}

h3.page-header {
    font-size: 20px;
}

.page-header + table {
    margin-top: 30px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    font-size: 14px;
}

.breadcrumb a {
    color: #444;
}

.breadcrumb > li + li:before {
    content: "\\";
}

h2 {
    font-weight: 900;
    font-size: 26px;
    color: var(--primary-color);
    margin: 0 0 30px;
}

label {
    font-weight: normal;
}

.card > .card-header {
    color: var(--primary-color);
    background: transparent;
    cursor: pointer;
    font-weight: bold;
}

.card > .card-header .toggler {
    float: right;
}

.card-body .panel-body-scrollable {
    max-height: 500px;
    overflow-y: scroll;
    padding: 2px;
}

.card.error > .card-header:before {
    font-family: "Font Awesome 5 Free";
    content: "\f071";
    color: red;
    padding-right: 5px;
}

.card.colapsed > .card-header .toggler:before {
    content: "\f054";
}

.card.colapsed > .card-body {
    display: none;
}

.card > .card-header .toggler:before {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    color: var(--primary-color);
}

header .nav {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
}

/*.navbar-default .navbar-collapse {
    padding: 0;
}

.navbar-default li {
    width: 100%;
}*/

header .nav-link {
    width: 100%;
    padding: 6px 20px 6px 26px;
    border-bottom: 1px solid #c0c0c0;
    color: #444;
    position: relative;
}

header .nav-link .fa,
header .nav-link .far,
header .nav-link .fas {
    position: absolute;
    left: 0;
    top: 11px;
}

.choose-product-category a {
    box-sizing: border-box;
    width: 100%;
    display: block;
    float: left;
    clear: both;
    padding: 10px;
    margin-bottom: 2px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: left;
    color: #666;
    font-size: 89%;
}

header .nav-item a.active:hover,
header .nav-item a:hover,
header .nav-item a:focus {
    background-color: transparent;
    color: var(--primary-color);
}

header .nav-item:hover {
    background-color: transparent;
    color: var(--primary-color);
    cursor: pointer;
}

header .nav-link.active {
    color: var(--primary-color);
}

/*/
.navbar-default .navbar-collapse {
    padding: 0;
}


/*
.navbar-default li {
    width: 100%;
}*/

.has-error .control-label,
.has-error .help-block {
    color: #e13838;
}

.has-warning .control-label,
.has-warning .help-block {
    color: #f7b43f;
}

/*
    Poniższe ustawienia dla .control-label zostały przepisane z klasy col-form-label bootstrap 4.
    Ten css wyrównuje w pionie i poziomie label w odniesieniu do inputu formularza
*/
.control-label {
    /*padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0px;
    font-size: inherit;
    line-height: 1.5;*/
    text-align: right !important;
}

.help-block-warning {
    color: #f0ad4e;
}

.errorText {
    color: #a94442;
}

.warningText {
    color: #000000;
}

.navbar-main-menu.navbar-nav > li > .sub-menu {
    list-style: none;
    padding: 0;
}

.choose-product-category li:hover a {
    background: #f6f6f6;
    text-decoration: none;
}

.choose-product-category li:last-of-type a {
    margin-bottom: 0;
}

.navbar-main-menu.navbar-nav > li > .sub-menu a {
    padding: 12px 20px 12px 36px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.navbar-default .navbar-nav li .sub-menu a .fa {
    left: 10px;
}

.choose-product-category ul {
    width: 100%;
    padding: 0px;
    list-style: none;
}

.navbar-default .navbar-nav ul {
    padding-left: 0;
}

.navbar-main-menu.navbar-nav li {
    list-style: none;
}

.navbar-main-menu.navbar-nav > li > .sub-menu .sub-menu a {
    padding: 12px 20px 12px 46px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav li .sub-menu .sub-menu a .fa {
    left: 20px;
}

.navbar-default .navbar-nav .nav-main-item {
    cursor: pointer;
}

.navbar .nav-item-sub:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    right: 5px;
    top: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.navbar a[aria-expanded="true"] .nav-item-sub:after {
    transform: rotate(180deg);
}

.create-universal-document-center-column {
    padding-top: 5px;
    padding-bottom: 5px;
}

.modal-dialog-create-universal-document {
    width: calc(100% - 200px);
    margin: 30px auto;
    overflow-x: auto;
}

@media screen and (max-width: 600px) {
    .modal-dialog-create-universal-document {
        width: 80%;
    }
}

@media screen and (min-width: 1400px) {
    .modal-dialog-create-universal-document {
        max-width: 1350px;
    }
}

.no-horizontal-paddings {
    padding-left: 0px;
    padding-right: 0px;
}

.modal-dialog {
    width: calc(100% - 200px);
    margin: 30px auto;
    overflow-x: auto;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
}

.modal-body {
    overflow: auto;
}

.modal-backdrop-opacity {
    opacity: 0.5;
}

button.close {
    color: var(--primary-color);
    opacity: 1;
}

.modal-title,
h4 {
    color: #e9573d;
}

.form-group.flex > label {
    display: -ms-flexbox;
    -ms-flex-direction: column;
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .form-group.flex {
        display: -ms-flexbox;
        display: flex;
    }

    .form-group.flex > .control-label,
    .form-horizontal .form-group.flex > .control-label {
        display: -ms-flexbox;
        display: flex;
        text-align: right;
        justify-content: center;
        flex-direction: column;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-top: 0;
    }
}

.has-error .form-control,
.has-error .input-group.info .input-group-addon:first-of-type,
.has-error .input-group.info .input-group-addon:first-of-type:last-child,
.has-error .input-group.calendar .input-group-addon:first-of-type,
.has-error .input-group.calendar .input-group-addon:first-of-type:last-child {
    /*background: #ffefef;*/
    border-color: #e13838;
}

.has-warning .form-control,
.has-warning .input-group.info .input-group-addon:first-of-type,
.has-warning .input-group.info .input-group-addon:first-of-type:last-child,
.has-warning .input-group.calendar .input-group-addon:first-of-type,
.has-warning .input-group.calendar .input-group-addon:first-of-type:last-child {
    /*background: #ffefef;*/
    border-color: #f7b43f;
}

.input-group.info .input-group-addon:first-of-type,
.input-group.info .input-group-addon:first-of-type:last-child,
.input-group.calendar .input-group-addon:first-of-type,
.input-group.calendar .input-group-addon:first-of-type:last-child {
    background: #fff;
}

.btn {
    font-weight: bold;
}

.info .input-group-addon:not(:first-child):not(:last-child),
.info .input-group-btn:not(:first-child):not(:last-child),
.info .input-group .form-control:not(:first-child):not(:last-child),
.calendar .input-group-addon:not(:first-child):not(:last-child),
.calendar .input-group-btn:not(:first-child):not(:last-child),
.calendar .input-group .form-control:not(:first-child):not(:last-child) {
    border-left-width: 0;
}

.input-group.info .input-group-addon:first-of-type:last-child,
.input-group.info .input-group-addon :first-of-type,
.input-group.calendar .input-group-addon:first-of-type:last-child,
.input-group.calendar .input-group-addon :first-of-type {
    background: transparent;
}

.input-group.info input:first-child,
.input-group.calendar input:first-child {
    border-right-width: 0;
}

.input-group.calendar .fa {
    color: #c21c1d;
}

.input-group.info .fa-info-circle {
    font-size: 22px;
}

.subtitle {
    color: #c21c1d;
}

.table > thead > tr > th {
    color: #c21c1d;
    border-color: #c21c1d;
    border-top: 0;
}

.table > tfoot > tr > th,
.table > tfoot > tr > td {
    color: #c21c1d;
    border-color: #c21c1d;
    font-weight: bold;
    border-top-width: 2px;
}

td.currency,
td.number,
th.currency,
th.number {
    text-align: right;
}

.static-data .form-group:not(:last-child) {
    margin-bottom: 0;
}

.static-data .form-group .control-label {
    margin-bottom: 0;
    /*padding-top: 0;*/
}

.form-control-plaintext {
    font-weight: bold;
}

.form-control-plaintext {
    outline: none;
}

.static-data .form-group .control-label + div {
    font-weight: bold;
}

.btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.alert {
    border-width: 0;
    color: #fff;
}

.alert-success {
    background: var(--success-color);
}

.alert-info {
    background: var(--info-color);
}

.alert-danger {
    background: #b20505;
}

.alert-warning {
    background: var(--primary-color);
}

/* END BOOTSTRAP OVERRIDE

/* GŁÓWNY LAYOUT - KOLUMNA Z LEWEJ + TREŚĆ Z PRAWEJ */
.layout {
    width: 100%;
    display: table;
    box-sizing: border-box;
    float: left;
    table-layout: fixed;
    height: 100vh;
}

.layout > header,
.layout .content {
    display: table-cell;
    float: none;
    box-sizing: border-box;
    vertical-align: top;
}

.layout > header {
    width: 280px;
    background: #f4f4f4;
    border-width: 0;
    padding: 0 20px;
}

.layout .content {
    width: 100%;
    padding: 0 20px 0 40px;
}

@media screen and (max-width: 767px) {
    .layout > header,
    .layout .content {
        display: block;
        float: left;
        width: 100%;
    }
}

.avatar {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    float: left;
}

.notification-block {
    display: inline-block;
    color: #802504;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    margin-top: -28px;
}

.bell-icon {
    float: left;
    clear: both;
}

.blocked-icon {
    clear: both;
    float: right;
    margin-left: 3px;
    margin-bottom: 4px;
}

span.info.notificationStatus {
    background: #888;
    padding: 3px 10px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    color: #fff !important;
    text-transform: lowercase;
    margin-bottom: 5px;
    width: auto !important;
}

.notification-block .fa-bell {
    font-size: 30px;
    vertical-align: middle;
}

.notification-block .notification-icon {
    position: relative;
    z-index: 3;
    cursor: pointer;
    width: auto;
    float: right;
}

.notification-block.visible .notification-icon:before {
    content: " ";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #b1b1b1;
    position: absolute;
    top: 100%;
    margin-top: 8px;
    left: 9px;
    z-index: 1;
}

.notification-block.visible .notification-icon:after {
    content: " ";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: 100%;
    margin-top: 9px;
    left: 9px;
    z-index: 2;
}

.notification-block .notification-counter {
    border: 2px solid #802504;
    background: #fff;
    position: relative;
    padding: 2px 5px;
    font-weight: bold;
    margin-left: 5px;
}

.notification-block .notification-counter:before {
    display: block;
    content: " ";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #802504;
    position: absolute;
    left: -9px;
    top: 50%;
    margin-top: -7px;
}

.notification-block .notification-counter:after {
    display: block;
    content: " ";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -7px;
}

.notifications {
    top: 100%;
    left: -20px;
    right: -20px;
    background: #ffffff;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    text-align: left;
    border: 1px solid #b1b1b1;
    margin-top: 6px;
    display: none;
}

.notification-block.visible .notifications {
    display: block;
}

.no-new-notification {
    line-height: 60px;
    height: 60px;
    width: 60px;
    display: inline-block;
    border: 3px solid #802504;
    margin-right: 10px;
    font-size: 26px;
    text-align: center;
    border-radius: 50%;
    color: #802504;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 3px;
    position: relative;
}

.no-new-wrapper {
    color: #802504;
    margin: -1px 0 3px;
    display: block;
}

.textBlock {
    display: inline-block;
    top: -1px;
    position: relative;
}

@media screen and (max-width: 992px) {
    .notifications {
        left: 0;
        right: 0;
    }
}

.notification-elem {
    width: 100%;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
}

.notification-elem .left-side,
.notification-elem .right-side {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
}

.notification-elem .left-side {
    background: #9a9a9a;
    color: #fff;
    width: 40px;
    text-align: center;
}

.notification-elem:nth-child(2n) .left-side {
    background: #808080;
}

.notification-elem:nth-child(2n) .right-side {
    background: #f2f2f2;
}

.notification-elem .right-side {
    padding: 15px;
}

.notification-elem .right-side .info {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    color: #444;
    font-size: 14px;
}

.notification-elem .right-side .btn {
    margin-top: 10px;
}

.notification-elem .right-side .title {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
}

.notification-elem .right-side .notification-url {
    font-size: 14px;
    text-decoration: underline;
}

.session-alert {
    background-color: #b23305;
    color: #fff;
    position: sticky;
    top: 0;
}

.display-initial {
    display: initial;
}

/* END GŁÓWNY LAYOUT */

/* WIZZARD */
ul.wizzard {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    table-layout: fixed;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #545454;
    border-bottom: 1px solid #545454;
    border-collapse: collapse;
    margin-bottom: 20px;
    overflow: hidden;
}

ul.wizzard li:first-of-type {
    border-left: 1px solid #545454;
}

ul.wizzard li:last-of-type {
    border-right: 1px solid #545454;
}

ul.wizzard li {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 10px;
    vertical-align: middle;
    border-left-width: 0;
    border-right-width: 0;
    position: relative;
    padding-left: 76px;
}

ul.wizzard li:first-child {
    padding-left: 48px;
}

ul.wizzard li a {
    color: #545454;
    margin: -11px -51px -11px -52px;
    padding: 11px 11px 11px 51px;
    background: transparent !important;
}

ul.wizzard li a,
ul.wizzard li .step-span {
    color: #545454;
    margin: -11px -39px -11px -48px;
    padding: 11px 31px 11px 51px;
    background: transparent !important;
    box-sizing: border-box;
    z-index: 3;
    position: relative;
}

ul.wizzard li:before {
    width: 0;
    height: 0;
    border-top: 120px inset transparent;
    border-bottom: 120px inset transparent;
    border-left: 30px solid #545454;
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

ul.wizzard li:after {
    width: 0;
    height: 0;
    border-top: 120px inset transparent;
    border-bottom: 120px inset transparent;
    border-left: 30px solid #fff;
    position: absolute;
    content: "";
    top: 50%;
    right: -29px;
    z-index: 2;
    transform: translateY(-50%);
}

ul.wizzard li.disabled-step-link:after {
    border-left-color: #ddd;
}

ul.wizzard li:not(.disabled-step-link):hover:after {
    border-left-color: #eee;
}

ul.wizzard li.active:after {
    border-left-color: #545454;
}

ul.wizzard li:first-child:before,
ul.wizzard li:last-child:after {
    border: none;
}

ul.wizzard li.disabled-step-link,
ul.wizzard li.disabled-step-link a,
ul.wizzard li.disabled-step-link .step-span {
    color: #888;
    background: #ddd;
}

ul.wizzard li.active,
ul.wizzard li.active a,
ul.wizzard li.active .step-span {
    color: #fff;
    background: #545454;
}

ul.wizzard li:not(.disabled-step-link):hover,
ul.wizzard li:not(.disabled-step-link):hover .step-span {
    background: #eee !important;
}

ul.wizzard li a:hover {
    text-decoration: none;
}

ul.wizzard li .number {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #545454;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

ul.wizzard li:first-child .number {
    left: 10px;
}

ul.wizzard li.active .number {
    color: #545454;
    background: #fff;
    border-width: 0;
}

/* END WIZZARD */

/* RADIO BUTTONY W FORMIE GRUP BLOCZKÓW */
.radio-blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    grid-auto-rows: 1fr;
}

.radio-blocks label {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    -ms-flex-positive: 1;
    -ms-flex: 1 auto;
    flex-grow: 1;
    padding-right: 9px;
    min-width: 150px;
    max-width: 240px;
    float: left;
}

.radio-blocks .form-group {
    margin-bottom: 5px !important;
}

.radio-blocks.bool label {
    min-width: auto;
    max-width: 80px;
    min-height: 0;
}

.radio-blocks.numbers label {
    min-width: auto;
    max-width: initial;
    min-height: 0;
}

.radio-blocks.numbers > input {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    -ms-flex-positive: 1;
    flex-grow: 1;
    float: left;
    max-width: 180px;
    margin-right: 20px;
}

.radio-blocks input[type="radio"] {
    display: none;
}

.radio-blocks input[type="radio"] + .radio-block {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 12px;
    border: 1px solid #c0c0c0;
    border-bottom-width: 2px;
    cursor: pointer;
    padding: 3px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
}

.radio-blocks input[type="radio"] + .radio-block:hover {
    background: #eee;
}

.radio-blocks input[type="radio"]:checked + .radio-block,
.radio-blocks input[type="radio"]:checked + .radio-block:hover {
    border: 1px solid #c0c0c0;
    background: #545454;
    color: #fff;
    cursor: pointer;
}

.radio-blocks input[type="text"] {
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
}

/* END RADIO BUTTONY W FORMIE GRUP BLOCZKÓW */

/* ZIELONE BLOKI CHECKBOXÓW */
.checkbox-list {
    /*display: block;*/
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.checkbox-list > .checkbox-list-elem {
    background: #f2f2f2;
    display: flex;
    /*float: left;*/
    /*width: 100%;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2px;
}

.checkbox-list-elem-inline {
    position: relative;
    padding-left: 30px;
    min-height: 26px;
}

.checkbox-list-elem-inline .checkbox-field {
    position: absolute;
    left: 0;
    top: 0;
}

.checkbox-list-elem-inline > label {
    top: 2px;
    position: relative;
}

.checkbox-list > .checkbox-list-sublist .col-md-8.col-lg-9 label,
.checkbox-list > .checkbox-list-elem .col-md-8.col-lg-9 label {
    margin: 0;
    position: relative;
    padding: 6px 0;
}

.checkbox-list.checked > .checkbox-list-elem {
    background: #ddd;
    display: flex;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*.checkbox-list .checkbox-field {
    display: inline-block;
    box-sizing: border-box;
    width: 44px;
    margin: -9px 0 -3px;
    padding: 3px;
    vertical-align: middle;
}*/

.checkbox-list .checkbox-list-elem .checkbox-field input[type="checkbox"] {
    display: none;
}

.checkbox-list .checkbox-list-elem .checkbox-field input[type="checkbox"] + span:before {
    content: " ";
    font-family: "Font Awesome 5 Free";
    display: block;
    border: 2px solid var(--primary-color);
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 26px;
    font-size: 22px;
    background: #fff;
    border-radius: 3px;
    color: var(--primary-color);
    cursor: pointer;
    float: left;
    margin: 4px 0 -8px;
}

.checkbox-list .checkbox-list-elem-inline .checkbox-field input[type="checkbox"] + span:before {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
}

.checkbox-list .checkbox-list-elem .checkbox-field input[type="checkbox"]:disabled + span:before {
    color: #bbb;
    border-color: #bbb;
    background: #ccc;
}

.checkbox-list.checked-group-list
    .checkbox-list-sublist
    .checkbox-field
    input[type="radio"]:disabled
    + span::before,
.checkbox-list.checked-group-list
    .checkbox-list-sublist
    .checkbox-field
    input[type="checkbox"]:disabled
    + span::before {
    color: #bbb;
    border-color: #bbb;
    background: #ccc;
}

.checkbox-list .checkbox-list-elem .checkbox-field input[type="checkbox"]:checked + span:before {
    content: "\f00c";
}

.checkbox-list .checkbox-list-sublist {
    display: none;
    float: left;
    width: 100%;
}

.checkbox-list.checked .checkbox-list-sublist {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.checkbox-list .checkbox-list-sublist .sublist-elem {
    display: table;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    table-layout: fixed;
    width: 100%;
}

.checked-group-list.checkbox-list .checkbox-list-sublist .sublist-elem {
    background: #f2f2f2;
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2px;
}

.houseNumber,
.apartmentNumber {
    max-width: 60px;
}

/* END ZIELONE BLOKI CHECKBOXÓW */

.location-address-separator {
    display: inline-block;
    text-align: center;
    width: 20px;
}

.calc-bottom {
    background: #752127;
    color: #ffffff;
    font-size: 20px;
    position: fixed;
    padding: 5px 20px;
    z-index: 200;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    text-align: right;
}

.calc-bottom .calc-elem {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #f3f3f3;
    font-weight: 500;
    padding: 10px;
}

.calc-bottom .calc-elem strong {
    font-weight: 900;
}

/*LOGIN FORM */
.wrapper {
    margin-top: 80px;
    margin-bottom: 20px;
}

.form-signin {
    max-width: 420px;
    padding: 30px 38px 66px;
    margin: 0 auto;
    background-color: #eee;
    border: 3px dotted rgba(0, 0, 0, 0.1);
}

.form-signin-heading {
    text-align: center;
    margin-bottom: 30px;
}

/*.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
}*/

.help-block {
    margin-bottom: 0px !important;
}

.help-block-warning {
    margin-bottom: 0px !important;
}

input[type="text"] {
    margin-bottom: 0px;
}

input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.colorgraph {
    height: 7px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(
        left,
        #c4e17f,
        #c4e17f 12.5%,
        #f7fdca 12.5%,
        #f7fdca 25%,
        #fecf71 25%,
        #fecf71 37.5%,
        #f0776c 37.5%,
        #f0776c 50%,
        #db9dbe 50%,
        #db9dbe 62.5%,
        #c49cde 62.5%,
        #c49cde 75%,
        #669ae1 75%,
        #669ae1 87.5%,
        #62c2e4 87.5%,
        #62c2e4
    );
    background-image: -moz-linear-gradient(
        left,
        #c4e17f,
        #c4e17f 12.5%,
        #f7fdca 12.5%,
        #f7fdca 25%,
        #fecf71 25%,
        #fecf71 37.5%,
        #f0776c 37.5%,
        #f0776c 50%,
        #db9dbe 50%,
        #db9dbe 62.5%,
        #c49cde 62.5%,
        #c49cde 75%,
        #669ae1 75%,
        #669ae1 87.5%,
        #62c2e4 87.5%,
        #62c2e4
    );
    background-image: -o-linear-gradient(
        left,
        #c4e17f,
        #c4e17f 12.5%,
        #f7fdca 12.5%,
        #f7fdca 25%,
        #fecf71 25%,
        #fecf71 37.5%,
        #f0776c 37.5%,
        #f0776c 50%,
        #db9dbe 50%,
        #db9dbe 62.5%,
        #c49cde 62.5%,
        #c49cde 75%,
        #669ae1 75%,
        #669ae1 87.5%,
        #62c2e4 87.5%,
        #62c2e4
    );
    background-image: linear-gradient(
        to right,
        #c4e17f,
        #c4e17f 12.5%,
        #f7fdca 12.5%,
        #f7fdca 25%,
        #fecf71 25%,
        #fecf71 37.5%,
        #f0776c 37.5%,
        #f0776c 50%,
        #db9dbe 50%,
        #db9dbe 62.5%,
        #c49cde 62.5%,
        #c49cde 75%,
        #669ae1 75%,
        #669ae1 87.5%,
        #62c2e4 87.5%,
        #62c2e4
    );
}

.applicationLoaderWrapper {
    width: 100%;
    height: inherit;
    text-align: center;
}

.inline-loader {
    display: inline-block;
}

.inline-loader .applicationLoaderWrapper {
    width: 200px;
    display: inline-block;
    border-width: 0px;
}

.applicationLoaderDiv {
    border: 1px solid #cecece;
    display: inline-block;
    padding: 5px 20px 5px 20px;
    top: 45%;
    position: relative;
}

.container-null {
    height: 100%;
}

/* DODANE 2017-07-26 */
/* WYBÓR MENU W FORMIE GRUP BLOCZKÓW */
.flex-group-select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    grid-auto-rows: 1fr;
}

.flex-group-select .flex-group-select-elem {
    display: -ms-flexbox;
    display: flex;
    justify-content: top;
    flex-direction: column;
    text-align: left;
    -ms-flex-positive: 1;
    flex-grow: 1; /* stała szerokość, niezależnie od kontentu */
    width: 200px;
    max-width: 200px;
    padding-right: 20px;
    padding-bottom: 20px;
    min-height: 60px;
    float: left;
}

.flex-group-select .flex-group-select-content:hover {
    background: #f2f2f2;
}

@media screen and (max-width: 1200px) {
    .flex-group-select .flex-group-select-elem {
        min-width: 33.3333%;
        max-width: 33.3333%;
    }
}

@media screen and (max-width: 900px) {
    .flex-group-select .flex-group-select-elem {
        min-width: 50%;
        max-width: 50%;
    }
}

.flex-group-select .flex-group-select-elem .flex-group-select-content {
    display: -ms-flexbox;
    display: flex;
    justify-content: top;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    color: #666;
    float: left;
    -webkit-transtion: 0.3s;
    transition: 0.3s;
    position: relative;
}

.flex-group-select .flex-group-select-elem .flex-group-select-content .flex-group-icon:before {
    display: inline-block;
    width: 100%;
    /*content: " ";*/
    padding-bottom: 60%;
    background: no-repeat center center;
    background-size: contain;
}

.flex-group-select
    .flex-group-select-elem
    .flex-group-select-content
    .flex-group-icon.icon-1:before {
    background-image: url("../img/pakiet_ikona_1.png");
}

.flex-group-select
    .flex-group-select-elem
    .flex-group-select-content
    .flex-group-icon.icon-2:before {
    background-image: url("../img/pakiet_ikona_2.png");
}

.flex-group-select
    .flex-group-select-elem
    .flex-group-select-content
    .flex-group-icon.icon-3:before {
    background-image: url("../img/pakiet_ikona_3.png");
}

.flex-group-select
    .flex-group-select-elem
    .flex-group-select-content
    .flex-group-icon.icon-4:before {
    background-image: url("../img/pakiet_ikona_4.png");
}

.flex-group-select
    .flex-group-select-elem
    .flex-group-select-content
    .flex-group-icon.icon-5:before {
    background-image: url("../img/pakiet_ikona_5.png");
}

.flex-group-select .flex-group-select-elem .flex-group-select-content img {
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    align-self: center;
    -webkit-align-self: center;
    margin: auto;
    object-fit: scale-down;
}

.flex-group-select .flex-group-select-elem.active .flex-group-select-content {
    background: #f2f2f2;
}

.flex-group-select .flex-group-select-elem select {
    transition: 0.3s;
    opacity: 0;
}

.flex-group-select .flex-group-select-elem.active select {
    opacity: 1;
}

.flex-group-select .flex-group-select-elem.active .link-popover-group {
    display: block;
    z-index: 9999;
    border: 2px solid #802504;
    background: #802504;
    border-radius: 3px;
}

.link-popover-group {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    display: none;
    left: 0;
    right: 0;
    width: fit-content;
    min-width: 180px;
}

.link-popover-group:before {
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    margin-top: -8px;
    border-bottom: 8px solid #802504;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.link-popover-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
}

.link-popover-group ul li {
    list-style: none;
    width: 100%;
    display: block;
    float: left;
    clear: both;
}

.link-popover-group ul li a {
    box-sizing: border-box;
    width: 100%;
    display: block;
    float: left;
    clear: both;
    padding: 10px;
    margin-bottom: 2px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: left;
    color: #666;
}

.link-popover-group ul li:hover a {
    background: #f6f6f6;
    text-decoration: none;
}

.link-popover-group ul li:last-of-type a {
    margin-bottom: 0;
}

/* END WYBÓR MENU W FORMIE GRUP BLOCZKÓW */

/* DODANE 2017-08-10 */

/* grupa opcji wymaganych (wszystkie wymagane) */

.checkbox-list.checked-group-list {
    border: 2px solid #bbb;
    margin: 18px 0 2px;
}

.checkbox-list.checked-group-list .checkbox-list-elem {
    margin-top: 0;
}

.checkbox-list.checked-group-list .checkbox-list-sublist .checkbox-field input[type="checkbox"] {
    display: none;
}

.checkbox-list.checked-group-list
    .checkbox-list-sublist
    .checkbox-field
    input[type="checkbox"]
    + span::before {
    content: " ";
    font-family: "Font Awesome 5 Free";
    display: block;
    border: 2px solid #bbb;
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 26px;
    font-size: 22px;
    background: #ccc;
    border-radius: 3px;
    color: #bbb;
    float: left;
    margin: 4px 0 -5px;
    cursor: default;
}

.checkbox-list.checked-group-list.checked
    .checkbox-list-sublist
    .checkbox-field
    input[type="checkbox"]
    + span::before {
    content: "\f00c";
}

.checkbox-list.checked-group-list .checkbox-list-sublist {
    display: block;
}

.checkbox-list.checked-group-list .checkbox-list-sublist .checkbox-list-sublist {
    display: none;
}

.checkbox-list.checked-group-list .sublist-elem.checked + .checkbox-list-sublist {
    display: block;
}

.checkbox-list.checked-group-list.checked .checkbox-list-sublist .checkbox-list-sublist {
    display: block;
}

/*.checkbox-list .col-md-8.col-lg-9 input,*/
/*.checkbox-list .col-md-8.col-lg-9 select,*/
.checkbox-list .col-md-8.col-lg-9 .input-group {
    margin: 4px 0;
    width: 100%;
}

.checkbox-list .col-md-8.col-lg-9 .input-group input,
.checkbox-list .col-md-8.col-lg-9 .input-group select {
    margin: 0;
}

.checkbox-list.checked-group-list .checkbox-list-elem {
    background: #ccc;
}

@media screen and (max-width: 991px) {
    .checkbox-list .col-md-4.col-lg-3.control-label {
        display: table;
        vertical-align: middle;
        box-sizing: border-box;
    }

    .checkbox-list .col-md-4.col-lg-3.control-label,
    .checkbox-list .col-md-8.col-lg-9 {
        display: table-cell;
        vertical-align: middle;
        box-sizing: border-box;
        float: none;
        width: auto;
    }

    .checkbox-list .col-md-8.col-lg-9 label {
        width: 100%;
    }

    .checkbox-list .col-md-4.col-lg-3.control-label {
        width: 60px;
        padding-right: 0;
    }

    .checkbox-list .col-md-8.col-lg-9:before {
        display: none;
    }
}

.tableElem {
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
}

.table-condensed {
    font-size: 10pt;
}

.fixedColumn {
    display: table-cell;
    width: 180px;
    vertical-align: top;
}

.autoColumn {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.checkbox-list
    .col-md-4.col-lg-3.control-label
    .checkbox-list
    .checkbox-list-elem
    .checkbox-field
    input[type="checkbox"]
    + span::before {
    margin: 2px 0 -10px;
}

/* end  grupa opcji wymaganych (wszystkie wymagane) */

/* grupa opcji wymaganych (jedna wymagana (radio) */
.checkbox-list.checked-group-list .checkbox-list-sublist .checkbox-field input[type="radio"],
.checkbox-list.checked-group-list .checkbox-list-sublist .checkbox-field input[type="checkbox"] {
    display: none;
}

.checkbox-list.checked-group-list
    .checkbox-list-sublist
    .checkbox-field
    input[type="radio"]
    + span::before,
.checkbox-list.checked-group-list
    .checkbox-list-sublist
    .checkbox-field
    input[type="checkbox"]
    + span::before {
    content: " ";
    font-family: "Font Awesome 5 Free";
    display: block;
    border: 2px solid var(--primary-color);
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 26px;
    font-size: 22px;
    background: #fff;
    border-radius: 3px;
    color: var(--primary-color);
    cursor: pointer;
    float: left;
    margin: 4px 0 -5px;
}

.checkbox-list.checked-group-list
    .checkbox-list-sublist
    .checkbox-field.disabled
    input[type="checkbox"]
    + span::before {
    background: #ccc;
    border-color: #bbb;
    color: #bbb;
}

.checkbox-field input[type="checkbox"]:disabled + span::before {
    background: #ccc;
    border-color: #bbb;
    color: #bbb;
}

.checkbox-list.checked-group-list
    .checkbox-list-sublist
    .checkbox-field
    input[type="radio"]:checked
    + span::before,
.checkbox-list.checked-group-list
    .checkbox-list-sublist
    .checkbox-field
    input[type="checkbox"]:checked
    + span::before,
.checkbox-list.checked-group-list
    .sublist-elem.checked
    + .checkbox-list-sublist
    .checkbox-field
    input[type="radio"]
    + span::before,
.checkbox-list.checked-group-list
    .sublist-elem.checked
    + .checkbox-list-sublist
    .checkbox-field
    input[type="checkbox"]
    + span::before {
    content: "\f00c";
}

.checkbox-small {
    margin: 5px 0px;
}

.checkbox-small input[type="checkbox"] {
    display: none;
}

.checkbox-small input[type="checkbox"] + span:before {
    content: " ";
    font-family: "Font Awesome 5 Free";
    display: block;
    float: left;
    border: 2px solid var(--primary-color);
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    background: #fff;
    border-radius: 3px;
    color: var(--primary-color);
    cursor: pointer;
    margin: 4px 0 -5px;
}

.checkbox-small input[type="checkbox"]:disabled + span:before {
    color: #bbb;
    border-color: #bbb;
    background: #ccc;
}

.checkbox-small input[type="checkbox"]:checked + span:before {
    content: "\f00c";
}

/* end  grupa opcji wymaganych (wszystkie radio) */

/* dla react-select i informacji o większej ilości danych */
.organizationSearchResults .hasMoreResultsCaption {
    background-color: var(--primary-color);
    color: white;
    padding: 5px;
    text-align: center;
    margin: 0 0 1px 0;
}

/* 2017-10-06 radio buttons */
.radio > label {
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}

.radio > label > input,
label.radio-inline > input {
    display: none;
}

.radio > label > input + .radioState,
label.radio-inline > input + .radioState {
    display: inline-block;
    border: 2px solid var(--primary-color);
    border-radius: 100px;
    content: " ";
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 3px;
}

label.radio-inline > input + .radioState {
    position: absolute;
    top: 10px;
}

.radio > label > input + .radioState:before,
label.radio-inline > input + .radioState:before {
    position: absolute;
    content: " ";
    display: block;
    border-radius: 100px;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.radio > label > input:checked + .radioState:before,
label.radio-inline > input:checked + .radioState:before {
    background: var(--primary-color);
}

.radio > label > input:disabled + .radioState,
label.radio-inline > input:disabled + .radioState {
    opacity: 0.5;
    border-color: #666;
    background: #aaa;
}

.radio > label > input:disabled + .radioState:before,
label.radio-inline > input:disabled + .radioState:before {
    background: #aaa;
}

.radio > label > input:disabled:checked + .radioState:before,
label.radio-inline > input:disabled:checked + .radioState:before {
    background: #666;
}

.radio-blocks input[type="radio"]:disabled + .radio-block {
    background: #ddd;
    color: #aaa;
    cursor: not-allowed;
}

.radio-blocks input[type="radio"]:checked:disabled + .radio-block {
    background: #888;
    color: #777;
}

/* Koniec 2017-10-06 radio buttons */

/* 10.10.2017*/

.offerNumberHeading {
    color: var(--primary-color);
    font-weight: bold;
}

.hiddenFormGroup {
    display: none !important;
}

.addressMargin {
    margin-bottom: 20px !important;
}

.form-group.required .control-label:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 2px;
    top: 7px;
}

.autoColumn.required:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 2px;
    top: 7px;
}

.dropdown.searchResult {
    list-style-type: none !important;
    display: inline-block;
}

.versionInfoWrapper {
    font-size: 12px;
    margin-bottom: 1.5vh;
}

/* dodane 2018-01-24 */

.question {
    display: table;
    box-sizing: border-box;
    width: 100%;
    background: #f4f4f4;
    margin-bottom: 40px;
}

.step div:nth-last-of-type(2) {
    margin-bottom: 40px;
}

.question .questionContent {
    padding: 6px 5px;
}

.question .questionNumber,
.question .questionContent {
    display: table-cell;
    box-sizing: border-box;
    background: #f4f4f4;
    margin-bottom: 40px;
    vertical-align: top;
}

.question .questionNumber {
    width: 50px;
    color: var(--primary-color);
    font-size: 19px;
    font-weight: bold;
    text-align: right;
    padding: 0 5px 0 0;
}

.question .questionContent h3 {
    margin-top: 24px;
    margin-bottom: 30px;
    color: #444;
    font-weight: normal;
    font-size: 16px;
}

.radio-big label {
    display: block;
    box-sizing: border-box;
    float: left;
    color: #444;
    margin-right: 20px;
}

.radio-big input {
    width: 100%;
    box-sizing: border-box;
    float: left;
    display: none;
}

.radio-big input + span {
    line-height: 28px;
    top: -1px;
    position: relative;
}

.radio-big input + span:before {
    content: " ";
    width: 18px;
    height: 18px;
    line-height: 15px;
    border: 2px solid var(--primary-color);
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    color: var(--primary-color);
    text-align: center;
    margin-right: 10px;
}

.radio-big input:disabled + span:before {
    content: " ";
    width: 18px;
    height: 18px;
    line-height: 15px;
    border: 2px solid #c0c0c0;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    color: #c0c0c0;
    text-align: center;
    margin-right: 10px;
}

.radio-big input:checked + span:before {
    content: "\f00c";
    font-size: 11px;
}

.marginTop30 {
    margin-top: 30px;
}

.action {
    padding-right: 10px;
}

.questionTooltipWrapper {
    margin-left: 5px;
    display: inline-block;
}

.tooltipDiv {
    max-width: 400px;
}

.lastOfferStepWarning {
    text-align: center;
    font-size: 13px;
    margin-top: 15px;
    color: orangered;
}

.noResize {
    resize: none;
}

.breadcrumbs__crumb--active {
    font-weight: bold;
}

.noSectionGroupDetailsResults {
    text-align: center;
    font-weight: bold;
}

.comission-row {
    display: flex;
    float: left;
    width: 100%;
    padding-top: 2px;
    background: #f2f2f2;
    margin-bottom: 2px;
}

.comission-row > .form-group {
    margin-bottom: 2px;
}

/* news */
.news,
.news .card-body,
.news .card-header,
.news li,
.news font {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.news b {
    font-weight: bold;
}

.news p {
    display: block;
    margin: 12px;
}

.news ul {
    display: block;
    list-style-type: disc;
}

.news .duzy {
    font-size: 16px;
    font-family: Calibri, Arial, sans-serif;
    color: #1f497d;
    font-weight: bold;
}

.news .sredni {
    font-size: 14px;
    font-family: Calibri, Arial, sans-serif;
    color: #1f497d;
    font-weight: bold;
}

.news .normalny {
    font: 12px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: black;
}

.news .czerwony {
    color: #800000;
    font-weight: bold;
}

.news .center {
    text-align: center;
}

.news .left {
    text-align: left;
}

.news .right {
    text-align: right;
}
/* end of news */

.summary-list {
    display: block;
    float: left;
    width: 100%;
    margin: 7px 0 10px;
    padding: 0;
    list-style: none;
}

.summary-list li {
    margin: 0;
    padding: 0;
}

.summary-list li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
    margin: -5px 10px 0 0;
    color: #888;
}

.summary-list.condensed {
    margin: 4px 0 10px;
}

.summary-list.condensed li {
    display: inline-block;
    border: 1px solid #ccc;
    background: #f6f6f6;
    color: #444;
    padding: 2px 10px;
    border-radius: 4px;
    margin: 0 0 5px;
}

.summary-list.condensed li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
}

.provision-elem {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #888;
    border-radius: 4px;
    margin: 2.5px 5px 2.5px 5px;
    position: relative;
}

.provision-elem.type-2 {
    display: table;
    float: left;
    border-collapse: separate;
    border-spacing: 0;
    background: #fcfcfc;
    padding: 0;
    position: relative;
}

.provision-elem.type-2 .sum,
.provision-elem.type-2 .perc {
    display: table-cell;
    padding: 5px 10px;
}

.prov-name {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -7px;
    padding: 1px 7px;
    font-size: 10px;
    line-height: 1;
    border: 1px solid #888;
    font-weight: bold;
    border-radius: 6px;
    background: #f6f6f6;
}

.provision-elem.type-2 .sum {
    background: #fff;
}

.provision-elem.type-2 .perc {
    color: #c21c1d;
}

.provision-elem.type-2 .perc {
    font-weight: bold;
    border-left: 1px solid #888;
}

.table-summary caption {
    border-bottom: 2px solid #c21c1d;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    background: #eee;
    color: #000;
}

.table-summary td {
    width: 40%;
}

.table-summary td:last-child {
    width: 20%;
}

.insurance-totals {
    display: block;
    float: left;
    width: 100%;
    padding: 5px;
}

.insurance-name {
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;
    font-weight: bold;
    color: #c21c1d;
}

.insurance-totals ul {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.insurance-totals ul li {
    display: block;
    float: left;
    padding: 0 15px 0 0;
}

.insurance-totals ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
    margin: -5px 2px 0 0;
    color: #c21c1d;
}

.provision-block {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

.provision-block label {
    float: left;
    font-weight: bold;
    margin-top: 7px;
    color: #c21c1d;
}

caption .insurance-totals {
    display: inline-block;
    padding: 0;
    text-align: left;
    width: auto;
    margin-top: 7px;
    float: left;
}

caption .insurance-totals ul {
    width: auto;
}

caption .insurance-name {
    display: inline-block;
    float: left;
    margin-top: 0;
    font-weight: bold;
    color: #c21c1d;
    width: auto;
    margin-right: 10px;
}

caption .prov-value-wrapper {
    float: right;
}

.input-group-addon.button-addon {
    position: relative;
    width: 40px;
    text-align: center;
}

.input-group-addon.button-addon button.far.fa-clone {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-width: 0;
    width: 100%;
    background: transparent;
}

/* carousel */
.carousel-inner .carousel-item {
    overflow: hidden;
}

.carousel-inner .carousel-item > div {
    overflow: hidden;
}

.carousel-inner .carousel-item:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+97&0+0,1+61 */
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 61%,
        rgba(255, 255, 255, 1) 97%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 61%,
        rgba(255, 255, 255, 1) 97%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 61%,
        rgba(255, 255, 255, 1) 97%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    z-index: 111;
}

.carousel-inner .item-table {
    display: table;
    min-height: 400px;
    float: left;
    width: 100%;
}

.carousel-inner .item-table-cell {
    display: table-cell;
    min-height: 400px;
    vertical-align: middle;
    width: 100%;
    padding: 20px 50px;
    text-align: center;
    cursor: pointer;
}

.sellerNewsSlider .carousel-center {
    transform: translate(0, 0) !important;
    position: static !important;
    display: inline-block;
    text-align: left;
}

.sellerNewsSlider .carousel-control-prev,
.sellerNewsSlider .carousel-control-next {
    color: #808080;
    font-size: 25px;
    width: 50px;
    cursor: pointer;
}

.sellerNewsSlider .carousel-control-prev:hover,
.sellerNewsSlider .carousel-control-next:hover {
    color: #404040;
}

.sellerNewsSlider .carousel-item {
    height: 400px;
    width: 100%;
    background-color: white;
}

.caruselContainer {
    border: #c0c0c0;
    border-width: thin;
    border-style: solid;
}

.carousel-indicators {
    z-index: 1000;
    margin-bottom: 16px;
}

.carousel-indicators button {
    background-color: #c0c0c0;
    border: 0px solid;
    margin-left: 10px;
    width: 30px;
    height: 3px;
    outline: none;
}

.carousel-indicators button.active {
    background-color: #000;
}

/* carousel end*/

/*** OBEJŚCIE PROBLEMU ODŚWIEŻANIA W FIREFOX ***/

@-moz-keyframes NAME-YOUR-ANIMATION {
    0% {
        width: 100%;
    }

    100% {
        width: calc(100% - 1px);
    }
}

.checkbox-list .checkbox-list-sublist {
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite;
}

/**********************************************/

.gdprclauses-text {
    background: #fff;
    margin-bottom: 70px;
}

.btn-bottom-container {
    background: #fff;
    position: fixed;
    z-index: 200;
    bottom: 0;
    display: block;
    padding: 15px;
}

/************************/

.toggle-switch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0 solid #bbb;
    border-radius: 20px;
    margin: 0;
}

.toggle-switch-label > span:focus {
    outline: none;
}

.toggle-switch-label:focus {
    outline: none;
}

.toggle-switch-label:focus > span {
    box-shadow: 0 0 2px 5px #ff0;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination li {
    cursor: pointer;
}

button:disabled {
    cursor: not-allowed;
}

input[type="button"]:disabled {
    cursor: not-allowed;
}

.noMargin {
    margin: 0;
}

.table-summary caption {
    caption-side: unset;
}

.fleetsize input {
    min-width: 50px;
}

.wide-fleetsize input {
    min-width: 100px;
}

textarea.autoheight {
    min-height: 30em;
}

.searchResult a {
    margin-right: 7px;
}

.disabled-link {
    opacity: 0.5;
    pointer-events: none;
}

.stuck {
    position: sticky !important;
    background-color: #f4f4f4;
    top: 0;
    z-index: 100;
}

.unstuck {
    position: relative;
}

.h-not-found {
    font-size: 10rem;
    font-weight: 300;
    line-height: 1.2;
    color: var(--primary-color);
}

.success-color {
    color: var(--success-color);
}

.large-font {
    font-size: 1.5rem;
}

.heading-color {
    color: #c21c1d;
}

table.td-no-border td {
    border: 0;
}

table.table-number td,
table.table-number th {
    text-align: right;
}

.withOverflow {
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-redirect-content {
    margin: 1rem 2rem;
    font-weight: 400;
    font-size: 16px;
}

@media screen and (max-width: 600px) {
    .modal-redirect-content {
        margin: 0;
        font-weight: 400;
        font-size: 0.85rem;
    }
}

.display-block {
    display: block;
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-container {
    display: grid;
    align-items: center;
    justify-content: center;
}

.pdf-pages-container {
    background-color: lightgray;
}

.pdf-page {
    padding-bottom: 7px;
}

.to-right {
    margin-left: auto;
}

.row-redirecting-msg {
    margin-right: 12px;
}

.row-redirecting {
    background-color: #f3f3f3;
}

.redirecting-link:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.icon-action {
    padding: 2px 7px;
}

.deleted {
    opacity: 0.5;
}

.lowly-table > thead > tr > th {
    border-color: #000000;
    color: #767676;
    border-top: 0;
}

.lowly-table {
    color: #8d8e8f;
}

.lowly-table > tbody > tr > td > a {
    color: #767676;
}

.expandable-section {
    background-color: #f3f3f3;
    padding-left: 30px !important;
    padding-right: 35px !important;
}

.my-main-table {
    margin-left: auto;
    margin-right: auto;
}

.my-main-table > tbody > tr > td:last-child {
    width: 8rem;
}

.my-main-table > tbody > tr > td:first-child {
    padding-left: 10px;
}

.my-version-table > tbody > tr > td:nth-child(2) {
    max-width: 20rem;
    max-height: 2rem;
}

.selected-row {
    background-color: #f3f3f3;
}

.like-textarea {
    padding: 8px 12px;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 12px;
}

.no-border {
    border: 0 !important;
}

.thin-col {
    width: 0.5%;
}

.inactive-breadcrumb {
    color: #444;
}

.active-breadcrumb {
    color: #444;
    font-weight: bold;
}

.gus-modal-heading {
    color: #212529;
    font-size: 1.1rem;
}

.gusModalInfo {
    color: #858585;
    font-size: 0.85rem;
    padding-top: 10px;
    padding-bottom: 20px;
    font-style: italic;
}

.gusSearchBar {
    margin-top: 10px;
    padding-bottom: 10px;
}

.no-left-padding {
    padding-left: 0px !important;
}

.gus-card {
    width: 350px;
    border: 1px solid lightgray;
    border-radius: 0.3rem;
    padding: 15px 8px;
    height: 110px;
    cursor: pointer;
    font-size: 0.7rem;
}

.gus-card-selected {
    background-color: var(--primary-color);
    color: white;
}

.gus-card-not-selected {
    background-color: transparent;
    color: #212529;
}

.flex-container-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2em;
}

.flex-container-col {
    display: flex;
    flex-direction: column;
}

.validation-errors-input {
    position: absolute;
    top: 27px;
    padding-left: 94px;
}

.flex-gap {
    gap: 0.5em !important;
}

.section-expander-container {
    margin: 20px;
}

.section-expander-header {
    border-bottom: 1px solid rgb(212, 212, 212);
    cursor: pointer;
    margin-bottom: 15px;
}

.section-expander-header-text {
    font-weight: 600;
    font-size: 0.8rem;
    color: var(--primary-color);
}

.section-expander-header-icon {
    color: var(--primary-color);
}

.hidden {
    display: none !important;
}

.flex-container-toleft {
    display: flex;
    align-items: normal;
    justify-content: left;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 80px;
}

.scroll-to-top-btn {
    position: fixed;
    z-index: 99;
    border: none;
    outline: none;
    color: var(--primary-color);
    cursor: pointer;
    padding: 10px;
    background-color: transparent;
    font-size: 30px;
}

.section-custom {
    max-height: 350px;
    min-width: 400px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.equipments-header {
    font-size: 0.935rem;
    font-weight: bold;
    margin-top: 0.9rem;
    margin-left: 0.5rem;
    margin-bottom: 1.2rem;
}

.equipments-selections {
    display: flex;
    flex-wrap: wrap;
}

.box {
    padding: 10px;
    border-color: #ddd;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
}

.tooltip-eurotax {
    max-width: 300px;
    text-align: left;
    z-index: 1000 !important;
}

.cost-heading {
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.cost-heading-bg {
    background-color: #f5f5f5;
    padding: 5px;
    border-radius: 5px;
}

.dropbtn-clean {
    color: #c21c1d !important;
    border: none;
    cursor: pointer;
    column-count: 2;
}

.dropdown-clean {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 5px 7px;
}

.dropdown-content-clean {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 10rem;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    z-index: 1000;
    text-align: left;
    color: #212529;
    top: 100%;
    float: left;
    font-size: 0.85rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
}

.dropdown-content-clean a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content-clean a:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.dropdown-clean:hover .dropdown-content-clean {
    display: block;
}

.dropdown-item.disabled-item {
    cursor: not-allowed;
}

.chart-container {
    margin-bottom: 5rem;
    width: 25%;
}

.relative {
    position: relative;
}

.absolute-center {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-center {
    text-align: center;
}

.barchart-container {
    max-height: 400px;
    height: 400px;
    max-width: 1200px;
}

.amount-chart {
    max-height: 350px;
    height: 350px;
}

.doughnut-txt {
    font-weight: 700;
    color: rgb(71, 71, 71);
}

.flex-row-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.flex-row-container > div {
    flex: 0 0 33.3333%;
}

.bar-text-align {
    text-align: -webkit-center;
}

.pointer {
    cursor: pointer;
}

.eurotax-validation-block {
    background-color: #d1ecf1;
    color: #0c5460;
}

.actions-container {
    display: flex;
    gap: 10px;
}

.certificate-data-container {
    padding: 1rem 2rem;
    border-radius: 5px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    line-height: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nowrap {
    white-space: nowrap;
}

.content-height {
    height: fit-content;
}

.tooltip-field {
    max-width: 400px;
    z-index: 9999;
    overflow: visible;
}

.actions-container {
    display: flex;
    gap: 10px;
}

tr.tableNoHover:hover {
    color: inherit !important;
    background-color: inherit !important;
}

.nav-el-container {
    display: flex;
    gap: 0px 5px;
}

.nav-el-container i {
    color: #b23305;
}

.flex-cell {
    display: flex;
    flex-direction: column;
}

.border-bottom {
    border-bottom: solid;
}

.astext {
    background: none;
    border: none;
    cursor: pointer;
}

.half-opacity {
    opacity: 0.5;
}

.badge-text {
    font-size: 80% !important;
}

.float-fullpage {
    position: fixed;
    bottom: 40px;
    right: 40px;
    color: #fff;
    text-align: center;
    box-shadow: 2px 2px 3px lightgray;
}

.toast-err-btn {
    background-color: #ffffff;
    color: var(--primary-color);
    border: 2px solid #ffffff;
}

.toast-err-btn:hover {
    color: #ffffff;
    background-color: var(--primary-color);
    border-radius: 0.25rem;
    border-color: #ffffff;
    border: 2px solid #ffffff;
}

.choose-product-category {
    border: 2px solid #802504;
    border-radius: 3px;
    background: #802504 !important;
    z-index: 9999;
    text-align: left;
    padding: 0px !important;
    min-width: 180px;
    margin-bottom: 20px;

    > * {
        .react-tooltip-arrow {
            height: 20px;
        }
    }
}

.eurotax-custom-item {
    background: #6c757d;
}

.eurotax-original-item {
    background: #343a40;
}

.eurotax-item {
    width: 100%;
    display: table;

    border-radius: 5px;

    > * {
        display: table-cell;
        vertical-align: middle;

        .badge {
            white-space: initial;
            text-align: left;
        }
        &:first-child {
            width: 100%;
        }

        &:last-child {
            text-align: right;
        }
    }
}

.sectionAdditionalContent {
    color: black;
    font-size: 10px;
    margin-right: 20px;
}

.sectionAdditionalContentRow {
    display: inline-block;
    text-align: center;
    margin-left: 40px;
}

.display-flex {
    display: flex;
}

.auth-flex-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    row-gap: 5px;
    height: 80%;
}

.warning-circle {
    align-self: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    font-size: 55px;
    color: #c4574e;
    text-align: center;
    background: #eec4c7;
}

.login-failed-header {
    margin-top: 20px;
    align-self: center;
    font-size: 17px;
    color: #585757;
    font-weight: bolder;
}

.login-failed-err {
    margin-top: 5px;
    align-self: center;
    font-size: 12px;
    color: #b1251d;
    font-weight: bolder;
}

.try-again-btn {
    margin-top: 20px;
    color: #eeeeee;
    padding: 6px 10px 6px 10px;
    max-width: fit-content;
    align-self: anchor-center;
}

.iframe-container {
    flex: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 6px;
}

.iframe {
    overflow: hidden;
    border: 0;
}

.h-earnix-validation {
    color: #c21c1d;
    border-top: 0;
    border-bottom: 2px solid #c21c1d;
    font-size: 1rem;
}

.products-with-earnix-validation {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    column-gap: 0.5rem;
    row-gap: 0.5rem;
    flex-wrap: wrap;
}

.rounded-top-ufg {
    border-radius: 20px 20px 0 0;
    background: #ddd;
    padding: 5px 20px 3px 20px;
    max-width: fit-content;
}

.toggle-switch {
    position: relative;
    margin-right: 10px;
    width: 65px;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: left;
}
.toggle-switch-checkbox {
    display: none;
}

.toggle-switch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.toggle-switch-inner:before,
.toggle-switch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 28px;
    padding: 0;
    line-height: 28px;
    font-size: 12px;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
}
.toggle-switch-inner:before {
    content: attr(data-yes);
    text-transform: uppercase;
    padding-left: 10px;
    background-color: #b23305;
    color: #fff;
}
.toggle-switch-disabled {
    background-color: #ddd;
    cursor: not-allowed;
}
.toggle-switch-disabled:before {
    background-color: #ddd;
    cursor: not-allowed;
}
.toggle-switch-inner:after {
    content: attr(data-no);
    text-transform: uppercase;
    padding-right: 10px;
    background-color: #bbb;
    color: #fff;
    text-align: right;
}

.toggle-switch-switch {
    display: block;
    width: 20px;
    margin: 5px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 35px;
    border: 0 solid #bbb;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.toggle-switch.small-switch .toggle-switch-switch {
    width: 16px;
    right: 20px;
    margin: 2px;
}

.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-inner {
    margin-left: 0;
}
.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-switch {
    right: 0px;
}
.toggle-switch.small-switch {
    width: 40px;
}
.toggle-switch.small-switch .toggle-switch-inner:after,
.toggle-switch.small-switch .toggle-switch-inner:before {
    content: "";
    height: 20px;
    line-height: 20px;
}

@media screen and (max-width: 991px) {
    .toggle-switch {
        transform: scale(0.9);
    }
}
@media screen and (max-width: 767px) {
    .toggle-switch {
        transform: scale(0.825);
    }
}
@media screen and (max-width: 575px) {
    .toggle-switch {
        transform: scale(0.75);
    }
}

.pull-down {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
