.aptify-control.ons-control-password-reset {
  /* Spinner */
}
.aptify-control.ons-control-password-reset body {
  background: #f4f4f4;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}
.aptify-control.ons-control-password-reset h1, .aptify-control.ons-control-password-reset h2, .aptify-control.ons-control-password-reset h3, .aptify-control.ons-control-password-reset h4, .aptify-control.ons-control-password-reset h5, .aptify-control.ons-control-password-reset h6 {
  margin: 0;
  padding: 0;
}
.aptify-control.ons-control-password-reset *, .aptify-control.ons-control-password-reset ::after, .aptify-control.ons-control-password-reset ::before {
  box-sizing: border-box;
}
.aptify-control.ons-control-password-reset .password-reset .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.aptify-control.ons-control-password-reset .password-reset .card {
  margin-bottom: 30px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.aptify-control.ons-control-password-reset .password-reset .card {
  background-color: #fff;
  border: 0 solid #eee;
  border-radius: 0;
}
.aptify-control.ons-control-password-reset .password-reset .card-header {
  padding: 1rem 1.25rem;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.aptify-control.ons-control-password-reset .password-reset .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.aptify-control.ons-control-password-reset .password-reset .form-group {
  margin-bottom: 20px;
}
.aptify-control.ons-control-password-reset .password-reset .form-group label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.aptify-control.ons-control-password-reset .password-reset .form-control {
  max-width: 90%;
}
.aptify-control.ons-control-password-reset .password-reset .btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 400;
  border: 1px solid transparent;
  padding: 0.45rem 0.75rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.aptify-control.ons-control-password-reset .password-reset .btn.btn-primary {
  color: #fff;
  background-color: #0084C1;
  border-color: #0084C1;
}
.aptify-control.ons-control-password-reset .password-reset .btn.btn-primary:hover {
  color: #fff;
  background-color: #004976;
  border-color: #004976;
}
.aptify-control.ons-control-password-reset .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.aptify-control.ons-control-password-reset .sp {
  width: 18px;
  height: 18px;
  line-height: 16px;
  margin-left: 0.65rem;
  display: inline-block;
  float: right;
}
.aptify-control.ons-control-password-reset .sp-circle {
  border: 4px rgba(250, 250, 250, 0.25) solid;
  border-top: 4px #fff solid;
  border-radius: 50%;
  -webkit-animation: spCircRot 0.6s infinite linear;
  animation: spCircRot 1s infinite linear;
}
@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.aptify-control.ons-control-account-recovery {
  /* Error CSS - we can put this into its own css file then import it into the main css */
  /* Spinner */
}
.aptify-control.ons-control-account-recovery body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Helvetica, Arial, san-serif;
  background: #f4f4f4;
  -webkit-text-size-adjust: 100%;
}
.aptify-control.ons-control-account-recovery h1, .aptify-control.ons-control-account-recovery h2, .aptify-control.ons-control-account-recovery h3, .aptify-control.ons-control-account-recovery h4, .aptify-control.ons-control-account-recovery h5 {
  margin: 0;
  padding: 0;
}
.aptify-control.ons-control-account-recovery * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.aptify-control.ons-control-account-recovery .card {
  width: 100%;
  padding: 25px;
  background: white;
  overflow: hidden;
  transform: translate(0, -40px);
}
.aptify-control.ons-control-account-recovery .card .card-header .card-title {
  font-family: "Roboto Slab", Georgia, Times, "Times New Roman", serif;
  color: #666;
  margin-bottom: 0.75em;
  font-style: italic;
  font-weight: 400;
}
.aptify-control.ons-control-account-recovery .card-form input[type=text],
.aptify-control.ons-control-account-recovery .card-form input[type=email],
.aptify-control.ons-control-account-recovery .card-form input[type=password],
.aptify-control.ons-control-account-recovery .card-form input[type=search],
.aptify-control.ons-control-account-recovery .card-form input[type=color],
.aptify-control.ons-control-account-recovery .card-form input[type=date],
.aptify-control.ons-control-account-recovery .card-form input[type=datetime-local],
.aptify-control.ons-control-account-recovery .card-form input[type=month],
.aptify-control.ons-control-account-recovery .card-form input[type=number],
.aptify-control.ons-control-account-recovery .card-form input[type=tel],
.aptify-control.ons-control-account-recovery .card-form input[type=time],
.aptify-control.ons-control-account-recovery .card-form input[type=url],
.aptify-control.ons-control-account-recovery .card-form input[type=week],
.aptify-control.ons-control-account-recovery .card-form input[list],
.aptify-control.ons-control-account-recovery .card-form input[type=file],
.aptify-control.ons-control-account-recovery .card-form select,
.aptify-control.ons-control-account-recovery .card-form textarea {
  width: 100%;
  max-width: 400px;
  padding: 15px;
  background-color: #fff;
  border: 2px solid #ccc;
  box-sizing: border-box;
  font-size: 14px;
  transition: 0.5s;
  outline: none;
  margin-bottom: 15px;
  display: inline;
}
@media only screen and (max-width: 695px) {
  .aptify-control.ons-control-account-recovery .card-form input#email-phone-field {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .aptify-control.ons-control-account-recovery .card-form button.btn.btn-default {
    width: 100%;
  }
  .aptify-control.ons-control-account-recovery .card-form button.btn.btn-primary {
    width: 100%;
  }
}
@media only screen and (max-width: 695px) and (max-width: 490px) {
  .aptify-control.ons-control-account-recovery .card-form button.btn.btn-primary {
    width: 100%;
  }
}
.aptify-control.ons-control-account-recovery button, .aptify-control.ons-control-account-recovery .btn {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  -webkit-appearance: none;
  font-size: 16px;
  display: inline-block;
  padding: 8px 16px;
  line-height: 16px;
  font-weight: normal;
  border: 0;
  border-radius: 5px;
  margin: 0 3px 6px 3px;
  font-family: "Roboto Slab", Georgia, Times, "Times New Roman", serif;
}
.aptify-control.ons-control-account-recovery button.btn-primary, .aptify-control.ons-control-account-recovery .btn.btn-primary {
  background-color: #0084C1;
  border-color: #0084C1;
  text-decoration: none;
  color: #fff;
}
.aptify-control.ons-control-account-recovery button:hover, .aptify-control.ons-control-account-recovery .btn:hover {
  background-color: #004976;
  border-color: #004976;
}
.aptify-control.ons-control-account-recovery button.btn-default, .aptify-control.ons-control-account-recovery .btn.btn-default {
  text-decoration: none;
  color: #fff;
  background-color: #0084C1;
  border-color: #0084C1;
}
.aptify-control.ons-control-account-recovery button.btn-default:hover, .aptify-control.ons-control-account-recovery .btn.btn-default:hover {
  background-color: #004976;
  border-color: #004976;
  text-decoration: none;
}
.aptify-control.ons-control-account-recovery .btn-large {
  padding: 12px 18px;
  font-size: 16px;
  line-height: normal;
}
.aptify-control.ons-control-account-recovery .option-error {
  border-top: 2px solid darkred;
  padding: 0.85rem;
  box-sizing: border-box;
  font-family: "Open Sans", Helvetica, Arial, san-serif;
  color: darkred;
}
.aptify-control.ons-control-account-recovery .validation-error {
  border-top: 2px solid darkred;
  padding: 0.85rem;
  box-sizing: border-box;
  font-family: "Open Sans", Helvetica, Arial, san-serif;
  color: darkred;
  max-width: 400px;
}
.aptify-control.ons-control-account-recovery .validation-error span {
  display: block;
}
.aptify-control.ons-control-account-recovery .sp {
  width: 18px;
  height: 18px;
  line-height: 16px;
  margin-left: 0.65rem;
  display: inline-block;
  float: right;
}
.aptify-control.ons-control-account-recovery .sp-circle {
  border: 4px rgba(250, 250, 250, 0.25) solid;
  border-top: 4px #fff solid;
  border-radius: 50%;
  -webkit-animation: spCircRot 0.6s infinite linear;
  animation: spCircRot 1s infinite linear;
}
@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.aptify-control.ons-control-account-recovery #new-password {
  margin-bottom: 15px;
}
@media (max-width: 695px) {
  .aptify-control.ons-control-account-recovery #new-password,
  .aptify-control.ons-control-account-recovery #confirm-password {
    max-width: 100%;
  }
  .aptify-control.ons-control-account-recovery button.btn.btn-primary {
    width: 100%;
  }
  .aptify-control.ons-control-account-recovery .validation-error {
    max-width: 100%;
  }
}
.aptify-control.ons-control-account-recovery .option-select .list-group-item {
  position: relative;
  display: block;
  padding: 15px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
}
.aptify-control.ons-control-account-recovery .option-select .list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.aptify-control.ons-control-account-recovery .option-select .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.aptify-control.ons-control-account-recovery .option-select .list-group-item:last-child {
  margin-bottom: 10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.aptify-control.ons-control-account-recovery .option-select .list-group-item.active {
  background: rgb(0, 89.1907216495, 143);
  color: #fff;
}
.aptify-control.ons-control-account-recovery .option-select .list-group-item .a {
  text-decoration: none;
}
.aptify-control.ons-control-account-recovery i.fas {
  line-height: 1.2;
}
.aptify-control.ons-control-account-recovery i.fas.fa-mobile-alt.fa-pull-right.fa-lg {
  padding-right: 2px;
}

.aptify-control.ons-control-chapter-search input[type=search]::-webkit-search-decoration,
.aptify-control.ons-control-chapter-search input[type=search]::-webkit-search-cancel-button,
.aptify-control.ons-control-chapter-search input[type=search]::-webkit-search-results-button,
.aptify-control.ons-control-chapter-search input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.aptify-control.ons-control-chapter-search input#search {
  height: 50px;
  width: 60%;
  background: #fff;
  border: 0;
  z-index: 15;
  border-radius: 2px;
  position: relative;
  padding-left: 10px;
  color: #FF6600;
  font-family: "Roboto Slab", Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  float: left;
  margin-right: 10px;
}
.aptify-control.ons-control-chapter-search .btn.rounded-corners {
  border-radius: 6px;
}
.aptify-control.ons-control-chapter-search .btn {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  -webkit-appearance: none;
  font-family: "Roboto Slab", Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  display: inline-block;
  padding: 12px 18px;
  line-height: 16px;
  font-weight: normal;
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0079C2;
  height: 50px;
}
.aptify-control.ons-control-chapter-search .search-component {
  position: relative;
  width: 100%;
}
.aptify-control.ons-control-chapter-search table {
  top: 40px;
  left: 0;
  transition: 0.5s;
  padding: 10px;
  width: 95%;
  box-sizing: border-box;
  font-family: "Roboto Slab", Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  height: auto;
  overflow: hidden;
  overflow-x: scroll;
  border: none;
  border-collapse: collapse;
}
.aptify-control.ons-control-chapter-search table th,
.aptify-control.ons-control-chapter-search table td {
  text-align: left;
  color: #454545;
  border: none;
  padding: 0.25em 0.5em;
}
.aptify-control.ons-control-chapter-search td a {
  text-decoration: none;
  display: block;
  width: 100%;
}
.aptify-control.ons-control-chapter-search table td:hover {
  background: lightblue;
}
.aptify-control.ons-control-chapter-search .no-results {
  position: absolute;
  top: 60px;
  left: 10px;
  background: white;
  transition: 0.5s;
  width: 58%;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto Slab", Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  height: auto;
  display: none;
}
.aptify-control.ons-control-chapter-search .modal {
  position: fixed;
  align-content: center;
  background: rgba(69, 97, 121, 0.9);
  animation-name: modal-open;
  animation-duration: 0.5s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 102;
}
.aptify-control.ons-control-chapter-search .chapter-modal-content {
  background-color: #f4f4f4;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  animation-name: modal-open;
  animation-duration: 2s;
  max-height: 600px;
  max-width: 600px;
  position: relative;
  overflow: auto;
}
.aptify-control.ons-control-chapter-search .closeBtn {
  color: #ccc;
  float: right;
  font-size: 30px;
  transition: 0.5s;
}
.aptify-control.ons-control-chapter-search .closeBtn:hover, .aptify-control.ons-control-chapter-search .closeBtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@keyframes modal-open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes closeModal {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.aptify-control.ons-control-assisted-password-reset {
  /* Error CSS - we can put this into its own css file then import it into the main css */
  /* Spinner */
}
.aptify-control.ons-control-assisted-password-reset body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Helvetica, Arial, san-serif;
  background: #f4f4f4;
  -webkit-text-size-adjust: 100%;
}
.aptify-control.ons-control-assisted-password-reset h1, .aptify-control.ons-control-assisted-password-reset h2, .aptify-control.ons-control-assisted-password-reset h3, .aptify-control.ons-control-assisted-password-reset h4, .aptify-control.ons-control-assisted-password-reset h5 {
  margin: 0;
  padding: 0;
}
.aptify-control.ons-control-assisted-password-reset * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.aptify-control.ons-control-assisted-password-reset .card {
  width: 100%;
  padding: 25px;
  background: white;
  overflow: hidden;
  transform: translate(0, -40px);
}
.aptify-control.ons-control-assisted-password-reset .card .card-header .card-title {
  font-family: "Roboto Slab", Georgia, Times, "Times New Roman", serif;
  color: #666;
  margin-bottom: 0.75em;
  font-style: italic;
  font-weight: 400;
}
.aptify-control.ons-control-assisted-password-reset .card-form input[type=text],
.aptify-control.ons-control-assisted-password-reset .card-form input[type=email],
.aptify-control.ons-control-assisted-password-reset .card-form input[type=password],
.aptify-control.ons-control-assisted-password-reset .card-form input[type=search],
.aptify-control.ons-control-assisted-password-reset .card-form input[type=color],
.aptify-control.ons-control-assisted-password-reset .card-form input[type=date],
.aptify-control.ons-control-assisted-password-reset .card-form input[type=datetime-local],
.aptify-control.ons-control-assisted-password-reset .card-form input[type=month],
.aptify-control.ons-control-assisted-password-reset .card-form input[type=number],
.aptify-control.ons-control-assisted-password-reset .card-form input[type=tel],
.aptify-control.ons-control-assisted-password-reset .card-form input[type=time],
.aptify-control.ons-control-assisted-password-reset .card-form input[type=url],
.aptify-control.ons-control-assisted-password-reset .card-form input[type=week],
.aptify-control.ons-control-assisted-password-reset .card-form input[list],
.aptify-control.ons-control-assisted-password-reset .card-form input[type=file],
.aptify-control.ons-control-assisted-password-reset .card-form select,
.aptify-control.ons-control-assisted-password-reset .card-form textarea {
  width: 100%;
  max-width: 400px;
  padding: 15px;
  background-color: #fff;
  border: 2px solid #ccc;
  box-sizing: border-box;
  font-size: 14px;
  transition: 0.5s;
  outline: none;
  margin-bottom: 15px;
  display: inline;
}
@media only screen and (max-width: 695px) {
  .aptify-control.ons-control-assisted-password-reset .card-form input#email-phone-field {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .aptify-control.ons-control-assisted-password-reset .card-form button.btn.btn-default {
    width: 100%;
  }
  .aptify-control.ons-control-assisted-password-reset .card-form button.btn.btn-primary {
    width: 100%;
  }
}
@media only screen and (max-width: 695px) and (max-width: 490px) {
  .aptify-control.ons-control-assisted-password-reset .card-form button.btn.btn-primary {
    width: 100%;
  }
}
.aptify-control.ons-control-assisted-password-reset button, .aptify-control.ons-control-assisted-password-reset .btn {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  -webkit-appearance: none;
  font-size: 16px;
  display: inline-block;
  padding: 8px 16px;
  line-height: 16px;
  font-weight: normal;
  border: 0;
  border-radius: 5px;
  margin: 0 3px 6px 3px;
  font-family: "Roboto Slab", Georgia, Times, "Times New Roman", serif;
}
.aptify-control.ons-control-assisted-password-reset button.btn-primary, .aptify-control.ons-control-assisted-password-reset .btn.btn-primary {
  background-color: #0079C2;
  text-decoration: none;
  color: #fff;
}
.aptify-control.ons-control-assisted-password-reset button:hover, .aptify-control.ons-control-assisted-password-reset .btn:hover {
  background-color: rgb(0, 89.1907216495, 143);
}
.aptify-control.ons-control-assisted-password-reset button.btn-default, .aptify-control.ons-control-assisted-password-reset .btn.btn-default {
  text-decoration: none;
  color: #fff;
  background-color: rgb(66.5, 184.0695876289, 255);
}
.aptify-control.ons-control-assisted-password-reset button.btn-default:hover, .aptify-control.ons-control-assisted-password-reset .btn.btn-default:hover {
  background-color: #3593cc;
  text-decoration: none;
}
.aptify-control.ons-control-assisted-password-reset .btn-large {
  padding: 12px 18px;
  font-size: 16px;
  line-height: normal;
}
.aptify-control.ons-control-assisted-password-reset .validation-error {
  border-top: 2px solid darkred;
  padding: 0.85rem;
  box-sizing: border-box;
  font-size: 0.75rem;
  font-family: "Open Sans", Helvetica, Arial, san-serif;
  color: darkred;
  max-width: 400px;
}
.aptify-control.ons-control-assisted-password-reset .validation-error span {
  display: block;
}
.aptify-control.ons-control-assisted-password-reset .sp {
  width: 18px;
  height: 18px;
  line-height: 16px;
  margin-left: 0.65rem;
  display: inline-block;
  float: right;
}
.aptify-control.ons-control-assisted-password-reset .sp-circle {
  border: 4px rgba(250, 250, 250, 0.25) solid;
  border-top: 4px #fff solid;
  border-radius: 50%;
  -webkit-animation: spCircRot 0.6s infinite linear;
  animation: spCircRot 1s infinite linear;
}
@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.aptify-control.ons-control-assisted-password-reset #new-password {
  margin-bottom: 15px;
}
@media (max-width: 695px) {
  .aptify-control.ons-control-assisted-password-reset #new-password,
  .aptify-control.ons-control-assisted-password-reset #confirm-password {
    max-width: 100%;
  }
  .aptify-control.ons-control-assisted-password-reset button.btn.btn-primary {
    width: 100%;
  }
  .aptify-control.ons-control-assisted-password-reset .validation-error {
    max-width: 100%;
  }
}

.aptify-control.ons-control-bulk-register {
  /*This style kills the margin on the second rich-router-inbody-callout container. If more get added then we need to convert this style to using nth-child selectors*/
  /* Register Button needs an id to be uniquely identified in this context - should be id="bulk-register-add-to-cart" */
  /* Register Button also needs this class naming added class="btn btn-large" */
}
.aptify-control.ons-control-bulk-register *, .aptify-control.ons-control-bulk-register ::after, .aptify-control.ons-control-bulk-register ::before {
  box-sizing: border-box;
}
.aptify-control.ons-control-bulk-register label {
  display: inline-block;
}
.aptify-control.ons-control-bulk-register .sp {
  width: 18px;
  height: 18px;
  line-height: 16px;
  margin-left: 0.65rem;
  display: inline-block;
  float: right;
}
.aptify-control.ons-control-bulk-register .sp-circle {
  border: 4px rgba(250, 250, 250, 0.25) solid;
  border-top: 4px #fff solid;
  border-radius: 50%;
  -webkit-animation: spCircRot 0.6s infinite linear;
  animation: spCircRot 1s infinite linear;
}
.aptify-control.ons-control-bulk-register #ons-control-bulk-register .product-information-inner {
  min-height: 20vh;
}
.aptify-control.ons-control-bulk-register #user-input {
  display: inline;
  width: 60%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  /* border-radius: .25rem; */
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-right: 0.5rem;
}
.aptify-control.ons-control-bulk-register .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.aptify-control.ons-control-bulk-register .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 18px;
  line-height: 1.41176471;
  margin: 0 0 5px 0;
  color: #0079C2;
}
.aptify-control.ons-control-bulk-register .styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #eee;
}
.aptify-control.ons-control-bulk-register .styled-checkbox + label:hover {
  text-decoration: underline;
}
.aptify-control.ons-control-bulk-register .styled-checkbox:hover + label:before {
  background: #ccc;
}
.aptify-control.ons-control-bulk-register .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.aptify-control.ons-control-bulk-register .styled-checkbox:checked + label:before {
  background: #215C8E;
}
.aptify-control.ons-control-bulk-register .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.aptify-control.ons-control-bulk-register .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.aptify-control.ons-control-bulk-register .form-control {
  display: block;
  width: 100%;
  height: calc(2.4em + 2px);
  padding: 0.45rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.aptify-control.ons-control-bulk-register .input-group-append {
  margin-left: -1px;
}
.aptify-control.ons-control-bulk-register .input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.aptify-control.ons-control-bulk-register .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.aptify-control.ons-control-bulk-register .rich-router-inbody-callout .mcks-text {
  width: 100%;
  float: left;
  background: #fff;
  padding: 30px 40px;
  font-size: 17px;
  line-height: 1.41176471;
  color: inherit;
  border-left: 12px solid #9E5EA9;
  padding-left: 30px;
}
.aptify-control.ons-control-bulk-register .rich-router-inbody-callout.user-input-callout {
  padding: 1rem 1rem 1rem 2rem;
  background: #F6F9FA;
}
.aptify-control.ons-control-bulk-register .results-item {
  margin-bottom: 25px !important;
  background: #FFFFFF;
  zoom: 1;
  display: block;
  /*new styles added*/
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.aptify-control.ons-control-bulk-register .rich-router-inbody-callout + .rich-router-inbody-callout {
  margin-bottom: 0;
}
.aptify-control.ons-control-bulk-register #bulk-register-add-to-cart {
  margin-left: 1rem;
}
.aptify-control.ons-control-bulk-register .form-group {
  margin-bottom: 10px;
}
.aptify-control.ons-control-bulk-register .mr-3 {
  margin-right: 1rem !important;
}
.aptify-control.ons-control-bulk-register .form-control {
  height: calc(2.4rem + 2px);
  padding: 0.45rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  border-radius: 0;
}
.aptify-control.ons-control-bulk-register .form-group button#save-eid {
  margin-bottom: 0;
}

/*# sourceMappingURL=ons-control.css.map */