#selectcalc,
#completecalc,
.project-floor-and-wall #wsdProjBox {
  padding-left: 52px;
  position: relative;
  counter-reset: num;
}

#selectcalc:before,
#completecalc:before,
.project-floor-and-wall #wsdProjBox:before {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  content: "";
  top: 0;
  bottom: 100px;
  left: 16px;
  border-left: 1px solid #1D1D1B;
}

#selectcalc .numbered-header,
#completecalc .numbered-header,
.project-floor-and-wall #wsdProjBox .numbered-header {
  position: relative;
}

#selectcalc .numbered-header:before,
#completecalc .numbered-header:before,
.project-floor-and-wall #wsdProjBox .numbered-header:before {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  counter-increment: num;
  content: counter(num);
  top: -6px;
  left: -52px;
  font-size: 16px;
  border: 1px solid #1D1D1B;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background-color: white;
}

#selectcalc .dotted-header,
#completecalc .dotted-header,
.project-floor-and-wall #wsdProjBox .dotted-header {
  position: relative;
}

#selectcalc .dotted-header:before,
#completecalc .dotted-header:before,
.project-floor-and-wall #wsdProjBox .dotted-header:before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  top: 0;
  left: -44px;
  background-color: #1D1D1B;
  width: 16px;
  height: 16px;
}

.project-floor-and-wall #wsdProjBox:before {
  top: 10px;
}

.project-floor-and-wall #wsdProjBox .numbered-header:before {
  top: 4px;
}

.project-floor-and-wall #wsdProjBox .dotted-header:before {
  top: 10px;
}

.project-floor-and-wall #calculator-output,
#duratherm-results,
#facade-output,
#base-output {
  max-width: 800px;
  background: #E9E9E9;
  padding: 20px;
}

@media (max-width: 640px) {
  .project-floor-and-wall #calculator-output,
  #duratherm-results,
  #facade-output,
  #base-output {
    padding: 20px 0;
    margin: 0 -16px;
  }
}

.project-floor-and-wall #calculator-output #utd-orange-info-box,
#duratherm-results #utd-orange-info-box,
#facade-output #utd-orange-info-box,
#base-output #utd-orange-info-box {
  background-color: #F39200;
  display: inline-block;
  padding: 8px 16px;
  margin: 8px 0;
}

@media print {
  .project-floor-and-wall #calculator-output #utd-orange-info-box,
  #duratherm-results #utd-orange-info-box,
  #facade-output #utd-orange-info-box,
  #base-output #utd-orange-info-box {
    background: none;
    border: 2px solid #F39200;
  }
}

.project-floor-and-wall #calculator-output .result_table, .project-floor-and-wall #calculator-output #user-input-table,
#duratherm-results .result_table,
#duratherm-results #user-input-table,
#facade-output .result_table,
#facade-output #user-input-table,
#base-output .result_table,
#base-output #user-input-table {
  width: 100%;
}

.project-floor-and-wall #calculator-output .result_table tr.greytr td.no-border, .project-floor-and-wall #calculator-output .result_table tr.greytr th.no-border, .project-floor-and-wall #calculator-output #user-input-table tr.greytr td.no-border, .project-floor-and-wall #calculator-output #user-input-table tr.greytr th.no-border,
#duratherm-results .result_table tr.greytr td.no-border,
#duratherm-results .result_table tr.greytr th.no-border,
#duratherm-results #user-input-table tr.greytr td.no-border,
#duratherm-results #user-input-table tr.greytr th.no-border,
#facade-output .result_table tr.greytr td.no-border,
#facade-output .result_table tr.greytr th.no-border,
#facade-output #user-input-table tr.greytr td.no-border,
#facade-output #user-input-table tr.greytr th.no-border,
#base-output .result_table tr.greytr td.no-border,
#base-output .result_table tr.greytr th.no-border,
#base-output #user-input-table tr.greytr td.no-border,
#base-output #user-input-table tr.greytr th.no-border {
  border: none;
}

tr.greytr {
  background-color: rgba(0, 0, 0, 0.16);
}

tr.greytr td, tr.greytr th {
  padding: 4px 8px;
}

tr.greytr td.pt-6, tr.greytr th.pt-6 {
  padding-top: 1.5rem;
}

#duratherm-results tr.greytr:nth-child(even) {
  background-color: transparent;
}

.project-facade .form-control.wrong_input {
  border-color: #F04000 !important;
}

.wsdCalcOuterBox {
  font-size: 0;
}

.wsdCalcOuterBox .wsdCalcInputBox,
.wsdCalcOuterBox .wsdCalcOutputBox {
  font-size: 14px;
  vertical-align: top;
}

.wsdCalcOuterBox .wsdCalcInputBox.hidden,
.wsdCalcOuterBox .wsdCalcOutputBox.hidden {
  display: none;
}

.wsdCalcOuterBox .wsdCalcInputBox {
  width: 465px;
  max-width: 100%;
  padding-right: 50px;
}

@media (max-width: 1024px) {
  .wsdCalcOuterBox .wsdCalcInputBox {
    padding-right: 0;
  }
}

.wsdCalcOuterBox .wsdCalcOutputBox {
  width: calc(100% - 465px);
  background: #E9E9E9;
  margin-top: 39px;
  padding: 20px;
}

@media (max-width: 1024px) {
  .wsdCalcOuterBox .wsdCalcOutputBox {
    width: 720px;
    max-width: 100%;
  }
}

.wsdCalcOuterBox .wsdCalcOutputBox .result_table tr.greytr td, .wsdCalcOuterBox .wsdCalcOutputBox .result_table tr.greytr th {
  border: 1px solid #FFFFFF;
}

.wsdCalcBox {
  position: relative;
}

.wsdCalcBox .wsdCalcHeader strong {
  font-weight: 400;
}

.wsdCalcBox .calc-label {
  position: absolute;
  margin: 12px 0 0 9px;
  display: inline-block;
  padding: 0 4px;
  font-weight: 700;
  background: #1aa2e6;
  background: #FFFFFF;
  z-index: 1;
}

.wsdCalcBox .select-wrapper {
  position: relative;
}

.wsdCalcBox .select-wrapper:after {
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M16%2022%20l%20-12%20-12%20M%2016%2022%20l%2012%20-12%22%20fill%3D%22transparent%22%20stroke%3D%22%239fa7b1%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20%2F%3E%0A%3C%2Fsvg%3E);
  position: absolute;
  right: 12px;
  top: 34px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #e2e8f0;
  pointer-events: none;
}

.wsdCalcBox .checkbox {
  position: relative;
}

.wsdCalcBox .checkbox label {
  display: inline-block;
  padding: 10px 0 10px 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.wsdCalcBox .checkbox label:before {
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20height%3D%2220px%22%20width%3D%2220px%22%3E%3Cpath%20d%3D%22M0.5%2C0.5%20L19.5%2C0.5%20L19.5%2C19.5%20L0.5%2C19.5%20L0.5%2C0.5%22%20fill%3D%22transparent%22%20stroke%3D%22%23F39200%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22square%22%20%2F%3E%3C%2Fsvg%3E);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
}

.wsdCalcBox .checkbox input:checked + label:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20height%3D%2220px%22%20width%3D%2220px%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0.5%2C0.5%20L19.5%2C0.5%20L19.5%2C19.5%20L0.5%2C19.5%20L0.5%2C0.5%22%20fill%3D%22transparent%22%20stroke%3D%22%23F39200%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22square%22%20%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M4%2C4%20L16%2C4%20L16%2C16%20L4%2C16%20L4%2C4%22%20fill%3D%22%23F39200%22%20stroke-width%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
}

.wsdCalcBox .checkbox input:disabled + label {
  opacity: 0.5;
}

.wsdCalcBox .checkbox input:disabled + label:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20height%3D%2220px%22%20width%3D%2220px%22%3E%3Cpath%20d%3D%22M0.5%2C0.5%20L19.5%2C0.5%20L19.5%2C19.5%20L0.5%2C19.5%20L0.5%2C0.5%22%20fill%3D%22transparent%22%20stroke%3D%22%23e8bf81%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22square%22%20%2F%3E%3C%2Fsvg%3E);
}

.wsdCalcBox .checkbox input {
  display: none;
}

.wsdCalcBox .radio label {
  display: inline-block;
  padding: 10px 0 10px 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}

.wsdCalcBox .radio label:before {
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20height%3D%2220px%22%20width%3D%2220px%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20fill%3D%22transparent%22%20stroke%3D%22%23F39200%22%20stroke-width%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
}

.wsdCalcBox .radio input:checked + label:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20height%3D%2220px%22%20width%3D%2220px%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20fill%3D%22transparent%22%20stroke%3D%22%23F39200%22%20stroke-width%3D%221%22%20%2F%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%226%22%20fill%3D%22%23F39200%22%20stroke-width%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
}

.wsdCalcBox .radio input:disabled + label {
  opacity: 0.5;
}

.wsdCalcBox .radio input:disabled + label:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20height%3D%2220px%22%20width%3D%2220px%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20fill%3D%22transparent%22%20stroke%3D%22%23e8bf81%22%20stroke-width%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E);
}

.wsdCalcBox .radio input {
  display: none;
}

.wsdCalcBox .form-control {
  border-width: 1px;
  border-style: solid;
  background: transparent;
  padding: 12px 12px;
  margin: 20px 0;
  width: 100%;
  max-width: 415px;
  outline: none;
}

.wsdCalcBox .form-control.m-0 {
  margin: 0;
}

.wsdCalcBox .form-control option {
  padding: 0;
}

.wsdCalcBox .wsdCalcError {
  color: #F04000;
  padding: 4px 0;
}

#calculator-page .alfix-logo-print {
  display: none;
}

@media print {
  .nav,
  .padding-for-nav,
  #footer {
    display: none;
  }

  body {
    background-color: white;
  }

  #calculator-page .alfix-x,
  #calculator-page .calc-button,
  #calculator-page #buttondiv {
    display: none !important;
  }

  #calculator-page .alfix-logo-print {
    display: block;
  }

  #calculator-page .wsdCalcInputBox,
  #calculator-page #duratherm-selector,
  #calculator-page #completecalc,
  #calculator-page #selectcalc,
  #calculator-page .project-floor-and-wall #wsdProjBox,
  #calculator-page .project-facade-chooser,
  #calculator-page #facadecalc > :not(#facade-output),
  #calculator-page #basecalc > :not(#base-output) {
    display: none !important;
  }

  #calculator-page .wsdCalcOutputBox,
  #calculator-page .project-floor-and-wall #calculator-output,
  #calculator-page #duratherm-results,
  #calculator-page #facade-output,
  #calculator-page #base-output {
    background: none;
    padding: 20px 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  #calculator-page .wsdCalcOutputBox table,
  #calculator-page .project-floor-and-wall #calculator-output table,
  #calculator-page #duratherm-results table,
  #calculator-page #facade-output table,
  #calculator-page #base-output table {
    page-break-inside: auto;
  }

  #calculator-page .wsdCalcOutputBox tr,
  #calculator-page .project-floor-and-wall #calculator-output tr,
  #calculator-page #duratherm-results tr,
  #calculator-page #facade-output tr,
  #calculator-page #base-output tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }

  #calculator-page .wsdCalcOutputBox .result_table tr.greytr td, #calculator-page .wsdCalcOutputBox .result_table tr.greytr th,
  #calculator-page .wsdCalcOutputBox #user-input-table tr.greytr td,
  #calculator-page .wsdCalcOutputBox #user-input-table tr.greytr th,
  #calculator-page .project-floor-and-wall #calculator-output .result_table tr.greytr td,
  #calculator-page .project-floor-and-wall #calculator-output .result_table tr.greytr th,
  #calculator-page .project-floor-and-wall #calculator-output #user-input-table tr.greytr td,
  #calculator-page .project-floor-and-wall #calculator-output #user-input-table tr.greytr th,
  #calculator-page #duratherm-results .result_table tr.greytr td,
  #calculator-page #duratherm-results .result_table tr.greytr th,
  #calculator-page #duratherm-results #user-input-table tr.greytr td,
  #calculator-page #duratherm-results #user-input-table tr.greytr th,
  #calculator-page #facade-output .result_table tr.greytr td,
  #calculator-page #facade-output .result_table tr.greytr th,
  #calculator-page #facade-output #user-input-table tr.greytr td,
  #calculator-page #facade-output #user-input-table tr.greytr th,
  #calculator-page #base-output .result_table tr.greytr td,
  #calculator-page #base-output .result_table tr.greytr th,
  #calculator-page #base-output #user-input-table tr.greytr td,
  #calculator-page #base-output #user-input-table tr.greytr th {
    border: 1px solid #55565A;
  }

  #calculator-page .wsdCalcOutputBox .result_table tr.greytr td.no-border, #calculator-page .wsdCalcOutputBox .result_table tr.greytr th.no-border,
  #calculator-page .wsdCalcOutputBox #user-input-table tr.greytr td.no-border,
  #calculator-page .wsdCalcOutputBox #user-input-table tr.greytr th.no-border,
  #calculator-page .project-floor-and-wall #calculator-output .result_table tr.greytr td.no-border,
  #calculator-page .project-floor-and-wall #calculator-output .result_table tr.greytr th.no-border,
  #calculator-page .project-floor-and-wall #calculator-output #user-input-table tr.greytr td.no-border,
  #calculator-page .project-floor-and-wall #calculator-output #user-input-table tr.greytr th.no-border,
  #calculator-page #duratherm-results .result_table tr.greytr td.no-border,
  #calculator-page #duratherm-results .result_table tr.greytr th.no-border,
  #calculator-page #duratherm-results #user-input-table tr.greytr td.no-border,
  #calculator-page #duratherm-results #user-input-table tr.greytr th.no-border,
  #calculator-page #facade-output .result_table tr.greytr td.no-border,
  #calculator-page #facade-output .result_table tr.greytr th.no-border,
  #calculator-page #facade-output #user-input-table tr.greytr td.no-border,
  #calculator-page #facade-output #user-input-table tr.greytr th.no-border,
  #calculator-page #base-output .result_table tr.greytr td.no-border,
  #calculator-page #base-output .result_table tr.greytr th.no-border,
  #calculator-page #base-output #user-input-table tr.greytr td.no-border,
  #calculator-page #base-output #user-input-table tr.greytr th.no-border {
    border: none;
  }

  #calculator-page .wsdCalcOutputBox td, #calculator-page .wsdCalcOutputBox th,
  #calculator-page .project-floor-and-wall #calculator-output td,
  #calculator-page .project-floor-and-wall #calculator-output th,
  #calculator-page #duratherm-results td,
  #calculator-page #duratherm-results th,
  #calculator-page #facade-output td,
  #calculator-page #facade-output th,
  #calculator-page #base-output td,
  #calculator-page #base-output th {
    padding: 4px 8px;
  }

  #calculator-page .wsdCalcOutputBox td.pt-6, #calculator-page .wsdCalcOutputBox th.pt-6,
  #calculator-page .project-floor-and-wall #calculator-output td.pt-6,
  #calculator-page .project-floor-and-wall #calculator-output th.pt-6,
  #calculator-page #duratherm-results td.pt-6,
  #calculator-page #duratherm-results th.pt-6,
  #calculator-page #facade-output td.pt-6,
  #calculator-page #facade-output th.pt-6,
  #calculator-page #base-output td.pt-6,
  #calculator-page #base-output th.pt-6 {
    padding-top: 24px;
  }

  #calculator-page .instruction_picture {
    margin: 0 auto;
    width: 50%;
  }
}
