.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;
}
.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;
  border-radius: 4px;
  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: #447584;
  border-color: #447584;
}
.aptify-control.ons-control-password-reset .password-reset .btn.btn-primary:hover {
  color: #fff;
  background-color: #335762;
  border-color: #335762;
}
.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: #447584;
  border-color: #447584;
  text-decoration: none;
  color: #fff;
}
.aptify-control.ons-control-account-recovery button:hover, .aptify-control.ons-control-account-recovery .btn:hover {
  background-color: #335762;
  border-color: #335762;
}
.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: #447584;
  border-color: #447584;
}
.aptify-control.ons-control-account-recovery button.btn-default:hover, .aptify-control.ons-control-account-recovery .btn.btn-default:hover {
  background-color: #335762;
  border-color: #335762;
  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 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;
  position: relative;
  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 {
  position: absolute;
  top: 40px;
  left: 0;
  background: white;
  transition: 0.5s;
  width: 60%;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto Slab", Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  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 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-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;
}
.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-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%;
  }
}

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