/* PCCO */
.edit_ico {
  width: 15px;
  height: auto;
}

#solarForm .col-md-12 ol li i {
  margin-left: 20px;
}

.alert-success .text-underline {
  color: #e3a14e !important;
  text-decoration: none !important;
}
.alert-success .text-underline::hover {
  text-decoration: none !important;
}
.alert-success a:hover {
  text-decoration: none !important;
}

#solarForm .additional-summary .title1 {
  color: #e3a14e !important;
}
#solarForm .additional-summary .title2 {
  color: #e3a14e !important;
}

#solarForm .rzslider {
  margin: 20px 0 10px 0;
}

#solarForm .rzslider .rz-bar {
  height: 6px;
  background: lightgray;
}

#solarForm .rzslider .rz-bar-wrapper {
  padding-top: 15px;
}

#solarForm .rzslider .rz-bubble {
  bottom: 11px;
}

#solarForm .rzslider .rz-pointer {
  top: -8px;
  height: 20px;
  border-radius: 6px;
  background-color: #0088cc;
  background-position: 7px, 0;
  background-size: 60%;
  background-repeat: no-repeat;
}

#solarForm .rzslider .rz-pointer:after {
  top: 6px;
  background: none;
}

#solarForm .rzslider .rz-pointer:hover:after {
  background: none;
}

#solarForm .rzslider .rz-pointer.rz-active:after {
  background: none;
}

#solarForm .badge-primary {
  background-color: #0088cc;
}

#solarForm .badge-text {
  font-size: 1em;
  padding: 5px 10px 7px;
  border-radius: 14px;
  margin-bottom: 3px;
}

@media (min-width: 992px) {
  #solarForm .input-group.table-input-no-label {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #solarForm div.table-input-align {
    margin-top: 7px;
  }
}
#solarForm .panel-heading {
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f5f5f5;
}

#solarForm .panel-content {
  border: 1px solid #ddd;
  border-top: none;
}

#solarForm .lp-buttons.call-to-action {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
}

#solarForm .lp-buttons.call-to-action:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

#solarForm .lp-buttons.call-to-action .call-to-action-content {
  width: 100%;
  margin: 0;
  padding: 25px 0;
}

#solarForm .lp-buttons.call-to-action .call-to-action-content img {
  max-width: 60%;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #solarForm .lp-buttons.call-to-action .call-to-action-content img {
    max-width: 20%;
  }
}
#solarForm .summary-info.call-to-action {
  padding: 0 15px;
}

#solarForm .summary-info.call-to-action h4,
#solarForm .summary-info.call-to-action label:not(.error) {
  color: white;
}

#solarForm .summary-info.call-to-action p {
  font-size: 1em;
}

#solarForm .summary-info .checkbox-custom {
  margin: 0 10px;
}
#solarForm .summary-info .checkbox-custom::before {
  display: none !important;
}

#solarForm .param-value > .param-edit-link {
  cursor: pointer;
  display: none;
}

#solarForm .param-value:hover > .param-edit-link {
  display: inline-block;
}

#solarForm .form-group.highlighted label {
  font-weight: 700 !important;
  color: #ed9c28 !important;
}

#solarForm .form-group.highlighted .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

#solarForm .form-group.highlighted .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#solarForm .table.table-no-more td:before {
  white-space: initial;
}

.wizard-steps {
  display: flex;
}
.wizard-steps li::before {
  display: none !important;
}

.wizard-steps li {
  text-indent: 0 !important;
}

.pager li {
  text-indent: 0 !important;
}

#solarForm {
  padding-bottom: 200px;
  padding-top: 40px;
}
#solarForm input {
  box-shadow: none;
}
#solarForm .input-group::after {
  display: none !important;
}
#solarForm .badge-primary {
  background: #e3a14e !important;
  font-size: 18px;
  padding: 10px 35px;
  font-weight: 500;
}
#solarForm input[type=text]:not(:-moz-placeholder-shown), #solarForm input[type=email]:not(:-moz-placeholder-shown), #solarForm input[type=tel]:not(:-moz-placeholder-shown), #solarForm select:not(:-moz-placeholder-shown) {
  border: 1px solid #d4d9de !important;
  height: 35px !important;
}
#solarForm input[type=text]:not(:placeholder-shown),
#solarForm input[type=email]:not(:placeholder-shown),
#solarForm input[type=tel]:not(:placeholder-shown),
#solarForm select:not(:placeholder-shown) {
  border: 1px solid #d4d9de !important;
  height: 35px !important;
}
#solarForm input[type=text],
#solarForm input[type=email],
#solarForm input[type=tel],
#solarForm select {
  height: 35px !important;
}
#solarForm textarea {
  border: 1px solid rgb(212, 217, 222) !important;
}
#solarForm .input-group-addon {
  z-index: 88;
  position: relative;
  display: flex;
  justify-content: center;
}
#solarForm .input-group {
  display: flex;
  position: relative;
}
#solarForm .input-group select {
  border: 1px solid rgb(212, 217, 222) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  width: 100%;
}
#solarForm .input-group::after {
  content: "";
  background-image: url(./../img/arrow-down.svg);
  width: 12px;
  height: 22px;
  position: absolute;
  right: 10px;
  background-size: contain;
  width: 11px;
  z-index: 77;
  top: 15px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #solarForm .input-group::after {
    transform: scale(0.9);
  }
}
#solarForm .col-md-12:nth-child(1) p {
  display: none !important;
}
#solarForm h2 {
  font-size: 28px;
  padding-bottom: 15px;
  padding-top: 20px;
}
#solarForm .row .col-sm-4 .call-to-action {
  min-height: 152px;
}
#solarForm .row .col-sm-4 .call-to-action h4 {
  font-size: 24px;
  line-height: 23px;
  color: #1d1d1b;
  font-weight: 500;
}
#solarForm .wizard-steps {
  height: 64px;
}
#solarForm .wizard-steps a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  font-weight: 400;
  color: #1d1d1b;
  font-size: 15px !important;
}
#solarForm .wizard-steps a .badge {
  display: none !important;
}
#solarForm .wizard-steps a span {
  width: 100%;
}
#solarForm .wizard-steps a::after {
  display: none !important;
}
#solarForm .wizard-steps a::before {
  display: none !important;
}
#solarForm .wizard-steps .active a {
  background: #e3a14e !important;
  color: #fff;
}
#solarForm h2 {
  color: #1d1d1b !important;
}
#solarForm h2 strong {
  color: #1d1d1b !important;
}

#solarForm-step-user .checkbox-custom:before {
  display: none !important;
}
#solarForm button {
  cursor: pointer;
  background: #e3a14e !important;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  letter-spacing: 1.6px;
  padding: 10px 20px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: none !important;
  height: auto;
}
#solarForm .col-sm-6 .font-size-sm {
  display: flex;
  margin-top: 15px;
}

html .call-to-action.call-to-action-primary {
  background: #efefe9 !important;
}
html .call-to-action.call-to-action-primary .fa-angle-right:before {
  display: none !important;
}
html .call-to-action.call-to-action-primary h4 {
  color: #1d1d1b !important;
  font-size: 20px !important;
  font-weight: bold;
}
html .call-to-action.call-to-action-primary h4 strong {
  font-weight: bold !important;
}
html .call-to-action.call-to-action-primary p {
  color: #1d1d1b !important;
}
html .call-to-action.call-to-action-primary .call-to-action-btn a {
  cursor: pointer;
  background: #e3a14e !important;
  color: #ffffff;
  height: 30px;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  letter-spacing: 0px;
  padding: 5px 15px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: none !important;
}
html .call-to-action.call-to-action-primary label {
  color: #1d1d1b !important;
}
html .call-to-action.call-to-action-primary .required {
  color: #fff !important;
  display: none;
}

.page-template-page-template-instalator-calculator-solar .fa-angle-right:before {
  display: none !important;
}
.page-template-page-template-instalator-calculator-solar #solarForm input[type=text],
.page-template-page-template-instalator-calculator-solar #solarForm input[type=email],
.page-template-page-template-instalator-calculator-solar #solarForm input[type=tel],
.page-template-page-template-instalator-calculator-solar #solarForm select {
  border: 1px solid rgb(212, 217, 222) !important;
}
.page-template-page-template-instalator-calculator-solar .fa-angle-left:before {
  display: none !important;
}
.page-template-page-template-instalator-calculator-solar .pager li {
  text-indent: 0 !important;
}
.page-template-page-template-instalator-calculator-solar .pager li::before {
  display: none !important;
}
.page-template-page-template-instalator-calculator-solar .pager a {
  cursor: pointer;
  background: transparent;
  color: #e3a14e;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  padding: 8px 25px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: 2px solid #e3a14e !important;
}
.page-template-page-template-instalator-calculator-solar .pager a:hover {
  background: transparent !important;
}

#solarForm-step-cwu small strong {
  color: #e3a14e !important;
}

@media only screen and (max-width: 950px) {
  #solarForm-step-user .col-sm-6 button {
    display: flex;
    margin: 0 auto !important;
    margin-top: 20px !important;
  }
  .form-horizontal .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #solarForm {
    padding-bottom: 50px;
  }
  #solarForm .tab-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #solarForm .badge-primary {
    margin-top: 20px;
    font-size: 20px !important;
  }
  #solarForm .wizard-tabs {
    margin-bottom: 80px;
  }
  #solarForm .wizard-tabs li {
    height: 40px;
    width: 50%;
  }
  #solarForm-step-cwu small strong {
    font-size: 11px;
  }
  #solarForm .wizard-steps {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  #solarForm .wizard-steps li {
    text-indent: 0 !important;
  }
  #solarForm .wizard-steps .hidden-xs {
    display: flex !important;
    text-align: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 750px) {
  #solarForm h2 strong {
    font-size: 20px;
  }
}
#solarForm-step-summary .table > tbody > tr > td,
#solarForm-step-summary .table > tbody > tr > th,
#solarForm-step-summary .table > tfoot > tr > td,
#solarForm-step-summary .table > tfoot > tr > th,
#solarForm-step-summary .table > thead > tr > td,
#solarForm-step-summary .table > thead > tr > th {
  border-top: 0px solid transparent !important;
  border-bottom: 1px solid #ddd;
}
#solarForm-step-summary hr {
  background-image: none !important;
}
#solarForm-step-summary .col-md-7 h3 {
  color: #e3a14e !important;
  font-size: 28px !important;
  text-align: left;
}
#solarForm-step-summary .col-md-7 h5 {
  color: #e3a14e !important;
  font-size: 20px !important;
  text-align: left;
  padding-bottom: 5px;
}

#solarForm .lp-buttons.call-to-action .call-to-action-content img {
  display: none;
}

#solarForm .col-sm-4 .call-to-action {
  background: #e3a14e !important;
  align-items: center;
  display: flex;
  box-shadow: none !important;
}
#solarForm .col-sm-4 .call-to-action strong {
  color: white !important;
  line-height: 30px;
  font-size: 20px;
}

#solarForm-step-location .form-group:nth-child(3) .col-sm-3 {
  position: relative;
}
#solarForm-step-location .form-group:nth-child(3) .col-sm-3 select {
  border: 1px solid rgb(212, 217, 222) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 100%;
}
#solarForm-step-location .form-group:nth-child(3) .col-sm-3::before {
  content: "" !important;
  background-image: url(./../img/arrow-down.svg) !important;
  width: 12px;
  height: 22px;
  position: absolute;
  right: 25px;
  background-size: contain;
  width: 11px;
  z-index: 77;
  top: 15px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #solarForm-step-location .form-group:nth-child(3) .col-sm-3::before {
    transform: scale(0.9);
  }
}
#solarForm-step-location .ng-binding {
  display: block;
  position: relative;
}
#solarForm-step-location .ng-binding .climatzones {
  visibility: visible;
  content: url(./../../public/images/calculator/pcco/mapa-strefy-klmatyczne.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 423px;
  height: 402px;
  display: flex;
}

.has-success .input-group-addon:first-child {
  background-color: rgba(244, 178, 102, 0.66) !important;
  color: #e3a14e !important;
}

#solarForm .alert-success {
  border: none !important;
  background: #efefe9;
}
#solarForm .alert-success h1 {
  font-weight: 300 !important;
}
#solarForm .alert-success h4 {
  color: #1d1d1b;
  font-weight: 300 !important;
}
#solarForm .alert-success h2 {
  font-weight: 300 !important;
  font-size: 40px;
}
#solarForm .alert-success h2 strong {
  font-weight: 900;
}
#solarForm .alert-success h2 .text-sm {
  font-size: 16px;
  max-width: 90%;
  margin: 0 auto;
}
#solarForm .alert-success button {
  cursor: pointer;
  background: #e3a14e;
  color: #1d1d1b;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  padding: 28px 30px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: none !important;
}
#solarForm .alert-success button:focus {
  border: none !important;
  outline: none !important;
}
#solarForm .text-info {
  color: #e3a14e !important;
}
#solarForm .input-group-addon {
  border: 1px solid #e0e0e0;
}
#solarForm .has-success .form-control {
  border-color: #e3a14e !important;
}

#solarForm-step-co .form-group .col-sm-5 .heatloadinginfo-1 {
  visibility: visible;
  content: url(./../../public/images/calculator/pcco/PCCO-zal1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 499px;
  height: 208px;
  display: flex;
}
#solarForm-step-co .form-group .col-sm-5 .heatloadinginfo-2 {
  visibility: visible;
  content: "";
  content: url(./../../public/images/calculator/pcco/PCCO-zal2.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 548px;
  height: 252px;
  display: flex;
}
#solarForm-step-co .buildingHeatedSurface[src=""] {
  visibility: hidden;
}
#solarForm-step-co .buildingHeatedSurface::after {
  visibility: visible;
  content: "";
  background-image: url(./../../public/images/calculator/pcco/buildingHeatedSurface.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 502px;
  height: 340px;
  display: flex;
}
#solarForm-step-co .buildingSurface[src=""] {
  visibility: hidden;
}
#solarForm-step-co .buildingSurface:after {
  visibility: visible;
  content: "";
  background-image: url(./../../public/images/calculator/pcco/buildingSurface.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 502px;
  height: 340px;
  display: flex;
}

#solarForm .input-group {
  display: flex;
  position: relative;
}
#solarForm .input-group select {
  border: 1px solid rgb(212, 217, 222) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 100%;
}
#solarForm .input-group::before {
  content: "" !important;
  background-image: url(./../img/arrow-down.svg) !important;
  width: 12px;
  height: 22px;
  position: absolute;
  right: 10px;
  background-size: contain;
  width: 11px;
  z-index: 77;
  top: 15px;
  background-repeat: no-repeat;
}

#solarForm .input-group.checkbox-custom::before{
	 all: unset;
}

@media (max-width: 768px) {
  #solarForm .input-group::before {
    transform: scale(0.9);
  }
}
#solarForm .no-arrow:before {
  display: none !important;
}

#solarForm .has-success select {
  color: #1d1d1b !important;
}
#solarForm .has-success input {
  color: #1d1d1b !important;
}
#solarForm .has-error select {
  color: red;
}
#solarForm .has-error select option {
  color: #1d1d1b !important;
}
#solarForm .has-error input {
  color: red;
}

#solarForm .table-no-more .text-info .fa-info-circle:before {
  background-color: #e0e0e0;
  border-radius: 50%;
  color: #e3a14e !important;
  content: "i" !important;
  font-weight: 900;
  font-size: 18px;
  display: flex;
  padding: 2px 9px;
  transform: scale(0.9);
  text-transform: lowercase;
}

#body #solarForm .has-error select {
  border: 1px solid red !important;
}