.pool-size-title {
  margin: 40px 0px 20px 0px;
  font-weight: 700;
}

.product-info-btn-list {
  list-style: none;
  padding: 0px;
}

.product-info-btn {
  margin-bottom: 4px
}

#step-navigation {
  margin-bottom: 4px;
}

#step-navigation .step-nav-tile {
  line-height: 44px;
}
#step-navigation .step-num {
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  padding: 3px;
}

#step-navigation .step-text {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 44px;
  margin-bottom: 3px;
  padding: 0px 3px 3px 6px;
  border-radius: 5px;
}
#step-navigation .step-text.active {
  background-color: #2471c7;
}
#step-navigation .step-text.not-active {
  background-color: #ededed;
  color: #888888;
}

.discountPriceActive {
  text-decoration: line-through;
}

.panel.card {
  margin-bottom: 5px;
}

.accordion-toggle {
  display: block;
  width: 100%;
  padding: 10px;
}
.panel .card-header h4.card-title {
  font-size: 17px;
  margin-bottom: 0;
}

#total-area {
  border-bottom: solid #eee 1px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  padding-top: 10px;
  text-align: right;
}

#total-area p {
  line-height: 20px;
  margin-bottom: 0;
}

#total-area small {
  font-size: 13px;
}

#step-content {
  margin-top: 25px;
}
#step-content .show-img {
  background-color: #fff;
  box-shadow: 1px 1px 5px #404040;
  padding: 5px;
  position: absolute;
  right: 90px;
  width: 150px;
  z-index: 5;
}
#step-content .accordion-group .span11 > div:last-of-type .show-img {
  margin-top: -50px;
}
#step-content .show-img-arrow {
  position: absolute;
  right: 250px;
}
#step-content .option {
  cursor: pointer;
  overflow: auto;
  padding: 5px;
  border: 1px solid #eee;
  margin: 6px 0;
  font-weight: normal;
  text-transform: uppercase;
}
#step-content .radio-button {
  margin-bottom: 7px;
  margin-right: 5px;
}

#display-summary {
  text-align: center;
}

#personal #personal-info-form {
  margin-bottom: 8px;
}
#personal #personal-info-form input, #personal #personal-info-form select, #personal #personal-info-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 3px 8px;
  border-radius: 4px;
}
#personal #personal-info-form-table, #personal #salesperson-table {
  margin: auto;
  width: 400px;
  max-width: 90%;
}
#personal #personal-info-form-table td, #personal #salesperson-table td {
  padding: 4px 0;
  width: 50%;
}
#personal #submit-btn-row {
  text-align: center;
}
#personal #form-header {
  font-weight: bold;
  text-align: center;
}
#personal #success-msg {
  color: #009900;
  text-align: center;
}
#personal #error-msg {
  color: #990000;
  text-align: center;
}
#personal label.error {
  color: #ff0000;
  font-weight: bold;
}

#bottom-nav-btns .bottom-nav {
  background-color: #d6e9ff;
  border: solid 1px #2471c7;
  cursor: pointer;
  font-weight: bold;
  font-size: 22px;
  padding: 10px 10px 0px 10px;
}
#bottom-nav-btns #next-link {
  text-align: right;
}
#bottom-nav-btns #finish-quote {
  background-color: #d9ffd9;
  border: solid 1px #007600;
  text-align: right;
}

.accordion-inner label {
  display: block;
}

.accordion {
  text-transform: uppercase;
}
.accordion .accordion-heading {
  background-color: #eee;
}
.accordion .heading-text {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

.accordion-toggle .heading-text {
  color: #2471c7;
  font-weight: 600;
}

.purchase-kit-btn {
  font-weight: 600;
}

.complete-quote .heading-text {
  color: #fff!important;
}

.accordion .accordion .align-right {
  float: right;
}



.card-body .discount-price {
  font-weight: bold;
}

#bottom-nav-btns .bottom-nav {
  padding: 5px;
  border-radius: 6px;
 }

 .bottom-nav-text {
  margin-bottom: 0px;
 }

 .quote-footer {
  margin-bottom: 50px;
 }

 .complete-quote .accordion-toggle {
  padding: 6px!important;
 }

 .complete-form-btns {
  margin: 4px 0px 4px 0px;
 }


@media (max-width: 600px) {

  .quote-footer {
    margin-bottom: 0px!important;
   }

  .card-body label .option {
    font-size: 13px;
  }

  .card-body .product-price-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    float: none!important;
    margin-top: 5px
  }

  .product-info-btn {
    margin-bottom: 4px;
    font-size: 13px;
  }

  #total-area p {
    line-height: 0px;
  }

   
  .bottom-nav-text {
    font-size: 12px;
    margin-bottom: 0px;  
  }

  .bottom-nav {
    padding: 5px;
  }

  #total-area small {
    font-size: 10px;
  }

  #personal #personal-info-form-table, #personal #salesperson-table {
    width: auto;
  }

  #step-content {
    position: relative;
  }

  .quote-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    padding: 10px;
    box-shadow: 0px 3px 6px #000;
    
  }

  body.desktop .quote-footer {
    bottom: 50px;
    
  }

  #total-area p {
    margin-bottom: 0px;
    font-size: 13px;
  }

  body #callnowbutton {
    bottom: auto;
    left: auto;
    right: 0;
    top: 0;
  }

  .bread-clippy-iframe {
    display: none !important;
  }

  .panel .card-header h4.card-title.complete-quote,
.panel .card-header h4.card-title.purchase-kit {
    float: none !important;
    margin-bottom: 10px !important;
  }

  #total-area {
    margin-bottom: 5px;
  }

  #prev-link {
    margin-bottom: 4px;
  }

  .bottom-nav-finish-btn {
    text-align: right;
  }

  .pool-size-title {
    margin: 15px 0px 15px 0px!important;
    font-size: 25px!important;
  }
}

/*# sourceMappingURL=quotesystem.css.map */
.panel.card .card-header {
  padding: 0px!important;
}