.tx-swelspowertool TABLE#housingDataElsTable th {
  font-weight: bold;
}
.tx-swelspowertool .range-slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  font-size: 0.8em;
}
.tx-swelspowertool .range-slider-wrapper span {
  display: inline-block;
  width: 3ch;
}
.tx-swelspowertool .range-slider-wrapper input[type=number] {
  border: none;
  outline: none;
  width: 3ch;
  padding: 0;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  background: transparent;
}
.tx-swelspowertool .range-slider-wrapper input[type=number]::-webkit-outer-spin-button, .tx-swelspowertool .range-slider-wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tx-swelspowertool #housingSelectedElsDataTable tr td,
.tx-swelspowertool #housingSelectedElsDataTable tr th,
.tx-swelspowertool #powerDissipationManualTabel tr td,
.tx-swelspowertool #powerDissipationManualTabel tr th,
.tx-swelspowertool #environmentDataTable tr td,
.tx-swelspowertool #environmentDataTable tr th,
.tx-swelspowertool #customerDateTabel tr td,
.tx-swelspowertool #customerDateTabel tr th {
  vertical-align: middle;
}
.tx-swelspowertool #powerDissipationManualTabel TD {
  white-space: nowrap;
}
.tx-swelspowertool #customerDateTabel tbody tr:nth-child(2n+1) td {
  background-color: transparent;
}
.tx-swelspowertool #housingDataElsPictureDIV {
  max-width: 400px;
  max-height: 400px;
}
.tx-swelspowertool #housingDataElsPictureDIV img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tx-swelspowertool #manufacturerLinksDIV .account-icon A,
.tx-swelspowertool #manufacturerLinksDIV .contact-icon A {
  position: relative;
  padding: 10px 10px 10px 42px;
  display: inline-block;
  background-color: #f6f6f6;
}
.tx-swelspowertool #manufacturerLinksDIV .account-icon A:before,
.tx-swelspowertool #manufacturerLinksDIV .contact-icon A:before {
  content: "";
  margin-inline: 10px;
  background-repeat: no-repeat;
  background-image: url(../Images/account-icon.svg);
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.tx-swelspowertool #manufacturerLinksDIV .contact-icon A:before {
  background-image: url(../Images/contact-icon.svg);
}
@media screen and (max-width: 821px) {
  .tx-swelspowertool #housingDataElsDIV {
    flex-direction: column;
  }
  .tx-swelspowertool #housingDataElsDIV div:not(.chosen-container) {
    margin-bottom: 0;
  }
  .tx-swelspowertool #housingDataElsDIV #elsHousingSearchParams {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .tx-swelspowertool #housingDataElsDIV #elsHousingSearchParams #housingDataTableFilterID {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
  }
  .tx-swelspowertool #housingDataElsDIV #elsHousingSearchParams #housingDataTableFilterID #housingDataTableOrderID {
    width: 100%;
  }
  .tx-swelspowertool #housingDataElsDIV #elsHousingSearchParams #housingDataTableFilterID #housingDataTableArticleNumberSearchID,
  .tx-swelspowertool #housingDataElsDIV #elsHousingSearchParams #housingDataTableFilterID #housingDataTableFamilySelectID {
    width: calc(50% - 10px);
  }
  .tx-swelspowertool #housingDataElsDIV #elsHousingSearchParams #housingDataTableArticleNameSearchID {
    width: 100%;
  }
  .tx-swelspowertool #housingDataElsDIV #elsHousingSearchParams #housingDataTableWidthFilterID,
  .tx-swelspowertool #housingDataElsDIV #elsHousingSearchParams #housingDataTableLengthFilterID,
  .tx-swelspowertool #housingDataElsDIV #elsHousingSearchParams #housingDataTableHeightFilterID,
  .tx-swelspowertool #housingDataElsDIV #elsHousingSearchParams #housingDataTablePowerDissipationFilterID {
    width: calc(50% - 10px);
  }
  .tx-swelspowertool #installedComponentsWrapper #installedComponentsTableWrapper {
    overflow-x: auto;
    width: 100%;
  }
  .tx-swelspowertool #installedComponentsWrapper #installedComponentsTableWrapper #installedComponentsTable {
    min-width: 790px;
  }
  .tx-swelspowertool #customerDataContenWrapper {
    flex-direction: column;
  }
  .tx-swelspowertool #calculationInputDataDIV {
    gap: 0;
    flex-direction: column;
  }
  .tx-swelspowertool #calculationInputDataDIV #calculationInputDataTable TR TH, .tx-swelspowertool #calculationInputDataDIV #calculationInputDataTable TR TD {
    display: block;
    width: 100%;
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .tx-swelspowertool #calculationInputDataDIV #calculationInputDataTable TR TD:first-child {
    font-family: "freeset_book", "Helvetica Neue", Arial, sans-serif;
    padding-bottom: 0;
  }
  .tx-swelspowertool #calculationInputDataDIV #calculationInputDataTable TR TD:last-child {
    padding-block: 0;
  }
  .tx-swelspowertool #calculationResultDIV #calculationResultTable TR TH, .tx-swelspowertool #calculationResultDIV #calculationResultTable TR TD {
    display: block;
    width: 100%;
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .tx-swelspowertool #calculationResultDIV #calculationResultTable TR TD:first-child {
    font-family: "freeset_book", "Helvetica Neue", Arial, sans-serif;
    padding-bottom: 0;
    line-height: 1.5em;
  }
  .tx-swelspowertool #calculationResultDIV #calculationResultTable TR TD:last-child {
    padding-block: 0;
  }
  .tx-swelspowertool #calculationBelAirActiveAdvertisementWrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .tx-swelspowertool .chosen-container {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 460px) {
  .tx-swelspowertool #housingDataElsDIV #elsHousingSearchParams #housingDataTableFilterID #housingDataTableArticleNumberSearchID,
  .tx-swelspowertool #housingDataElsDIV #elsHousingSearchParams #housingDataTableFilterID #housingDataTableFamilySelectID {
    width: 100%;
  }
  .tx-swelspowertool #housingDataElsDIV #elsHousingSearchParams #housingDataTableWidthFilterID,
  .tx-swelspowertool #housingDataElsDIV #elsHousingSearchParams #housingDataTableLengthFilterID,
  .tx-swelspowertool #housingDataElsDIV #elsHousingSearchParams #housingDataTableHeightFilterID,
  .tx-swelspowertool #housingDataElsDIV #elsHousingSearchParams #housingDataTablePowerDissipationFilterID {
    width: 100%;
  }
  .tx-swelspowertool #housingDataElsDIV #housingSelectedElsData {
    width: 100%;
  }
  .tx-swelspowertool #housingDataElsDIV #housingSelectedElsData #housingSelectedElsDataTable TR TH, .tx-swelspowertool #housingDataElsDIV #housingSelectedElsData #housingSelectedElsDataTable TR TD {
    display: block;
    width: 100%;
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .tx-swelspowertool #housingDataElsDIV #housingSelectedElsData #housingSelectedElsDataTable TR:nth-child(even), .tx-swelspowertool #housingDataElsDIV #housingSelectedElsData #housingSelectedElsDataTable TR:nth-child(2n+1) TD,
  .tx-swelspowertool #housingDataElsDIV #housingSelectedElsData #housingSelectedElsDataTable TR TH {
    background-color: transparent;
    padding-bottom: 0;
  }
  .tx-swelspowertool #housingDataElsDIV #housingSelectedElsData #housingSelectedElsDataTable TR TH {
    font-family: "freeset_book", "Helvetica Neue", Arial, sans-serif;
  }
  .tx-swelspowertool #housingDataElsDIV #housingSelectedElsData #housingSelectedElsDataTable TR TD {
    padding-block: 0;
  }
  .tx-swelspowertool #customerDateTabel tbody tr td, .tx-swelspowertool #customerDateTabel tbody tr th {
    display: block;
    width: 100%;
    padding-left: 1em !important;
    padding-right: 1em !important;
    text-align: left;
  }
  .tx-swelspowertool #customerDateTabel tbody tr TH {
    font-family: "freeset_book", "Helvetica Neue", Arial, sans-serif;
    padding-bottom: 5px;
  }
  .tx-swelspowertool #customerDateTabel tbody tr TD {
    padding-top: 0;
  }
  .tx-swelspowertool #environmentParametersDIV #environmentDataDIV {
    width: 100%;
  }
  .tx-swelspowertool #environmentParametersDIV #environmentDataDIV #environmentDataTable TR TH, .tx-swelspowertool #environmentParametersDIV #environmentDataDIV #environmentDataTable TR TD {
    display: block;
    width: 100%;
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .tx-swelspowertool #environmentParametersDIV #environmentDataDIV #environmentDataTable TR:nth-child(2n+1) TD,
  .tx-swelspowertool #environmentParametersDIV #environmentDataDIV #environmentDataTable TR TH {
    background-color: transparent;
  }
  .tx-swelspowertool #environmentParametersDIV #environmentDataDIV #environmentDataTable TR TH {
    font-family: "freeset_book", "Helvetica Neue", Arial, sans-serif;
  }
}
