/* less-watch-compiler */
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css";

@font-face {
  font-family: Helvetica Neue CE 35 Thin;
  src: url("/javax.faces.resource/Helvetica Neue CE 35 Thin.TTF.xhtml?ln=fonts");
}

@font-face {
  font-family: Helvetica Neue CE 35 Thin;
  src: url("/javax.faces.resource/Helvetica Neue CE 36 Thin Italic.TTF.xhtml?ln=fonts");
  Font-style: italic;
}

@font-face {
  font-family: Helvetica Neue CE 35 Thin;
  src: url("/javax.faces.resource/Helvetica Neue CE 75 Bold.ttf.xhtml?ln=fonts");
  Font-weight: bold;
}

strong, b {
  font-weight: bold;
}

.input-border {
  border: 1px solid #c1c2c2;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 2px 0px #c1c2c2;
  -moz-box-shadow: 0px 0px 2px 0px #c1c2c2;
  box-shadow: 0px 0px 2px 0px #c1c2c2;
}
.input-border-highligted {
  -webkit-box-shadow: 0px 0px 3px 0px #0099ff;
  -moz-box-shadow: 0px 0px 3px 0px #0099ff;
  box-shadow: 0px 0px 3px 0px #0099ff;
  border-color: #0099ff;
}
.input-border-error {
  -webkit-box-shadow: 0px 0px 3px 0px #ff002a;
  -moz-box-shadow: 0px 0px 3px 0px #ff002a;
  box-shadow: 0px 0px 3px 0px #ff002a;
  border-color: #ff002a;
}
.input-placeholder {
  font-style: italic;
  color: #9c9d9e;
  opacity: 1;
}
.transition {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pointer {
  cursor: pointer;
}
.font-bold {
  font-weight: 700;
}
.font-classic {
  font-weight: 400;
}
.font-default {
  font-weight: 300;
}
.font-gray {
  color: #8d8e8f;
}
.hidden {
  display: none;
}
.font-danger {
  color: #ff002a;
}
.font-red {
  color: #c7372a !important;
}
.font-success {
  color: #419a01;
}
.singleLine {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}
.icon {
  height: 20px;
}
.blockOfTxt {
  font-size: 0.9rem;
}
.blockOfTxt h2 {
  font-size: 1rem;
}
.blockOfTxt ol {
  list-style-type: decimal;
  padding-left: 15px;
}
.blockOfTxt ul {
  padding-left: 15px;
}
.blockOfTxt li {
  margin-top: 0.9rem;
}
.blockOfTxt li p {
  margin-top: 0.9rem;
}
.blockOfTxt table {
  width: 100%;
  font-weight: 300;
}
.blockOfTxt table thead {
  border-bottom: 1px solid #c1c2c2;
}
.blockOfTxt table td {
  padding: 10px 5px;
}
.separator {
  width: 100%;
  height: 1px;
  background: #c1c2c2;
}
p {
  margin-bottom: 0.2rem;
}
#leaflet {
  height: 400px;
  width: 100%;
}

#leaflet_review {
  height: 400px;
  width: 100%;
}

#leaflet_tyre {
  height: 400px;
  width: 100%;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  padding: 0;
  margin: 0 0 0px;
  font-family: 'Helvetica Neue CE 35 Thin', sans-serif !important;
  font-weight: 300;
}
ul,
ol {
  list-style-type: none;
  padding: 0;
}
.content-box {
  border: 1px solid #e6e6e8;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px 0px #e6e6e8;
  -moz-box-shadow: 0px 0px 5px 0px #e6e6e8;
  box-shadow: 0px 0px 5px 0px #e6e6e8;
  padding: 25px;
  white-space: normal;
}
.content-box-noBorder {
  display: flex;
  border-radius: 3px;
  border: none;
  padding: none;
  -webkit-box-shadow: 2px 5px 5px 0px #e6e6e8;
  -moz-box-shadow: 2px 5px 5px 0px #e6e6e8;
  box-shadow: 2px 5px 5px 0px #e6e6e8;
}
.content-box-login {
  max-width: 800px;
}
.content-box-separator {
  width: 100%;
  height: 1px;
  background: #e6e6e8;
}
.container-divided {
  padding: 0;
}
.container-divided-single {
  padding: 30px 50px !important;
}
.container-divided-border {
  border-left: 1px solid #c1c2c2;
}
@media (max-width: 991.99px) {
  .container-divided-border {
    border-left: 0;
    border-top: 1px solid #c1c2c2;
  }
}
.smallerTxt {
  font-size: 0.7rem;
}
b {
  font-weight: 700;
}
.rb-2 {
  margin-right: 0.5rem;
}
.rb-3 {
  margin-right: 1rem;
}
.lb-2 {
  margin-left: 0.5rem;
}
.lb-3 {
  margin-left: 1rem;
}
.footer {
  width: 100%;
  border-top: 1px solid #c1c2c2;
  position: absolute;
  bottom: 0;
  left: 0;
}
a {
  white-space: nowrap;
}
.text-centered {
  text-align: center;
}
h1 {
  color: #0099ff;
  font-size: 1.5rem;
  font-weight: 300;
}
h2 {
  color: #0099ff;
  font-weight: 300;
  font-size: inherit;
  font-weight: 700;
}
.smallBox {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
}
.smallBox-bigger {
  max-height: 250px;
  min-height: 200px;
}
.smallBox-bigger .smallBox-half-right {
  padding: 40px 20px 20px 30px;
}
.smallBox:before {
  content: '';
  display: block;
  padding-top: 50%;
}
.smallBox-half {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 14px 12px;
  font-size: 0.7rem;
  word-wrap: break-word;
  overflow: hidden;
}
.smallBox-half-left {
  left: 0;
  right: 50%;
  font-size: 1.1rem;
}
.smallBox-half-right {
  left: 50%;
  right: 0;
}
.smallBox-half-dark {
  background: #6ec800;
  color: white;
}

.smallBox-leasing {
  background: #0099ff;
  color: white;
}

.smallBox-fuelCard {
  background: #6ec800;
  color: white;
}
k
.smallBox-half-medium {
  background: #0099ff;
  color: white;
}
.smallBox-half-light {
  background: #0099ff;
  color: white;
}
.smallBox-account {
  background: #ffc800;
  color: white;
}

.smallBox-credit {
  background: #ff2684;
  color: white;
}

.smallBox-insurance {
  background: #50008c;
  color: white;
}

.smallBox-half-bottom {
  margin-top: auto;
}
.smallBox-half-bottom-icon img {
  width: 30px;
}
.smallBox-half-text-big {
  font-size: 1.4rem;
}
.smallBox-half-image {
  overflow: hidden;
  padding: 0;
}
.smallBox-half-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smallBox-half-desc {
  box-sizing: border-box;
  padding: 15px 10px 10px 10px;
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: 0.7rem;
}
.smallBox-half-desc-name {
  color: #8d8e8f;
  font-weight: 400;
  align-self: flex-start;
  width: 100%;
}
.smallBox-half-desc-edit {
  align-self: flex-end;
  width: 100%;
}
.clientAvatar {
  width: 50%;
  background: #e6e6e8;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.clientAvatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: none;
  min-height: 40%;
  min-width: 40%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.clientAvatar-desc {
  box-sizing: border-box;
  padding: 15px 10px 10px 10px;
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: 0.7rem;
}
.clientAvatar-desc-name {
  color: #8d8e8f;
  font-weight: 400;
  align-self: flex-start;
  width: 100%;
}
.clientAvatar-desc-edit {
  align-self: flex-end;
  width: 100%;
}
.pagination {
  color: #8d8e8f;
  font-weight: 700;
  padding-bottom: 15px;
}
.pagination-main {
  border-left: 1px solid #e6e6e8;
  border-right: 1px solid #e6e6e8;
  padding: 0 20px;
}
.pagination-main-number {
  float: left;
  position: relative;
  padding: 0 !important;
  margin: 0 5px;
}
.pagination-main-number.selected {
  color: #0099ff;
}
.pagination-main-number.selected:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -17px;
  left: 0;
  background: #0099ff;
}
.pagination-main-number:hover,
.pagination-side:hover {
  cursor: pointer;
  color: #0099ff;
}
.paginatedList {
  font-size: 0.7rem;
  padding: 0;
}
.paginatedList-element {
  padding: 17px 25px;
}
.paginatedList-element:not(:first-child) {
  border-top: 1px solid #e6e6e8;
}
.paginatedList-pagination {
  color: #8d8e8f;
  font-weight: 700;
  padding-bottom: 15px;
}
.paginatedList-pagination-main {
  border-left: 1px solid #e6e6e8;
  border-right: 1px solid #e6e6e8;
  padding: 0 20px;
}
.paginatedList-pagination-main-number {
  float: left;
  position: relative;
  padding: 0 !important;
  margin: 0 5px;
}
.paginatedList-pagination-main-number.selected {
  color: #0099ff;
}
.paginatedList-pagination-main-number.selected:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -17px;
  left: 0;
  background: #0099ff;
}
.paginatedList-pagination-main-number:hover,
.paginatedList-pagination-side:hover {
  cursor: pointer;
  color: #0099ff;
}
.paginatedList-pagination-borderLeft {
  border-left: 1px solid #e6e6e8;
}
.paginatedList-pagination-borderRight {
  border-right: 1px solid #e6e6e8;
}
.communicates {
  margin: 10px 0;
}
.communicates-single {
  margin: 20px;
  padding: 5px 10px;
}
.communicates-single-danger {
  background: #fcf0e2;
}
.communicates-single-success {
  background: #e7f2fa;
}
.communicates-single-title,
.communicates-single-remove {
  font-weight: 700;
}
.communicates-single-danger .communicates-single-title,
.communicates-single-danger .communicates-single-remove {
  color: #e47610;
}
.communicates-single-success .communicates-single-title,
.communicates-single-success .communicates-single-remove {
  color: #0099ff;
}
.communicates-single-remove {
  cursor: pointer;
}
.communicates-single-remove img {
  width: 15px;
}
.securityMessage {
  color: #419a01;
  font-weight: 700;
}
.securityMessage img {
  position: relative;
  bottom: 5px;
  width: 20px;
}
.securityMessage span {
  margin-left: 10px;
}
.container-tabbed {
  font-size: 0.7rem;
}
.container-tabbed-tabs {
  border-bottom: 3px solid #0099ff;
}
.container-tabbed-tab {
  padding: 5px 20px;
  background: #f4f5f7;
  border: 1px solid #e6e6e8;
  margin-right: 5px;
  border-bottom: none;
  cursor: pointer;
}
.container-tabbed-tab:hover {
  background: #e6e6e8;
}
.container-tabbed-tab.selected {
  position: relative;
  background: white;
  border-top: 2px solid #0099ff;
}
.container-tabbed-tab.selected:after {
  position: absolute;
  bottom: -3px;
  left: -1px;
  right: 0;
  height: 3px;
  content: '';
  background: white;
  z-index: 10;
  border-left: 1px solid #e6e6e8;
}
.container-tabbed-content {
  border-left: 1px solid #e6e6e8;
  border-right: 1px solid #e6e6e8;
  border-bottom: 1px solid #e6e6e8;
  border-top: 1px solid #e6e6e8;
  padding: 15px 20px;
}
.container-tabbed-content-tab {
  text-align: center;
  margin: 0 10px;
  padding: 6px 10px;
  position: relative;
  cursor: pointer;
}
.container-tabbed-content-tab:hover:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  content: '';
  background: #e6e6e8;
}
.container-tabbed-content-tab.selected {
  color: #0099ff;
  font-weight: 700;
}
.container-tabbed-content-tab.selected:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  content: '';
  background: #0099ff;
}
.task-high {
  border-left: 5px solid #ff002a;
  padding-left: 23px;
}
.task-medium {
  border-left: 5px solid #e47610;
  padding-left: 23px;
}
.sideImage {
  /*height: 100%;*/
  min-height: 200px;
  object-fit: cover;
  width: 100%;
}

.sideImageOffers {
  height: 200px;
  width: inherit;
}
.paddingContainer {
  padding: 20px 10px 15px 10px;
}
.container-right {
  border-left: 1px solid #c1c2c2;
}
.listLine {
  margin-right: 20px;
}
.col-auto {
  max-width: 100%;
}
.ui-calendar input {
  width: 100%;
}
@media (max-width: 576px) {
  .container-tabbed-tab {
    width: 100%;
    text-align: center;
    background: #f4f5f7;
    border: 1px solid #e6e6e8;
    margin-right: 0;
    border-bottom: none;
    cursor: pointer;
  }
  .container-tabbed-tab:hover {
    background: #e6e6e8;
  }
  .container-tabbed-tab.selected {
    background: #0099ff;
    color: white;
    border-top: 0;
  }
  .container-tabbed-tab.selected:after {
    display: none;
  }
}
/*@media (max-width: 767.99px) {*/
/*.sideImage {*/
/*max-height: 250px !important;*/
/*}*/
/*}*/
@media (max-width: 991.99px) {
  .container-right {
    border-left: 0;
    border-top: 1px solid #c1c2c2;
  }
}
#cookiesBar {
  width: 100%;
  padding: 10px;
  color: #f4f5f7;
  background: #1e1e1e;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.8rem;
  z-index: 9999;
}
#cookiesBar a {
  margin-left: 20px;
  cursor: pointer;
}
#header {
  margin-top: 20px;
}
/*#header.cookiesBar-opened {*/
/*margin-top: 60px;*/
/*}*/
/*#logoTop {*/
/*width: 668px;*/
/*display: block;*/
/*position: relative;*/
/*}*/
#logoTop2 {
  width: 350px;
  display: block;
  position: relative;
  margin-top: 20px;
}

.header-main {
  margin-bottom: 15px;
}

.header-icon {
  cursor: pointer;
  padding: 5px;
  width: 40px;
  height: 32px;
  text-align: center;
  position: relative;
}
.header-icon-message-number {
  box-sizing: border-box;
  padding-top: 2px;
  background: #ff002a;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: white;
  font-size: 11px;
}
.header-icon-message img {
  width: 85%;
  margin-top: 5px;
  margin-left: 10px;
}
.header-icon-change-acc > i {
  font-size: 27px;
  color: #0099ff;
}
.header-icon-client {
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  padding: 3px;
  border-radius: 50%;
  background: #f4f5f7;
}
.header-icon-client-visible {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.header-icon-client-visible img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.header-icon-hamburger {
  font-size: 22px;
}
.header-icon-hamburger:hover {
  color: #0099ff;
}
.hamburger {
  display: none;
  text-transform: uppercase;
}
.header-menu {
  position: absolute;
  top: 60px;
  right: -18px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  width: 260px;
  z-index: 999;
  background: white;
  font-size: 0.7rem;
  padding-top: 20px;
  cursor: default;
}
.header-menu.hidden {
  display: none;
}
.header-menu:after {
  position: absolute;
  top: -12px;
  right: 20px;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid white;
}
.header-menu:before {
  position: absolute;
  top: -10px;
  right: 28px;
  content: '';
  width: 4px;
  height: 5px;
  box-shadow: 0 -5px 10px #000000;
}
.header-menu .gray {
  color: #8d8e8f;
  font-weight: 700;
  letter-spacing: 1px;
}
.header-menu .blueArrowDown {
  font-size: 20px;
  color: #0099ff;
  transition: transform 0.2s linear;
}
.header-menu-clickable {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.7rem;
}
.header-menu-clickable:hover {
  background: #f4f5f7;
}
.header-menu-clickable .logout {
  padding-right: 0;
  padding-left: 15px !important;
}
.header-menu-clickable .logout img {
  width: 20px;
  display: inline-block;
}
.header-menu-clickable .selected {
  color: #0099ff;
}
.header-menu-separator {
  border-bottom: 1px solid #c1c2c2;
}
.header-menu-line {
  height: 1px;
  background: #c1c2c2;
}
.header-menu .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}
.header-menu .container-fluid > .row {
  margin-right: -25px;
  margin-left: -25px;
}
.header-menu .container-fluid > .row > div:nth-child(1) {
  padding-left: 25px;
  text-align: left;
}
.header-menu .container-fluid > .row > div:nth-child(2) {
  padding-right: 25px;
  text-align: right;
}
.header-menu-toggleable.opened .blueArrowDown {
  transform: rotate(180deg);
}
.header-menu-toggleable-content {
  display: none;
}
.header-menu-toggleable.opened .header-menu-toggleable-content {
  display: block;
}
.header-menu-toggleable table {
  width: 100%;
}
.header-menu-toggleable table .row {
  margin-left: -25px !important;
  margin-right: -25px;
}
.header-menu-toggleable table .row .col-4 {
  padding-right: 0 !important;
  padding-left: 25px !important;
}
.header-menu-toggleable table .row .col-8 {
  padding-left: 0;
  padding-right: 25px !important;
}
.header-menu-messages {
  width: 400px;
  right: -80px;
  padding-top: 10px;
}
.header-menu-messages:after {
  right: 80px;
}
.header-menu-messages:before {
  right: 88px;
}
.header-menu-messages-single {
  border-bottom: 1px solid #c1c2c2;
}
.header-menu-messages-single.newMessage {
  position: relative;
}
.header-menu-messages-single.newMessage b {
  color: #0099ff;
}
.header-menu-messages-single.newMessage:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0099ff;
}
@media (max-width: 600px) {
  .header-menu-messages {
    width: 300px;
    right: -225px;
    padding-top: 10px;
  }
  .header-menu-messages:after {
    right: 225px;
  }
  .header-menu-messages:before {
    right: 233px;
  }
}

@media (max-width: 600px) {
  .mobile_choose_user {
    width: 300px;
    right: -155px;
    padding-top: 10px;
  }
  .mobile_choose_user:after {
    right: 165px;
  }
  .mobile_choose_user:before {
    right: 173px;
  }
}

@media (max-width: 600px) {
  .mobile_user_menu {
    width: 300px;
    right: -90px;
    padding-top: 10px;
  }
  .mobile_user_menu:after {
    right: 97px;
  }
  .mobile_user_menu:before {
    right: 105px;
  }
}
.txtBtn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
}
.txtBtn img {
  height: 15px;
  position: relative;
  bottom: 2px;
  margin-left: 5px;
}
.txtBtn-colored {
  font-weight: 700;
  color: #0099ff !important;
}
.txtBtn-bold {
  font-weight: 700;
}
.txtBtn-colored:hover {
  color: #0099ff !important;
}
.txtBtn-colored-remove {
  font-weight: 700;
  color: #ff002a !important;
}
.txtBtn-underline {
  position: relative;
}
.txtBtn-underline:after {
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.txtBtn-underline:hover:after {
  left: -2px;
  right: -2px;
  background: rgba(0, 0, 0, 0.6);
}
.txtBtn-withArrow {
  padding-right: 25px;
  position: relative;
}
.txtBtn-withArrow:before {
  content: '\0025BE';
  font-size: 22px;
  position: absolute;
  top: -10px;
  right: 0;
}
.btn {
  border-radius: 16px;
  padding: 6px 22px;
  font-size: 11px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5p rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  text-decoration: none;
  border: none;
  text-align: center;
}
.btn img {
  height: 17px;
}
.btn.btn-success {
  background: #6ec800;
  color: white;
}
.btn.btn-success:hover {
  background: #419a01;
}
.btn.btn-cancel {
  background: white;
  border: 1px solid #8d8e8f;
}
.btn.btn-cancel:hover {
  background: #f4f5f7;
}
.btn.btn-accept {
  background: #0099ff;
  color: white;
}
.btn.btn-accept:hover {
  background: #0099ff;
}
.btn.btn-transparent {
  padding: 4px 22px;
  background: transparent;
  border: 2px solid #0099ff;
  color: #0068d6;
}
.btn.btn-transparent:hover {
  background: #0099ff;
  color: white;
}
.btn-form {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 0.8rem;
  line-height: 1rem;
  height: 2rem;
  min-width: 80px;
  text-transform: none;
}
.animatedClick {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}
.ripple {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  transform: scale(0.2);
  opacity: 0;
  pointer-events: none;
  -webkit-animation: ripple 0.75s ease-out;
  -moz-animation: ripple 0.75s ease-out;
  animation: ripple 0.75s ease-out;
}
@-webkit-keyframes ripple {
  from {
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes ripple {
  from {
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  from {
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
form {
  font-size: 0.9rem;
}
.form-input {
  border: 1px solid #c1c2c2;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 2px 0px #c1c2c2;
  -moz-box-shadow: 0px 0px 2px 0px #c1c2c2;
  box-shadow: 0px 0px 2px 0px #c1c2c2;
  font-weight: 400;
  padding: 6px 10px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 0.8rem;
  height: 32px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.form-input:focus {
  -webkit-box-shadow: 0px 0px 3px 0px #0099ff;
  -moz-box-shadow: 0px 0px 3px 0px #0099ff;
  box-shadow: 0px 0px 3px 0px #0099ff;
  border-color: #0099ff;
}
.form-input:invalid,
.form-input.has-error {
  -webkit-box-shadow: 0px 0px 3px 0px #ff002a;
  -moz-box-shadow: 0px 0px 3px 0px #ff002a;
  box-shadow: 0px 0px 3px 0px #ff002a;
  border-color: #ff002a;
}
.form-input .ui-inputfield {
  border: none;
  box-shadow: none;
  padding: 0 !important;
}
.form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  color: #9c9d9e;
  opacity: 1;
}
.form-input::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #9c9d9e;
  opacity: 1;
}
.form-input:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  color: #9c9d9e;
  opacity: 1;
}
.form-input:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #9c9d9e;
  opacity: 1;
}
.form-checkbox {
  cursor: pointer;
  margin-bottom: 0;
}
.form-checkbox input {
  display: none;
}
.form-checkbox > span {
  height: 20px;
  width: 20px;
  border: none;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.form-checkbox [type=checkbox]:checked + span {
  background: #0099ff;
  box-shadow: none;
}
.form-checkbox [type=checkbox]:checked + span::after {
  font-family: FontAwesome;
  content: "\f00c";
  color: white;
  position: absolute;
  top: 0;
  left: 3px;
  font-size: 13px;
}
.form-checkbox > div {
  display: inline-block;
  margin-left: 10px;
  top: -5px;
  position: relative;
}
.form-agreement {
  display: flex;
}
.form-agreement > div {
  max-width: calc(100% - 50px);
}
.form-radioButton input {
  display: none;
}
.form-radioButton input:checked + div {
  -webkit-box-shadow: 0px 0px 3px 0px #0099ff;
  -moz-box-shadow: 0px 0px 3px 0px #0099ff;
  box-shadow: 0px 0px 3px 0px #0099ff;
  border-color: #0099ff;
  background: #f4f5f7;
}
.form-radioButton .radioButton-box {
  display: block;
  padding: 8px 20px;
  border: 1px solid #c1c2c2;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 2px 0px #c1c2c2;
  -moz-box-shadow: 0px 0px 2px 0px #c1c2c2;
  box-shadow: 0px 0px 2px 0px #c1c2c2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.form-radioButton .radioButton-box .radioButtonlogo {
  height: 40px;
  margin: 0 auto;
}
.form-radioButton.selected .radioButton-box {
  -webkit-box-shadow: 0px 0px 3px 0px #0099ff;
  -moz-box-shadow: 0px 0px 3px 0px #0099ff;
  box-shadow: 0px 0px 3px 0px #0099ff;
  border-color: #0099ff;
  background: #f4f5f7;
}
.form-redStar {
  color: #ff002a;
  font-size: 0.5rem;
  text-align: right;
  padding-right: 0;
  padding-left: 0;
}
.form-redStar i {
  padding-right: 10px;
}
.form-redStar-inline {
  color: #ff002a;
  font-size: 0.4rem;
}
.form-label2 {
  margin-bottom: 10px;
}
.form-label2 .form-redStar i {
  padding-right: 2px;
  position: relative;
  top: -3px;
}
.form-label3 {
  margin-top: 5px;
  margin-bottom: 7px;
  color: #8d8e8f;
  font-weight: 700;
}
.form-sublabel {
  color: #8d8e8f;
  text-align: right;
  margin-top: -7px;
}
.form-label {
  font-size: 0.7rem;
  color: #8d8e8f;
  padding-left: 10px;
}
.form-label-icon-hoverable {
  cursor: help;
  margin-left: 5px;
  font-size: 0.8rem;
  position: relative;
}
.form-label-icon-hoverable.visible:before,
.form-label-icon-hoverable.visible:after {
  visibility: visible !important;
}
.form-label-icon-hoverable:before {
  content: attr(alt);
  position: absolute;
  top: 26px;
  left: 5px;
  background: #8d8e8f;;
  color: white;
  padding: 5px;
  border-radius: 3px;
  transform: translate(-50%, 0);
  z-index: 999;
  font-size: 0.6rem;
  width: 200px;
  display: block;
  visibility: hidden;
  white-space: pre-line;
  text-align: left;
}
.form-label-icon-hoverable:after {
  content: '';
  position: absolute;
  top: 19px;
  left: 1px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #1e1e1e;
  visibility: hidden;
}
.form-label-icon-hoverable:hover:before,
.form-label-icon-hoverable:hover:after {
  visibility: visible;
}
.form-textarea {
  height: 120px;
  resize: none;
}
.form-radio {
  position: relative;
  top: 7px;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 700;
}
.form-radio input {
  display: none;
}
.form-radio input + span {
  padding-left: 20px;
}
.form-radio input + span:before {
  content: '';
  border: 1px solid #8d8e8f;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
}
.form-radio input:checked + span:after {
  content: '';
  border: none;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 5px;
  left: 3px;
  background: #0099ff;
}
.form-select {
  border: 1px solid #c1c2c2;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 2px 0px #c1c2c2;
  -moz-box-shadow: 0px 0px 2px 0px #c1c2c2;
  box-shadow: 0px 0px 2px 0px #c1c2c2;
  font-weight: 400;
  padding: 6px 10px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 0.8rem;
  height: 32px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='#0099ff'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.5EM 1EM;
  background-position: right center;
  background-clip: border-box;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
}
.form-select:focus {
  -webkit-box-shadow: 0px 0px 3px 0px #0099ff;
  -moz-box-shadow: 0px 0px 3px 0px #0099ff;
  box-shadow: 0px 0px 3px 0px #0099ff;
  border-color: #0099ff;
}
.form-select:invalid,
.form-select.has-error {
  -webkit-box-shadow: 0px 0px 3px 0px #ff002a;
  -moz-box-shadow: 0px 0px 3px 0px #ff002a;
  box-shadow: 0px 0px 3px 0px #ff002a;
  border-color: #ff002a;
}
.form-select .ui-inputfield {
  border: none;
  box-shadow: none;
  padding: 0;
}
.form-selectAlt {
  border: 1px solid #c1c2c2;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 2px 0px #c1c2c2;
  -moz-box-shadow: 0px 0px 2px 0px #c1c2c2;
  box-shadow: 0px 0px 2px 0px #c1c2c2;
  font-weight: 400;
  padding: 6px 10px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 0.8rem;
  height: 32px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='black'%3E%E2%96%BE%3C/text%3E%3C/svg%3E") no-repeat right center, linear-gradient(#f4f5f7, #c1c2c2) no-repeat;
  position: relative;
}
.form-selectAlt:focus {
  -webkit-box-shadow: 0px 0px 3px 0px #0099ff;
  -moz-box-shadow: 0px 0px 3px 0px #0099ff;
  box-shadow: 0px 0px 3px 0px #0099ff;
  border-color: #0099ff;
}
.form-selectAlt:invalid,
.form-selectAlt.has-error {
  -webkit-box-shadow: 0px 0px 3px 0px #ff002a;
  -moz-box-shadow: 0px 0px 3px 0px #ff002a;
  box-shadow: 0px 0px 3px 0px #ff002a;
  border-color: #ff002a;
}
.form-selectAlt .ui-inputfield {
  border: none;
  box-shadow: none;
  padding: 0;
}
.form-selectAlt:after {
  content: '>';
  position: absolute;
  right: 0;
  top: 0;
}
.form-customSelect {
  position: relative;
}
.form-customSelect-content {
  display: none;
  z-index: 10;
  background: white;
  position: absolute;
  top: 30px;
  width: 210px;
  -webkit-box-shadow: 0px 0px 15px 0px #8d8e8f;
  -moz-box-shadow: 0px 0px 15px 0px #8d8e8f;
  box-shadow: 0px 0px 15px 0px #8d8e8f;
}
.form-customSelect-content-onLeft {
  left: 0;
}
.form-customSelect-content-onRight {
  right: 0;
}
.form-customSelect-content .row {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-customSelect-content .row img {
  height: 20px;
}
.form-customSelect-content .row .selected {
  color: #0099ff;
}
.form-customSelect-content .row:hover {
  background: #f4f5f7;
}
.form-customSelect.opened .form-customSelect-content {
  display: block;
}
.form-withBottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
.form-bottom {
  border: 1px solid #c1c2c2;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 2px 0px #c1c2c2;
  -moz-box-shadow: 0px 0px 2px 0px #c1c2c2;
  box-shadow: 0px 0px 2px 0px #c1c2c2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  padding: 10px 20px;
}
.form-upload > input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form-upload > label {
  margin-bottom: 0;
}
.form-upload-button {
  cursor: pointer;
}
.form-upload-button img {
  height: 20px;
}
.form-stepper-stepNumber {
  width: 22px;
  height: 22px;
  text-align: center;
  font-size: 14px;
  background: #c1c2c2;
  color: white;
  border-radius: 50%;
  cursor: pointer;
}
.form-stepper-stepNumber.selected {
  background: #0099ff;
}
.form-stepper-stepDots {
  margin: 9px 13px;
  width: 5px;
  height: 5px;
  background: #c1c2c2;
  border-radius: 50%;
  position: relative;
}
.form-stepper-stepDots.selected {
  background: #0099ff;
}
.form-stepper-stepDots.selected:before,
.form-stepper-stepDots.selected:after {
  background: #0099ff;
}
.form-stepper-stepDots:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: -8px;
  background: #c1c2c2;
  border-radius: 50%;
}
.form-stepper-stepDots:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  right: -8px;
  background: #c1c2c2;
  border-radius: 50%;
}
.error_message {
  display: block;
  color: #ff002a;
  margin: -10px 0 10px 10px;
  font-size: 0.7rem;
  font-weight: 700;
}
.ui-messages-error,
.ui-message-error {
  color: black;
  background-color: #eed3d7;
}
.ui-messages-error ul,
.ui-message-error ul {
  margin: 0;
}
.ui-messages-error {
  border: none;
  margin: 10px 0;
  padding: 15px 25px;
  margin-bottom: 20px;
  font-size: 0.8rem;
}
.ui-corner-all {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ui-messages-error-summary {
  font-weight: 300;
}
.ui-messages-error-icon {
  display: none;
}
.newTask {
  margin-top: -25px;
  margin-bottom: -17px;
}
.newTask .form-input,
.newTask .form-select {
  padding: 6px 10px !important;
  height: 31px;
  margin-bottom: 5px;
}
@media (min-width: 992px 0.01px) and (max-width: 1326px) {
  #logoTop {
    right: 50%;
  }
}
@media (max-width: 1030px) {
  #logoTop {
    left: -180px;
  }
  body {
    margin-bottom: 260px;
  }
  .main-menu {
    display: none;
  }
  .main-submenu {
    padding-left: 0 !important;
  }
  .hamburger {
    display: block !important;
  }
}
@media (max-width: 768px) {
  body {
    margin-bottom: 320px;
  }
  .slider-arrow {
    display: none;
  }
}
@media (max-width: 576px) {
  #logoTop {
    width: 400px;
    left: -110px;
  }
  #logoTop2 {
    width: 70%;
  }
  .radioButton-box {
    text-align: center;
  }
}
.popup {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.5);
  overflow: scroll;
}
.popup .container {
  height: 100%;
  overflow: auto;
}
.popup .row {
  height: 100%;
}
.popup-content {
  background: white;
  padding: 20px 30px;
}
.popup h5 {
  color: #0099ff;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.popup .right {
  float: right;
}
.menu-item-sharedStyles {
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  color: #8d8e8f;
  font-size: 0.7rem;
  cursor: pointer;
  letter-spacing: 1px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.menu-item-sharedStyles .label {
  display: flex;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
}
.menu-item-sharedStyles:hover {
  background: #f4f5f7;
}
.menu-item-sharedStyles.selected {
  color: #0099ff;
}
.menu-item-sharedStyles-icon {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
.menu-item-sharedStyles-icon img {
  width: 20px;
}
.menu-item-sharedStyles-withCounter {
  position: relative;
}
.menu-item-sharedStyles-withCounter .counter {
  box-sizing: border-box;
  padding-top: 0;
  background: #8d8e8f;
  color: white;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
}
.menu-item-sharedStyles.selected {
  color: #0099ff;
  position: relative;
}
.menu-item-sharedStyles.selected .counter {
  background: #0099ff;
}
.main-menu {
  border-bottom: 1px solid #8d8e8f;
}
.main-menu-item {
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  color: #8d8e8f;
  font-size: 0.7rem;
  cursor: pointer;
  letter-spacing: 1px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.main-menu-item .label {
  display: flex;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
}
.main-menu-item:hover {
  background: #f4f5f7;
}
.main-menu-item.selected {
  color: #0099ff;
}
.main-menu-item-icon {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
.main-menu-item-icon img {
  width: 20px;
}
.main-menu-item-withCounter {
  position: relative;
}
.main-menu-item-withCounter .counter {
  box-sizing: border-box;
  padding-top: 0;
  background: #8d8e8f;
  color: white;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
}
.main-menu-item.selected {
  color: #0099ff;
  position: relative;
}
.main-menu-item.selected .counter {
  background: #0099ff;
}
.main-menu-item.selected:after {
  content: '';
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0099ff;
  position: absolute;
}
.main-sublist {
  position: absolute;
  left: 0;
  z-index: 15;
}
.main-sublist ol {
  list-style-type: none;
  background: white;
  display: none;
}
.main-sublist ol li {
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  color: #8d8e8f;
  font-size: 0.7rem;
  cursor: pointer;
  letter-spacing: 1px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
}
.main-sublist ol li .label {
  display: flex;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
}
.main-sublist ol li:hover {
  background: #f4f5f7;
}
.main-sublist ol li.selected {
  color: #0099ff;
}
.main-sublist ol li-icon {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
.main-sublist ol li-icon img {
  width: 20px;
}
.main-sublist ol li-withCounter {
  position: relative;
}
.main-sublist ol li-withCounter .counter {
  box-sizing: border-box;
  padding-top: 0;
  background: #8d8e8f;
  color: white;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
}
.main-sublist ol li.selected {
  color: #0099ff;
  position: relative;
}
.main-sublist ol li.selected .counter {
  background: #0099ff;
}
.main-sublist ol li:hover {
  background: #f4f5f7;
  cursor: pointer;
}
.main-submenu-item {
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  color: #8d8e8f;
  font-size: 0.7rem;
  cursor: pointer;
  letter-spacing: 1px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.main-submenu-item .label {
  display: flex;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
}
.main-submenu-item:hover {
  background: #f4f5f7;
}
.main-submenu-item.selected {
  color: #0099ff;
}
.main-submenu-item-icon {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
.main-submenu-item-icon img {
  width: 20px;
}
.main-submenu-item-withCounter {
  position: relative;
}
.main-submenu-item-withCounter .counter {
  box-sizing: border-box;
  padding-top: 0;
  background: #8d8e8f;
  color: white;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
}
.main-submenu-item.selected {
  color: #0099ff;
  position: relative;
}
.main-submenu-item.selected .counter {
  background: #0099ff;
}
.main-submenu-item.selected {
  border-bottom: 1px solid #0099ff;
}

.agreement-button {
  border-radius: 16px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  text-shadow: none;
  height: 25px;
  top: -3px;
}

.agreement-button-yes {
  margin: 0px 20px;
}

.agreement-button-no {
  background: #cccccc;
}

.agreement-button .ui-button-text {
  padding: 0px;
}

.powerAttorney-umowa {
  padding-left: 20px;
}

.powerAttorney-footer .btn {
  margin: 15px 20px 0px 20px;
}

.powerAttorney-warning {
  width: 400px !important;
}

.agreement-status {
  font-weight: bold;
  margin-left: 20px;
  margin-right: 20px;
}

.slider-content {
  border: 1px solid #8d8e8f;
  margin: 0 auto;
  padding: 40px 40px 20px 40px;
  position: relative;
}
.slider-content h1 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #0099ff;
  margin-bottom: 0;
  letter-spacing: 1px;
  z-index: 1;
  position: relative;
}
.slider-content h2 {
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 1px;
  z-index: 1;
  position: relative;
}
.slider-content .btn {
  margin-top: 40px;
  z-index: 1;
  position: relative;
}
.slider-content p {
  margin-top: 80px;
  padding-left: 25%;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
  padding-right: 15%;
}
.slider-content img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 80%;
  max-height: 80%;
  z-index: 0;
}
.slider-arrow {
  cursor: pointer;
}
.slider-arrow img {
  width: 30px;
}
.slider-arrow-right {
  margin-left: 10px;
}
.slider-arrow-left {
  margin-right: 10px;
}
.slider-dot {
  width: 10px;
  height: 10px;
  margin: 15px 5px 5px 5px;
  border-radius: 50%;
  background: #c1c2c2;
  cursor: pointer;
}
.slider-dot:hover {
  background: #8d8e8f;
}
.slider-dot.selected {
  background: #0099ff;
}
@media (max-width: 800px) {
  .slider-content img {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .slider-content p {
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
  }
  .slider-content .btn {
    margin-top: 20px;
  }
}
.table .padding-left {
  padding-left: 30px;
}
.table .padding-top {
  padding-top: 20px;
}
.table .padding-bottom {
  padding-bottom: 20px;
}
.table-noBorders table {
  border: 0 !important;
  -webkit-box-shadow: 0 !important;
  -moz-box-shadow: 0 !important;
  box-shadow: none !important;
}
.table table {
  width: 100%;
  border: 1px solid #e6e6e8;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px 0px #e6e6e8;
  -moz-box-shadow: 0px 0px 5px 0px #e6e6e8;
  box-shadow: 0px 0px 5px 0px #e6e6e8;
}
.table table .withBottomBorder {
  border-bottom: 1px solid #8d8e8f;
}
.table table thead tr {
  border: 0;
}
.table table thead tr th {
  font-weight: 700;
  color: #8d8e8f;
  font-size: 0.7rem;
  border: 0;
  padding-left: 30px;
  padding-top: 20px;
  vertical-align: top;
}
.table table thead tr.withInputs {
  border-bottom: 1px solid #8d8e8f;
}
.table table thead tr.withInputs th {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 8px;
}
.table table thead tr.withInputs th select,
.table table thead tr.withInputs th input {
  width: 100%;
  min-width: 94px;
  padding: 6px 5px;
}
.table table tbody {
  font-size: 0.7rem;
}
.table table tbody tr {
  border-top: 0;
  border-bottom: 1px solid #8d8e8f;
}

.table table tbody tr td {
  border: 0;
  padding-left: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
  vertical-align: middle;
}
.table table tbody tr.selected {
  background: #e6e6e8;
}
.table table tbody tr.disabled {
  color: #8d8e8f;
}
.table table tbody tr.disabled .table-image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.table table tfoot tr,
.table table tfoot td {
  border: 0;
  padding-bottom: 0;
}
.table table tfoot td {
  padding-top: 20px;
}
.table-pagination {
  font-size: 0.7rem;
}
.table-pagination-center {
  color: #8d8e8f;
  font-weight: 700;
  padding-bottom: 15px;
  padding-top: 10px;
}
.table-pagination-center-main {
  border-left: 1px solid #e6e6e8;
  border-right: 1px solid #e6e6e8;
  padding: 0 20px;
}
.table-pagination-center-main-number {
  float: left;
  position: relative;
  padding: 0 !important;
  margin: 0 5px;
}
.table-pagination-center-main-number.selected {
  color: #0099ff;
}
.table-pagination-center-main-number.selected:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -17px;
  left: 0;
  background: #0099ff;
}
.table-pagination-center-main-number:hover,
.table-pagination-center-side:hover {
  cursor: pointer;
  color: #0099ff;
}
.table-pagination-left {
  padding-left: 30px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #8d8e8f;
}
.table-pagination-left input {
  margin-left: 15px;
  width: 60px;
}
.table-date {
  display: flex;
  align-items: stretch;
}
.table-date label {
  padding-top: 5px;
  width: 20px;
}
.table-date input {
  width: calc(100% - 20px);
}
.table-date.table-withSort input {
  width: calc(100% - 40px);
}
.table-withSort {
  display: flex;
  align-items: stretch;
}
.table-withSort .table-sort {
  margin-top: -2px;
  font-size: 18px;
  width: 20px;
}
.table-withSort .table-sort a {
  display: block;
  padding-left: 4px;
  cursor: pointer;
}
.table-withSort .table-sort a:hover {
  color: black;
}
.table-withSort input {
  width: calc(100% - 20px);
}
.table .tableImgBtn img {
  height: 25px;
}
.table-image img {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin: 10px;
}
@media (min-width: 993px) and (max-width: 1600px) {
  .table .padding-left {
    padding-left: 10px;
  }
  .table .padding-top {
    padding-top: 10px;
  }
  .table .padding-bottom {
    padding-bottom: 8px;
  }
  .table table thead tr th {
    padding-left: 10px;
    padding-top: 10px;
  }
  .table table thead tr.withInputs th {
    padding-bottom: 8px;
  }
  .table table tbody {
    font-size: 0.7rem;
  }
  .table table tbody tr td {
    padding-left: 10px;
    padding-bottom: 8px;
    padding-top: 10px;
  }
}
@media (max-width: 992px) {
  .table table,
  .table thead,
  .table tbody,
  .table th,
  .table td,
  .table tr {
    display: block;
  }
  .table .table-mobileHidden {
    display: none;
  }
  .table .withInputsBottom {
    display: none;
  }
  .table table thead tr.withInputs {
    border-bottom: 1px solid #8d8e8f;
    padding-top: 30px;
  }
  .table table thead tr.withInputs th {
    position: relative;
    padding-left: 50%;
    font-size: 1rem;
    padding-right: 8px;
  }
  .table table thead tr.withInputs th:last-child {
    display: none;
  }
  .table table thead tr.withInputs th:before {
    content: attr(title);
    position: absolute;
    left: 0;
    width: 50%;
    padding-right: 2px;
    padding-left: 10px;
  }
  .table table tbody tr {
    border-bottom: 1px solid #8d8e8f;
  }
  .table table tbody tr td {
    border: none;
    position: relative;
    padding-left: 50%;
    font-size: 1rem;
  }
  .table table tbody tr td:before {
    content: attr(title);
    position: absolute;
    left: 0;
    width: 50%;
    padding-right: 2px;
    padding-left: 10px;
  }
  .table table tbody tr td:nth-child(2n) {
    background: #f4f5f7;
  }
  .table table tbody tr td.table-image {
    width: 100%;
    padding: 0;
  }
  .table table tbody tr td.table-image img {
    display: block;
    width: 250px;
    height: 150px;
    margin: 10px auto;
  }
  .table-pagination-center .paginatedList-pagination-side {
    padding-right: 3px;
    padding-left: 3px;
  }
}
.messages {
  padding: 0;
  font-size: 0.7rem;
}
.messages-leftContainer {
  border-right: 1px solid #c1c2c2;
}
/*.messages-leftContainer > .row {*/
/*padding: 20px;*/
/*border-bottom: 1px solid #c1c2c2;*/
/*}*/
.messages-leftContainer > .row:last-child {
  border-bottom: none;
}
.messages-leftContainer-scrollable {
  max-height: calc(100vh - 300px);
  overflow-y: auto;
  overflow-x: hidden;
}
.messages-leftContainer-scrollable > .row {
  padding: 20px;
  border-bottom: 1px solid #c1c2c2;
  cursor: pointer;
}
.messages-leftContainer-scrollable > .row:hover {
  background: #f4f5f7;
}
.messages-leftContainer-scrollable > .row.selected {
  background: #e6e6e8;
}
.messages-leftContainer-scrollable > .row:last-child {
  border-bottom: none;
}
.messages-rightContainer {
  padding: 30px 50px !important;
}
.messages-rightContainer-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #c1c2c2;
}
/*.messages-rightContainer-header .txtBtn {*/
/*padding-right: 15px;*/
/*}*/
/*.messages-rightContainer-header .txtBtn img {*/
/*bottom: -5px;*/
/*}*/
.messages-single.newMessage {
  position: relative;
}
.messages-single.newMessage b {
  color: #0099ff;
}
.messages-single.newMessage:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0099ff;
  transform: translateY(-50%);
}
.messages-single .form-checkbox {
  position: relative;
  left: 15px;
}
.messages-addMessageBorder {
  border-left: 1px solid #c1c2c2;
}
@media (max-width: 767.99px) {
  .messages-leftContainer-scrollable {
    max-height: 300px;
  }
  .messages-rightContainer {
    border-top: 1px solid #c1c2c2;
  }
}
@media (max-width: 991.99px) {
  .messages-addMessageBorder {
    border-left: 0;
    border-top: 1px solid #c1c2c2;
  }
}
.gallery-main {
  position: relative;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  display: table;
}
.gallery-main img {
  margin: 0 auto;
  width: 400px;
  height: 250px;
  max-width: 100%;
  object-fit: cover;
  display: block;
}
.gallery-main .gallery-remove {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}
.gallery-main .gallery-remove img {
  width: 20px;
  height: 20px;
}
.gallery-subRow {
  display: flex;
  /*justify-content: center;*/
  margin-top: 20px;
  max-width: 100%;
  flex-wrap: wrap;
}
.gallery-secondary {
  position: relative;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  margin: 5px;
}
.gallery-secondary img {
  width: 100px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
}
.gallery-secondary .gallery-remove {
  position: absolute;
  top: -7px;
  right: -7px;
  cursor: pointer;
}
.gallery-secondary .gallery-remove img {
  width: 14px;
  height: 14px;
}
.gallery-secondary .gallery-add {
  background: #0099ff;
  color: white;
  text-align: center;
  vertical-align: center;
  width: 100px;
  height: 60px;
  cursor: pointer;
}
.gallery-secondary .gallery-add i {
  margin-top: 20px;
  font-size: 20px;
}
.gallery-secondary .gallery-add:hover {
  background: #0099ff;
}
#loader_spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999999;
}
#loader_spinner #centeredContainer {
  position: absolute;
  top: 30%;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
}
#loader_spinner #centeredContainer #spinner {
  color: #0099ff;
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.offer-spinner {
  width: 100%;
  -webkit-box-shadow: 0px 0px 15px 0px #8d8e8f;
  -moz-box-shadow: 0px 0px 15px 0px #8d8e8f;
  box-shadow: 0px 0px 15px 0px #8d8e8f;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 15px;
}
.offer-spinner h1 {
  font-weight: 700;
  color: white;
  font-size: 1.6rem;
  margin-bottom: 0;
  letter-spacing: 2px;
}
.offer-spinner h2 {
  color: white;
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: 300;
}
.offer-spinner h3 {
  color: white;
  font-size: 0.9rem;
  letter-spacing: 1px;
  font-weight: 700;
}
.ad-small {
  width: 100%;
  -webkit-box-shadow: 0px 0px 15px 0px #8d8e8f;
  -moz-box-shadow: 0px 0px 15px 0px #8d8e8f;
  box-shadow: 0px 0px 15px 0px #8d8e8f;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 20px;
  height: 150px;
  position: relative;
}
.ad-small h1 {
  font-weight: 700;
  color: white;
  font-size: 1rem;
  letter-spacing: 1px;
}
.ad-small .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.fixedHorizontalImage {
  width: 100%;
  -webkit-box-shadow: 0px 0px 15px 0px #8d8e8f;
  -moz-box-shadow: 0px 0px 15px 0px #8d8e8f;
  box-shadow: 0px 0px 15px 0px #8d8e8f;
}
.fixedHorizontalImage img {
  width: 100%;
}

.smallBox-half-image-fix {
  padding: 0;
}

.smallBox-half-image-fix > div {
  width: 100%;
  height: 100%;
}

.smallBox-half-image-fix > div > img {
  max-height: 100%;
  max-width: 100%;
}




.invisible {
  display: none;
}
.cookies_link {
  margin-left: 0px;
  color: white;
  text-decoration: underline;
}
.menu_link {
  margin-left: 0px;
  color: #8d8e8f !important;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.cookiesBar-closed {
  margin-top: 20px;
}

.act_as_a:hover,
.act_as_a:active {
  color: #0099ff;
}
.act_as_a {
  color: #0099ff;
  font-family: HelveticaNeueW02-45Ligh, Arial, sans-serif;
  cursor: pointer;

  -webkit-transition:	color 0.2s ease;
  -moz-transition: 	color 0.2s ease;
  -o-transition: 		color 0.2s ease;
  -ms-transition: 	color 0.2s ease;
  transition: 		color 0.2s ease;
}

.agreement_popup {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1001;
  background: rgba(50, 50, 50, 0.5);
  width: 100%;
  height: 100%;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.agreement_popup.visible {
  display: block;
}

.agreement_popup.unvisible {
  display: none;
}

.popup .close_agreement_popup {
  position: absolute;
  width: 20px;
  height: 20px !important;
  background:	url("/javax.faces.resource/icon/Arrow/arrow_left.png.xhtml") left top no-repeat;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.popup-content .close_agreement_popup {
  position: absolute;
  width: 20px;
  height: 20px !important;
  background:	url("/javax.faces.resource/icon/Arrow/arrow_left.png.xhtml") left top no-repeat;
  top: 20px;
  right: 20px;
  cursor: pointer;
}


.close_message_icon_1 {
  background: transparent url("/javax.faces.resource/anuluj_orange.png.xhtml?ln=icon/Anuluj_Usu-") no-repeat center center;
}

.header-icon-client-visible img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: 30px;
  max-width: 30px;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.grey_link {
  text-decoration: none !important;
  color: #8d8e8f !important;
}

.black_link {
  color: #212529 !important;
}

.unvisible {
  display: none;
}

.visible-important {
  display: block !important;
}

/*nadpisane*/
.cookiesBar-opened {
  margin-top: 80px;
}

.no_underline {
  text-decoration: none;
}

/*LOADER ZMIENIONA NAZWA*/
/*#loader_spinner {*/

a:hover {
  color: #0099ff;
  text-decoration: none;
}
.selected a{
  color: #0099ff;
}

li .selected{
  color: #0099ff;
}

.grey_link a {
  color: #8d8e8f
}

/* line clamp */
p.clamp {
  height: 6em;
  overflow: hidden;
}

p.clamp:before {
  float: left;
  content: "";
  height: 6em;
  width: 5px;
}

p.clamp:after {
  position: relative;
  float: right;
  width: 3em;
  top: -1.5em;
  left: 100%;
  content: "\02026";
  text-align: right;
  padding-right: 5px;
  margin-left: -3em;

  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;

  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* IE10+ */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

p.clamp span {
  float: right;
  width: 100%;
  margin-left: -5px;
}

p.clamp.lines_3,
p.clamp.lines_3:before {
  height: 4.5em;
}

.bottom_right {
  border-bottom: none;
  position: absolute;
  bottom: 20px;
  right: 15px;
}


/*nadpisane*/

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  content: "";
  margin: 0 10px 0 0;
}

label:after {
  display: table;
  content: "";
  clear: both;
}

table tr td label {
  padding-right: 10px;
}

input[type=radio] + label:before {
  background: url("/javax.faces.resource/input_sprite.png.xhtml?ln=img") left 0 no-repeat;
}

input[type=radio]:checked + label:before {
  background: url("/javax.faces.resource/input_sprite.png.xhtml?ln=img") left -20px no-repeat;
}

input[type=radio].error + label:before {
  background: url("/javax.faces.resource/input_sprite.png.xhtml?ln=img") left -40px no-repeat;
}

input[type=radio].error:checked + label:before {
  background: url("/javax.faces.resource/input_sprite.png.xhtml?ln=img") left -60px no-repeat;
}

table.error input[type=radio] + label:before {
  background: url("/javax.faces.resource/input_sprite.png.xhtml?ln=img") left -40px no-repeat;
}

table.error input[type=radio]:checked + label:before {
  background: url("/javax.faces.resource/input_sprite.png.xhtml?ln=img") left -60px no-repeat;
}


/*nadpisane*/
#logoTop {
  width: 668px;
  display: block;
  position: relative;
  margin-top: 20px;
}

.calendar_form input {
  border: 1px solid #c1c2c2;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 2px 0px #c1c2c2;
  -moz-box-shadow: 0px 0px 2px 0px #c1c2c2;
  box-shadow: 0px 0px 2px 0px #c1c2c2;
  font-weight: 400;
  padding: 6px 10px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 0.8rem;
  height: 32px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ui-messages-info, .ui-message-info {
  color: #0099ff;
  background-color: white;
  border-color: white;
}

.ui-messages-info, .ui-messages-warn, .ui-messages-error, .ui-messages-fatal {
  border: none;
  text-align: center;
}

.ui-messages-info-icon {
  display: none;
}

.task_edit_title {
  font-size: 15px;
  text-align: center;
}

.radio_double {
  margin-left: 10px;
  width: 100%;
}

.table table thead tr.withInputs th select, .table table thead tr.withInputs th input {
  width: 100%;
  min-width: 94px;
  padding: none;
}

.shadow {
  background: #e6e6e8 !important;
}

/*NADPISANIE PANELU POBIERANIA PRIMEFACES  -  start*/
.ui-fileupload-buttonbar {
  display: inline;
  background: transparent;
  padding: 0 !important;
  border: 0 none;
  margin: 0;
}

.ui-fileupload-buttonbar > .ui-button {
  background: transparent !important;
  vertical-align: bottom !important;
  padding: 0;
  border: 0 none;
  margin: 0 !important;
}

.ui-fileupload-buttonbar > .ui-button > .ui-icon {
  display: none;
}

.ui-fileupload-buttonbar > .ui-button > .ui-button-text {
  display: block !important;
  width: auto;
  font-family: HelveticaNeueW02-45Ligh, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.7rem;
  color: #0099ff;

  -webkit-transition:	color 0.2s ease;
  -moz-transition: 	color 0.2s ease;
  -o-transition: 		color 0.2s ease;
  -ms-transition: 	color 0.2s ease;
  transition: 		color 0.2s ease;
}

.ui-fileupload-buttonbar > .ui-button:hover > .ui-button-text,
.ui-fileupload-buttonbar > .ui-button:active > .ui-button-text {
  color: #0099ff;
}

/*sprawdz*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  box-shadow: none;
}

.ui-widget-content {
  border: none !important;
}
.ui-button-text-icon-left .ui-button-text {
  padding: 0;
}

.ui-fileupload-files{
  display: none !important;
}

.ui-fileupload-content {
  padding: 0;
}

/*NADPISANIE PANELU POBIERANIA PRIMEFACES  -  end*/

.clickable_grey_shape_with_image {
  margin-top: -3px;
  margin-right: 5px;
}

.logout_img {
  width: 20px;
  height: 20px;
  margin-top: -3px;
}

.row_messages-leftContainer {
  padding: 20px;
  border-bottom: 1px solid #c1c2c2;
}

.left_point_message_wraper {
  padding-left: 25px;
  text-align: left;
}

.li_style_outside li {
  list-style: outside;
}

.price {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.15em;
  text-transform: uppercase;
  color: #323232;
  padding: 5px 10px 5px 10px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;

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

.price span {
  font-weight: bold;
  color: #0099ff;
}

.offer_subtitle {
  text-align: right;
  font-weight: bolder;
  color: #0099ff;
}

.title {
  font-size: 0.85em;
  text-transform: uppercase;
  color: #323232;
}

.coupon_button {
  text-align: right;
  margin-bottom: 10px;
}

.paddingContainer img {
  width: 100% !important;
  height: auto !important;
}

.switch_tabs_for > div {
  display: none;
}

.switch_tabs_for > div.active {
  display: block;
}

.report_damage_60_blue {
  background: url("/javax.faces.resource/icons_60x60_sprite.png.xhtml?ln=img") -180px -360px;
}

.report_damage_30_blue {
  background: url("/javax.faces.resource/icons_30x30_sprite.png.xhtml?ln=img") -90px -180px;
}

.text_document_60_blue {
  background: url("/javax.faces.resource/icons_60x60_sprite.png.xhtml?ln=img") -60px -360px;
}

.text_document_30_blue {
  background: url("/javax.faces.resource/icons_30x30_sprite.png.xhtml?ln=img") -30px -180px;
}

.radioButtonlogoDamage {
  height: 60px;
  margin: 0 auto;
  display: block;
  width: 60px;
}

#form_damage .form-textarea {
  height: 80px;
}

#form_application .form-textarea {
  height: 80px;
}

.border_top {
  border-top: 1px solid #8d8e8f !important;
}

.separator_closer {
  margin-top: -15px;
}

.error {
  -webkit-box-shadow: 0px 0px 3px 0px #ff002a;
  -moz-box-shadow: 0px 0px 3px 0px #ff002a;
  box-shadow: 0px 0px 3px 0px #ff002a;
  border-color: #ff002a;
}

em {
  text-transform: uppercase;
}

.checkbox_next_col {
  margin-left: -20px;
}

.txtBtn-success {
  font-weight: 700;
  color: #6ec800 !important;
}
.txtBtn-success:hover {
  color: #01a950 !important;
}

h6 {
  color: #0099ff;
  font-size: 1.05rem;
  font-weight: 400;
}

.font_option {
  color: #0099ff !important;
  font-weight: 400;
}

.scroll_panel {
  overflow-y: scroll;
  height: 500px;
}

ol.alphabetically {
  list-style-type: lower-alpha;
}

.less_font_grey {
  color: #8d8e8f;
  font-weight: 400;
}

.counter_setter {
  left: 120px;
}

.table table tbody tr td a {
  white-space: normal;
}

.mt-4_half {
  margin-top: 1.5rem !important;
}
.product_details {
  text-align: right;
  margin-top: 10px;
}

.choose_profile_title {
  white-space: normal;
  text-align: center !important;
  padding-left: 0px !important;
  font-size: 120% !important;
  margin-bottom: 10px !important;
}

.profile_history {
  margin-right: 25px;
  font-size: 90%;
  font-weight: bold;
}

.singleLine_content {
  white-space: normal;
}

.singleLine_content a {
  white-space: inherit;
}

.header-menu-messages-single.newMessage .singleLine_content b {
  color: black !important;
}

.gallery-add .ui-fileupload-buttonbar > .ui-button > .ui-button-text {
  font-size: 250%;
  color: white;
  margin-top: 10px;
}

.center {
  text-align: center;
}

.no_padding_table {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.radio_no_table_style {
  border: none !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  border-collapse: separate !important;
}
.table table tbody tr td:nth-child(2n) {
  background: none;
}

.radio_no_table_style tbody tr td {
  padding-left: unset !important;
  /*margin-top: -10px !important;*/
}

.radio_no_table_style tbody tr {
  border-bottom: none !important;
  /*margin-top: -40px;*/
}

.radio_no_table_style label {
  /*margin-top: -40px !important;*/
  /*font-size: 80% !important;*/
}

.unvisible_important {
  display: none !important;
}

.gallery-main_auction img {
  margin: 0 auto;
  width: 500px !important;
  height: 400px !important;
  max-width: 100% !important;
  object-fit: cover !important;
  display: block !important;
  margin-top: 0px !important;
  /*margin-left: 0px !important;*/
}




/* gallery */
#gallery .images {
  position: relative;
  overflow: hidden;
  width: 500px;
  height: 400px;
  /*border: 1px solid #cccccc;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

#gallery .images > .clipper {
  border: 0px none;
}

#gallery .images > * {
  display: block;
  /*overflow: hidden;*/
  position: absolute;
  width: 100%;
  /*height: 160px;*/
  opacity: 0.0;
  cursor: pointer;
}

#gallery .images > *.selected {
  opacity: 1.0;
}

#gallery .images > * > img {
  position: absolute;
}

#gallery .miniatures {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

#gallery .miniatures:after {
  display: table;
  content: "";
  clear: both;
}

#gallery .miniatures > *:nth-child(3n+3) {
  margin-right: 0;
}

#gallery .miniatures > * {
  position: relative;
  overflow: hidden;
  float: left;
  width: 30%;
  margin: 10px 5% 0 0;
  height: 50px;
  cursor: pointer;
  border: 1px solid #cccccc;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

#gallery .miniatures > * > img {
  position: absolute;
}

#gallery_popup {
  display: none;
  position: fixed;
  z-index: 4;
  background: rgba(50, 50, 50, 0.5);
  width: 100%;
  height: 100%;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#gallery_popup.visible {
  display: block;
}

#gallery_popup .grid_4 {
  top: 50%;
  margin-top: -210px;
}

#gallery_popup .grid_1.inner > *:first-child {
  margin-top: 0;
}

#gallery_popup .grid_1.inner > * {
  margin-top: 10px;
}

#gallery_popup .close {
  background:	url("") left top no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#gallery_popup .image {
  position: relative;
  overflow: hidden;
  height: 300px;
  text-align: center;
}

#gallery_popup .image img {
  max-width: 100%;
  max-height: 100%;
}

#gallery_popup .image small {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

#gallery_popup .counter {
  font-family: HelveticaNeueW02-45Ligh, Arial, sans-serif;
  line-height: 30px;
  color: #323232;
}

#gallery_popup .button {
  padding: 0 20px 0 10px;
  margin: 0 0 0 10px;
}

.image_attach {
  background-image: url("/javax.faces.resource/icon/Lock/lock.png.xhtml");

}

.attach_messages .ui-fileupload-buttonbar > .ui-button > .ui-button-text {
  font-size: 0.9rem;
}

.mb-2_5 {
  margin-bottom: 0.7rem !important;
}
.contact_list_profile {
  word-break: break-all;
  /*font-size: 0.7rem;*/
}

.contact_list_profile ol {
  padding-left: 10px;
  margin-bottom: 0;
}

.contact_list_profile li {
  list-style: outside;
}

.left {
  text-align: left;
}

.btn_small {
  padding: 6px 6px;
  font-size: 11px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5p rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  text-decoration: none;
  border: none;
  text-align: center;
}

.btn-form_small {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 1.0rem;
  line-height: 1rem;
  height: 2rem;
  text-transform: none;
}

.minus_button {
  color: red;
  font-size: 2.0rem;
  margin-top: -5px;
}

.contact_list {
  padding-right: 0px;
  word-break: break-all;
}

.login_option {
  text-align: right;
  margin-top: -3px;
}

.txtBtn-light {
  font-weight: 500;
  color: #0099ff !important;
}

.txtBtn-light:hover {
  color: #0099ff !important;
}

.contact_login {
  margin-right: 5px;
  margin-top: -2px
}

.power-attorney-paragraph {
  font-size: 15px;
  padding-top: 7px;
}

.power-attorney-paragraph-content .power-attorney-paragraph {
  font-style: italic;
}

.banner-container {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 600px) {
  .bottom_right {
    position: unset !important;
    margin-top: 20px !important;
  }
}

@media (max-width: 600px) {
  .small_mobile {
    margin-right: 0rem !important;
    margin-bottom: 5px !important;
  }
}

@media (max-width: 1000px) {
  .powerAttorney-umowa {
    padding-left: 0px;
    text-align: center;
  }

  .powerAttorney-umowa * {
    display: block;
    margin: auto;
  }

  .powerAttorney-footer .btn {
    display: block;
    font-size: 8px;
    padding: 6px 16px;
    margin: 10px auto;
    width: fit-content;
  }

  .agreement-button-no {
    margin-top: 10px;
  }
}

@media (max-width: 1200px) {
  .banner-container {
    margin-top: 40px;
  }
}


@media (max-width: 480px) {
  .table table tbody tr td {
    word-wrap: break-word;
  }
  .table table thead tr.withInputs th {
    padding-left: .75rem;
    padding-top: 15px;
  }
  .table table thead tr.withInputs th:before {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    position: relative;
    padding-left: 0;
    text-align: center;
    padding-bottom: 5px;
  }
  .table-date label {
    padding-right: 5px;
    width: auto;
  }
  .main-submenu-item {
    width: 50%;
    margin-bottom: 5px;
  }

  .powerAttorney-warning {
    width: auto !important;
  }
}


/*form#all_offers.row.align-items-center.justify-content-center.no-gutters {*/
/*min-height: 90px;*/
/*}*/
/*@media (max-width: 480px) {*/
/*form#all_offers.row.align-items-center.justify-content-center.no-gutters {*/
/*min-height: 50px;*/
/*}*/
/*}*/

@media only screen and (max-width: 600px) {
  .container-divided-single {
    padding: 30px 15px !important;
  }
}

@media only screen and (max-width: 600px) {
  .g-recaptcha {
    transform: scale(0.77);

    -webkit-transform: scale(0.77);

    transform-origin: 0 0;

    -webkit-transform-origin: 0 0;
  }
}

