@font-face {
  font-family: "SourceSansPro-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/SourceSansPro/SourceSansPro-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "SourceSansPro-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/SourceSansPro/SourceSansPro-Bold.ttf") format("ttf");
}
@font-face {
  font-family: "SourceSansPro-Semibold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/SourceSansPro/SourceSansPro-Semibold.ttf") format("ttf");
}
html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  color: #555555;
  font-size: 14px;
  font-family: "SourceSansPro-Regular", "Helvetica Neue", "Trebuchet MS", "Arial", sans-serif;
}

h1, h2, h3, h4 {
  color: #54668f;
}
h1.gray, h2.gray, h3.gray, h4.gray {
  color: #555 !important;
}

.like-h3 {
  line-height: 1.2;
  font-size: 1.75rem;
}
.like-h3-lbl {
  color: #54668f;
}
.like-h3-txt {
  font-size: 22px;
  padding-top: .375rem;
  padding-bottom: .375rem;
  line-height: 1.5;
}

.error, .is-invalid {
  color: #E84C3D;
}

header {
  border-bottom: 1px solid #e5e5e5;
}
header .h-logo .h-user__logout {
  margin-bottom: 5px;
}
header .h-logo .h-user__names {
  line-height: 38px;
  padding: 0px 10px;
}
header .h-logo .h-user__last-login, header .h-logo .h-user__session-countdown {
  text-align: right;
  font-size: 10px;
}
header .h-menu {
  border-top: 1px solid #e5e5e5;
}
header .h-menu .navbar {
  padding: 0px;
}

.navbar .navbar-nav .nav-item {
  border-bottom: 1px solid transparent;
}
.navbar .navbar-nav .nav-item.active, .navbar .navbar-nav .nav-item:hover {
  border-bottom: 1px solid #54668f;
}
.navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item:hover .nav-link {
  color: #54668f;
}
.navbar .navbar-nav .nav-item.active .dropdown-menu, .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
  transition: all .5s ease-in-out;
  box-shadow: 0 10px 20px 0 rgba(122, 122, 122, 0.1);
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #555555;
  font-size: 16px;
  /*padding-right: .75rem;
  padding-left: .75rem;*/
  padding: 1rem 1rem;
}
.navbar .navbar-nav .nav-item .dropdown-item {
  font-size: 16px;
  font-weight: 200;
  color: #555555;
}
.navbar .navbar-nav .nav-item .dropdown-item:active {
  background-color: #54668f;
}

.nav-collapse {
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 20px 20px 0 rgba(122, 122, 122, 0.1);
  background: #fff;
}
.nav-collapse-items {
  display: inline-flex;
  line-height: 80px;
}
.nav-collapse-items a {
  color: #555555;
  font-size: 17px;
  padding: 0 1.25rem;
}
.nav-collapse-items a:hover {
  color: #54668f;
  background-color: inherit;
}

main {
  flex-shrink: 0;
  flex-grow: 1;
  background-color: #eff2f5;
}
main > .container {
  /*background: rgba(255,255,255,1);*/
}
main > .login-container {
  /*height: 100%;*/
  background: url("../img/bg-min.jpg ") left center no-repeat;
  background-size: cover;
}
main > .login-container .container {
  padding: 20px 20px 20px 20px;
}
main .w-box {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
main .w-box .buttons {
  border-top-width: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}
main .w-box.center {
  margin-left: 25%;
  margin-right: 25%;
}

footer {
  border-top: 1px solid #e5e5e5;
  background-color: #f9f9f9;
  padding: 20px 0px;
  color: #9b9b9b;
  font-size: 14px;
}
footer .links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  white-space: nowrap;
}
footer .links li {
  display: inline-block;
  padding: 0 .625rem;
}
footer .links li:not(:last-child) {
  border-right: 1px solid #d3d3d3;
}
footer .links a {
  color: #9b9b9b;
}
footer .legal-info p {
  margin-bottom: 0px;
}

#login-form {
  padding: 30px;
  background-color: #fff;
  border-radius: 2px;
}

.form-group {
  position: relative;
}
.form-group.with-hint input {
  padding-right: 30px;
}
.form-group.with-hint .hint-icon {
  position: absolute;
  top: 8px;
  right: 12px;
  cursor: pointer;
}

.form-control,
.custom-select {
  border-radius: 2px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.datepickr {
  background-color: #ffffff !important;
  padding-right: 32px;
  background-image: url("../img/ico-calendar.svg");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 20px auto;
}

.flatpickr-year-select {
  display: inline-block;
}

.flatpickr-day.selected {
  background-color: #0234A0;
  border-color: #0234A0;
}
.flatpickr-day.selected:hover {
  background-color: #0234A0;
  border-color: #0234A0;
}

.hint-icon {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #54668f;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  transform: scale(0.8);
  margin-left: 4px;
  line-height: 1.3em;
}

/*
.form-group {

}

.form-group input + label,
.form-group select + label {
  position: absolute;
  top: 10px;
  left: 12px;
  max-width: 90%;
  margin-bottom: 0;
  opacity: 0;
  color: #D8D8D8;
}

.form-group input:valid:not(:placeholder-shown) + label,
.form-group select:valid + label {
  top: -7px;
  padding: 0 3px;
  opacity: 1;
  line-height: 12px;
  text-transform: uppercase;
  background: #ffffff;
  transition: all 0.2s ease, opacity 0.2s ease;
  font-size:13px;
}*/
.form-group input:focus, .form-group textarea:focus {
  box-shadow: 0 5px 10px 0 rgba(84, 102, 142, 0.15);
  border-color: #54668f;
  		/*& + label {
		  color: $color__base--second;
		}*/
}

.breadcrumb {
  background-color: transparent;
  font-size: .6875rem;
}

.buttons {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 15px;
}

.page-header {
  /*margin: 0px 0 20px;*/
  border-bottom: 1px solid #eee;
  /*padding-bottom: 9px;*/
  color: #54668f;
  display: inline-block;
  background: linear-gradient(165deg, #54668F 0%, #425071 29.34%, #b6c3da 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.page-header + .message {
  margin: 0rem 0 2rem 0;
}

.success-box {
  max-width: 500px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto;
  background-color: #fff;
}
.success-box img {
  margin: 40px auto 70px;
}
.success-box button {
  margin: 30px 0px;
}

.btn {
  background-color: #54668f;
  color: #ffffff;
  border-color: #54668f;
  transition: background-color .25s ease-in-out,color .25s ease-in-out;
}
.btn:hover {
  background-color: #54668F;
  color: #ffffff;
  border-color: #54668F;
}
.btn.back {
  background-color: transparent;
  color: #6d6d6d;
  border: 1px solid #54668f;
}
.btn.back:hover {
  color: #6d6d6d;
  border: 1px solid #54668F;
}

.btn-outline {
  background-color: transparent;
  color: #54668f;
  border-color: #54668f;
  transition: background-color .25s ease-in-out,color .25s ease-in-out;
}
.btn-outline:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #54668F;
}
.btn-outline.back {
  background-color: transparent;
  color: #6d6d6d;
  border: 1px solid #54668f;
}
.btn-outline.back:hover {
  color: #6d6d6d;
  border: 1px solid #54668F;
}

a {
  color: #54668f;
}
a:hover {
  color: #54668F;
}
a.btn-link {
  color: #54668f;
}
a.btn-link:hover {
  color: #6d6d6d;
}
a.gray {
  color: #555;
}
a.arrowed {
  position: relative;
  padding-left: 1.5rem;
  line-height: 28px;
}
a.arrowed:hover {
  text-decoration: none;
  color: #54668F;
}
a.arrowed:hover:before {
  left: 10px;
}
a.arrowed:before {
  color: #54668f;
  content: "\f105";
  font-family: 'Font Awesome\ 5 Free';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  transition: left .25s ease-in-out;
  top: -8px;
}

.login-form-password-strength__requirements {
  margin: 0;
  padding: 0;
  margin-top: 1em;
}
.login-form-password-strength__requirements li {
  display: flex;
  list-style-type: none;
  position: relative;
  padding-left: 28px;
  line-height: 1.1em;
  /*margin-bottom: 10px;*/
  align-items: center;
  min-height: 18px;
  /*border-bottom: solid 1px rgba(0, 45, 104, 0.21);*/
  padding-bottom: 10px;
}
.login-form-password-strength__requirements li:last-child {
  border-bottom: 0px;
}
.login-form-password-strength__requirements li:before {
  content: "\f00c";
  font-family: 'Font Awesome\ 5 Free';
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  color: #5abb42;
  font-size: 14px;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 18px;
  border-radius: 50%;
  transition: background 0.5s;
}
.login-form-password-strength__requirements li[data-ok="false"]:before {
  background-color: transparent;
  color: #ddd;
  border-color: #FFF;
}

.input-validation {
  font-size: 0.8em;
  color: #E84C3D;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
  opacity: 0;
  transition: opacity 0.3s, color 0.3s;
}
.input-validation--show {
  opacity: 1;
}
.input-validation--info {
  color: #FB7E01;
}

.custom-table {
  color: #555555;
}
.custom-table thead th {
  border-top-width: 0px;
  border-bottom: 2px solid #54668f;
}
.custom-table tfoot .total {
  font-weight: bold;
  color: #54668F;
  font-size: 16px;
}
.custom-table tbody tr:first-child td {
  border-top: none;
}
.custom-table tbody tr td {
  vertical-align: middle;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after {
  display: none;
}
table.dataTable thead .sorting .sort-icon, table.dataTable thead .sorting_asc .sort-icon, table.dataTable thead .sorting_desc .sort-icon, table.dataTable thead .sorting_desc_disabled .sort-icon, table.dataTable thead .sorting_asc_disabled .sort-icon {
  padding-left: 10px;
}
table.dataTable thead .sorting .sort-icon:before, table.dataTable thead .sorting_asc .sort-icon:before, table.dataTable thead .sorting_desc .sort-icon:before, table.dataTable thead .sorting_asc_disabled .sort-icon:before, table.dataTable thead .sorting_desc_disabled .sort-icon:before {
  content: "\25b2";
  color: #425071;
}
table.dataTable thead .sorting_asc .sort-icon:before, table.dataTable thead .sorting_asc_disabled .sort-icon:before {
  color: #54668f;
}
table.dataTable thead .sorting .sort-icon:after, table.dataTable thead .sorting_asc .sort-icon:after, table.dataTable thead .sorting_desc .sort-icon:after, table.dataTable thead .sorting_asc_disabled .sort-icon:after, table.dataTable thead .sorting_desc_disabled .sort-icon:after {
  content: "\25bc";
  color: #425071;
  position: relative;
  left: -5px;
}
table.dataTable thead .sorting_desc .sort-icon:after, table.dataTable thead .sorting_desc_disabled .sort-icon:after {
  color: #54668f;
}

.dataTables_paginate .page-item.active .page-link {
  background-color: #54668f;
  border-color: #54668f;
}

.customer-info fieldset {
  border-top: 1px solid #e5e5e5;
  padding-left: 30px;
  padding-bottom: 20px;
}
.customer-info fieldset.no-border {
  border-top-width: 0;
}
.customer-info fieldset h4 {
  color: #54668f;
  font-size: 16px;
  line-height: 39px;
}
.customer-info fieldset .form-group {
  margin-bottom: 0px;
}
.customer-info fieldset .form-group .col-form-label,
.customer-info fieldset .form-group .form-control-plaintext {
  padding-top: 0px;
  padding-bottom: 0px;
}

.files li.file {
  list-style-type: none;
  font-size: 22px;
  /*&:before {
  	font-family: 'Font Awesome\ 5 Free'; 
  	font-style: normal;
  	content: "\f15c"; 
  }*/
}
.files li.file a {
  padding-left: 10px;
  font-size: 1.125rem;
}
.files li {
  list-style-type: none;
}
.files li.pdfFile, .files li.docFile, .files li.xlsFile, .files li.zipFile, .files li.othFile, .files li.externalLink, .files li.file {
  transition: all 300ms ease-in-out 0s;
}
.files li.pdfFile a, .files li.docFile a, .files li.xlsFile a, .files li.zipFile a, .files li.othFile a, .files li.externalLink a, .files li.file a {
  color: #636363;
}
.files li.pdfFile a:before, .files li.docFile a:before, .files li.xlsFile a:before, .files li.zipFile a:before, .files li.othFile a:before, .files li.externalLink a:before, .files li.file a:before {
  font-family: 'Font Awesome\ 5 Free';
  font-style: normal;
  content: "\f15c";
}

.navigation-step {
  width: 150px;
  height: 51px;
  float: left;
}

.navigation-step-next {
  width: 155px;
  height: 51px;
  float: left;
}

.navigation-step-finish {
  width: 47px;
  height: 51px;
  float: left;
}

.required:after {
  font-family: NNDagnyDisplayCompPro;
  font-size: 13px;
  color: #ff8080;
  content: ' *';
  display: inline;
}

.required.no-space:after {
  content: '*';
}

.offset-custom-1 {
  margin-left: 4%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #425071;
  border-color: #425071;
  box-shadow: none;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  border: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #425071;
  background-color: #425071;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #425071;
}

.custom-radio .custom-control-label {
  line-height: 24px;
}

.custom-checkbox .custom-control-label {
  padding-left: 0.5rem;
}
.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
  width: 1.5rem;
  height: 1.5rem;
}

.ui-dialog-title {
  color: #0234A0;
}

.ui-dialog-content {
  color: #0234A0;
}

.ui-widget {
  font-family: inherit;
}

.ui-widget button {
  font-family: inherit;
}

.ui-button:focus {
  outline: none;
}

.transactionHistory:last-child,
.transactionHistory:nth-last-child(2) {
  text-align: center;
}

.transactionHistory tr.shown + tr td {
  border: none;
}

.form-check-label.align-text {
  margin-top: 2px;
}

.datatable-details {
  font-size: 0.7rem;
}

.datatable-details .row:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.register-steps {
  display: flex;
  margin-bottom: 30px;
}
.register-steps .step-item {
  /*border:1px solid $color__line--gray;*/
  flex: 1;
  text-align: center;
}
.register-steps .step-item .logo {
  /*border: 1px solid red;*/
  width: 100px;
  height: 100px;
  margin: 20px auto;
}
.register-steps .step-item .logo:before {
  /*content: "\f298";
  font-family: 'Font Awesome 5 Brands';
  font-size: 50px;*/
}
.register-steps .step-item .logo.step-1 {
  background: url("../img/website.png") center center no-repeat;
  background-size: 75px 75px;
}
.register-steps .step-item .logo.step-2 {
  background: url("../img/padlock.png") center center no-repeat;
  background-size: 75px 75px;
}
.register-steps .step-item .logo.step-3 {
  background: url("../img/login.png") center center no-repeat;
  background-size: 75px 75px;
}
.register-steps .step-item .logo.step-4 {
  background: url("../img/document.png") center center no-repeat;
  background-size: 75px 75px;
}

.bd-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 4px;
  width: 100%;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.bd-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bd-callout p:last-child {
  margin-bottom: 0;
}
.bd-callout code {
  border-radius: 4px;
}
.bd-callout i {
  font-size: 25px;
  min-width: 50px;
  width: 100%;
  text-align: center;
}
.bd-callout-xl {
  margin-left: 0px;
}
.bd-callout-lg {
  margin-left: 50px;
}
.bd-callout-md {
  margin-left: 100px;
}
.bd-callout-sm {
  margin-left: 150px;
}
.bd-callout-xs {
  margin-left: 200px;
}
.bd-callout + .bd-callout {
  margin-top: -5px;
}

.bd-callout-default {
  border-left-color: #777;
  background-color: #f7f7f9;
}
.bd-callout-default h4 {
  color: #777;
}
.bd-callout-default i {
  color: #777;
}

.bd-callout-primary {
  border-left-color: #428bca;
}
.bd-callout-primary h4 {
  color: #428bca;
}
.bd-callout-primary i {
  color: #428bca;
}

.bd-callout-success {
  border-left-color: #5cb85c;
  background-color: #efffe8;
}
.bd-callout-success h4 {
  color: #5cb85c;
}
.bd-callout-success i {
  color: #5cb85c;
}

.bd-callout-danger {
  border-left-color: #d9534f;
  background-color: #fcf2f2;
}
.bd-callout-danger h4 {
  color: #d9534f;
}
.bd-callout-danger i {
  color: #d9534f;
}

.bd-callout-warning {
  border-left-color: #f0ad4e;
  background-color: #fefbed;
}
.bd-callout-warning h4 {
  color: #f0ad4e;
}
.bd-callout-warning i {
  color: #f0ad4e;
}

.bd-callout-info {
  border-left-color: #54668f;
  background-color: #fff;
}
.bd-callout-info h4 {
  color: #54668f;
}
.bd-callout-info i {
  color: #54668f;
}

@media only screen and (min-width: 768px) {
  .bd-callout p {
    padding-left: 50px;
  }
  .bd-callout i {
    width: 50px;
    float: left;
    text-align: left;
  }
}
.lang_icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  height: 29px;
  width: 20px;
  cursor: pointer;
}
.lang_icon.lang_pl {
  background-image: url("../img/svg/flag_pl.svg");
}
.lang_icon.lang_en {
  background-image: url("../img/svg/flag_en.svg");
}

table.dataTable td.details-control, table.dataTable span.details-control {
  background: url("../img/details_open.png") no-repeat center center;
  cursor: pointer;
}

table.dataTable span.details-control {
  height: 20px;
  width: 20px;
  display: inline-block;
}

.extraTable-pagination {
  padding: 0px;
}

.extraTable-pagination .dataTables_length {
  float: left;
}

.more-less .less {
  display: inline;
}

.more-less:not(.collapsed) .more {
  display: none;
}

.more-less.collapsed .less {
  display: none;
}

/*# sourceMappingURL=project.css.map */
