.progress-bar {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  background: transparent;
}
.progress-bar > li {
  display: table-cell;
  text-align: center;
  position: relative;
  margin: 0;
  text-indent: 0;
  padding: 0;
}
.progress-bar > li span {
  display: block;
  margin-top: 1.0714285714rem;
  padding-top: 0.7142857143rem;
  font-size: 1rem;
  vertical-align: top;
}
.progress-bar > li span > span {
  font-size: 1rem;
  font-style: italic;
  margin-top: 0.5714285714rem;
  font-weight: 600;
}
.progress-bar > li:before {
  position: absolute;
  border-radius: 50%;
  width: 2.1428571429rem;
  height: 2.1428571429rem;
  content: "";
  display: block;
  text-align: center;
  background: #ececec;
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border: 2px solid #ffffff;
  top: 0;
  margin-top: -0.3928571429rem;
  z-index: 10;
  left: 50%;
  margin-left: -1.0714285714rem;
}
.progress-bar > li:after {
  position: absolute;
  width: 100%;
  height: 1.0714285714rem;
  content: "";
  display: block;
  background: #ececec;
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5000px;
  left: 50%;
  top: 0;
  z-index: 0;
  margin-top: 0.45rem;
}
.progress-bar > li:last-child:after {
  display: none;
}
.progress-bar > li.complete:after {
  background: #238247;
}
.progress-bar > li.complete:before, .progress-bar > li.current:before {
  background: #238247;
  color: #ffffff;
  padding: 8px;
}
.progress-bar > li.complete[data-step=selectBrand]:before, .progress-bar > li.current[data-step=selectBrand]:before {
  font-family: "CI-Icons" !important;
  content: "\e977";
}
.progress-bar > li.complete[data-step=selectPrinter]:before, .progress-bar > li.current[data-step=selectPrinter]:before {
  font-family: "CI-Icons" !important;
  content: "\e977";
}
.progress-bar > li.complete[data-step=verifyPrinter]:before, .progress-bar > li.current[data-step=verifyPrinter]:before {
  font-family: "CI-Icons" !important;
  content: "\e970";
}

.sel-progress {
  background: #fcfcfc;
  border-bottom: 0;
  padding-top: 2.75rem;
  padding-bottom: 1.5rem;
}
.sel-progress .progress-bar > li.complete:hover {
  cursor: default;
}

.printer-selector-modal.modal-popup {
  overflow-y: auto;
}
.printer-selector-modal.modal-popup .modal-inner-wrap {
  width: 100%;
  top: 0;
  background: #ffffff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.printer-selector-modal.modal-popup .myprinter-wrapper {
  margin-top: 2rem;
}

.news-pref .aside-wrapper {
  margin-top: 3rem;
}

.printer-pref-container .loading-wrapper {
  padding: 5rem 0;
}
.printer-pref-container.border-top-none {
  border-top: 0;
  border-radius: 0 0 0 0;
}
.printer-pref-container .button.green {
  background-color: #238247;
}
.printer-pref-container .button.green:hover, .printer-pref-container .button.green:active, .printer-pref-container .button.green:focus {
  background-color: #238247;
}
.printer-pref-container .button.green:hover:after, .printer-pref-container .button.green:active:after, .printer-pref-container .button.green:focus:after {
  background-color: #1b6336;
}

.primary-default {
  margin: 0.5rem 0 1.5rem;
}

.printer-pref {
  margin: 1rem;
}
.printer-pref .callout.alert {
  padding-left: 3rem;
  background-color: #fde1de;
  border-color: #E22F1B;
  color: #3D3B3B;
}
.printer-pref .callout.alert:before {
  content: "\e91d";
  color: #E22F1B;
  font-size: 1.1428571429rem;
}
.printer-pref .callout.alert.closeable {
  padding-right: 2.5rem;
}
.printer-pref .gray-link {
  text-decoration: underline;
}
.printer-pref .gray-link:hover {
  text-decoration: none;
}
.printer-pref .callout.success {
  flex-wrap: wrap;
  text-align: left;
}
.printer-pref .callout.success > :last-child {
  width: 100%;
}
.printer-pref .callout .pref-title {
  font-size: 1.4285714286rem;
}

.selected-brand-icon {
  max-height: 1.9285714286rem;
  margin: 1rem 0;
}

.pref-title {
  font-size: 1.4285714286rem;
}

.sel-title {
  font-size: 1.4285714286rem;
  color: #7d7d7d;
  margin-bottom: 0.5rem;
}

.filter-marker {
  background-color: rgba(243, 201, 18, 0.5);
  line-height: 1.5;
  position: relative;
  z-index: -1;
}

.top-brand-list {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.top-brand-list li {
  display: inline-block;
  margin: 1rem 2rem 1rem 0;
}
.top-brand-list li a {
  display: inline-block;
}
.top-brand-list li a:focus {
  outline-color: transparent;
  background-color: #efefef;
  box-shadow: 0 0 0 8px #efefef;
}
.top-brand-list .top-brand-icon {
  opacity: 1;
  max-height: 1.7857142857rem;
}
.top-brand-list .top-brand-icon.hp {
  max-height: 2.1428571429rem;
}
.top-brand-list .top-brand-icon.canon {
  max-height: 1.6428571429rem;
}
.top-brand-list .top-brand-icon.samsung {
  max-height: 2rem;
}
.top-brand-list .top-brand-icon:hover {
  opacity: 0.75;
}

.other-brand-list li {
  display: inline-block;
  width: calc(33.33% - 1.5rem);
  margin: 0.5rem 1rem 0.5rem 0;
}

.selected-img {
  display: block;
  max-width: 175px;
  margin: 0 auto;
}

.printer-update-wrapper {
  margin: 2rem 1rem;
  text-align: center;
}
.printer-update-wrapper .divider-icon, .printer-update-wrapper .divider-cmy-swash, .printer-update-wrapper .divider-cmy-dots {
  text-align: center;
  position: relative;
}
.printer-update-wrapper .divider-icon:after, .printer-update-wrapper .divider-cmy-swash:after, .printer-update-wrapper .divider-cmy-dots:after {
  content: url("../images/icons/logo-icon.svg");
  background: #ffffff;
  padding: 0 1rem;
  display: inline-block;
  left: 50%;
  margin-left: -14px;
  width: 28px;
  height: auto;
  position: absolute;
  top: -10px;
}
.printer-update-wrapper hr {
  margin-bottom: 0;
}

.series-panel {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}

.series-result, .series-select {
  margin-top: 2rem;
}

.series-wrapper {
  background: #eaeaea;
  padding: 1rem 1.5rem;
  margin: 0;
}

.series-name {
  width: calc(20% - 1rem);
  margin: 0.75rem 0.5rem;
}
.series-name .is-active {
  background-color: #EC2748;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
}
.series-name .is-active:hover:after {
  background-color: transparent;
}

.result-block {
  margin-bottom: 2rem;
}
.result-block .header-wrapper {
  background: #3D3B3B;
  padding: 0.5rem 1rem;
}
.result-block .header-wrapper .title {
  color: #ffffff;
  font-size: 1.2857142857rem;
}
.result-block .content-wrapper {
  background: #eaeaea;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.result-block .content-wrapper .model-list-link {
  color: #3D3B3B;
  width: calc(50% - 1rem);
  margin: 1rem 0.5rem;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.ph-wrapper {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ph-wrapper .icon-wrapper {
  max-width: 80px;
  margin-bottom: 1rem;
}
.ph-wrapper .ins-wrapper {
  font-size: 1.1428571429rem;
}

ul.model-list {
  margin: 0;
  list-style: none;
}
ul.model-list li {
  display: inline-block;
  width: calc(50% - 1rem);
  margin: 0.25rem;
  padding: 0.5rem;
  vertical-align: top;
}
ul.model-list li:before {
  display: none;
}
ul.model-list li .model-list-link {
  font-weight: 600;
  color: #3D3B3B;
  border: none;
}
ul.model-list li .matched-pid {
  position: relative;
}
ul.model-list li .matched-pid:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  display: inline-block;
  border: 9px solid transparent;
  border-right-color: #EC2748;
  right: -1rem;
}
ul.model-list li .matched-pid:after {
  content: "Your Printer";
  position: absolute;
  top: 0;
  display: block;
  right: -7rem;
  color: #ffffff;
  font-size: 88%;
  width: 6rem;
  text-align: center;
  background: #EC2748;
  padding: 0 0.3571428571rem;
}

@media screen and (min-width: 48em) {
  ul.model-list li {
    width: calc(33.33% - 1rem);
  }
  .series-wrapper {
    margin: 0 0.5rem;
  }
}
@media screen and (min-width: 64em) {
  ul.model-list {
    width: calc(100% - 0.5rem);
    margin: 0 0.5rem;
  }
  ul.model-list li {
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 75em) {
  ul.model-list li {
    width: calc(25% - 1rem);
  }
}
@media screen and (min-width: 48em) {
  .printer-pref {
    margin: 3rem;
  }
  .printer-selector-modal.modal-popup .modal-inner-wrap {
    width: 90%;
    top: 5%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .printer-update-wrapper {
    margin: 2rem 3rem 0;
    text-align: right;
  }
  .printer-update-wrapper.has-printer {
    text-align: center;
  }
  .dashboard-card .printer-pref {
    margin: 1rem;
  }
  .dashboard-card .printer-update-wrapper {
    margin: 2rem 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 64em) {
  .news-pref .aside-wrapper {
    margin-top: 0;
  }
  .dashboard-card .printer-pref {
    margin: 3rem;
  }
  .dashboard-card .printer-update-wrapper {
    margin: 2rem 3rem 0;
    text-align: right;
  }
}
@media screen and (min-width: 75em) {
  .printer-selector-modal.modal-popup .modal-inner-wrap {
    width: 75%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .printer-sel-wrapper ul.model-list li {
    width: calc(33.33% - 1rem);
  }
}
.saved-printer-tab {
  display: block;
  width: 100%;
}

.printer-list-container {
  margin: 2rem auto;
  padding-bottom: 2rem;
}
.printer-list-container:last-of-type {
  border: 0;
  padding-bottom: 0;
}
.printer-list-container .note {
  font-style: italic;
  font-size: 1.0714285714rem;
}

.printer-image-wrapper {
  position: relative;
}

.dashboard-card .shop-btn {
  font-size: 0.8571428571rem;
  padding: 0.75rem 1rem;
  height: -moz-fit-content;
  height: fit-content;
}
.dashboard-card .button-group {
  flex-direction: column;
  margin-bottom: 0;
}

.printer-image {
  max-width: 100%;
  border: 1px solid #cccccc;
  padding: 0.7142857143rem;
}

.printer-name {
  display: inline-block;
  margin: 1rem 0 1rem;
  font-family: "factoria", "open-sans", Georgia, serif;
  font-weight: 700;
  font-size: 1.7142857143rem;
}

.account-info .printer-name {
  font-size: 1.1428571429rem;
}

.label-flag {
  position: absolute;
  padding: 0.3571428571rem 0.5714285714rem;
  background: #238247;
  color: #ffffff;
  border-radius: 0;
  bottom: 0.5714285714rem;
  left: -1.0714285714rem;
}
.label-flag:before {
  content: "";
  position: absolute;
  border-bottom: 1.0714285714rem solid #185a31;
  border-left: 1.0714285714rem solid transparent;
  top: -1em;
  left: 0;
}
.label-flag:after {
  content: "";
  position: absolute;
  border-top: 0 solid transparent;
  border-bottom: 2.2142857143rem solid transparent;
  border-left: 2.2142857143rem solid #238247;
  right: -2.2142857143rem;
  top: 0;
}

.shop-btn {
  margin-bottom: 1.25rem;
}

.action-group {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  justify-content: space-between;
}
.action-group .link {
  margin: 2rem 0;
}
.action-group .icon {
  margin-right: 0.3571428571rem;
  opacity: 0.65;
}

.welcome-page .action-group {
  justify-content: flex-start;
}
.welcome-page .action-group .link {
  margin: 1rem 2rem 1rem 0;
}

.news-pref .button-group {
  flex-wrap: wrap;
}
.news-pref .action-group {
  margin-top: 2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.news-pref .action-group .link {
  margin: 0 2rem 1.5rem 0;
}

.add-printer {
  position: relative;
}
.add-printer[data-max-saved=true] {
  overflow: initial;
}
.add-printer[data-max-saved=true]:hover:before {
  position: absolute;
  content: attr(data-max-note);
  display: block;
  padding: 0.5714285714rem;
  width: 18.5714285714rem;
  border-radius: 0;
  border: 2px dashed #cdcdcd;
  background: #efefef;
  color: #3D3B3B;
  font-weight: normal;
  bottom: 3.5rem;
  left: 10%;
}

@media screen and (min-width: 48em) {
  .saved-printer-tab .tabs li {
    font-size: 1.15rem;
  }
  .printer-name {
    margin-top: 0;
  }
  .dashboard-card .action-group .link {
    margin: 2rem 1rem 0;
  }
}
@media screen and (min-width: 64em) {
  .dashboard-card .action-group .link {
    margin: 2rem 0;
  }
  .dashboard-card .action-group .link:last-of-type {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 75em) {
  .dashboard-card .action-group {
    justify-content: flex-start;
  }
  .dashboard-card .action-group .link {
    margin: 2rem 2rem 2rem 0;
  }
  .news-pref .action-group .link {
    margin: 0 2rem 0 0;
  }
}
/*# sourceMappingURL=myprinter-manage.css.map */
