input.error,
select.error,
label.error {
  color: darkred;
}
.bundles .device {
  padding: 20px 20px 20px;
  margin: 10px 0;
  border: 3px solid transparent;
  cursor: pointer;
  text-align: center;
  outline-width: 0;
  display: inline-block;
  position: relative;
}
.bundles .device .image {
  min-height: 170px;
}
.bundles .device img {
  margin: auto auto;
  padding-bottom: 20px;
  max-width: 170px;
  max-height: 170px;
}
.bundles .device > div {
  min-height: 60px;
}
.bundles .device p {
  margin: 0;
  max-width: 250px;
}
@media (max-width: 576px) {
  .bundles .device p {
    max-width: initial;
  }
}
.bundles .device a {
  margin: 25px 0 0 0;
  display: inline-block;
}
.bundles .device {
  position: relative;
}
.bundles .device .as_product_description {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px 20px;
  background: white;
  text-align: left;
  color: #575756 !important;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.bundles .device .as_product_description span.close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.slick-prev:before,
.slick-next:before {
  color: #9da9af;
  font: normal normal 26px/1 'Glyphicons Halflings';
}
.slick-prev,
.slick-next {
  height: 70px;
  width: 70px;
  z-index: 99;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
@media (max-width: 992px) {
  .slick-prev {
    left: 20px;
  }
  .slick-next {
    right: 20px;
  }
}
@media (max-width: 576px) {
  .slick-prev,
  .slick-next,
  .slick-prev:before,
  .slick-next:before {
    color: rgba(0, 0, 0, 0.2);
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
}
.slick-prev:before,
.slick-next:before {
  font-size: 40px;
}
.slick-next:before {
  content: "\e080";
}
.slick-prev:before {
  content: "\e079";
}
#ambiance-notification {
  top: 20% !important;
}
.notification {
  display: none;
}
.as-progress .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.as-progress .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.switch_to_signing {
  cursor: pointer;
}
.device-selection-hidden {
  display: none;
}
.show-device-selection .btn {
  margin: 20px 0;
}
.device_detail_button > div {
  display: none;
  padding: 20px;
  border: 3px solid #d3d3d3;
}

.row input[type="radio"] {
  width: initial;
}

.row .radio {
  background: #eff3f4;
  padding: 10px;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.row .radio label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.panel-heading {
  padding: 20px;
}
/*# sourceMappingURL=main.css.map */