@charset "UTF-8";
/* Fancoil */
/* Global */
.label-tooltip-wide {
  display: flex;
  padding: 5px;
}
@media (max-width: 992px) {
  .label-tooltip-wide {
    display: inline;
  }
}

.go-visible {
  display: block !important;
}

.tip_onclose {
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 4px;
  display: block;
}

.tip_onhover {
  text-decoration: underline !important;
  height: 10px;
  display: block;
  padding-left: 4px;
  z-index: 99;
}

.tip_toshow {
  display: none;
  width: 270px;
  position: absolute;
  background: rgb(33, 33, 33);
  color: #fff;
  padding: 14px;
  line-height: 1.4;
  left: 200px;
  z-index: 2;
  font-size: 8px;
}
@media (max-width: 992px) {
  .tip_toshow {
    left: 0;
    width: 95%;
    font-size: 10px;
    z-index: 9;
    top: 40px;
  }
}

.has-success .input-group-addon {
  border-color: #e3a14e !important;
}

.form-group .checkbox-custom::after {
  display: none !important;
}

/* Fancoil */

#fancoilTool {
    padding-bottom: 200px;
    padding-top: 40px;
}

#fancoilTool h2 {
    color: #1d1d1b !important;
}

#fancoilTool h2 {
    font-size: 28px;
    padding-bottom: 15px;
    padding-top: 20px;
}

#fancoilTool h4 {
    color: #1d1d1b !important;
}

#fancoilTool h4 {
    font-size: 22px;
    padding-bottom:0;
    padding-top: 20px;
}

#fancoilTool ol{
	margin-left:25px;
}

#fancoilTool .row .call-to-action {
    min-height: 152px;
	cursor:pointer;
}

#fancoilTool .call-to-action {
    background: #e3a14e !important;
    align-items: center;
    box-shadow: none !important;
}

#fancoilTool .lp-buttons.call-to-action .call-to-action-content {
    width: 100%;
    margin: 0;
    padding: 25px 0;
}

#fancoilTool .row .call-to-action h4 {
    font-size: 24px;
    line-height: 23px;
    color: #1d1d1b;
    font-weight: 500;
}

#fancoilTool .call-to-action strong {
    color: white !important;
    line-height: 30px;
    font-size: 20px;
}

#fancoilTool .alert-success {
  border: none !important;
  background: #efefe9;
}
#fancoilTool .alert-success h1 {
  font-weight: 300 !important;
}
#fancoilTool .alert-success h4 {
  color: #1d1d1b;
  font-weight: 300 !important;
}
#fancoilTool .alert-success h2 {
  font-weight: 300 !important;
  font-size: 40px;
}
#fancoilTool .alert-success h2 strong {
  font-weight: 900;
}
#fancoilTool .alert-success h2 .text-sm {
  font-size: 16px;
  max-width: 90%;
  margin: 0 auto;
}
#fancoilTool button.btn-primary-brand {
  cursor: pointer;
  background: #e3a14e;
  color: #1d1d1b;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  padding: 24px 36px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: none !important;
  margin-top:20px;
}
#fancoilTool button.btn-primary-brand:focus {
  border: none !important;
  outline: none !important;
}

#fancoilTool button.btn-primary-brand.btn-outline{
	background: #FFFFFF !important;
	border: #e3a14e 1px solid !important;
}

a.btn-primary{
	background: #e3a14e !important;
	border: #e3a14e 1px solid !important;
}


#fancoilTool input.no-info-text{
	height: 35px !important;
}

#fancoilTool ul li::before {
  display: none !important;
}
#fancoilTool .input-group {
  display: flex;
  position: relative;
}
#fancoilTool .input-group select {
  border: 1px solid rgb(212, 217, 222) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  width: 100%;
  color: #1d1d1b;
}
#fancoilTool .input-group::after {
  content: "";
  background-image: url(./../img/arrow-down.svg);
  width: 12px;
  height: 22px;
  position: absolute;
  right: 10px;
  background-size: contain;
  width: 11px;
  z-index: 77;
  top: 15px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #fancoilTool .input-group::after {
    transform: scale(0.9);
  }
}
#fancoilTool .input-group-addon {
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fancoilTool .wizard-tabs ul li::before {
  display: none !important;
}
#fancoilTool .wizard-tabs a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  font-weight: 400;
  color: #1d1d1b;
  font-size: 17px !important;
}
#fancoilTool .wizard-tabs a .badge {
  display: none !important;
}
#fancoilTool .wizard-tabs a span {
  width: 100%;
}
#fancoilTool .wizard-tabs a::after {
  display: none !important;
}
#fancoilTool .wizard-tabs a::before {
  display: none !important;
}
#fancoilTool .wizard-tabs .active a {
  background: #e3a14e !important;
}
#fancoilTool .wizard-tabs .active a span {
  color: #fff !important;
}
#fancoilTool .wizard-tabs ul {
  height: 50px;
}
#fancoilTool .wizard-tabs ul li {
  height: 100%;
}
#fancoilTool .wizard-tabs ul li a {
  height: 100%;
}
#fancoilTool .next a {
  cursor: pointer;
  background: transparent;
  color: #e3a14e;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  padding: 8px 25px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: 2px solid #e3a14e !important;
}
#fancoilTool .fa-angle-right:before {
  display: none !important;
}
#fancoilTool .previous {
  position: absolute;
}
#fancoilTool .previous a {
  cursor: pointer;
  background: transparent;
  color: #e3a14e;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  padding: 8px 25px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
  border: 2px solid #e3a14e !important;
}
#fancoilTool .fa-angle-left:before {
  display: none !important;
}
#fancoilTool .pager li {
  display: flex;
}

#fancoilTool .wrapdiv {
  flex-wrap: wrap;
  display: flex;
}
#fancoilTool .wrapdiv select {
  width: 95.7%;
  display: flex;
}
#fancoilTool .next {
  float: right;
}
#fancoilTool .has-success .form-control {
  border-color: #e3a14e !important;
}
#fancoilTool .has-success .error {
  border-color: #e3a14e !important;
}

#body #fancoilTool .has-error select {
  border: 1px solid red !important;
}

#fancoilTool .summary-info{
	margin-top:50px;
}

#fancoilTool .summary-info.mounting-summary-info{
	margin-top:0;
}

#fancoilTool .summary-info .solarset-shortcode{
	padding:11px 11px 9px 11px;
	border:1px #e3a14e solid;
	width: max-content;
	line-height:1;
}

.solarset_partlist__row {
    margin-top:5px;
    position: relative;
}

.solarset_partlist__row__toggle {
    color: #1d1d1b;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 10px;
    width: 100%;
}

.solarset_partlist__row__toggle .solarsetlabel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
	padding:12px;
	font: normal normal 300 16px / 26px Mukta;
	background:#f4f4f4;
    color: #646464;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    width: 100%;
    margin-top: 10px;
	margin-bottom: 15px;
    display: block;
}

.solarset_partlist__row__toggle .solarsetlabel .icon {
    width: 40px;
    height: 40px;
    background: #e3a14e;
    border-radius: 99px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    position: relative;
}

.solarset_partlist__row__toggle .solarsetlabel .icon::after {
    content: "?";
    position: absolute;
    padding-top: 3.8px;
    left: 50%;
    transform: translate(-50%, 0);
}

.solarset_partlist__row__toggle .arrow {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 200px;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    position: absolute;
    right: 12px !important;
    left: inherit;
    top: 28px;
    border: none !important;
}

.solarset_partlist__row__toggle .arrow__info {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    margin-right: 12px;
    text-align: right;
    color: #e3a14e;
}

.solarset_partlist__row__toggle .arrow img {
    transition: 0.5s all;
    margin-bottom: 10px;
}

.solarset_partlist__row__toggle.active .arrow img {
    transform: rotate(180deg);
}

.solarsetspartslist__list{
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
}

.solarsetspartslist__list__row{
	padding:0 12px 8px 12px;
	color:#474747;
	border-bottom:1px #a1a1a1 solid;
	margin-bottom:10px;
}

img.copy-to-clipboard{
	padding-bottom:5px;
	padding-left:5px;
	cursor: pointer;
}

p.solarsets-mounting-label{
	margin:0;
	line-height:1.6;
	background:#f4f4f4;
	padding:8px 12px;
}

.call-to-action-btn {
    text-align: center;
    position: static;
    width: auto;
	cursor: pointer;
    background: #e3a14e !important;
    color: #ffffff;
    height: 30px;
    text-transform: uppercase;
    font-family: "Mukta", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.625;
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    letter-spacing: 0px;
    padding: 5px 15px;
    border-radius: 99px;
    transition: all 0.3s ease-out;
    border: none !important;
}

.call-to-action-btn.deletebtn{
	background: red !important;
}

.table-hewalex.fontxl{
	font-size:16px;
	width:100% !important;
}

button {
    cursor: pointer;
    background: #e3a14e !important;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Mukta", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    letter-spacing: 1.6px;
    padding: 10px 20px;
    border-radius: 99px;
    transition: all 0.3s ease-out;
    border: none !important;
    height: auto;
}

.fade-info {
  transition: opacity 0.3s ease;
  opacity: 1;
}

.fade-info.ng-hide {
  opacity: 0;
  display: block !important;
}

.no-after-unit::after{
	display: none !important;
}