/*
================================================== !!! ==================================================
	ZMIENNE
================================================== !!! ==================================================
*/

:root {
  --main-color: #d0041d;
  --accent-color: #006;
}

/*
================================================== !!! ==================================================
	BOOTSTRAP COLORS WCAG
================================================== !!! ==================================================
*/

:root {
    --primary: #0056b3;
    --primary-hover: #004085;
    --secondary: #53595F;
    --secondary-hover: #3E4347;
    --success: #186329;
    --success-hover: #124A1F;
    --danger: #A91E2C;
    --danger-hover: #831621;
}

.text-success {
    color: #186329;
}

.text-danger {
    color: #ab1c26;
}

.text-primary {
    color: #0056b3 !important;
}

.text-secondary {
    color: #535a60 !important;
}

.text-success {
    color: #18662a !important;
}

.text-danger {
    color: #a62834 !important;
}

.text-warning {
    /*color: #705503 !important;*/
}

.text-info {
    /*color: #0e626f !important;*/
}

.text-muted {
    /*color: #535a60 !important;*/
}

.text-success-alt {
    color: #28a745 !important;
}

.text-danger-alt {
    color: #d0041d !important;
}

.text-muted-alt {
    color: #aaaaaa !important;
}

.alert-warning {
    color: #551700;
    background-color: #FEEFB3;
    border-color: #ebd787;
}

.alert-warning hr {
    border-top-color: #ebd787;
}

.alert-info {
    color: #1C2833;
    border-color: #a3d7f0;
    background-color: #BDE5F8;
}

.alert-info hr {
    border-top-color: #a3d7f0;
}

.alert-success {
    color: #01290a;
    background-color: #ceefd6;
    border-color: #acceb3;
}

.alert-success hr {
    border-top-color: #bbe1c5;
}

.alert-danger {
    color: #500c13;
    background-color: #f7ced2;
    border-color: #ecb9be;
}

.alert-danger hr {
    border-top-color: #e5b5ba;
}

.alert-primary {
    color: #012954;
    background-color: #bfdeff;
    border-color: #a5c6ea;
}

.alert-primary hr {
    border-top-color: #bfdeff;
}

.alert-secondary {
    color: #292f33;
    background-color: #e2e3e5;
    border-color: #d0d3d8;
}

.alert-secondary hr {
    border-top-color: #e2e3e5;
}

.alert-light {
    color: #555555;
}

.bg-primary {
    background-color: #0056B3 !important;
}

.bg-secondary {
    background-color: #53595F!important;
}

.bg-success {
    background-color: #186329!important;
}

.bg-danger {
    background-color: #A91E2C!important;
}

.bg-info {
    background-color: #0C616E!important;
}

.bg-outline-primary {
    border: 2px solid #0056B3 !important;
    background-color: #ffffff !important;
}

.bg-outline-secondary {
    border: 2px solid #53595F!important;
    background-color: #ffffff !important;
}

.bg-outline-success {
    border: 2px solid #186329!important;
    background-color: #ffffff !important;
}

.bg-outline-danger {
    border: 2px solid #A91E2C!important;
    background-color: #ffffff !important;
}

.bg-outline-info {
    border: 2px solid #0C616E!important;
    background-color: #ffffff !important;
}

.btn-primary {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3;
}

.btn-primary:hover {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}

.btn-secondary, .table-button.table-button-gray {
    color: #fff;
    background-color: #535A5F;
    border-color: #535A5F;
}

.btn-secondary:hover, .table-button.table-button-gray:hover {
    color: #fff;
    background-color: #3E4347;
    border-color: #3E4347;
}

.btn-secondary:focus, .btn-secondary.focus, .table-button.table-button-gray:focus {
    color: #fff;
    background-color: #3E4347;
    border-color: #3E4347;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled, .table-button.table-button-gray:disabled {
    color: #fff;
    background-color: #535A5F;
    border-color: #535A5F;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .table-button.table-button-gray:active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #3E4347;
    border-color: #3E4347;
}

.btn-success, .table-button.table-button-green, .button-green, .formularze .accordion-title > a.fill-form, .formularze .accordion-content .fill-form {
    color: #fff;
    background-color: #186329;
    border-color: #186329;
}

.btn-success:hover, .table-button.table-button-green:hover, .button-green:hover, .formularze .accordion-title > a.fill-form:hover, .formularze .accordion-content .fill-form:hover {
    color: #fff;
    background-color: #124A1F;
    border-color: #124A1F;
}

.btn-success:focus, .btn-success.focus, .table-button.table-button-green:focus, .button-green:focus, .formularze .accordion-title > a.fill-form:focus, .formularze .accordion-content .fill-form:focus {
    color: #fff;
    background-color: #124A1F;
    border-color: #124A1F;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled, .table-button.table-button-green:disabled, .button-green:disabled, .formularze .accordion-title > a.fill-form:disabled, .formularze .accordion-content .fill-form:disabled {
    color: #fff;
    background-color: #186329;
    border-color: #186329;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle, .table-button.table-button-green:active, .button-green:active, .formularze .accordion-title > a.fill-form:active, .formularze .accordion-content .fill-form:active {
    color: #fff;
    background-color: #124A1F;
    border-color: #124A1F;
}

.btn-info {
    color: #1C2833;
    background-color: #3fc8de;
    border-color: #3fc8de;
}

.btn-info:hover {
    color: #1C2833;
    background-color: #59D1E3;
    border-color: #59D1E3;
}

.btn-info:focus, .btn-info.focus {
    color: #1C2833;
    background-color: #59D1E3;
    border-color: #59D1E3;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #1C2833;
    background-color: #3fc8de;
    border-color: #3fc8de;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #1C2833;
    background-color: #59D1E3;
    border-color: #59D1E3;
}

.btn-danger, .table-button.table-button-red, .button-red {
    color: #fff;
    background-color: #A91E2C;
    border-color: #A91E2C;
}

.btn-danger:hover, .table-button.table-button-red:hover, .button-red:hover {
    color: #fff;
    background-color: #831621;
    border-color: #831621;
}

.btn-danger:focus, .btn-danger.focus, .table-button.table-button-red:focus, .button-red:focus {
    color: #fff;
    background-color: #831621;
    border-color: #831621;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled, .table-button.table-button-red:disabled, .button-red:disabled {
    color: #fff;
    background-color: #A91E2C;
    border-color: #A91E2C;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle, .table-button.table-button-red:active, .button-red:active {
    color: #fff;
    background-color: #831621;
    border-color: #831621;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus, .table-button.table-button-red:focus, .button-red:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-link {
    color: #0056b3;
}

.btn-outline-primary {
    color: #0056B3;
    border-color: #0056B3;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0056B3;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3;
}

.btn-outline-secondary {
    color: #535A5F;
    border-color: #535A5F;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #535A5F;
    border-color: #535A5F;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #535A5F;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #535A5F;
    border-color: #535A5F;
}

.btn-outline-success {
    color: #186329;
    border-color: #186329;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #186329;
    border-color: #186329;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #186329;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #186329;
    border-color: #186329;
}

.btn-outline-info {
    color: #0e626f;
    border-color: #3fc8de;
}

.btn-outline-info:hover {
    color: #0e626f;
    background-color: #3fc8de;
    border-color: #3fc8de;
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #3fc8de;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #0e626f;
    background-color: #3fc8de;
    border-color: #3fc8de;
}

.btn-outline-warning {
    color: #212529;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-danger {
    color: #A91E2C;
    border-color: #A91E2C;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #A91E2C;
    border-color: #A91E2C;
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #A91E2C;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #A91E2C;
    border-color: #A91E2C;
}

.badge-primary {
    color: #fff;
    background-color: #0056B3;
    border: 1px solid #0056B3;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #004085;
    border: 1px solid #004085;
}

.badge-secondary {
    color: #fff;
    background-color: #535A5F;
    border: 1px solid #535A5F;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #3E4347;
    border: 1px solid #3E4347;
}

.badge-success {
    color: #fff;
    background-color: #186329;
    border: 1px solid #186329;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #124A1F;
    border: 1px solid #124A1F;
}

.badge-info {
    color: #1C2833;
    background-color: #3fc8de;
    border: 1px solid #3fc8de;
}

a.badge-info:hover, a.badge-info:focus {
    color: #1C2833;
    background-color: #59D1E3;
    border: 1px solid #59D1E3;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
    border: 1px solid #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
    border: 1px solid #d39e00;
}

.badge-danger {
    color: #fff;
    background-color: #A91E2C;
    border: 1px solid #A91E2C;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #831621;
    border: 1px solid #831621;
}

.badge.badge-outline {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
}

.badge.badge-outline.badge-default {
    border-color: #777777;
    color: #555555
}

.badge.badge-outline.badge-primary {
    border-color: #0056B3;
    color: #0056B3
}

.badge.badge-outline.badge-secondary {
    border-color: #535A5F;
    color: #535A5F
}

.badge.badge-outline.badge-success {
    border-color: #186329;
    color: #186329
}

.badge.badge-outline.badge-warning {
    border-color: #ffc107;
    color: #212529
}

.badge.badge-outline.badge-info {
    border-color: #3fc8de;
    color: #1C2833
}

.badge.badge-outline.badge-danger {
    border-color: #A91E2C;
    color: #A91E2C
}

/*
================================================== !!! ==================================================
	BOOTSTRAP OTHERS
================================================== !!! ==================================================
*/

.btn {
    min-width: 40px;
}

.btn-sm {
    min-width: 32px;
}

.btn-xs {
    min-width: 20px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #eeeeee;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #eeeeee;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #eeeeee;
    background-image: none;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #eeeeee;
    border-color: #8c8c8c
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-group-xs > .btn, .btn-xs {
    margin-top: 1px;
    padding: .25rem .3rem;
    font-size: .675rem;
    line-height: 1;
    border-radius: .2rem;
}

.btn-group-xs > .btn i.fa, .btn-xs i.fa {
    font-size: 95%;
}

.form-control-xs {
    padding: .25rem .3rem;
    font-size: .675rem;
    line-height: 1;
    height: 20px;
    border-radius: .2rem;
}

.btn-group-xxs > .btn, .btn-xxs {
    margin-top: 1px;
    padding: .125rem .15rem;
    font-size: .675rem;
    line-height: 1;
    border-radius: .2rem;
    color: #aaaaaa;
    opacity: 0.5;
    min-width: 0 !important;
}

.btn-group-xxs > .btn i.fa, .btn-xxs i.fa {
    font-size: 95%;
}

.form-control-xxs {
    padding: .125rem .15rem;
    font-size: .675rem;
    line-height: 1;
    height: 20px;
    border-radius: .2rem;
}

.input-group-xs>.custom-select,
.input-group-xs>.form-control,
.input-group-xs>.input-group-append>.btn,
.input-group-xs>.input-group-append>.input-group-text,
.input-group-xs>.input-group-prepend>.btn,
.input-group-xs>.input-group-prepend>.input-group-text {
    padding: .125rem .3rem;
    font-size: .675rem;
    line-height: 1;
    height: 20px;
    /*border-radius: .2rem;*/
}

.input-group-xs>.custom-select, .input-group-xs>.form-control:not(textarea) {
    height: 20px;
    margin: auto 0 !important;
}

.input-group-xs>.input-group-prepend.show {
    display: flex !important;
}

.input-group-xs>.input-group-append:first-child>.btn,
.input-group-xs>.input-group-prepend:last-child>.btn{
    border-radius: .2rem;
}

/*
================================================== !!! ==================================================
	MISC
================================================== !!! ==================================================
*/

input[type=date] {
    position: relative;
    overflow: hidden;
}

input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: -150%;
    left: -150%;
    width: 300%;
    height: 300%;
    cursor: pointer;
    opacity: 0;
}

.standard-steps {
    /*margin-bottom: 25px;*/
    padding: 20px 30px;
    margin-top: 15px;
    margin-bottom: 30px;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    align-items: stretch;
    overflow-x: auto;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 400;
    background: #ffffff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.standard-steps__item {
    flex: 1 1;
    color: #aaa;
    position: relative;
    margin-right: 25px;
    padding-right: 25px;
    font-family: inherit;
    font-size: 0.75rem;
    border-right: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    min-width: 250px;
}

.standard-steps__item:last-child {
    margin-right: 0;
    border-right: none !important;
    padding-right: 0;
}

.standard-steps__number {
    margin-right: 20px;
    text-align: center;
}

.standard-steps__number-circle {
    width: 40px;
    height: 40px;
    border: 2px solid #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    line-height: 38px;
    text-align: center;
    font-size: 1.0rem;
    color: #aaa;
    font-weight: bold;
}

.standard-steps__text {
    font-size: 0.875rem;
    line-height: 0.938rem;
}

.standard-steps__item--active .standard-steps__number-circle {
    /*border: 2px solid #036ba2;*/
    /*background: #036ba2;*/
    border: 2px solid var(--color-main);
    background: var(--color-main);
    color: #ffffff;
}

.standard-steps__item--active .standard-steps__text {
    /*color: #036ba2;*/
    color: var(--color-main);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.25rem;
}

.standard-steps__next {
    font-size: 0.875rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -6px;
    opacity: 0.2;
    opacity: 1;
    /*color: #036ba2;*/
    color: var(--color-main);

}

.standard-steps__item {
    border-right: 0 !important;
}

.standard-steps--blue {
    background: #036ba2;
}

.standard-steps--blue .standard-steps__item {
    border-right: 1px solid rgba(255,255,255,0.1);
}

.standard-steps--blue .standard-steps__text {
    color: rgba(255,255,255,0.3);
}

.standard-steps--blue .standard-steps__number-circle {
    color: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.3);
}

.standard-steps--blue .standard-steps__item--active .standard-steps__text {
    color: #ffffff;
}

.standard-steps--blue .standard-steps__item--active .standard-steps__number-circle {
    color: #036ba2;
    background: #ffffff;
    border-color: #ffffff;
}

.white-container-new {
    padding: 20px 30px;

    background: #ffffff;
    border: 1px solid #ececec;
    border-bottom: 1px solid #dee2e6;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.white-container-new:last-of-type {
    margin-bottom: 0 !important;
}

.white-container-new--content p, .white-container-new--content h1, .white-container-new--content h2, .white-container-new--content h3, .white-container-new--content h4, .white-container-new--content h5,
.text-container p, .text-container h1, .text-container h2, .text-container h3, .text-container h4, .text-container h5{
    margin-bottom: 15px;
}

.white-container-new--content ul,
.text-container ul {
    list-style-type: disc;
}

.white-container-new--content ol,
.text-container ol {
    list-style-type: decimal;
}

.white-container-new--content ul, .white-container-new--content ol,
.text-container ul, .text-container ol {
    margin: 0 0 30px 15px;
}

.white-container-new--content li,
.text-container li {
    margin-left: 10px;
    padding-left: 8px;
    margin-bottom: 5px;
}

.white-container-new--content ul ul, .white-container-new--content ol ul, .white-container-new--content ul ol, .white-container-new--content ol ol,
.text-container ul ul, .text-container ol ul, .text-container ul ol, .text-container ol ol {
    margin-top: 5px;
    margin-bottom: 10px;
}

.white-container-new--content p:last-child,
.text-container p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 500px) {
    .white-container-new {
        padding: 10px 15px;
    }
}

span.required {
    color: #d0041d;
    font-weight: bold;
}

/*.white-container-new .table-responsive {*/
/*    min-height: 130px !important;*/
/*}*/

.table-responsive table .btn-group {
    position: static;
}

.table-new {
    margin-bottom: 0 !important;
}

.table-new thead td, .table-new thead th {
    border-top: 0;

    font-size: 0.75rem;
    color: #d0041d;
}

.table-new tbody td, .table-new tbody th {
    vertical-align: middle;
}

a.disabled {
    cursor: not-allowed;
}

.checkbox-inline-label * {
    display: inline;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.public-tabs {
    display: flex;
    margin-bottom: 30px;
}

.public-tabs__tab {
    margin: 0 1%;
}

.public-tabs__tab:first-of-type {
    margin-left: 0;
}

.public-tabs__tab:last-of-type {
    margin-right: 0;
}

@media screen and (max-width: 740px) {
    label.control-label, label.col-form-label, label.control-label.text-right, label.col-form-label.text-right {
        text-align: left !important;
    }
}

.tooltip-inner {
    max-width: 350px;
}

.multiselect-container .multiselect-group>span>.form-check-label, .multiselect-container>.multiselect-option>span>.form-check-label {
    font-weight: normal;
}

.multiselect-container>.multiselect-all>span>.form-check-label {
    cursor: pointer;
}

.multiselect-container .multiselect-group>span>.form-check-input, .multiselect-container>.multiselect-option>span>.form-check-input, .multiselect-container>.multiselect-all>span>.form-check-input {
    margin-left: -20px;
    margin-right: 15px;
}

.multiselect-option.dropdown-item.active, .multiselect-option.dropdown-item:active {
     color: inherit;
     text-decoration: none;
     background-color: inherit;
}

.form-inline .multiselect-container span.form-check {
    justify-content: flex-start;
    padding-left: 25px;
}

.multiselect.custom-select {
    text-align: left;
}

.multiselect-filter .input-group {
    width: calc(100% - 14px);
    margin: 0 7px;
}

.multiselect-filter .input-group-prepend,
.multiselect-filter .input-group-append {
    display: none;
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 1.25rem !important;
}

/*.bitter-alert {*/
/*}*/

/*.bitter-alert__backdrop {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 1040;*/
/*    width: 100vw;*/
/*    height: 100vh;*/
/*    background-color: #000;*/
/*    opacity: 0.5;*/
/*}*/

/*.bitter-alert__content {*/
/*    */
/*}*/



/*
================================================== !!! ==================================================
	e-Usługi kafelki
================================================== !!! ==================================================
*/

.custom-navbar {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    /*border-radius: 3px;*/
}

.custom-navbar li {
    float: left;
}

.custom-navbar li a {
    display: block;
    width: auto !important;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    border: 1px solid #ececec;
    background-color: rgba(255,255,255,0.5);
    color: #333333;
    border-radius: 5px;
    width: 165px;
}

.custom-navbar li a {
    margin-right: 3px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 5px 5px 0 0 !important;
    border-bottom: none !important;
}


.formularze {
    padding: 9px;
    background-color: #ececec;
}

.form-tile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

    margin-top: 5px;
    min-height: 55px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    background-color: rgba(255,255,255,0.5);
    background-color: #fafafa;
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
}

.accordion-title:first-of-type .form-tile {
    margin-top: 0;
}

.form-tile:hover, .form-tile.active {
    background: #3B7ECB;
    border-color: transparent;
}

.form-tile.active {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.form-tile__number {
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 65px;
    /*height: 100%;*/

    background-color: #f0f0f0;
    border-right: 1px solid #dddddd;

    text-align: center;
    font-weight: bold;
    transition: all 0.2s;
}

.form-tile:hover .form-tile__number, .form-tile.active .form-tile__number {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.1);
    border-right-color: transparent;
}

.form-tile__symbol {
    width: 13%;
    padding: 10px 0;

    color: #666666;
    text-align: center;
    transition: all 0.2s;
}

.form-tile:hover .form-tile__symbol, .form-tile.active .form-tile__symbol {
    color: #eeeeee;
}

.form-tile__name {
    width: calc(100% - 65px);
    padding-left: 20px;
    padding: 10px 20px;
    transition: all 0.2s;
}

.form-tile:hover .form-tile__name, .form-tile.active .form-tile__name {
    color: #ffffff;
}

.accordion-form-new .accordion-content {
    margin-bottom: 5px;
    margin-left: 0;

    border: 1px solid #3B7ECB;
    border-top: 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.custom-control-label {
    cursor: pointer;
}

.custom-navbar li a {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    font-weight: 400;
}

.custom-navbar li a:hover, .custom-navbar li a:focus {
    /*border: 1px solid #a1bfe1 !important;*/
    border-color: #cccccc;
    color: #3B7ECB;
}

.custom-navbar li.active a {
    background-color: #3B7ECB;
    border-color: #3B7ECB;
    color: #ffffff !important;
}

.formularze-lista-new {
    border-top: 3px solid #3B7ECB;
}

@media screen and (max-width: 500px) {
    .form-tile__number {
        width: 40px;
    }

    .form-tile__name {
        width: calc(100% - 40px);
        word-break: break-word;
    }

    .accordion-form-new .accordion-content .group-service-card h3 {
        margin-left: 0 !important;
    }
}

.display-date:before {
    margin-right: 0.75rem;
    content: "\f073";
    font-family: "FontAwesome", sans-serif;
}

.display-date--alt:before {
    margin-right: 0.75rem;
    content: "\f133";
    font-family: "FontAwesome", sans-serif;
}

.display-time:before {
    margin-right: 0.75rem;
    content: "\f017";
    font-family: "FontAwesome", sans-serif;
}

.display-location:before {
    margin-right: 0.75rem;
    content: "\f041";
    font-family: "FontAwesome", sans-serif;
}

.display-user:before {
    margin-right: 0.75rem;
    content: "\f007";
    font-family: "FontAwesome", sans-serif;
}

.display-waiting:before {
    margin-right: 0.75rem;
    content: "\f252";
    font-family: "FontAwesome", sans-serif;
}

.display-email:before {
    margin-right: 0.75rem;
    content: "\f1fa";
    font-family: "FontAwesome", sans-serif;
}

.display-phone:before {
    margin-right: 0.75rem;
    content: "\f095";
    font-family: "FontAwesome", sans-serif;
}

.number-icon {
    position: relative;
    top: -2px;

    /*overflow: hidden;*/
    display: inline-block;
    /*width: 20px;*/
    /*height: 20px;*/
    vertical-align: middle;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 600;
    font-style: normal;

    /*border: 1px solid #333333;*/
    /*-webkit-border-radius: 2px;*/
    /*-moz-border-radius: 2px;*/
    /*border-radius: 2px;*/
}

.number-icon:before {
    content: "5";
    font-family: serif;
}

.custom-file-input:lang(pl) ~.custom-file-label::after {
    content:"Wybierz plik";
}

.tag-remove {
    color: #ffffff;
    opacity: 0.8;
}

.tag-remove:hover, .tag-remove:focus, .tag-remove:active {
    color: #ffffff;
    opacity: 1;
    text-decoration: none;
}

/*
================================================== !!! ==================================================
	SLIDER / TOGGLE
================================================== !!! ==================================================
*/

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 26px;
    margin-bottom: 0;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #3A7DCA;
}

input:focus + .slider {
    box-shadow: 0 0 1px #3A7DCA;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 26px;
}

.slider.round:before {
    border-radius: 50%;
}

.card-header {
    background-color: rgba(0,0,0,.02);
}

.header-blue {
    color: #0056B3;
}

.header-400 {
    font-weight: 400;
}

.slbContentOuter {
    padding: 0 6em;
}

.white-container-new--blue {
    padding: 30px;

    border-top: 3px solid #3B7ECB;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.pagination .page-item.active .page-link {
    background-color: #3B7ECB;
    border-color: #3B7ECB;
}

.pagination .page-link {
    color: #0056B3;
    border-color: #cccccc;
}

.pagination .page-item.disabled .page-link {
    border-color: #cccccc;
    background-color: #f5f5f5;
}

.table thead th {
    border-top: 0;
}

/*
================================================== !!! ==================================================
	FORMULARZE PKO
================================================== !!! ==================================================
*/

.form-row {
    display: flex;
    justify-content: left;
    align-items: flex-start;

    margin-bottom: 10px;
}

.form-row:last-child {
    margin-bottom: 0;
}

.form-row__label {
    width: 200px;
    margin-right: 40px;

    text-align: right;
}

.form-row__content {
    width: calc(100% - 240px);
}

@media screen and (max-width: 740px) {
    .form-row {
        flex-direction: column;
    }

    .form-row__label {
        width: 100%;
        margin-right: 0px;

        text-align: left;
    }

    .form-row__content {
        width: 100%;
    }
}

.custom-control--big {
    margin-left: 20px;
}

.custom-control--big .custom-control-label:before, .custom-control--big .custom-control-label:after {
    left: -2.75rem;
    top: 0;
    width: 1.6rem;
    height: 1.6rem;
}

.custom-control--disabled * {
    cursor: not-allowed;
}

.custom-control--disabled a, .custom-control--disabled a * {
    cursor: pointer;
}

.custom-control--disabled .custom-control-label .custom-control-label-text {
    opacity: 0.5;
}

.custom-control-input:disabled~.custom-control-label::before, .custom-control-input[disabled]~.custom-control-label::before {
    background-color: #d5d5d5 !important;
    border: #adb5bd solid 1px;
    cursor: not-allowed;
}

.custom-control-input:disabled+.custom-control-label, .custom-control-input[disabled]+.custom-control-label {
    cursor: not-allowed;
    /*pointer-events: none;*/
}

.comment {
    transition: all 0.2s;
}

.comment:hover {
    border-color: #3B7ECB;
}

.comment__img-container {
    margin-top: 4px;
}

.comment__img {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 40px;
    width: 40px;
    margin-right: 18px;

    background-color: #eeeeee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.comment__img svg {
    height: 60px;
    transform: scale(0.4);
}

.comment__img svg path {
    fill: #276BE4;
    stroke: #276BE4;
    stroke-width: 20px;
}

.comment__header {
    display: flex;
    align-items: center;
}

.comment__rate-container {
    margin-left: auto;
}

.comment__user {
    margin-right: 10px;
}

.comment__new {
    position: relative;
    top: -1px;

    padding: 4px 10px;
    margin-left: 15px;

    background-color: #0056B3;
    color: #ffffff;
    /*border: 1px solid #dddddd;*/
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;

    font-size: 0.75rem;
    font-weight: bold;
    line-height: 18px;

    transition: all 0.2s;
}

.comment__content-container {
    width: 100%;
}

.comment__rate-container {
    display: flex;
}

.comment__reply-button-container {
    margin-left: 20px;
    padding-left: 20px;

    border-left: 1px solid #dddddd;
}

.comment__reply-button {
    padding: 1px 10px;
    position: relative;
    top: -1px;

    background-color: #ffffff;
    color: #888888;
    border: 1px solid #dddddd;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;

    font-size: 0.875rem;
    line-height: 18px;

    transition: all 0.2s;
}

.comment__reply-button:hover {
    background-color: #0056B3;
    color: #ffffff;
    border-color: transparent;
}

.btn.disabled, .btn:disabled {
    opacity: .45;
}

.forum-comments-list {
    margin: 0;
    padding: 0;

    list-style-type: none;
}

.ui-autocomplete {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
}

textarea.form-control {
    min-height: 40px;
}

.form-control-color {
    max-width: 3rem;
    /*height: auto;*/
    padding: .375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}

p:last-child {
    margin-bottom: 0;
}

.tox-tinymce iframe {
    background: #ffffff !important;
}

/*
================================================== !!! ==================================================
	APP DOWNLOAD WIDGET
================================================== !!! ==================================================
*/

.app-download-widget {
    position: relative;

    /*overflow: hidden;*/
    height: 156px;
    width: 276px;
    margin: 0 10px;

    border: 2px solid #121212;
    border-radius: 15px;
    color: #121212;
    transition: all 0.2s;
}

.app-download-widget:hover {
    opacity: 0.9;
    color: #121212;
}

.app-download-widget__top {
    position: absolute;
    top: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(50% - 4px);
    width: 100%;
}

.app-download-widget__bottom {
    position: absolute;
    bottom: -2px;
    left: -2px;

    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(50% + 4px);
    width: calc(100% + 4px);

    background: #121212;
    border-radius: 15px 15px 14px;
}

.app-download-widget__arms {
    height: 60%;
}

.app-download-widget__text {
    margin-left: 20px;

    font-family: "Fira Sans Condensed";
    line-height: 1.2;
    font-weight: 500;
}

.l-dashboard__tiles--extra-row {
    order: 1000;
    margin-top: -23px;
}

.ilza-app-download {
    transition: all 0.2s;
}

.ilza-app-download:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

.ilza-app-download img {
    max-height: 114px;
}

.mobapp-desc-container p {
    line-height: 1.8;
}

.mobapp-desc-container ul {
    overflow: hidden;
    padding-left: 48px;

    line-height: 1.8;
}

.mobapp-eu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mobapp-eu__logo {
    order: 1;
}

.mobapp-eu__text {
    order: 2;
}

.mobapp-eu__logo-img {
    max-width: 1140px;
    width: 100%;
}

/*
================================================== !!! ==================================================
	CHANGELOG
================================================== !!! ==================================================
*/

.changelog-item__icon {
    position: absolute;
    left: -21px;
    top: 4px;
    transform: scale(0.75);
}

.changelog-item__icon--highlight {
    left: -22px;
    transform: scale(1);
}

.l-body--site .changelog-item__icon {
    top: 3px;
    line-height: 1 !important;
}

.changelog-divider {
    display: none;
}

.l-body--site .changelog-divider {
    display: block;
}

.changelog-version-container {
    margin-bottom: 1.5rem;
    padding-top: 25px;
}

.l-body--site .changelog-version-container {
    margin-bottom: 0;
    padding-top: 0;
}

/* walidacja pól z tinymce */
textarea.tinymce {
    display: block !important;
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

/* gwiazdka po labelu przy wymaganym polu */
.control-label.required-custom:after,
.col-form-label.required-custom:after {
     margin-left: 5px;

     color: #d0041d;

     font-weight: bold;
     content: "*";
 }

/*
================================================== !!! ==================================================
	YII PAGER
================================================== !!! ==================================================
*/

.pager {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 15px;
}

ul.yiiPager {
    display: block;
    /*margin-top: 1rem;*/

    text-align: center;
}

.yiiPager .page, .yiiPager .previous, .yiiPager .next {
	display: inline-block;
}

.yiiPager .page a, .yiiPager .previous a,  .yiiPager .next a {
	display: block;
	padding: 0 10px !important;

    border-radius: 3px;

	line-height: 30px;
}

.yiiPager .selected a {
	border: 1px solid #2E6AB1 !important;
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.prevent-click {
    pointer-events: none;
}

.dropdown-menu {
    z-index: 1040;
}

/*
================================================== !!! ==================================================
	DASHBOARD
================================================== !!! ==================================================
*/



.dashboard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

    height: calc(100vh - 221px);

    /*background-color: #e5e5e5;*/
}

.dashboard__element {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

    width: calc(25% - 5px);
    height: calc(33.33% - 6px);
    padding: 10px 20px;

    background-color: #e5e5e5;
    background: linear-gradient(to right, #6ca3fb 0%, #3a71c9 100%) !important;
    color: #ffffff;
    border-radius: 7px !important;
    transition: all 0.2s !important;

    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 300;
    text-decoration: none !important;
}

.dashboard__element:hover {
    text-decoration: none;
    color: #ffffff;

    transform: scale(1.02);
    position: relative;
    z-index: 5;
    opacity: 0.85;
}

.dashboard__element--inactive {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.dashboard__element--inactive:hover {
    opacity: 0.6 !important;
    transform: none !important;
}

.dashboard__icon {
    font-size: 3vw;
}

.dashboard__icon-svg {
    display: inline-block;
    width: 100px;
    max-height: 45%;

    text-align: center;
}

.dashboard__icon-svg svg {
    position: relative;
    top: -1px;

    height: 100px;
    min-width: 100px;
    max-width: 100px;
    max-height: 100%;
}

.dashboard__icon-img {
    display: flex;
    justify-content: center;
    align-items: center;

    max-width: 100px;
    height: 100px;
    max-height: 45%;
}

.dashboard__icon-img img {
    width: 100%;
    height: 100%;
}

.dashboard__icon-svg svg path, .dashboard__icon-svg svg circle {
    /*stroke-width: 5px;*/
    stroke: #ffffff;
    fill: #ffffff;
}

.dashboard__title {
    margin-top: 25px;
    margin-bottom: 0;

    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
}

.dashboard__title .badge {
    position: relative;
    top: -4px;
}

.dashboard__center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

    width: calc(50% - 4px);
    height: calc(33.33% - 6px);
    padding: 20px;

    background-color: transparent;
    /*background: linear-gradient(to right, #6ca3fb 0%, #3a71c9 100%) !important;*/
    color: #000000;
    border-radius: 7px !important;
    border: transparent;
    transition: all 0.2s !important;

    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 300;
}

.dashboard__logo {
    margin-bottom: 10px;
    max-width: 80%;
    max-height: 40%;
}

.dashboard__system-name {
    margin: 0;

    color: #000000;

    font-size: 1.625rem;
    font-weight: 400;
}

.dashboard__office-name {
    margin: 0;
    padding-right: 0;

    color: #666666;

    font-size: 1.25rem;
    font-weight: 400;
}

@media screen and (max-width: 1300px) {

    .dashboard__title {
        font-size: 1.375rem !important;
    }

}

@media screen and (max-width: 1050px) {

    .dashboard__title {
        font-size: 1.25rem !important;
    }

}

@media screen and (max-width: 980px) {

    .dashboard__title {
        font-size: 1.125rem !important;
    }

}

@media screen and (max-width: 740px) {

    .dashboard__icon {
        font-size: 4vw;
    }

    .dashboard__title {
        font-size: 1.25rem !important;
    }

    .dashboard__center {
        display: none;
    }

    .dashboard {
        height: auto;
    }

    .dashboard__element {
        width: calc(50% - 5px);
        height: 140px;
        padding: 20px 20px;
        margin-bottom: 10px;
    }

    .dashboard__element--inactive {
        display: none;
    }

    .dashboard__icon-svg {
        width: 50px;
    }

    .dashboard__icon-svg svg {
        height: 50px;
        min-width: 50px;
        max-width: 50px;
    }

    .dashboard__icon-img {
        max-width: 50px;
        height: 50px;
    }

}

@media screen and (max-width: 500px) {

    .dashboard__icon {
        font-size: 6vw;
    }

    .dashboard__title {
        margin-top: 15px;
        font-size: 3.6vw !important;
    }

    .dashboard__center {
        display: none;
    }

    .dashboard {
        height: auto;
        align-items: stretch;
    }

    .dashboard__element {
        width: calc(50% - 5px);
        height: auto;
        padding: 20px 20px;
        margin-bottom: 10px;
    }

    .dashboard__element--inactive {
        display: none;
    }

}

@media screen and (max-height: 700px) {
    .dashboard__icon-svg, .dashboard__icon, .dashboard__icon-img {
        display: none;
    }

    .dashboard__title {
        margin-top: 0;
    }
}

/*
================================================== !!! ==================================================
	CHANGE CONTEXT
================================================== !!! ==================================================
*/

.change-context {
    background-color: #f5f5f5 !important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    /*text-align: center;*/
    padding: 15px 20px 20px;
}

.change-context__title {
    color: #666666;
    font-size: 12px;
    line-height: 1;
}

.context-button {
    display: flex !important;
    align-items: center;

    margin-top: 10px;
    margin-bottom: 0 !important;
    padding: 0 !important;
    padding: 10px 15px !important;

    background-color: #ffffff;
    color: #333333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border: none !important;

    transition: box-shadow 0.2s, color 0.2s;
}

.context-button:hover {
    background-color: #ffffff !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    /*color: #333333 !important;*/
}

.context-button--selected {
    border: 2px solid #2ecc71 !important;
    padding: 8px 13px !important;
}

.context-button__icon-container {
}

.context-button__icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background: #f2f2f2;
    /*border: 1px solid rgba(0, 0, 0, 0.05);*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.2s;
}

.context-button__icon svg {
    height: 16px;
    /*margin-top: -3px;*/
}

.context-button__icon svg path {
    stroke-width: 8px;
    stroke: #3477c5;
    fill: #3477c5;
}

.context-button__content {
    display: flex;
    flex-direction: column;
    width: calc(100% - 55px);
    /*padding: 10px 15px;*/
}

.context-button__title {
    line-height: 1.2;
    font-weight: bold;
}

.context-button__subtitle {
    display: block;
    color: #888888;

    font-size: 0.75rem;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
================================================== !!! ==================================================
	COOKIES MODAL
================================================== !!! ==================================================
*/

.cookies-modal {
    position: relative;
    transition: all 0.2s;
    z-index: 9999;
}

.cookies-modal__backdrop {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;

    background: rgba(0, 0, 0, 0.6);
}

.cookies-modal__container {
    width: 1000px;
    max-width: 95%;
    overflow: hidden;;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.cookies-modal__header {
    padding: 25px 25px 15px;

    background: #ffffff;
}

.cookies-modal__body {
    padding: 0 25px 25px;
    max-height: calc(95vh - 215px);
    min-height: 100px;
    /*overflow-y: scroll;*/

    background: #ffffff;
}

.cookies-modal__footer {
    padding: 25px;

    background: linear-gradient(to left, #3477c5 0%, #024a9c 100%);
}

.cookies-modal__settings {
    display: none;
}

.cookies-modal__buttons-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -10px;
}

.cookies-modal__button {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    margin: 0 10px;
    height: 50px;

    border: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;

    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s;
    text-align: center;
}

.cookies-modal__button:hover {
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.25);
    text-decoration: none;
}

.cookies-modal__button:active {
    box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
    transition: none;
}

.cookies-modal__button--accept {
    border: 0;
    background: rgba(255, 255, 255, 0.1);
}

.cookies-modal__button--accept:hover {
    border: 0;
    background: rgba(255, 255, 255, 0.15);
}

.cookies-modal__button--settings, .cookies-modal__button--save {
    border: 0;
    background: rgba(0, 0, 0, 0.1);
}

.cookies-modal__button--settings:hover, .cookies-modal__button--save:hover {
    border: 0;
    background: rgba(0, 0, 0, 0.15);
}

.cookies-modal__button--save {
    display: none;
}

@media screen and (max-width: 600px) {
    .cookies-modal__body {
        max-height: calc(95vh - 335px);
    }

    .cookies-modal__buttons-container {
        flex-direction: column;
        margin: -5px 0;
    }

    .cookies-modal__button {
        margin: 5px 0;
    }
}

@media screen and (min-height: 1200px) {
    .cookies-modal__body {
        max-height: 924px;
    }
}

/*
================================================== !!! ==================================================
	REGULAMIN
================================================== !!! ==================================================
*/

.regulation {

}

.regulation__outer-content {
    overflow: hidden;
    max-height: 500px;
    margin-bottom: 30px;

    border-radius: 10px;
    border: 1px solid #dddddd;
}

.regulation__content {
    overflow-y: scroll;
    padding: 35px 40px;
    max-height: 500px;
}

/*
================================================== !!! ==================================================
	KAFELKI
================================================== !!! ==================================================
*/

.taxes-tiles, .standard-tiles {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.tax-tile {
    flex: calc(25% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;

    margin: 10px;
    padding: 20px;
    background-color: rgba(59,126,203,0.06);
    border: 1px solid rgba(59,126,203,0.15);
    border-radius: 3px;
    color: #3b7ecb;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    transition: background-color 0.2s, background-border 0.2s;
    /*max-width: 50%;*/
    height: 200px;
    text-align: center;
}

.tax-tile:hover {
    background-color: rgba(59,126,203,0.11);
    border: 1px solid rgba(59,126,203,0.20);
}

.tax-tile-new, .standard-tile-new {
    flex: calc(25% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin: 10px;
    padding: 20px;
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 7px;
    color: #333333;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    transition: background-color 0.2s, background-border 0.2s;
    /*max-width: 50%;*/
    height: 250px;
    text-align: center;
}

.tax-tile-new:hover, .standard-tile-new:hover {
    border-radius: 7px;
    color: #ffffff;
    text-decoration: none;
}

.tax-tile-new--third, .standard-tile-new--third {
    flex: calc(33% - 20px);
}

.tax-tile-new--disabled, .standard-tile-new--disabled {
    opacity: 0.5;
    pointer-events: none;
}

.tax-tile-new__icon svg, .standard-tile-new__icon svg {
    position: relative;

    height: 60px;
    min-width: 60px;
    max-width: 60px;
    margin-bottom: 20px;
}

.tax-tile-new--horizontal, .standard-tile-new--horizontal {
    flex-direction: row;

    height: 110px;
}

.tax-tile-new--horizontal .tax-tile-new__icon svg, .standard-tile-new--horizontal .standard-tile-new__icon svg {
    margin-bottom: 0;
    margin-right: 20px;
}

.tax-tile-new:hover .tax-tile-new__icon svg,
.standard-tile-new:hover .standard-tile-new__icon svg,
.tax-tile-new:hover .tax-tile-new__icon path,
.standard-tile-new:hover .standard-tile-new__icon path {
    fill: #eeeeee;
    path: #eeeeee;
}

@media screen and (max-width: 900px) {
    .tax-tile, .tax-tile-new, .standard-tile-new {
        flex: calc(50% - 20px);
    }

    .standard-tiles__single, .standard-tile-new {
        flex: calc(50% - 20px);
    }
}

@media screen and (max-width: 450px) {

    .tax-tile, .tax-tile-new, .standard-tile-new {
        flex: calc(100% - 20px);
        height: 140px;
    }
    .standard-tiles__single {
        flex: calc(100% - 20px);
        height: 140px;
    }
}

/*
================================================== !!! ==================================================
	SYGNALISTA
================================================== !!! ==================================================
*/

.whistleblower-password__container {
    display: flex;
    justify-content: center;
    align-items: flex-start;

    padding: 50px 0;
}

.whistleblower-password__input-container {
    margin: 0 20px;
    width: 300px;
}

.whistleblower-password__input {
}

code.whistleblower-status-number {
    font-size: 100%;
    color: #333333;
    word-wrap: break-word;
    display: inline-block;
    background: #f5f5f5;
    padding: 2px 8px;
    margin: 3px 8px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

code.whistleblower-status-password {
    font-size: 100%;
    color: #d0041d;
    word-wrap: break-word;
    display: inline-block;
    background: #f5f5f5;
    padding: 2px 8px;
    margin: 3px 8px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

@media screen and (max-width: 660px) {
    label.whistleblower-password__label.col-form-label.text-right {
        width: 100%;
        text-align: center !important;
    }

    .whistleblower-password__container {
        display: flex;
        flex-direction: column;

        padding: 0;
    }

    .whistleblower-password__input-container {
        margin: 10px 0 20px;
        width: 100%;
    }

    .whistleblower-password__button {
        width: 100%;
    }
}

/*
================================================== !!! ==================================================
	TIMELINE
================================================== !!! ==================================================
*/

.timeline {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;

    border-left: 2px solid #eeeeee;
}

.timeline__item {
    position: relative;
    padding: 10px 0;

    list-style-type: none;
}

.timeline__dot {
    position: absolute;
    left: -26px;
    top: 17px;

    width: 10px;
    height: 10px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*
================================================== !!! ==================================================
	ZALĄCZNIKI
================================================== !!! ==================================================
*/



.attachments-list {
    margin: 20px 0 0;
    padding: 0;

    list-style-type: none;
}

.attachments-list--inline {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.attachments-list__item {
    margin-bottom: 10px;
}

.attachments-list--inline .attachments-list__item {
    flex: 1;
    width: calc(33% - 5px);
    max-width: 350px;
    margin-right: 20px;
}

.attachments-list__item:last-child {
    margin-bottom: 0;
}

.attachment {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;

    overflow: hidden;
    min-height: 54px;

    color: #000000;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    transition: all 0.2s;
}

.attachment:hover {
    color: #000000;
    border-color: #3B7ECB;

    text-decoration: none;
}

.attachment:last-child {
    margin-bottom: 0 !important;
}

.attachment:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.attachment__icon {
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 5px 15px;
    margin-right: 5px;

    background-color: #ffffff;
    border-right: 1px solid #dddddd;
}

/*.attachment:hover .attachment__icon {*/
/*    background-color: #3B7ECB;*/
/*}*/

.attachment__icon svg {
    height: 25px;
}

.attachment__icon svg path {
    fill: #276BE4;
    stroke: #276BE4;
}

/*.attachment:hover .attachment__icon svg path {*/
/*    fill: #ffffff;*/
/*}*/

.attachment__content {
    width: calc(100% - 56px);
    padding: 5px 10px;
}

.attachment__name {
    width: calc(100% - 1px);
    display: block;
    overflow: hidden;

    text-overflow: ellipsis;
    white-space: nowrap;

    font-weight: bold;
}

.attachment__size {
    display: block;

    color: #666666;

    font-size: 0.75rem;
}

.attachment__download {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-left: auto;
}

.attachments-list--inline .attachment__download {
    display: none;
}

.attachment__download-button {
    width: 30px;
    height: 30px;
    margin-right: 11px;

    /*background-color: #fff;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;

    text-align: center;

    transition: all 0.2s;
}

/*.attachment__download-button:hover {*/
/*    background-color: #ffffff;*/
/*    border: 1px solid #dddddd;*/
/*}*/

.attachment__download svg {
    height: 20px;
}

.attachment__download svg path {
    fill: #276BE4;
    stroke: #276BE4;
}

/*
================================================== !!! ==================================================
	MISC
================================================== !!! ==================================================
*/

.alert-danger h1, .alert-danger h2, .alert-danger h3, .alert-danger h4 {
    color: #500c13;
}

.alert-warning h1, .alert-warning h2, .alert-warning h3, .alert-warning h4 {
    color: #551700;
}

.alert hr {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.flash-alert__more {
    display: none;
}