div.hrdash {
  margin: 15px 0;
  border-bottom: 2px dashed #eeeff3;
  clear: both;
  overflow: hidden;
}
div.hrsolid {
  margin: 15px 0;
  border-bottom: 2px solid #e9eaee;
  clear: both;
  overflow: hidden;
}
.ccheck {
  height: 36px;
  width: 36px;
  line-height: 28px;
  text-align: center;
  border-radius: 18px;
  border: 4px solid #d2d6df;
}
.ccheck.sel,
.ccheck.comp {
  border-color: #31aedc;
  color: #31aedc;
}
.ccheck.sel i,
.ccheck.comp i {
  display: inline-block;
}
.ccheck.sel .number,
.ccheck.comp .number {
  display: none;
}
.ccheck.sel.readonly,
.ccheck.comp.readonly {
  border-color: #929292;
  color: #929292;
}
.ccheck.curr {
  border-color: #31aedc;
  background-color: #31aedc;
}
.ccheck.curr .number {
  color: #fff;
}
.ccheck i {
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
  display: none;
}
.ccheck .number {
  line-height: 28px;
  color: #d2d6df;
}
.selbox {
  /* border: 3px solid transparent; */
  border: 3px solid #31aedc;
  border-radius: 3px;
  position: relative;
  color: #d3d7df;
}
.selbox.sel {
  border-color: #31aedc;
  color: #31aedc;
}
.selbox.sel .indcheck {
  display: block;
}
.selbox.sel .incover {
  border-color: #f7f7fa;
  border-radius: 0;
}
.selbox.sel.readonly {
  border-color: #929292;
  color: #929292;
}
.selbox.sel.readonly .indcheck {
  background-color: #929292;
}
.selbox .incover {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #ebecef;
  background-color: #f7f7fa;
  border-radius: 3px;
}
.selbox .indcheck {
  display: none;
  height: 18px;
  width: 18px;
  position: absolute;
  right: -8px;
  top: -8px;
  border-radius: 9px;
  line-height: 18px;
  background-color: #31aedc;
  color: #fff;
  text-align: center;
}
.selbox .indcheck i {
  line-height: 18px;
  font-size: 14px;
}
.bothselect{
  padding: 12px 12px 16px;
  border-radius: 10px 10px 0 0;
  width: 50%;
  text-align: center;
  position: relative;
  display: flex; 
  align-items: center; 
  border-bottom: 2px solid #a8aab4;
}
.bothSelected{
  border: 2px solid #a8aab4;
  border-bottom: 2px solid #fff;
}
.bothSelected .text{
  font-weight: bold;
}
#nsignup-step1 .hrsolid:first-child{
  border: none;
}
.freeBadge{
  position: absolute;
  padding: 4px 8px;
  border-radius: 4px;
  background: #3a7bd6;
  right: -20px;
  top: -20px;
  color: #fff;
  font-size: 14px;
}
.signPackItem2 {
  margin-top: 20px;
  text-align: center;
}
.signPackItem .selbox {
  width: 140px;
  height: 100px;
}
.signPackItem .checkitembox {
  width: 80px;
}
.signPackItem .descriptionbox {
  margin-left: 80px;
}
.signPackItem .previewbox {
  width: 180px;
}
.signPackItem .checkitembox,
.signPackItem .previewbox,
.signPackItem .textbox {
  height: 100px;
}
.signPackItem .checkitembox2{
  height: inherit;
  margin-right: 0px;
  width: 32px;
  min-width: 32px;
}
.signPackItem .checkitembox,
.signPackItem .previewbox {
  float: left;
}
.signPackItem .textbox {
  min-width: 80px;
  font-size: 18px;
  margin-left: 260px;
}
.signPackItem > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .signPackItem .checkitembox {
    width: 44px;
  }
  .signPackItem .descriptionbox {
    margin-left: 44px;
  }
  .signPackItem .previewbox {
    width: 155px;
  }
  .signPackItem .textbox {
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-left: 44px;
    float: none;
    margin-left: 0;
    padding-left: 44px;
    width: 100%;
  }
}
.countbox {
  width: 140px;
  height: 48px;
  background-color: #f7f7fa;
  border: 1px solid #ebecef;
}
.countbox .cbtn {
  width: 34px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #d2d6df;
}
.countbox .cbtn:hover {
  color: #31aedc;
}
.countbox .minus {
  border-right: 1px solid #ebecef;
  float: left;
}
.countbox .plus {
  border-left: 1px solid #ebecef;
  float: left;
}
.countbox .cval {
  width: 70px;
  float: left;
  height: 100%;
}
.countbox .cval input {
  border: none;
  background: none;
  font-size: 30px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #d2d6df;
}
.countbox.sel {
  border-color: #31aedc;
}
.countbox.sel .cbtn {
  border-color: #31aedc;
  color: #31aedc;
}
.countbox.sel .cval input {
  color: #31aedc;
}
.priceBoard .price {
  font-weight: 500;
  float: right;
  font-size: 14px;
}
.priceBoard .count {
  float: right;
  font-size: 14px;
  color: #a2b3c7;
}
.priceBoard .stext {
  color: #a5b6ca;
  font-weight: 500;
}
.priceBoard .total > div {
  padding: 7px 0;
}
.groupBtn .md-button {
  margin: 0;
  float: left;
  border-radius: 0;
  min-height: 0;
  min-width: 46px;
  padding: 0 10px;
}
.groupBtn .md-button:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.groupBtn .md-button:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.groupBtn.only2select .md-button {
  width: 50%;
}
.md-button.n_miniButton24 {
  width: 24px;
  height: 24px;
  min-width: 0;
  min-height: 0;
  line-height: 24px;
  padding: 0;
}
.md-button.n_miniButton24.md-icon-button {
  width: 24px;
  height: 24px;
  min-width: 0;
  min-height: 0;
  line-height: 24px;
  padding: 0;
}
.md-button.n_circleButton {
  border-radius: 100%;
}
.e_grayButton {
  background-color: #fafbff;
  border: none;
  text-transform: none;
  color: #474850;
}
.e_grayButton.md-button.md-icon-button:focus,
.e_grayButton.md-button.md-icon-button:hover,
.e_grayButton.md-button.md-fab:focus,
.e_grayButton.md-button.md-fab:hover,
.md-button.e_grayButton:focus,
.md-button.e_grayButton:hover {
  background-color: #e4e7f0;
}
md-input-container label,
md-input-container md-select,
md-input-container .md-input {
  font-size: 16px;
}
.header50 {
  height: 50px;
  border-bottom: 1px solid #e4e7f0;
  line-height: 50px;
  white-space: nowrap;
  padding: 0 10px;
  font-weight: bold;
  font-size: 14px;
}
.e_greenButton.md-button.md-fab,
.e_greenButton {
  background-color: #4dbfa9;
  border: none;
  text-transform: none;
  color: #fff;
}
.e_greenButton.md-button.md-icon-button:focus,
.e_greenButton.md-button.md-icon-button:hover,
.e_greenButton.md-button.md-fab:focus,
.e_greenButton.md-button.md-fab:hover,
.md-button.e_greenButton:focus,
.md-button.e_greenButton:hover {
  background-color: #4eb29f;
  color: #fff;
}
* {
  outline: none;
}
label {
  font-weight: normal;
}
body {
  background-color: #f8f8f8;
  color: #495d76;
}
body,
button,
html,
input,
select,
textarea {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
}
md-toast {
  position: fixed;
}
input.numberInputHideSpinner::-webkit-outer-spin-button,
input.numberInputHideSpinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
header {
  background: #fff;
  text-align: center;
}
.navbar-header {
  float: none;
}
.navbar-brand {
  text-align: center;
  float: none;
  height: 80px;
  display: block;
  margin: 0 auto;
  background-size: contain;
}
.navbar-brand img {
  max-height: 50px;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .navbar-brand {
    float: none;
    margin: 0 auto;
  }
}
.subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 5px 0;
  margin: 0;
  margin-top: 15px;
}
.npanel {
  background-color: #fff;
  padding: 30px 56px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.1);
}
.npanel .subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 5px 0;
  margin: 0;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .npanel {
    padding: 10px 25px;
  }
}
.clearbr {
  height: 0;
  clear: both;
  overflow: hidden;
}
h1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 25px;
  margin-top: 50px;
}
.stepPanel {
  padding-left: 15px;
  padding-right: 15px;
}
.stepPanel .step {
  display: inline-block;
  margin-right: 20px;
}
.stepPanel .step .ccheck {
  float: left;
}
.stepPanel .step .name {
  margin-left: 45px;
  white-space: nowrap;
  line-height: 36px;
  color: #d2d6df;
  font-weight: 500;
}
.stepPanel .step.curr .name,
.stepPanel .step.comp .name {
  color: #31aedc;
}
@media screen and (max-width: 768px) {
  .signUpOrderSummaryh1 {
    margin-top: 15px;
  }
}
#signupSteps {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #signupSteps {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 -15px;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 15px;
  }
}
md-input-container .hint {
  position: absolute;
  left: 2px;
  right: auto;
  bottom: 7px;
  font-size: 12px;
  line-height: 14px;
  color: grey;
}
.btreeInBox {
  height: 60px;
}
.btreeInBox > div:first-child {
  height: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.signupSubmitBtn {
  padding-right: 80px;
  padding-left: 80px;
  max-width: 50%;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .signupSubmitBtn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.e_blue2Button {
  background-color: #3b7ad5;
  border: none;
  text-transform: none;
  color: #fff !important;
}
.e_blue2Button.md-button.md-icon-button:focus,
.e_blue2Button.md-button.md-icon-button:hover,
.e_blue2Button.md-button.md-fab:focus,
.e_blue2Button.md-button.md-fab:hover,
.md-button.e_blue2Button:focus,
.md-button.e_blue2Button:hover {
  background-color: #2e68bc;
}
.e_grayButton {
  background-color: #e8e9ee;
  border: none;
  text-transform: none;
  color: #474850 !important;
}
.e_grayButton.md-button.md-icon-button:focus,
.e_grayButton.md-button.md-icon-button:hover,
.e_grayButton.md-button.md-fab:focus,
.e_grayButton.md-button.md-fab:hover,
.md-button.e_grayButton:focus,
.md-button.e_grayButton:hover {
  background-color: #e4e7f0;
}
.e_greenTextButton {
  color: #4dbfa9 !important;
}
.e_smallButton {
  min-width: 0;
  min-height: 0;
  font-size: 12px;
}
md-dialog.stanDialog.defaultDialog {
  width: 627px;
}

.ccheck2 {
  height: 20px;
  width: 20px;
  line-height: 16px;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #d2d6df;
}
.ccheck2.sel,
.ccheck2.comp {
  border-color: #31aedc;
  color: #31aedc;
}
.ccheck2.sel i,
.ccheck2.comp i {
  display: inline-block;
}
.ccheck2.sel .number,
.ccheck2.comp .number {
  display: none;
}
.ccheck2.sel.readonly,
.ccheck2.comp.readonly {
  border-color: #929292;
  color: #929292;
}
.ccheck2.curr {
  border-color: #31aedc;
  background-color: #31aedc;
}
.ccheck2.curr .number {
  color: #fff;
}
.ccheck2 i {
  line-height: 16px;
  font-size: 12px;
  display: none;
}
.ccheck2 .number {
  line-height: 28px;
  color: #d2d6df;
}

.input-group-addon-custom{
  padding: 5px 15px;
  line-height: 5px;
  color: #555;
  text-align: center;
  background-color: inherit;
  border: none;
  border-radius: 4px;
  vertical-align: top;
}

.clickoneqr_selected{
  text-decoration: underline;
  color: rgb(59,122,213);
}
