/*
Boxful sass variables
*/
/*
Boxful sass base
*/
/*
Boxful sass variables
*/
.btn {
  display: inline-block;
  width: 256px !important;
  height: 48px;
  line-height: 48px;
  border-radius: 99em !important;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  padding: 0 !important;
  border: 0 none;
}
.btn:hover {
  border-radius: 99em !important;
}

.bootgrid-header .btn {
  width: 40px !important;
  height: 40px;
  line-height: auto;
  border-radius: 0 !important;
}

.btn-primary {
  background: #f8d340 !important;
  color: #444;
  border: 0 none;
}
.btn-primary:hover {
  background: #d3b022 !important;
  border-radius: 100px !important;
  color: #fff;
}

.btn-secondary {
  color: #00c4b3;
}
.btn-secondary:hover {
  background: #00c4b3 !important;
  border-radius: 100px !important;
  color: #fff;
}
.btn-secondary.btn-disabled {
  border: 2px solid #d8d8d8;
  background: transparent !important;
}

.btn-disabled {
  background: #ebe9e9 !important;
  color: #fff;
}

.btn-small {
  width: 152px !important;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .btn {
    display: block;
    font-size: 14px;
    border-radius: 99em !important;
    padding: 10px 0 !important;
    width: 312px !important;
    height: auto !important;
    line-height: inherit;
    margin: 0 auto;
  }
}
@media screen and (max-width: 370px) {
  .btn {
    width: 260px !important;
  }
}
div.home-title h1 {
  font-size: 30px;
  letter-spacing: 2px;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
  font-weight: bold;
  margin: 0;
}

div.home-title h2 {
  font-size: 30px;
  letter-spacing: 1px;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 767px) {
  div.home-title h1 {
    font-size: 19px;
  }

  div.home-title h2 {
    font-size: 22px;
  }
}
div#system-message {
  display: none;
}

div #boxful-card {
  padding-top: 191px;
  max-width: 785px;
  margin: 0 auto;
  color: black;
  text-align: center;
  padding-bottom: 60px;
}

div #boxful-title {
  font-size: 36px;
  margin: 0 auto;
  font-weight: bold;
  padding: 20px 0;
  line-height: 0.9;
}

div #boxful-card img .howitworkline {
  width: 200px;
  height: 8px;
}

div #boxful-card div.div-table {
  width: 100%;
  padding-bottom: 20px;
}

div #boxful-card div.div-td {
  width: 33%;
  padding-bottom: 15px;
}

div .boxful-card-title {
  text-align: left;
  border-bottom: 4px solid #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 31px;
  margin-bottom: 25px;
  width: 90%;
}

div .boxful-card-content {
  text-align: left;
  font-size: 18px;
  /*font-weight: bold;*/
  line-height: 20px;
  width: 90%;
}

div .boxful-card-content div {
  padding-bottom: 10px;
}

div .billing-green {
  color: RGB(0, 196, 180);
}

div.boxful-card-title.special {
  border-bottom: none;
  font-size: 18px;
  color: RGB(147, 149, 152);
  margin-bottom: 0px;
}

textarea#instruction {
  width: 100%;
  height: 100px;
  background-color: #FFF;
  border: 1px solid RGB(230, 231, 232);
  color: #000;
}

div#cardInfoForm {
  max-width: 600px;
  margin: 0 auto;
}

div.boxful-card-payment {
  color: RGB(0, 196, 180);
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
}

div#cardInfoForm div.div-table {
  border-bottom: none;
  font-size: 16px;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
}

div#cardInfoForm div.div-td {
  /*width:auto;*/
  text-align: left;
  /*padding-bottom: 15px;*/
}

div#cardInfoForm div.div-td.boxful-payment-title {
  text-align: right;
  padding-right: 10px;
}

input#cardNum {
  width: 100%;
}

input#nameOnCard {
  width: 100%;
}

span.boxful-card-cvc {
  float: right;
}

div#cardInfoForm div.div-table.billing {
  color: RGB(147, 149, 152);
  width: 100% !important;
}

div#cardInfoForm div.div-table.billing select#dRegion, div#cardInfoForm div.div-table.billing select#dDistrict {
  width: auto;
  font-size: 17px;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
}

div#billingAddress {
  color: #000;
  border: 2px solid RGB(230, 231, 232);
  padding: 4px;
  border-radius: 4px;
}

div#cardInfoForm {
  padding-top: 0;
}

div#cardInfoForm input {
  background-color: #FFF;
  border: 2px solid RGB(230, 231, 232);
}

div#cardInfoForm div.div-table.billing div.div-tr div.div-td div.div-table {
  text-align: left;
  width: 100%;
}

div#cardInfoForm div.div-table.billing div.div-tr div.div-td div.div-table div.div-td.boxful-payment-title {
  width: 10%;
}

div#cardInfoForm button {
  background-color: transparent;
  border: none;
}

div#cardInfoForm div.div-td.payment {
  text-align: center;
  width: 25%;
}

div#cardInfoForm input.boxAmtBox {
  height: 55px;
  border: none;
}

div#cardInfoForm input.btn-primary {
  border: none;
}

div#cardInfoForm input#mastercard.boxAmtBox {
  background-image: url("../../../images/cardinfo/mastercard.png");
  background-repeat: no-repeat;
  width: 87px;
  background-position: center;
}

div#cardInfoForm input#mastercard.btn-primary {
  background-image: url("../../../images/cardinfo/mastercard.png");
  background-repeat: no-repeat;
}

div#cardInfoForm input#visa.boxAmtBox {
  background-image: url("../../../images/cardinfo/visa.png");
  background-repeat: no-repeat;
  width: 83px;
  background-position: center;
}

div#cardInfoForm input#visa.btn-primary {
  background-image: url("../../../images/cardinfo/visaGrey.png");
  background-repeat: no-repeat;
}

div#cardInfoForm input#amex.boxAmtBox {
  background-image: url("../../../images/cardinfo/amex.png");
  background-repeat: no-repeat;
  width: 55px;
  background-position: center;
}

div#cardInfoForm input#amex.btn-primary {
  background-image: url("../../../images/cardinfo/amexGrey.png");
  background-repeat: no-repeat;
}

div#cardInfoForm input#paypal.boxAmtBox {
  background-image: url("../../../images/cardinfo/paypal.png");
  background-repeat: no-repeat;
  width: 130px;
  background-position: center;
}

div#cardInfoForm input#paypal.btn-primary {
  background-image: url("../../../images/cardinfo/paypalGrey.png");
  background-repeat: no-repeat;
}

input#address1, input#address2 {
  width: 90%;
}

div.boxful-card-agree {
  font-size: 18px;
  padding: 15px 0;
  border-bottom: 1px solid #e8e9ea;
  border-top: 1px solid #e8e9ea;
  text-align: left;
}

div.boxful-card-agree input {
  margin-top: 0;
}

button#boxful-card-continue {
  margin-top: 40px;
  padding: 15px;
  font-weight: bold;
  font-size: 14px;
  border: 0;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
}

input#boxful-card-continue[disabled], input#confirm-overview[disabled] {
  background-color: #dcddde;
}

button#boxful-card-continue:hover {
  background: #d3b022 !important;
}

.acc-menu {
  width: 20%;
}

.sch_table_subtitle {
  font-size: 14px;
  height: 30px;
}

.div-td.sch_date, .div-td.sch_time {
  width: 14%;
}

.div-td.sch_address {
  width: 35%;
}

.div-td.sch_boxes, .div-td.sch_btn {
  width: 14%;
}

.div-td.sch_event {
  width: 14%;
}

.div-td.sch_btn {
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

.boxful-card-mobile {
  display: none;
}

/* hing 20150507*/
div.block-title, div.block-content, div.block-button {
  display: inline-block;
  vertical-align: text-top;
  position: relative;
  top: 20px;
}

div.boxful-card-agree {
  margin-bottom: 0px;
  text-align: center;
  background-color: #f7d33e;
  padding: 10px 0;
  font-size: 15px;
}

div #boxful-card {
  max-width: 950px;
}

div.boxful-card-agree a {
  text-decoration: underline;
}

div.preview-left div.preview-block {
  height: 30%;
  margin-left: 0;
}

div.preview-right, div.preview-left {
  height: 650px;
}

div.preview-block {
  background-color: #f6f6f6;
  margin: 5% 2.5%;
  text-align: left;
  font-size: 15px;
}

div.preview-right div.preview-block {
  height: 21.6%;
  margin-right: 0;
}

div.block-title {
  width: 17%;
  margin: 0 5%;
}

div.block-button {
  width: 10%;
}

div.block-title {
  font-weight: bold;
  color: #939598;
}

div.block-content {
  width: 60%;
}

div.block-content-row {
  padding-bottom: 5px;
  font-weight: bold;
}

div.block-content-row.light {
  font-weight: normal;
}

div.preview-block.textarea {
  text-align: left;
  padding: 0;
}

textarea#instruction {
  height: 100%;
  resize: none;
  border: 2px solid RGB(230, 231, 232);
}

div.paypal-logos, div.paypal-labels {
  display: inline-block;
  vertical-align: middle;
}

div.paypal-logos {
  max-width: 300px;
}

div.paypal-labels {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  padding-left: 20px;
}

div.redirectText2 {
  color: #00c4b4;
  max-width: 500px;
}

div#boxful-paypal-continue {
  padding-top: 25px;
  display: none;
}

div#boxful-paypal-continue a {
  display: inline-block;
  background: none repeat scroll 0% 0% #F7D33F;
  color: #000;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 14px 18px;
}

div.boxful-card-agree.deactive {
  background-color: #e6e7e8;
}

img#paypal-logo {
  display: none;
}

div#boxful-paypal-continue a.deactive {
  color: #FFF;
  background-color: #e6e7e8;
}

a.preview-edit {
  color: #00c4b4;
}

@media screen and (max-width: 767px) {
  div.div-td.preview-left, div.div-td.preview-right {
    height: auto;
  }

  div.block-title, div.block-content, div.block-button {
    position: static;
    top: 0;
  }

  div.preview-block {
    min-height: 120px;
    font-size: 13px;
    margin: 5% 0;
  }

  div.preview-block.textarea {
    margin: 0;
  }

  textarea#instruction {
    min-height: 140px;
  }

  div.block-title {
    display: none;
  }

  div.block-content {
    width: 70%;
    padding-top: 20px;
    padding-left: 7%;
  }

  div #boxful-card div.div-td {
    padding-bottom: 0;
  }

  div.mobileTitle {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding-top: 25px;
    border-top: 1px solid #e8e9ea;
  }

  div.mobileTitle.first {
    padding-top: 0px;
    border-top: none;
  }

  div.mobileTextarea {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #737375;
    padding-top: 14px;
  }

  img.titleIcon {
    width: 30px;
    padding-right: 15px;
  }

  div#boxful-footer-container {
    margin-top: 0;
  }

  div.mobileTitle br {
    display: none;
  }

  div.block-button {
    width: 13%;
    text-align: right;
    padding-top: 20px;
    padding-right: 7%;
    float: right;
  }

  div#boxful-paypal-continue a {
    font-size: 13px;
    padding: 8px 0;
    width: 100%;
  }

  div.paypal-labels {
    text-align: center;
    font-size: 11px;
  }

  div.boxful-card-agree {
    border-radius: 5px;
  }

  div.paypal-labels div {
    display: inline;
  }

  div.paypal-logos {
    padding: 3%;
  }
}
/* end */
/* responsive */
@media screen and (min-width: 768px) and (max-width: 980px) {
  .acc-menu {
    padding-left: 25px;
  }

  div#cardInfoForm div.div-td {
    padding-right: 20px;
  }

  div#cardInfoForm .morebox-questions {
    margin-left: 0;
  }

  .boxful-card-payment {
    padding-left: 0 !important;
  }

  div #boxful-card div.div-table {
    border-bottom: none;
    width: 92%;
    margin: 0 auto;
  }

  div.boxful-card-agree {
    padding: 15px 30px;
  }

  div.block-title {
    font-size: 14px;
  }

  div.block-content {
    font-size: 13px;
  }
}
/*for ie 10 above*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  div#cardInfoForm div.div-table,
div#cardInfoForm div.div-table.billing select#dRegion, div#cardInfoForm div.div-table.billing select#dDistrict,
button#boxful-card-continue {
    font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
  }
}
/*end*/
@media screen and (max-width: 767px) {
  .boxful-card-mobile {
    display: block;
  }

  div #boxful-title {
    font-size: 20px;
  }

  div #boxful-card div.div-td {
    width: 100%;
    display: block;
  }

  div #boxful-card {
    padding: 170px 25px;
  }

  div .boxful-card-title {
    font-size: 12px;
    border-bottom: 3px solid #000;
    margin-bottom: 15px;
    width: 100%;
  }

  div .boxful-card-content {
    font-size: 12px;
    line-height: 1.2;
  }

  div.boxful-card-title.special {
    font-size: 12px;
  }

  input#confirm-overview, input#boxful-card-continue {
    margin-top: 20px !important;
    height: auto !important;
    width: 100% !important;
    font-size: 13px !important;
    padding: 10px;
  }

  div.boxful-card-agree {
    font-size: 12px;
  }

  button#boxful-card-continue {
    margin-top: 25px;
    width: 100%;
    padding: 8px 0;
    font-size: 12px;
  }

  .acc-menu, div#cardInfoForm {
    width: 100% !important;
    display: block;
    margin-bottom: 35px;
  }

  div#cardInfoForm div.div-td.boxful-payment-title {
    display: none;
  }

  div#cardInfoForm div.div-td {
    width: 100%;
    display: block;
  }

  div#cardInfoForm.schedule div.div-td {
    width: 16.666%;
    display: table-cell;
    font-size: 8px;
    line-height: 1.3;
  }

  div.boxful-card-payment {
    font-size: 12px;
  }

  div#cardInfoForm input {
    font-size: 12px !important;
  }

  div#cardInfoForm div.div-td {
    padding-bottom: 8px;
  }

  div#cardInfoForm button {
    width: 100%;
    font-size: 12px;
    background-color: #f7d33f !important;
    color: #000 !important;
  }

  div#cardInfoForm button:hover {
    background-color: #d3b022 !important;
    color: #fff !important;
  }

  div#cardInfoForm div.div-table.billing {
    font-size: 12px;
  }

  .boxful-payment-title {
    display: none !important;
  }

  div#cardInfoForm div.div-table.billing select#dRegion, div#cardInfoForm div.div-table.billing select#dDistrict {
    font-size: 12px;
    width: 100%;
  }

  /* hing 19/03*/
  div #boxful-card div.div-td.mobileHide {
    display: none;
  }

  div#outHome, div#walkup {
    display: none;
  }

  div#boxamt {
    padding-bottom: 0px;
  }

  /* end */
  /*hing 07/09*/
  div#cardInfoForm.schedule div.submitButton div.invoice-name {
    display: none;
  }

  div#cardInfoForm.schedule div.submitButton div {
    display: block;
    width: 117%;
    padding-top: 10px;
  }

  /* end */
}

/*# sourceMappingURL=boxful-card-sass.css.map */
