/* LESS Document */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
#main {
  margin-bottom: 30px;
}
#main > .row {
  justify-content: center;
}
.frame {
  border: solid 4px #EEE;
  padding: 20px;
}
body.for-print header,
body.for-print footer,
body.for-print .btns,
body.for-print .com-path {
  display: none;
}
body.for-print .frame {
  border: none;
  padding: 30px 10px 0 10px !important;
}
body.for-print section {
  margin-bottom: 0;
}
section {
  margin-bottom: 50px;
}
section > h1 {
  color: #0075c1;
  font-size: 1.8em;
  font-weight: 400;
}
section#members .dataTables_length,
section#members .dataTables_filter,
section#members .dataTables_paginate,
section#members .dataTables_info {
  margin: 25px 0;
}
section#members .filter {
  display: none;
  border: solid 4px #EEE;
  padding: 25px;
  margin: 30px 0;
}
section#members .filter .wrap {
  display: flex;
  flex-wrap: wrap;
}
section#members .filter fieldset {
  margin-right: 25px;
}
section#members .filter fieldset > label {
  font-size: 0.8em;
  color: #666;
  margin-bottom: 4px;
}
section#members .filter .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0;
}
section#members .filter .checkbox-group .item {
  margin-right: 15px;
}
section#members .filter .range {
  display: flex;
  flex-wrap: wrap;
}
section#members .filter .range > .label {
  margin: 8px;
}
section#login {
  margin-top: 50px;
  border: solid 5px #999;
  padding: 30px ;
}
section#login .links {
  margin-bottom: 20px;
}
section#login .links a {
  display: flex;
  color: #333;
  margin: 15px 0;
  position: relative;
  padding-right: 30px;
}
section#login .links a:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e732";
  margin-right: 10px;
  font-size: 1.2em;
}
section#login .links a:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e649";
  font-size: 1.2em;
  position: absolute;
  right: 0;
  top: 2px;
}
section#login .btns a {
  margin-right: 10px;
  margin-bottom: 10px;
}
section#login hr {
  margin: 20px 0;
}
section#login .signup a {
  color: #0075c1;
}
section#summary {
  background-image: url("../Styles/images/b2b/bg1.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 50px 0 140px 0;
  text-align: center;
  background-attachment: fixed;
}
section#summary .intro {
  max-width: 1000px;
  margin: 0 auto;
}
section#summary .banner {
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  margin: 50px 0;
}
section#summary .banner img {
  display: block;
}
section#summary .card {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 60px 20px;
  align-items: center;
  margin: 50px 0;
}
section#summary .card .wrap {
  max-width: 750px;
  margin: 0 auto;
}
section#summary .card .com-list-heading {
  margin-bottom: 0;
}
section#summary .card .dollors {
  padding: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
section#summary .card .dollors > div {
  padding: 20px 30px;
  width: 50%;
}
section#summary .card .dollors .current {
  border-right: solid 1px #EEE;
}
section#summary .card .dollors .current h1 {
  line-height: 120%;
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 5em;
}
section#summary .card .dollors .current h1 .ico {
  margin: 0 5px;
}
section#summary .card .dollors .current h1 .ico img {
  vertical-align: bottom;
  max-height: 80px;
}
section#summary .card .dollors .expire .item {
  margin: 12px 0;
  font-size: .9em;
}
section#summary .card .dollors .expire .item .num {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
}
section#summary .card .progress .chart {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 15px;
  font-size: 0.85em;
}
section#summary .card .progress .chart .bar {
  width: 90%;
  background-color: #FFF;
  margin: 0 10px;
  height: 4px;
}
section#summary .card .progress .chart .bar .checkpoints {
  position: relative;
}
section#summary .card .progress .chart .bar .checkpoints .item {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #FFF;
  position: absolute;
  border: solid 2px #CCC;
  top: -9px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
section#summary .card .progress .chart .bar .checkpoints .item a {
  display: none;
}
section#summary .card .progress .chart .bar .checkpoints .item .label {
  position: absolute;
  line-height: 125%;
  padding: 6px;
  background-color: #FFF;
  color: #333;
  transform: translate(-50%, -100%);
  min-width: 80px;
  font-size: 0.85em;
  margin-top: -10px;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
}
section#summary .card .progress .chart .bar .checkpoints .item .label:after {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background-color: #CCC;
  position: absolute;
  left: 50%;
  bottom: -8px;
}
section#summary .card .progress .chart .bar .checkpoints .item.reach {
  border-color: #c60a76;
}
section#summary .card .progress .chart .bar .checkpoints .item:hover a {
  display: block;
}
section#summary .card .progress .chart .bar .body {
  background-color: #098084;
  height: 100%;
}
section#summary .card .progress p {
  margin-bottom: 30px;
}
section#summary .card .progress .btn.sty1 {
  background-color: #098084;
}
section#shortcuts {
  margin-top: -150px;
  padding-bottom: 30px;
}
section#shortcuts .row {
  align-items: stretch;
}
section#shortcuts .row .col {
  margin-bottom: 30px;
}
section#shortcuts .item {
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  border: solid 6px #CCC;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #FFF;
}
section#shortcuts .item.i1 {
  border-color: #6a2ca1;
}
section#shortcuts .item.i1 .btn {
  background-color: #6a2ca1;
}
section#shortcuts .item.i2 {
  border-color: #098084;
}
section#shortcuts .item.i2 .btn {
  background-color: #098084;
}
section#shortcuts .item.i3 {
  border-color: #ed7002;
}
section#shortcuts .item.i3 .btn {
  background-color: #ed7002;
}
section#shortcuts .item.i4 {
  border-color: #9d3965;
}
section#shortcuts .item.i4 .btn {
  background-color: #9d3965;
}
section#shortcuts .item .icon {
  position: relative;
  display: inline-block;
}
section#shortcuts .item .icon img {
  max-height: 80px;
}
section#shortcuts .item .icon .count {
  background-color: #c60a76;
  color: #FFF;
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  font-size: 0.8em;
  right: -11px;
  bottom: 11px;
}
section#shortcuts .item h2 {
  font-weight: normal;
  font-size: 1.5em;
  margin: 20px 0;
}
section#shortcuts .item p {
  font-size: 0.95em;
}
section#shortcuts .item .btn {
  margin-top: 20px;
}
section#coupons,
section#vouchers,
section#free {
  margin: 60px 0;
}
section#coupons .list,
section#vouchers .list,
section#free .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5%;
  margin-top: -15px;
}
section#coupons .item,
section#vouchers .item,
section#free .item {
  width: 31.33%;
  margin: 15px 1%;
  height: auto;
  border: solid 6px #def6f7;
  padding: 20px;
}
section#coupons .item .name,
section#vouchers .item .name,
section#free .item .name {
  color: #0075c1;
  font-size: 1.2em;
  margin-bottom: 20px;
}
section#coupons .item:hover,
section#vouchers .item:hover,
section#free .item:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
section#coupons .item.expired,
section#vouchers .item.expired,
section#free .item.expired {
  background-color: #f2f2f2;
  border-color: #DDD;
}
section#coupons .item.used,
section#vouchers .item.used,
section#free .item.used {
  border-color: #DDD;
}
section#coupons .item.expire-soon,
section#vouchers .item.expire-soon,
section#free .item.expire-soon {
  border-color: #0075c1;
}
section#free .intro {
  text-align: center;
  margin-bottom: 30px;
}
section#free .item .name {
  margin-bottom: 0;
}
section#coupon .com-accordion .item .head,
section#voucher .com-accordion .item .head {
  font-size: 1.25em;
  color: #000;
}
section#coupon .com-accordion .item .body,
section#voucher .com-accordion .item .body {
  margin-top: 12px;
}
section#coupon .frame,
section#voucher .frame {
  border-color: #0075c1;
  padding: 30px;
}
section#coupon .product-list .col,
section#voucher .product-list .col {
  margin-bottom: 20px;
}
section#coupon .name,
section#voucher .name {
  color: #0075c1;
  font-size: 1.3em;
  margin-bottom: 30px;
}
section#coupon .remarks,
section#voucher .remarks,
section#coupon .tnc,
section#voucher .tnc {
  margin-top: 30px;
}
section#coupon .remarks .tel,
section#voucher .remarks .tel,
section#coupon .tnc .tel,
section#voucher .tnc .tel {
  color: #0075c1;
}
section#coupon h2,
section#voucher h2 {
  font-weight: normal;
  font-size: 1em;
  color: #333;
}
section#coupon ol,
section#voucher ol {
  font-size: 0.85em;
  color: #666;
}
section#coupon .product-list,
section#voucher .product-list {
  margin: 30px 0;
}
section#coupon .product-list h3,
section#voucher .product-list h3 {
  color: #0075c1;
  font-weight: 400;
  font-size: 1.3em;
}
section#coupon .btns,
section#voucher .btns {
  text-align: center;
  margin-top: 30px;
}
section#coupon .btns a,
section#voucher .btns a {
  margin: 5px;
}
.info-item {
  margin-bottom: 10px;
}
.info-item .label {
  font-size: 0.9em;
  color: #999;
}
.info-item .content {
  color: #333;
  word-break: break-word;
  line-height: 120%;
}
.info-item.status .content {
  color: #0075c1;
}
.expired .info-item.status .content {
  color: #333;
}
.used .info-item.status .content {
  color: #333;
}
.info-item.icon .ico {
  color: #FFF;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0075c1;
  text-align: center;
  line-height: 30px;
}
section#lists .list {
  padding: 60px 0 ;
  border-bottom: solid 1px #EEE;
}
section#lists .list:nth-child(odd) {
  background-color: #e9f3f9;
}
section#lists .list .swiper-slide {
  height: auto;
}
section#list {
  margin-bottom: 30px;
  margin-top: 10px;
}
section#list > h1 {
  color: #098084;
}
section#list .com-table {
  font-size: 0.9em;
}
section#list .com-table tbody tr:hover {
  background-color: #fafafa;
}
section#list .com-table td {
  padding: 10px;
}
section#list .product {
  text-align: left;
  min-width: 100px;
}
section#list .product .info .cat {
  font-size: 0.82em;
  color: #999;
  margin-bottom: 8px;
  line-height: 1.2;
}
section#list .product .info .name {
  color: #0075c1;
  word-break: break-word;
}
section#list .sub-total,
section#list .all-total {
  font-size: 1.3em;
  margin: 15px 0;
  color: #000;
}
@media (max-width: 768px) {
  section#coupons .item,
  section#vouchers .item {
    width: 48%;
    font-size: .85em;
  }
  section#coupons .item .info-item .ico,
  section#vouchers .item .info-item .ico {
    position: absolute;
    left: 0;
  }
}
@media (max-width: 575px) {
  section#summary .card {
    padding: 40px 20px;
    margin: 40px 0;
  }
  section#summary .card .dollors {
    display: block;
    padding: 20px 0;
  }
  section#summary .card .dollors > div {
    width: auto;
  }
  section#summary .card .dollors .current {
    border-right: 0;
    margin: 0 -20px;
  }
  section#summary .card .dollors .current h1 {
    font-size: 2.2em;
  }
  section#summary .card .dollors .current .label {
    font-size: .8em;
  }
  section#summary .card .dollors .expire {
    padding: 10px;
    text-align: center;
  }
  section#shortcuts .item {
    height: auto;
  }
  section#coupons .item,
  section#vouchers .item,
  section#free .item {
    width: 100%;
  }
  section#coupon .frame,
  section#voucher .frame {
    padding: 20px;
  }
  section#coupon .remarks .tel,
  section#voucher .remarks .tel,
  section#coupon .tnc .tel,
  section#voucher .tnc .tel {
    background-color: #0075c1;
    color: #FFF;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 30px;
    margin-left: 8px;
  }
  section#coupon .remarks .tel:before,
  section#voucher .remarks .tel:before,
  section#coupon .tnc .tel:before,
  section#voucher .tnc .tel:before {
    content: "\e621";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 4px;
  }
  section#lists .swiper-container {
    overflow: visible;
  }
  section#banners .item {
    margin-bottom: 20px;
  }
}
