h1.calculator-v2 {
  font-family: "Gotham Bold";
  font-size: 28px;
  color: #2ca1da;
  margin: 20px 0px 35px 0px;
  text-align: center;
}

.price_calculator_app input[type=radio] {
  width: 18px;
  height: 18px;
}
.price_calculator_app input[type=number]::-webkit-inner-spin-button,
.price_calculator_app input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.price_calculator_app {
  margin-bottom: 60px;
}

.product-img {
  overflow: hidden;
}

table.price-calculator td.name input {
  max-width: 100%;
  width: 100%;
}
table.price-calculator tr.data-line td {
  white-space: nowrap;
}
table.price-calculator td.payback-summary span {
  height: 34px;
  line-height: 34px;
}

table.yearly-savings {
  width: 100%;
}
table.yearly-savings th, table.yearly-savings td {
  border: 1px solid #2d2c2c;
  padding: 7px 3px;
  text-align: center;
}
table.yearly-savings th.full-investment, table.yearly-savings td.full-investment {
  text-align: left;
  padding-left: 7px;
}
table.yearly-savings th {
  background: transparent url(/image/navbar.png) top left;
  color: #d1d1d1;
  font-weight: bold;
}
table.yearly-savings td {
  background: #373946;
  color: #a0a0a0;
}
table.yearly-savings input {
  max-width: 70px;
  border: none;
  color: #fff;
  padding: 0 10px;
  height: 32px;
  background-color: #444;
  font-size: 14px;
}
table.yearly-savings .green {
  background-color: #5cb85c;
}

.input-investment {
  max-width: 85px;
  border: none;
  color: #fff;
  padding: 0 10px;
  height: 32px;
  background-color: #444;
  font-size: 14px;
  margin-bottom: 10px;
}

.invalid {
  background-color: #770000 !important;
}

.label-old-product,
.label-replacement-product {
  font-weight: normal;
  color: #fff !important;
}

.product-img {
  float: right;
}

.warning-text {
  margin: 20px 0px;
  color: #616161;
}
.flash {
  -webkit-animation-name: flash;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
}

.price_calculator_app .glyphicon {
  color: #0087ff;
}

.price_calculator_app .newsletter {
  padding: 0px;
}

.price_calculator_app .newsletter.container {
  padding-top: 30px;
}

.product-selector {
  width: 100%;
  text-align: center;
}
.product-selector .headline {
  background: transparent url(/image/navbar.png) top left;
  border: 1px solid #2d2c2c;
  color: #d1d1d1;
  padding: 7px;
  font-weight: bold;
  text-align: left;
}
.product-selector .options {
  border: 1px solid #2d2c2c;
  padding: 7px 3px;
  background: #3c3838;
  color: #a0a0a0;
}

select#alt-product {
  background-color: #5cb85c;
}

input.label-replacement-product {
  background-color: #5cb85c !important;
}

@media (max-width: 1199px) {
  select#product, select#alt-product {
    max-width: 210px;
  }
}
@media (max-width: 992px) {
  select#product, select#alt-product {
    max-width: 110px;
  }
  table.price-calculator td.payback-summary {
    min-height: 48px;
  }
}
@media (max-width: 600px) {
  select#product, select#alt-product {
    max-width: 90%;
    width: 90%;
  }
}
@media (max-width: 480px) {
  label.label-old-product, label.label-replacement-product {
    clear: both;
  }
  .product-img {
    float: none;
  }
  .radio-line-container .col-xs-6 {
    width: 100%;
  }
  table.yearly-savings {
    font-size: 14px;
    padding-right: 3px;
    left: 3px;
    top: 3px;
  }
}
.btn-plus {
  font-size: 30px;
  line-height: 1;
  padding: 6px;
}

.btn-pdf {
  color: white;
  background-color: #337ab7;
  font-size: 14px;
}
.btn-pdf .fas {
  margin-right: 5px;
}

.btn-pdf:hover,
.btn-pdf:active,
.btn-pdf:focus {
  opacity: 0.8;
  color: white;
}

.switch-button-control {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
}
.switch-button-control .switch-button {
  height: 2em;
  width: calc(2em * 2);
  border: 2px solid #e2e4e3;
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.33);
  border-radius: 2em;
  transition: all 0.3s ease-in-out;
  background-color: #edefee;
  box-shadow: none;
  cursor: pointer;
}
.switch-button-control .switch-button .button {
  height: calc(2em - 2 * 2px);
  width: calc(2em - 2 * 2px);
  border: #0163b4;
  border-radius: calc(2em - 2 * 2px);
  background: #337ab7;
  transition: all 0.3s ease-in-out;
}
.switch-button-control .switch-button.enabled .button {
  transform: translateX(calc(calc(2em - 2 * 2px) + 2 * 2px));
}
.switch-button-control .switch-button-label-before {
  margin-right: 10px;
}
.switch-button-control .switch-button-label-after {
  margin-left: 10px;
}
