﻿@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
h2{
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px;
}

h3{
    margin: 10px 0 15px;
}

.hr{
  padding: 10px 0;
}

.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-50{
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

.items-center{
    align-items: center;
}

.justify-center{
    justify-content: center;
}

.text-center{
    text-align: center;
}

.uscp h2{
    margin-left: 15px;
}

.img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.img-wrap .col-img {
    max-width: 30%;
    box-shadow: 0px 1px 4px #6d6e6e;
    padding: 10px;
    margin: 10px 0;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.img-wrap.col-2-wrap .col-img {
   max-width: 45%;
}
.img-wrap.col-2-wrap .col-img img{
     width: 100%;
    max-height: 350px;
    object-fit: cover;
}


.img-wrap .col-img img{
    max-height: 250px;
}

.affected-products-table{
  margin-top: 20px;
}

.table-responsive{
  max-width: 100%;
  overflow: auto;
  margin-bottom: 20px;
}

/* Auto complete scroll */
.table-responsive::-webkit-scrollbar {
  width: 1em;
  height: 1em;
  direction: ltr;
}

.table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 0px solid slategrey;
}
/* End Auto complete scroll */

table {
  border: 1px solid #6d6e6e;
  margin: 0 auto;
  margin-bottom: 20px;
  border-collapse: unset;
}

table thead tr th,
table tbody tr td{
  border-right: 1px solid #6d6e6e;
  border-bottom: 1px solid #6d6e6e;
}

table tbody tr td.errMessage{
  text-align: left;
}

table thead tr th,
table tbody tr td {
  padding: 10px 15px;
  min-width: 50px;
  text-align: center;
}

table thead tr th:last-child,
table tbody tr td:last-child{
  border-right: 0;
}

table tbody tr td:last-child i.fa{
  cursor: pointer;
  font-size: 24px;
}

table tbody tr:last-child td{
  border-bottom: 0;
}

.btnsWrap{
  overflow: hidden;
  margin-bottom: 20px;
}
/*.form-group{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-group label{
  flex-basis: 50%;
}

.form-group select,
.form-group input{
  flex-basis: 50%;
}*/
#prevBtn span,
#nextBtn button,
#clearAll span {
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  margin-left: 10px;
  max-width: 100px;
  width: 100%;
  float: right;
  padding: 5px;
  background-color: #ed171f;
  border-radius: 0px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  border: 1px solid #ed171f;
  line-height: 25px;
  align-items: center;
  justify-content: center;
}

#nextBtn button[disabled] {
  background-color: #999999;
  border-color: #999999;
  cursor: not-allowed;
}

#prevBtn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

#prevBtn span {
  float: none;
  padding: 8px 30px;
  width: auto;
  margin-left: 0;
}

#clearAll span {
  background: 0;
  border: 1px solid #313131;
  color: #313131;
}

#recallProductUpdate #clearAll span {
  float: none;
  margin: auto;
}

#registerForm > div input,
#registerForm > div select {
    margin-bottom: 30px;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #58585a;
    font-size: 18px;
}

span.error-message {
  position: absolute;
  color: #ed171f;
  left: 0px;
  bottom: -15px;
  font-size: 14px;
}

.form-group span.error-message {
    position: absolute;
    color: #ed171f;
    left: 15px;
    bottom: -10px;
    font-size: 14px;
}

.btn-amana-red,
a.btn-amana-red{
  display: inline-block;
  padding: 10px 25px;
  background-color: #F00000;
  color: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -mox-box-shadow: none;
  border: 0;
  cursor: pointer;
  align-self: center;
  margin-left: 10px;
}

.btn-amana-red:hover{
  background-color: #b8162e;
}

.btn-amana-blue,
a.btn-amana-blue{
  display: inline-block;
  background: #ed171f;
    border: 1px solid #ed171f;
    color: #fff !important;
  padding: 10px 25px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin-left: 10px;
      margin-right: 10px;
      font-size: 17px;
    line-height: 17px;
}

#serialnumber{
  padding: 7px 10px;
  margin-left: 10px;
}

.custom-upload {
  margin: 10px 0 10px 10px;
}

.custom-upload label {
    margin-bottom: 5px;
    display: block;
}

.custom-file-input {
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    position: relative;
    margin-bottom: 21px;
}

::-webkit-file-upload-button {
    cursor: pointer;
}

.custom-file-input input[type="file"] {
    width: 60%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    zoom: 1; /* Fix for IE7 */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    cursor: pointer;
}

.custom-file-input input[type="text"] {
    margin-top: 0;
    margin-bottom: 0;
    width: 60%;
    padding: 8px 10px;
    background-color: #ffffff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #58585a;
    box-sizing: border-box;
}

.custom-file-input input[type="button"] {
    width: 40%;
    border: 1px solid #e03a3e;
    background: #e03a3e;
    border-left: 0;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    opacity: 1;
    margin: 0;
    -webkit-appearance: none;
    cursor: pointer;
}

.custom-file-input input[type="button"][disabled] {
    background-color: #999999;
    border-color: #999999;
    cursor: not-allowed;
}

/*.btn-upload{
  position: relative;
}

.btn-upload input[type="file"]{
  opacity: 0;
  left: 15px;
  position: absolute;
  width: 94px;
  height: 37px;
  cursor: pointer;
  z-index: 1;
}*/

.btn-upload .btn-amana-blue{
  margin-left: 15px;
}

.data-import{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.data-import p{
  width: 100%;
  margin: 15px 0 0;
}

select{
  padding: 5px;
  margin: 10px 0;
  box-sizing: border-box;
}

.main-wrap{
  position: relative;
  max-width: 1170px;
  margin: 0 auto 100px;
  padding: 0 15px;
}

.main-wrap ul {
    padding-left: 16px;
    margin-bottom: 15px;
}

.main-wrap ul li {
    list-style-type: disc;
    line-height: 20px;
}

#consumerCategory {
    display: none;
}

.radio-button-list-div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.radio-button-list-div input[type="radio"]{
    margin-top: 0;
    min-width: 15px;
}

#mainDesc h2:first-child{
    font-size: 22px;
}

#mainDesc p{
    margin-bottom: 15px;
}

#propertyDropdown {
    display: none;
    text-align: center;
}

#propertyDropdown select{
  padding: 10px 0;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 14px;
}

#confirmBtnDiv{
  display: none;
  margin-top: 15px;
}

.model-entry{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.model-entry label{
  flex-basis: 40%;
  text-align: right;
  margin-right: 15px;
}

.model-entry input,
.model-entry select{
  flex-basis: 60%;
  padding: 5px;
  margin: 25px 0;
  box-sizing: border-box;
}

#affectedUnitsWrap{
    display: none;
}

#addUnit {
    justify-content: flex-end;
}

#addUnit[disabled] {
  background-color: #999999;
  border-color: #999999;
  cursor: not-allowed;
}

.alert-unaffected {
  color: #ed171f;
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.status-table tbody tr.invalid,
tr.invalid,
tr.affected.error,
td#invalid {
  background-color: #eeb5b5!important;
}

.status-table tbody tr.not-affected,
tr.not-affected,
td#notaffected {
  background-color: #f0efbe!important;
}

.status-table tbody tr.affected,
tr.affected,
td#affected {
  background-color: #b5eeb5!important;
}

.status-table tbody tr.already-repaired,
tr.already-repaired,
td#alreadyrepaired{
  background-color: #b5eeed!important;
}

.status-table tbody tr.already-registered,
tr.already-registered,
td#alreadyregistered{
  background-color: #d7bef0!important;
}

.form-wrap{
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-wrap .form-group{
  flex: 0 0 50%;
  max-width: 50%;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}

.form-wrap .form-group label{
  display: block;
  font-family: 'source_sans_prosemibold';
  font-size: 18px;
  margin-bottom: 2px;
  color: #6d6e6e;
  margin-left: 0;
  align-self: flex-start;
}

.form-wrap .form-group input[type="text"],
.form-wrap .form-group select{
  width: calc(100%);
  padding: 8px 0 8px 10px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'source_sans_proregular';
  background-color: #fbfeff;
  border: 1px solid #58585a;
  font-size: 18px;
}

.form-wrap .form-group input[type="text"][disabled]{
  background-color: #efefef;
}

.contact-us-text {
  width: 100%;
  text-align: center;
  margin: 15px 0 0;
  position: absolute;
  bottom: -100px;
  left: 0;
}

.contact-us-text p{
  margin-bottom: 0;
}
.sf_cols.gm-static-body.recall-section {
    max-width: 1140px;
}
.content .recall-wrapper.main-wrap ul li:before {
content: none;
}
.content .recall-wrapper.main-wrap ul li{
text-indent: initial;
}
.recall-wrapper.main-wrap  h2 {
font-size: 20px;
    margin: 20px 0 10px;
}
.recall-wrapper.main-wrap  .flex-50 p strong{
margin-bottom: 12px;
display: block;
}
.recall-wrapper.main-wrap .flex-wrap{
  align-items: flex-start;
}
.recall-wrapper.main-wrap .serial-input-wrap input[type="text"] {
    width: auto;
    }
    .custom-file-input{
          margin-bottom: 35px;
    }
 .btn-amana-red, a.btn-amana-red{
   font-size: 16px;
    line-height: 16px;
 }  

 .divider-line {
    width: 100%;
    height: 1px;
    background: #999999;
    margin: 30px 0px;
} 
.affected-products-table{
      min-height: auto;
    background-color: transparent;
    max-width: 100%;
    border-collapse: collapse;
   
}
.affected-products-table table{
   width: 100%;
    max-width: 900px;
    min-width: 900px;
    border-collapse: collapse;
    border: 0px;
}
.form-wrap .form-group label{
      font-family: 'AvenirLTStd-Roman';
}
.form-wrap .form-group.checkbox-form-grp {
    flex: 0 0 100%;
    max-width: 100%;
}
.form-wrap .form-group input[type="text"], .form-wrap .form-group select{
   font-family: 'AvenirLTStd-Roman';
}
.affected-products-table table tbody tr td{
    color: #000!important;
    font-size: 17px;
}
.btnsWrap {
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
p.info-status {
  margin-bottom: 15px;
}
.form-group.radio-group {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  max-width: 500px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 13px;
}

.form-group.radio-group input {
  margin: 0px;
  padding: 0px;
}

.form-group.radio-group label {
  margin: 0px;
  padding: 0px;
}

.form-wrap.flex {
  margin-top: 20px;
}

.radio-flex-box {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
span#radioErrorMessage {
  position: absolute;
  left: 15px;
  bottom: -29px;
}


.btn-amana-red.amana-green {
  background: green;
  margin-left: 0px;
}

.instructions-panel {
  margin-bottom: 20px;
  margin-top: 10px;
}
.affected-products-table.info-table thead {background: green;}

.affected-products-table.info-table.fadeIn.animated {
    margin-bottom: 40px;
}
.confirmation-details p{
  margin-bottom: 17px;
}
.confirmation-details .affected-products-table table thead tr th:last-child {
  max-width: initial;
}

.confirmation-details .affected-products-table table tbody tr td:last-child {
  flex: 1;
  max-width: initial;
}

.button-confirm-group {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 20px;
}

p.small-info-text {
  font-size: 15px;
  color: red;
}
.address-block {
  background: #eee;
  padding: 20px;
  margin-bottom: 30px;
}

div#nextBtn {
    width: 100%;
    max-width: 100px;
}

@media print {
  .button-confirm-group, a#registerMoreUnits{
    display: none;
  }

}
@media screen and (min-width: 768px){  
  #propertyRadio{
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px){
  .flex-50{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .img-wrap .col-img {
    max-width: 100%;
  }

  .main-wrap {
    margin-bottom: 166px;
  }

  #propertyDropdown select {
    width: 100%;
  }

  /*.contact-us-text{
    position: relative;
  }*/

  .form-wrap .form-group{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .form-wrap .form-group input[type="text"],
  .form-wrap .form-group select{
    margin-bottom: 35px;
  }

  .form-group span.error-message {
    left: 0;
  }

  span.error-message {
    left: 0;
  }

  .contact-us-text {
    bottom: -166px;
  }

  .data-import {
    flex-direction: column;
  }

  .data-import > * {
    align-self: flex-start;
  }

  .data-import a{
    align-self: flex-start;
  }
}


/* Recall Css */
.divider-line {
    width: 100%;
    height: 1px;
    background: #999999;
    margin: 30px 0px;
}
#mailcode {
    padding: 7px 10px;
    margin-left: 10px;
}
span.small-info-txt {
    font-size: 13px;
    text-align: right;
    align-items: center;
    position: absolute;
    right: 18px;
    display: flex;
    top: -1px;
    font-size: 13px;
    align-items: center;
    justify-content: center;
}


.form-wrap .form-group span.small-info-txt label {
    font-size: 13px;
    font-family: 'source_sans_prosemibold';
    margin: 0px;
    margin-top: 1px;
}

span.small-info-txt input {
    margin: 0px;
    margin-right: 4px;
}

/* The custom-checkbox */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: -4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .custom-checkbox input:checked ~ .checkmark {
    background-color: #2378b3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .custom-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .form-wrap .form-group.checkbox-form-grp{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mtb-20{
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .form-wrap .form-group.checkbox-form-grp label{
    cursor: pointer;
  }

  .optional-address-panel {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    flex: 0 0 1900%;
    width: 100%;
}

#addUniqueCode[disabled] {
  background-color: #999999;
  border-color: #999999;
  cursor: not-allowed;
}

.form-wrap .form-group input:read-only {
    background-color: #eee!important;
}
.form-wrap .form-group select:disabled {
  background: #000;
  background-color: #eee!important;
  border: 1px solid #58585a;
  opacity: 1;
  color: #000;
}


p.info-status {
  font-weight: 900;
}
p.error-uniqueId {
    color: #F00000;
    font-weight: 900;
    padding: 7px 0px;
    margin-left: 10px;
}

.align-height {
    height: 35px;
}

.flex.flex-wrap.input-box-height {
    height: 70px;
}

.action-box {
      background: #f3f3f3;
    padding: 20px;
    padding-bottom: 10px;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    flex: 0 0 40%;
    margin: 30px 15px;
}

#mainDesc .action-box p {
    /* margin-bottom: 10px; */
    line-height: 25px;
}

#mainDesc .action-box p.heading-line {
    background: #777;
    margin: 0px -20px;
    margin-top: -20px;
    color: #fff;
    padding: 4px;
    margin-bottom: 20px;
    padding-left: 20px;
    line-height: 35px;
}
a.link-block {
    color: #e51937;
    font-weight: 700;
    display: inline-block;
}
a.link-block:hover {
    text-decoration: underline;
}



.digi-air-recall-wrapper h2 {
    margin-bottom: 20px;
}

.digi-air-recall-wrapper h4 {
    margin-bottom: 17px;
}

.digi-air-recall-wrapper #mainDesc .img-wrap p {
    line-height: 19px;
    text-align: center;
    margin-bottom: 20px;
}

.info-box-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}
p.video-title{
color: #e51937;
    font-weight: 700;
    display: block;
    text-align: center;
}
.video-wrap{
    max-width:720px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.video-wrap video {
    border: 2px solid #dddd;
}

.image-radio {
    display: flex;
    justify-content: space-around;
}

.image-radio label {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}

.serial-error-message {
    position: relative;
    left: 10px;
    top: -10px;
    color: #ed171f;
    font-size: 15px;
}

.thermostat-error-message {
    position: relative;
    top: -10px;
    color: #ed171f;
    font-size: 15px;
}

.instanceID-error-message {
    position: relative;
    top: -10px;
    color: #ed171f;
    font-size: 15px;
}

.serialNo-error-message {
    position: relative;
    top: -10px;
    color: #ed171f;
    font-size: 15px;
}

.modelNo-error-message {
    position: relative;
    top: -10px;
    color: #ed171f;
    font-size: 15px;
}

p.heading-line {
    text-align: center;
}
.serial-input-wrap{
  margin-bottom: 15px;
}
select#productModelNumberSelection {
  margin-left: 10px;
  height: 37px;
  width: 191px;
  border-radius: 0px;
}

/* HIDE RADIO */
.fit-recall-products[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
.fit-recall-products[type=radio] + .select-image-box  img {
  cursor: pointer;
  filter: grayscale(1);
  max-width: 200px;
}

/* CHECKED STYLES */
.fit-recall-products[type=radio]:checked +.select-image-box  img {

  filter: grayscale(0);
}

.fit-recall-products[type=radio]:checked + .select-image-box{
  border: 2px solid #ed171f;
}
.image-radio span {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  max-width: 200px;
    margin: 20px auto;

}
#productSummaryText p.alert {
  margin-bottom: 20px;
}

.select-image-box {
  padding: 5px;
}
.select-image-box img {
  height: 100%;
  object-fit: cover;
}
.btnsWrap div#clearAll {
  margin-left: auto;
}

.confirmation-details .affected-products-table.info-table.fadeIn.animated .table-responsive {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.confirmation-details .affected-products-table table{
  margin-left: 0px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.confirmation-details {
  max-width: 900px;
}

.thermostat-steps{
  display: flex;
  justify-content: space-around;
  gap: 20px;
  margin-bottom: 30px;
}
.steps-order {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.steps-order h6 {
    background: #115c80;
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding: 20px 21px;
    min-height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnsWrap.fadeIn.no-flex-row {
  display: block;
}

.flex-box-panel {
  display: flex;
  flex-direction: column;
  max-width: 700px;
}

.instance-search-box #serialnumber {
  margin-left: 0px;
}

.instance-search-box {
  max-width: 400px;
}


.instance-search-box p {
  margin-bottom: 12px;
}

#displaySearchResults .affected-products-table.info-table.fadeIn.animated {
  margin-bottom: 0px;
}
#displaySearchResults .affected-products-table table{
  margin-left: 0px;
}
.details-block {
  padding: 20px;
  background: #eee;
  margin: 20px 0px;
  max-width: 870px;
}
a#registerMoreUnits {
  margin: 0px;
}

a.btn-amana-blue.lg-button{
  padding: 20px 50px;
    min-width: 150px;
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    .flex.flex-wrap.input-box-height {
    height: auto;
}
.align-height-mobile{
   height: 35px;
}


.action-box {
   flex: auto;
    margin: 15px 0px;
}

.image-radio{
  flex-direction: column;
}

.thermostat-steps{
  flex-direction: column;
}

.img-wrap.col-2-wrap .col-img {
    max-width: 100%;
}
  }