#app.pool-heater-calculator *,
#app.pool-heater-calculator :after,
#app.pool-heater-calculator :before {
  box-sizing: border-box;
}

#app.pool-heater-calculator {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  padding: 20px 0;
}

#app.pool-heater-calculator .form-group {
  margin-bottom: 0;
}

#app.pool-heater-calculator .row {
  margin: 0;
  display: -webkit-box;
  display: flex;
}

#app.pool-heater-calculator #heater-calculator-products {
  position: relative;
}

#app.pool-heater-calculator hr {
  margin: 10px 0;
}

#app.pool-heater-calculator .nav.nav-tabs {
  border-bottom: none;
}

#app.pool-heater-calculator .nav.nav-tabs > li.tab a {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 4px;
}

#app.pool-heater-calculator .nav.nav-tabs > li.tab.active a {
  background: #1e3c61;
  color: #fff;
  border-color: #1e3c61;
}

#app.pool-heater-calculator #heater-calculator-results {
  background: #eee;
  padding: 20px 10px;
  margin-top: 20px;
}

#app.pool-heater-calculator #heater-calculator-results span {
  font-size: 30px;
  margin-top: 10px;
  display: block;
  font-weight: 700;
}

#app.pool-heater-calculator .calculator-fields h2 {
  text-align: left;
}

#app.pool-heater-calculator .calculator-notice {
  display: inline-block;
  width: 100%;
  text-align: left;
}

#app.pool-heater-calculator a#calculator-see-all-heaters {
  display: block;
  background: #1e3c61;
  color: #fff;
  border-radius: 4px;
  padding: 10px 0;
  margin-top: 20px;
  width: 95%;
}

#app.pool-heater-calculator #heater-calculator-matches {
  overflow: hidden;
}

#app.pool-heater-calculator #heater-calculator-products h2 {
  margin-top: 0;
}

#app.pool-heater-calculator #heater-no-matches {
  margin-top: 20px;
  background: #f5f5f5;
}

#app.pool-heater-calculator ul.nav-tabs li.tab {
  width: 50%;
  padding: 0 20px;
}

#app.pool-heater-calculator #heater-no-matches.hidden {
  display: hidden;
}

#app.pool-heater-calculator #heater-no-matches p {
  padding: 30px;
  font-size: 18px;
  line-height: 35px;
  opacity: 0.6;
}

#app.pool-heater-calculator a#calculator-see-all-heaters:hover {
  text-decoration: none;
  cursor: pointer;
}

#app.pool-heater-calculator .heater-product-match a:hover {
  text-decoration: none;
}

#app.pool-heater-calculator .heater-product-match span.heater-match-btu {
  display: block;
  color: #666;
}

#app.pool-heater-calculator .heater-product-match span.heater-price {
  color: #999;
}

#app.pool-heater-calculator .heater-product-match span.heater-price span {
  color: #f69d37;
  font-weight: 700;
  font-size: 20px;
}

#app.pool-heater-calculator .heater-product-match a {
  display: block;
  text-align: center;
  padding: 20px;
  clear: both;
}

#app.pool-heater-calculator span.heater-img-container {
  display: block;
  float: left;
  width: 20%;
}

#app.pool-heater-calculator span.heater-details-container {
  display: block;
  float: right;
  width: 79%;
}

#app.pool-heater-calculator .control-group > div,
#app.pool-heater-calculator .heater-product-match img {
  width: 100%;
}

#app.pool-heater-calculator .heater-product-match h3 {
  font-size: 16px;
  font-weight: 700;
}

#app.pool-heater-calculator .heater-product-matc .clear-fix::after,
#app.pool-heater-calculator .heater-product-matc.clear-fix::before,
#app.pool-heater-calculator .heater-product-match .clear-fix,
#app.pool-heater-calculator .tab-content .clearfix {
  clear: both;
}

#app.pool-heater-calculator .input-group {
  float: left;
  width: 50%;
  padding: 10px;
}

#app.pool-heater-calculator .input-group input {
  border: 1px solid #eee;
}

#app.pool-heater-calculator .control-group label {
  width: 100% !important;
  display: block !important;
  margin: 0 0 12px 0;
  text-align: left !important;
  margin-left: 0 !important;
}

#app.pool-heater-calculator .controls input,
#app.pool-heater-calculator .input-group input {
  padding: 10px !important;
  border-radius: 0 !important;
  background: #f5f9fb !important;
}

#app.pool-heater-calculator .input-group .input-group-addon {
  border-radius: 0;
  border: 0;
  text-transform: lowercase;
}

#app.pool-heater-calculator .controls {
  width: 100% !important;
  margin: 0 !important;
}

#app.pool-heater-calculator .input-group {
  margin-bottom: 4px;
}

#app.pool-heater-calculator .control-group {
  margin-left: 0 !important;
}

#app.pool-heater-calculator .tab-container .span8 {
  margin-left: 0;
  padding: 0 10px;
}

#app.pool-heater-calculator .tab-container hr {
  width: 100%;
  margin-bottom: 30px;
  border-color: #ddd;
}

#app.pool-heater-calculator .tab-content {
  padding: 0 20px;
}

@media (max-width: 991px) {
  #app.pool-heater-calculator #heater-calculator-products h2 {
    margin-top: 40px;
  }

  #app.pool-heater-calculator .col-md-6 {
    padding: 0;
  }
}

#app.pool-heater-calculator .input-group:first-child {
  padding-left: 0;
}

#app.pool-heater-calculator .input-group:last-child {
  padding-right: 0;
}

#app.pool-heater-calculator .control-group label,
#app.pool-heater-calculator .control-group > div {
  padding: 0;
}

@media (max-width: 599px) {
  #app.pool-heater-calculator ul.nav-tabs li.tab {
    width: 100%;
    margin-top: 20px;
  }

  #app.pool-heater-calculator #heater-calculator-results > div {
    width: 100%;
  }

  #app.pool-heater-calculator #heater-calculator-results > div:nth-child(2) {
    margin-top: 20px;
  }
}

