/*!
 * EWNIOSEK, styles.css :: 12/01/2022 @ mj
 * Copyright (C) QUERCUS, qrqs.eu 
 */

@font-face {
	font-family: "Montserrat Lite";
	src: url("/wniosek/.templates/fonts/montserrat-lite-regular.woff2") format("woff2"),
		url("/wniosek/.templates/fonts/montserrat-lite-regular.woff") format("woff"),
		url("/wniosek/.templates/fonts/montserrat-lite-regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Montserrat Lite Semi";
	src: url("/wniosek/.templates/fonts/montserrat-lite-semibold.woff2") format("woff2"),
		url("/wniosek/.templates/fonts/montserrat-lite-semibold.woff") format("woff"),
		url("/wniosek/.templates/fonts/montserrat-lite-semibold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Montserrat Lite Bold";
	src: url("/wniosek/.templates/fonts/montserrat-lite-bold.woff2") format("woff2"),
		url("/wniosek/.templates/fonts/montserrat-lite-bold.woff") format("woff"),
		url("/wniosek/.templates/fonts/montserrat-lite-bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

:focus {
    outline: none;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
header {
    display: block;
    height: 100px;
}
body {
    font-family: "Montserrat Lite", Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-size: contain;
}
strong, b {
    font-family: "Montserrat Lite Bold", Arial, sans-serif; font-weight: normal;
}
h1 {
    font-family: "Montserrat Lite Semi", Arial, Helvetica, sans-serif; 
    margin: 0 0 .375rem;
}
h2 {
    font-family: "Montserrat Lite", Arial, Helvetica, sans-serif; 
    margin: 0 0 .35rem;
}
h3 {
    font-family: "Montserrat Lite", Arial, Helvetica, sans-serif; 
    margin: 0 0 .25rem;
}
h4 {
    font-family: "Montserrat Lite", Arial, Helvetica, sans-serif; 
    margin: 0 0 .2rem;
}
h5 {
    font-family: "Montserrat Lite", Arial, Helvetica, sans-serif; 
    margin: 0 0 .15rem;
}
h6 {
    font-family: "Montserrat Lite", Arial, Helvetica, sans-serif; 
    margin: 0 0 .1rem;
}
input, select, textarea, button {
    font-family: inherit !important;
}
h1 {
    text-align: center;
    margin: 15px 30px 35px 30px;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
}
h2 {
    margin-bottom: 15px;
    font-weight: normal;
}
h4.control-label {
    display: block;
    width: 100%;
    color: #636363;
    padding: 10px 0px 25px 15px;
    font-size: 16px;
    position: relative;
}
a, .btn, img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a {
    text-decoration: none;
    color: #e31818;
}

a:focus, a:hover, a:active {
    color: #ae0000;
}

p.mr-40 {
    font-size: 16px;
}
button, .button, .btn {
    width: auto;
    height: 44px;
    border-radius: 22px;
    background-color:#ae0000;
    background-size: cover;
    font-family: "Montserrat Lite Bold" !important;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    border: none;
    cursor: pointer;
    font-weight: 600;
    line-height: 20px;
    outline: 0 none;
    padding: 13px 30px;
    position: relative;
}

.btn-input {
    height: 36px;
    line-height: 11px;
    font-size: 12px;
    padding: 12px 20px;
}

.btn:hover, button:hover, .button:hover {
    color: #fff;
    background-color: #850000;
    border-color: #850000;
}

.btn:disabled, button:disabled, .button:disabled, .btn.disabled, button.disabled, .button.disabled {
    color: #fff;
    background-color: #d8d8d8;
    border-color: #d8d8d8;
    opacity: 1;
}

.btn[disabled]:hover, button[disabled]:hover, .button[disabled]:hover, .btn.disabled:hover, button.disabled:hover, .button.disabled:hover {
    background-color: #777 !important;
    border-color: #777 !important;
}

input, select, textarea {
    line-height: 19px;
    border-radius: 9px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    border-width: 2px !important;
    border-style: solid solid solid solid;
    height: auto;
    background-color: rgba(0,0,0,0);
    color: #000;
    font-size: 13px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

input.form-control, select.form-control, textarea.form-control {
    background-color: #fff;
    font-weight: 500;
    font-family: "Open Sans";
    padding: 14px 15px;
    border-color: #909090;
    border-width: 1px;
    border-style: solid solid solid solid;
    
}

html:not(.firefox) input.form-control, select.form-control, textarea.form-control {
    height: auto;
}

.firefox input.form-control, .firefox select.form-control, .firefox textarea.form-control {
    min-height: 52px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(/wniosek/.templates/img/form/arrow-bold.png) no-repeat 97% 50% #ffffff;
    background-image: url(/wniosek/.templates/img/form/arrow-bold.png) !important;
    background-size: 18px 18px;
}

select.ui-datepicker-month:focus, select.ui-datepicker-year:focus {
    outline: 1px solid #4c546266;
}

select.form-control {
    padding: 14px 15px;
}

.cookie-info {
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 90%;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    border: 1px solid #d0d0d0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.22);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.22);
    text-align: center;
}

.cookie-info span {
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
}

.cookie-info p {
    font-size: 9px; 
    padding: 20px 20px 10px 20px;
    text-align: justify;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #850000 !important;
}

.ui-datepicker-title {
    width: 150px !important;
}

.behind-line {
    display: block;
    width: 100%;
    height: 1px;
    padding: 15px 0;
    border-top: 1px solid #eee;
}

.behind-line-bottom {
    display: block;
    width: 100%;
    height: 1px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.add-delete-buttons {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

.top-border {
    background-image: linear-gradient(to right,#e41e0a 0,#e41e0a 27%,#201c17 27%,#201c17 32%,#f39100 32%,#f39100 57%,#cc0b18 57%,#cc0b18 73%,#0077bd 73%,#0077bd 77%,#18a035 77%,#18a035 100%);
    height: 5px;
}

.control-label {
    font-size: 16px;
}
.form-group {
    position: relative;
    display: inline-grid;
    height: auto; /*TESTED 100px*/
    align-items: center; /*TESTED*/
}

.first-group-content .form-group {
    float: none;
}

.row {
    width: 100%;
    margin: 0 auto !important;
}

.navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.navbar-header .left {
    width: 50%;
    align-items: center;
    display: flex;
}

.navbar-header .right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.navbar-brand {
    padding: 0;
}

h3.control-label, h2.control-label {
    display: block;
    width: 100%;
    color: #636363;
    padding: 10px 0 25px 0;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
}
.panel-heading {
    display: none;
    cursor: pointer;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.panel-group {
    width: 100%;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.ml-20 {
    margin-left: 20px !important;
}

.col-6 {
    margin: 10px 0;
    -ms-flex: 16.6%;
    flex: 0 0 16.6%;
    max-width: 16.6%;
    min-width: 16.6%;
    padding-left: 10px;
    padding-right: 10px;
}

.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex2x2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-heading {
    margin-top: 100px;
}

.checkboxes {
    display: block;
    position: relative;
    align-items: center;
}

.checkboxes.flex {
    width: 100px;
    display: flex;
}

.checkboxes.ml-35 {
    margin-bottom: 15px;
 }

.checkboxes.ml-35 label.error {
    bottom: -20px;
    left: 35px;
}

.checkboxes.error {
    margin-bottom: 20px;
}

.checkboxes.flex label.error {
    position: absolute;
    bottom: -13px;
    left: 0px;
    font-size: 10px;
    color: #e31818;
    text-transform: uppercase;
    width: 500px !important;
    max-width: 500px;
}

/* .form-group.checkboxes {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.form-group.checkboxes p {
    margin: 0;
} */

.flex-img {
    width: 46%;
    display: flex;
    align-items: center;
    margin: 20px;
}

.flex-img img {
    margin: 0 auto;
    padding-right: 10px;
}

.short-height #footer-area {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: end;
}

#footer-area {
    text-align: end;
}

.steps-menu {
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.steps-menu .loading-bar {
    display: block;
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 8%;
    border-bottom: 1px solid red;
    transition: width 1s;
}

/* .steps-menu .loading-bar:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    height: 10px;
    width: 10px;
    background: red;
} */

.steps-menu .col-10.dots {
    width: 0px;
    position: relative;
    height: 69px;
    margin: 10px 0;
}

.steps-menu {
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
}
.steps-menu p {
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
    cursor: pointer;
}
.steps-menu .active p {
    color: #CD0B18;
}
.steps-menu .error p {
    color: #d41a1e;
}
.step-menu.error .round {
    background-color: #d41a1e;
}
.steps-menu .div {
    border: 2px solid #4c5462;
    display: block;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 48px;
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 50px;
    margin: auto;
    font-size: 22px;
    font-weight: bold;
    transition: .4s;
}
.step-menu.active .div {
    border: 2px solid #CD0B18;
    color: #CD0B18;
}

.step-menu .round {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: auto;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    position: relative;
}
.step-menu .round:after {
    /*content: '';*/
    display: block;
    position: absolute;
    right: -125%;
    right: -5.5vw;
    height: 11px;
    background-image: url(/wniosek/.templates/img/step/dots.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 10vh;
    top: 0;
    bottom: 0;
    margin: auto;
}
.steps-menu .col-10.dots {
    width: 0px;
    position: relative;
    height: 69px;
    margin: 10px 0;
}
.steps-menu .dots img {
    display: block;
    width: 71px;
    height: 11px;
    margin-left: -35px;
    margin-top: 30px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.buttons-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 25px 0;
}

.buttons-box .btn.secondary {
    background-color: transparent;
    color: #e31818;
    padding: 13px 16px;
}

.buttons-box .btn.secondary:hover, .buttons-box .btn.secondary:focus, .buttons-box .btn.secondary:active {
    box-shadow: none;
    color: #ae0000;
}

.statements .form-group {
    height: inherit;
}

.statements .flex p {
    text-align: justify;
}

.file-box > div.form-group {
    margin-top: 15px;
}

.marks {
    padding: 10px 0;
}

.marks p {
    font-size: 11px;
}

.save-msg {
    margin-top: 50px;
}

.save-msg h3 {
    margin-bottom: 20px;
}
.save-msg p {
    padding: 5px 0;
}

.add-time {
    font-size: 13px;
    height: 35px;
    padding: 8px 17px;
}

.timer {
    position: absolute;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}

.timer p {
    font-size: 12px;
}

.info-tip {
    width: 18px;
    height: 18px;
    position: relative;
    cursor: help;
}

h3.control-label .info-tip {
    top: -2px;
}

.info-tip img {
    width: 14px;
    height: 14px;
}

.firefox .info-tip img {
    vertical-align: inherit;
}

.overlay {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: 999;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 5px;
    background: #f5f5f5;
    z-index: 999999;
}

.popup .hide-popup {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 13px;
    cursor: pointer;
}

.popup .popup-content {
    padding: 20px;
    text-align: center;
}

.popup .popup-content p {
    margin: 20px 0;
}

/* .alert-submit {
    margin-top: 25px;
} */
.alert-submit p, .text-danger p {
    padding: 10px;
    border: 2px solid #e31818;
    border-radius: 5px;
    margin: 10px 0;
    color:#e31818;
    font-weight: bold;
}

#contactForm label.error {
    bottom: 5px;
}

.prefix {
    position: absolute;
    font-weight: 500;
    line-height: 1.42857143;
    top: 53.5px;
    left: 31px;
    font-size: 13px !important;
    color: #555 !important;
    font-family: inherit !important;
}

.alert-submit p.done {
    border: 2px solid #18a035;
    color: #18a035;
}

label.error {
    position: absolute;
    bottom: -11px;
    left: 18px;
    font-size: 10px;
    color: #e31818;
    text-transform: uppercase;
}

.checkboxes label.error {
    left: 35px;
}

div.error {
    margin-bottom: 10px;
}

input.error, select.error, textarea.error {
    border-color: #e31818;
}

.hidden {
    display: none !important;
}

.loading-overlay {
    visibility: hidden;
    transition: .4s;
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 26, 27, 0.7);
}

.loading-overlay.show {
    visibility: visible;
    opacity: 1;
    z-index: 9999999999;
}
.loading-overlay .preloader-wave-effect {
    display: block !important;
}

/* LP */

#lp-content label.error {
    bottom: -20px;
}

#lp-content .banner {
    display: flex;
}

#lp-content .banner .banner-left {
    background: #e41e0a;
    padding: 80px 50px;
}

#lp-content .banner .banner-right {
    display: block;
    background: url(/wniosek/.templates/img/lp/banner-right-lp.jpg);
    background-size: cover;
}

#lp-content .banner h4, #lp-content .banner ul {
    color: #fff;
}

#lp-content .banner h4 {
    font-size: 24px;
}

#lp-content .content-info {
    margin-top: 50px;
}

#lp-content .info-content {
    display: flex;
    justify-content: center;
}

#lp-content .info-content .information {
    display: inline-flex;
    background: #0077bd;
    padding: 20px;
    align-items: center;
	width: 100%;
}

#lp-content .info-content .information img {
    margin-right: 20px;
}

#lp-content .info-content .information p {
    font-size: 15px;
    margin: 0;
    color: #fff;
}

#lp-content .infobox-grid {
    display: flex;
    flex-wrap: wrap;
}
#lp-content .infobox-grid .item a.outer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#lp-content .infobox-grid .item {
    padding: 20px;
    margin: 20px;
    position: relative;
    min-height: 250px;
    width: 29%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.22);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.22);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

#lp-content .infobox-grid .item:hover {
    background: transparent;
    -webkit-box-shadow: inset 0 -49.75rem 0 0 #f5f5f5;
    box-shadow: inset 0 -49.75rem 0 0 #f5f5f5;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    cursor: pointer;
}

#lp-content .infobox-grid .item.active {
    background: transparent;
    -webkit-box-shadow: inset 0 -49.75rem 0 0 #f5f5f5;
    box-shadow: inset 0 -49.75rem 0 0 #f5f5f5;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    cursor: pointer;
    border: 2px solid #e41e0a;
}

#lp-content .infobox-grid .text-box {
    display: block;
    padding: .625rem .6rem;
    overflow: hidden;
    box-sizing: border-box;
}

#lp-content .infobox-grid .text-box .text {
    margin-top: 20px;
}

#lp-content .infobox-grid li, #lp-content .dots li, #lp-content .banner li {
    position: relative;
    font-size: 13px;
    margin: 20px 0 20px 10px;
}

#lp-content .dots li {
    font-size: 15px;
}

#lp-content .banner li {
    font-size: 18px;
}

#lp-content .infobox-grid :not(.row)>ul, #lp-content .dots :not(.row)>ul, #lp-content .banner :not(.row)>ul {
    list-style: none!important;
    padding-left: .4rem;
}

#lp-content .infobox-grid :not(ol)>li::before, #lp-content .dots :not(ol)>li::before, #lp-content .banner :not(ol)>li::before {
    position: absolute;
    left: -12px;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: #e41609;
    content: '';
}

#lp-content .dots :not(ol)>li::before, #lp-content .banner :not(ol)>li::before {
    top: 9px;
}

#lp-content .banner :not(ol)>li::before {
    background-color: #fff;
}

#lp-content p {
    font-size: 15px;
}

.navbar-header .right h3 {
    font-size: 16px;
}

.navbar-header .right span {
    display: none;
}

label.control-label {
    height: 30px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
}

label.control-label .info-tip {
    height: 22px;
    margin-left: 3px;
}

.select-lp {
    width: 60%;
    padding: 0 10px;
}

.form-group-multiple {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
    .step-menu .round, .step-menu .round img, .step-menu .round .div, .step-menu.active .div {
        width: 34px;
        height: 35px;
        line-height: 28px;
        border-width: 2px;
        font-size: 16px;
    }
    .steps-menu p {
        font-size: 12px;
    }
    .steps-menu .dots img {
        margin-top: 15px;
    }
    .steps-menu p {
        font-weight: 100;
    }
}


@media screen and (max-width: 990px) {
    .step-menu.col-6 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .form-group {
        height: inherit;
    }
    #lp-content .infobox-grid .item {
        width: 100%;
    }
    .flex-img {
        width: 100%;
    }
    .select-lp {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }

    .banner-right {
        display: none !important;
    }

    .banner-left {
        width: 100%;
    }

    .navbar-brand>img {
        width: 120px;
    }

    .navbar-header .right h3 {
        font-size: 16px;
    }
    
    .navbar-header .right span {
        display: block;
        height: 0px;
    }
}

@media screen and (max-width: 640px) {
    .steps-menu p {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .steps-menu .dots img {
        display: none;
    }
    .step-menu .round:hover {
        background-color: rgba(255,255,255,0.3);
        -webkit-transition: .4s;
        -moz-transition: .4s;
        transition: .4s;
    }
    .step-menu[data-index="6"]:hover p, .step-menu[data-index="1"]:hover p, .step-menu.blocked p, .step-menu.blocked .div {
        cursor: context-menu !important;
    }
    .step-menu[data-index="6"] .round:hover, .step-menu.blocked .round:hover {
        background-color: rgba(255, 157, 157, 0.3);
        cursor: auto;
    }
    .step-menu[data-index="1"] .round:hover, .step-menu.blocked .round {
        cursor: auto;
    }
    .steps-menu img {
        border-radius: 50px;
        display: none;
        margin: auto;
        width: 68px;
        height: 69px;
    }
    .steps-menu .div {
        border-radius: 50px;
        margin: auto;
        width: 68px;
        height: 69px;
        font-size: 32px;
        font-weight: bold;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        transition: .4s;
    }
    .step-menu.done .div {
        display: none;
    }
    .step-menu.active img.active {
        display: block;
    }
    .step-menu.done img.done {
        display: block;
    }
    .step-menu:not(.done):not(.active) img.number {
        display: block;
    }
    #content {
        padding-top: 100px;
    }

    .timer {
        padding-top: 70px;
    }

    .navbar-brand>img {
        width: 100px;
    }

    .navbar-header .right h3 {
        font-size: 15px;
    }
}

/* DATEPICKER */

.ui-datepicker table {
    line-height: 23px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #d7171e !important;
    background: #d7171e !important;
    color: #ffffff !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border-radius: 5px !important;
}
/* .ui-widget.ui-widget-content {
    border: 2px solid #909090 !important;
    border-radius: 0px !important;
    margin-top: 5px !important;
} */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #909090 !important;
    background: #909090 !important;
    color: #ffffff !important;
}
/* .ui-widget-header {
    background: #fff !important;
    color: #626262 !important;
    font-weight: bold !important;
    padding: 10px !important;
} */
.ui-datepicker select.ui-datepicker-month {
    width: 41%!important;
    border: 0!important;
    background-color: #fff!important;
    border-radius: 0;
}
.ui-datepicker select.ui-datepicker-year {
    width: 52%;
    border: 0!important;
    background-color: #fff!important;
    border-radius: 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 9px;
    width: 1.8em;
    height: 1.8em;
    background-color: #fff;
    border-radius: 5px !important;
    border: 1px solid #8cb9c4 !important;
    top: 9px !important;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 9px !important;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important;
}
.ui-widget-header .ui-datepicker-prev .ui-icon {
    background-image: url(/wniosek/.templates/img/form/back.png);
    background-position: left center;
    background-size: 15px;
}
.ui-widget-header .ui-datepicker-next .ui-icon {
    background-image: url(/wniosek/.templates/img/form/next.png);
    background-position: right center;
    background-size: 15px;
}
select.ui-datepicker-month {
    margin-right: 10px !important;
}

/* DATE PICKER END */


/* TOOLTIP */

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1.175rem;
    word-wrap: break-word;
    opacity: 0;
  }
  
  .tooltip.show {
    opacity: 0.95;
  }
  
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
  }
  
  .tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  
  .bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
  }
  
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
  }
  
  .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
  }
  
  .bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
  }
  
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  
  .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
  }
  
  .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
  }
  
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
  }
  
  .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
  }
  
  .bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
  }
  
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  
  .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
  }
  
  .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
  }

  body .tooltip-inner {
      padding: 1.2rem 1.4rem; 
      max-width: 320px; 
      text-align: left; 
      background-color: #e31818; 
      border-radius: 0; 
      border-radius: 9px;
    }
  body .tooltip .arrow {
    width: 20px;
    height: 10px;
  }

  body .bs-tooltip-top, body .bs-tooltip-auto[x-placement^="top"] {padding: .64rem 0;}
  body .bs-tooltip-top .arrow::before, body .bs-tooltip-auto[x-placement^="top"] .arrow::before {border-top-color: #e31818; border-width: 10px 10px 0;}
  body .bs-tooltip-right .arrow::before, body .bs-tooltip-auto[x-placement^="right"] .arrow::before {border-right-color: #e31818;}
  body .bs-tooltip-bottom .arrow::before, body .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {border-bottom-color: #e31818;}
  body .bs-tooltip-left .arrow::before, body .bs-tooltip-auto[x-placement^="left"] .arrow::before {border-left-color: #e31818;}

/* TOOLTIP END */


  /* Hide the browser's default checkbox */
  .container label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #eee;
    border: 1px solid #eee;
  }

  input.error ~ .checkmark {
    border: 1px solid red;
  }

  button.get-file + .error {
    bottom: -21px;
}
  
  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: #fff;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container .checkmark:after {
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e31818;
    transform: translate(-50%, -50%);
  }


.preloader-wave-effect {
    height: 50px;
    left: 50%;
    margin: 0 -25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}

.preloader-wave-effect::before, .preloader-wave-effect::after {
    animation: 1.6s linear 0s normal none infinite running preloader-wave;
    background: #e31818 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 50px;
    position: absolute;
    width: 50px;
}

.preloader-wave-effect::before, .preloader-wave-effect::after {
    animation: 1.6s linear 0s normal none infinite running preloader-wave;
    background: #e31818 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 50px;
    position: absolute;
    width: 50px;
}

.preloader-wave-effect::after {
    animation-delay: -0.8s;
}

.ui-datepicker-calendar, .ui-datepicker-prev, .ui-datepicker-next {
    display: none !important;
}

/* Expandable */

.expandable {
    margin-left: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}