h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
.font-bold {
  font-weight: bold;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
.small {
  font-size: 0.85em;
}
.smaller {
  font-size: 0.65em;
}
.bg-gray-lightest {
  background: #f6f6f6 !important;
}
.bg-gray-lighter {
  background: #ccc !important;
}
.bg-gray-light {
  background: #999 !important;
}
.bg-gray {
  background: #666 !important;
}
.bg-gray-dark {
  background: #333 !important;
}
.bg-gray-darker {
  background: #212121 !important;
}
.bg-gray-darkest {
  background: #111 !important;
}
.bg-blue {
  background: #007cc2 !important;
}
.bg-white {
  background: white!important;
}
.bg-warning {
  background: #fcf8e3!important;
}
.txt-danger {
  color: #f66;
}
.txt-blue {
  color: #007cc2;
}
.txt-yellow {
  color: #ffd51e;
}
.txt-white {
  color: white;
}
.txt-gray-lightest {
  color: #f6f6f6;
}
.txt-gray-lighter {
  color: #ccc;
}
.txt-gray-light {
  color: #999;
}
.txt-gray {
  color: #666;
}
.txt-gray-dark {
  color: #333;
}
.txt-gray-darker {
  color: #212121;
}
.txt-gray-darkest {
  color: #111;
}
.txt-caption {
  font-size: 14px;
}
.txt-body {
  font-size: 16px;
}
.txt-subheading {
  font-size: 18px;
}
.txt-title {
  font-size: 24px;
}
.txt-heading {
  font-size: 28px;
}
.txt-display {
  font-size: 36px;
}
.txt-mute {
  opacity: 0.6;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.row-space-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.row-top-1 {
  margin-top: 10px;
}
.row-btm-1 {
  margin-bottom: 10px;
}
.row-space-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.row-top-2 {
  margin-top: 20px;
}
.row-btm-2 {
  margin-bottom: 20px;
}
.row-space-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.row-top-3 {
  margin-top: 30px;
}
.row-btm-3 {
  margin-bottom: 30px;
}
.row-space-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.row-top-4 {
  margin-top: 40px;
}
.row-btm-4 {
  margin-bottom: 40px;
}
.row-space-5 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.row-top-5 {
  margin-top: 50px;
}
.row-btm-5 {
  margin-bottom: 50px;
}
.row-space-6 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.row-top-6 {
  margin-top: 60px;
}
.row-btm-6 {
  margin-bottom: 60px;
}
.row-space-7 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.row-top-7 {
  margin-top: 70px;
}
.row-btm-7 {
  margin-bottom: 70px;
}
.row-space-8 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.row-top-8 {
  margin-top: 80px;
}
.row-btm-8 {
  margin-bottom: 80px;
}
.row-space-9 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.row-top-9 {
  margin-top: 90px;
}
.row-btm-9 {
  margin-bottom: 90px;
}
.row-space-10 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.row-top-10 {
  margin-top: 100px;
}
.row-btm-10 {
  margin-bottom: 100px;
}
.col10 {
  width: 100%;
}
.col9 {
  width: 90%;
}
.col8 {
  width: 80%;
}
.col7 {
  width: 70%;
}
.col6 {
  width: 60%;
}
.col5 {
  width: 50%;
}
.col4 {
  width: 40%;
}
.col3 {
  width: 30%;
}
.col2 {
  width: 20%;
}
.col1 {
  width: 10%;
}
.btn {
  -webkit-appearance: none;
  /* Safari and Chrome */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  box-shadow: 0 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
}
.btn[disabled='disabled'] {
  background: #ccc !important;
  color: #666 !important;
  opacity: 0.6;
  border-color: #ccc !important;
  cursor: default;
}
.btn.btn-blank {
  background: none !important;
}
.btn.btn-blank.btn-blue {
  border: 2px solid #007cc2;
  color: #007cc2;
}
.btn.btn-blank.btn-sm {
  padding: 7px 30px;
}
.btn.btn-blank.btn-base {
  padding: 10px 20px;
}
.btn.btn-blank.btn-lg {
  padding: 13px 30px;
}
.btn.btn-transparent {
  background: none !important;
}
.btn.btn-blue {
  background: #007cc2;
  color: white;
}
.btn.btn-yellow {
  background: #ffd51e;
  color: #007cc2;
}
.btn.btn-sm {
  height: 32px;
  line-height: 14px;
  padding: 9px 30px;
  font-size: 14px;
}
.btn.btn-base {
  height: 40px;
  line-height: 16px;
  padding: 12px 20px;
  font-size: 16px;
}
.btn.btn-lg {
  height: 48px;
  line-height: 18px;
  padding: 15px 30px;
  font-size: 18px;
}
.btn.btn-block {
  width: 100%;
  display: block;
}
.form-group {
  position: relative;
  margin-bottom: 15px;
  text-align: left;
  border-left: 2px solid #007cc2;
}
.form-group.error {
  border-left: 0;
}
.form-group.form-group-addon .fa {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  opacity: 0.4;
}
.errorMsg {
  font-size: 0.85em;
  color: #ff6666;
}
.form-control {
  -webkit-appearance: none;
  /* Safari and Chrome */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: 0 0 0 ;
  outline: 0;
  display: block;
  border: 1px solid #eee;
  border-radius: 0;
  width: 100%;
  background: none;
  line-height: 16px;
  font-size: 16px;
  padding: 10px 20px;
}
.form-control[disabled] {
  background: #eee;
}
.form-group-addon .form-control {
  padding-left: 40px;
}
.error .form-control {
  border-color: #ff9999;
  background: rgba(255, 0, 0, 0.1);
}
.form-control-static {
  line-height: 16px;
  font-size: 16px;
  padding: 10px 0px;
}
.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f6f6f6;
}
.well-lg {
  padding: 36px;
}
.well-sm {
  padding: 9px;
}
@import (less) "reset.css";
/* common start */
body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "微軟正黑體", "华文细黑", "Microsoft Yahei", "微软雅黑", "冬青黑体", "Hiragino Sans GB", "STXihei", "STHeiti", sans-serif;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
.divider {
  width: 100%;
  height: 1px;
}
.inlineBlk {
  display: inline-block;
}
/* common end */
body.pageLogin,
body.pageForgetPw,
body.pageFirstLogin {
  background: url(../img/common/bg.jpg) no-repeat center;
  background-size: cover;
}
#pageAccount {
  background: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 90px;
}
#pageAccount .accountSetting {
  background: white;
  padding: 60px 30px;
}
#pageAccount .form-acc {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#pageOrder {
  background: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 90px;
}
#pageHistory {
  background: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 90px;
}
#pageHistory .well.heading {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
#pageHistory .content {
  padding: 30px 15px 60px;
  background: white;
}
#pageHistory .studentInfo {
  margin-bottom: 60px;
}
#pageHistory .studentInfo table td {
  padding-left: 30px;
}
#pageHistory .studentInfo .inlineBlk {
  margin-right: 20px;
}
#pageHistory .listRecord {
  list-style: none;
  padding: 0;
  margin: 0;
}
#pageHistory .listRecord li {
  line-height: 2;
  color: #999;
  font-size: 0.85em;
}
#pageHistory .listRecord li.active {
  color: #333;
  font-size: 1.25em;
}
#pageLogin {
  width: 100%;
  height: 100%;
  position: relative;
}
#pageLogin .tableBlk {
  display: table;
  width: 100%;
  height: 100%;
}
#pageLogin .tableBlk .cellBlk {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#pageLogin #keyvisual {
  display: inline-block;
  vertical-align: middle;
}
#pageLogin #panelLogin {
  background: white;
  padding: 30px;
  display: inline-block;
  vertical-align: middle;
  width: 360px;
  text-align: left;
  margin-left: 100px;
}
#pageLogin #panelLogin .btnForgetPw {
  float: left;
}
#pageLogin #panelLogin .btnLogin {
  float: right;
}
#pageForgetPw {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
}
#pageForgetPw .tableBlk {
  display: table;
  width: 100%;
  height: 100%;
}
#pageForgetPw .tableBlk .cellBlk {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#pageForgetPw #panelForgetPw {
  background: white;
  padding: 30px 120px;
  display: inline-block;
  vertical-align: middle;
  width: 720px;
}
#pageFirstLogin {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
}
#pageFirstLogin .tableBlk {
  display: table;
  width: 100%;
  height: 100%;
}
#pageFirstLogin .tableBlk .cellBlk {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#pageFirstLogin #panelFirstLogin {
  background: white;
  padding: 30px 120px;
  display: inline-block;
  vertical-align: middle;
  width: 720px;
}
#header.banner {
  padding: 10px 0;
  background: url(../img/common/bg.jpg) no-repeat center;
  background-size: cover;
}
#header.banner .txt-display {
  color: #007cc2;
}
#navMain {
  display: block;
  font-size: 18px;
  padding: 15px 0;
  background: #007cc2;
  color: white;
  text-align: center;
  position: relative;
}
#navMain .btnLogout {
  position: absolute;
  color: white;
  right: 15px;
  top: 15px;
}
#navMain .container a {
  display: inline-block;
  opacity: 0.4;
  color: white;
  margin: 0 20px;
  font-weight: bold;
}
#navMain .container a.active {
  color: #ffd51e;
  opacity: 1;
}
#orderStatus {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
#orderStatus .status {
  width: 200px;
  float: left;
  text-align: center;
}
#orderStatus .status .line {
  height: 1px;
  background: #aaa;
  position: relative;
}
#orderStatus .status .txt {
  font-size: 14px;
  color: #aaa;
  display: inline-block;
  margin-bottom: 15px;
}
#orderStatus .status .indicator {
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: white;
  position: relative;
  top: -10px;
  margin: 0 auto;
  border-radius: 50%;
}
#orderStatus .status .indicator .fa {
  line-height: 20px;
  font-size: 20px;
  color: #007cc2;
  position: relative;
  top: -3px;
  display: none;
}
#orderStatus .status.active .line {
  height: 3px;
  background: #007cc2;
  top: -1px;
}
#orderStatus .status.active .txt {
  color: #007cc2;
  font-weight: bold;
}
#orderStatus .status.active .indicator {
  border-color: transparent;
}
#orderStatus .status.active .indicator .fa {
  display: inline-block;
}
#studentInfo {
  font-size: 14px;
  width: 600px;
}
#studentInfo .form-control,
#studentInfo .form-control-static {
  font-size: 14px;
  display: inline-block;
  width: auto;
}
#studentInfo label {
  font-size: 12px;
  display: block;
  font-weight: bold;
  color: #aaa;
}
#studentInfo .infoBlk {
  display: inline-block;
  margin-right: 10px;
}
#studentInfo .accBalance {
  float: right;
  text-align: right;
}
#studentInfo input[name="name"] {
  width: 200px;
}
#studentInfo input[name="class"] {
  width: 100px;
}
#studentInfo input[name="number"] {
  width: 100px;
}
.tableCalculate {
  width: 100%;
}
.tableCalculate td:first-child {
  text-align: left;
}
.tableCalculate td:last-child {
  text-align: right;
}
.tableOrderReview {
  width: 100%;
  background: white;
  padding: 0 15px 60px;
}
.tableOrderReview th:first-child,
.tableOrderReview td:first-child {
  width: 80px;
}
.tableOrderReview th:last-child,
.tableOrderReview td:last-child {
  text-align: center;
}
.tableOrderReview th {
  font-size: 12px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}
.tableOrderReview td {
  padding: 5px 0 10px;
  border-bottom: 1px solid #f6f6f6;
  font-size: 0.85em;
  vertical-align: top;
}
.paymentContent {
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 10px;
}
.paymentContent .paymentMethod {
  padding: 30px 30px;
  margin: 0 15px;
  border: 2px solid transparent;
  display: block;
}
.paymentContent .paymentMethod:hover {
  border-color: #007cc2;
  cursor: pointer;
}
.paymentContent .paymentMethod .paymentIcons img {
  display: inline-block;
  height: 20px;
  width: auto;
}
.tableOrder th {
  font-size: 14px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}
.tableOrder td {
  padding: 10px;
}
.tableOrder td.colOption {
  padding: 10px 0;
}
.blkOption {
  padding: 15px 10px 30px !important;
  width: 180px;
  min-height: 200px;
  background: white;
  color: #333;
  vertical-align: top;
  position: relative;
}
.blkOption.blank {
  visibility: hidden;
}
.blkOption.optionMain {
  border: 1px solid #007cc2;
  background: white;
}
.blkOption.active {
  background: #007cc2;
  color: white;
}
.blkOption.active .optionIndicate {
  background: #007cc2;
  color: white;
}
.inactive .blkOption {
  background: #f6f6f6 !important;
  color: #333 !important;
  opacity: 0.3;
  pointer-events: none;
}
.inactive .blkOption .optionIndicate {
  background: white !important;
  color: #333 !important;
}
.blkOption .imgWrapper {
  position: relative;
}
.blkOption .optionIndicate {
  background: white;
  color: #333;
  line-height: 28px;
}
.blkOption .optionImg {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  background-image: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blkOption .optionTitle {
  line-height: 1.2;
  margin: 5px 0;
  min-height: 3.5em;
}
.blkOption .optionIngred {
  float: left;
}
.blkOption .optionIngred .item {
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
  width: 20px;
  height: 20px;
}
.blkOption .optionCal {
  float: right;
}
.blkOption .optionMore {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.optionAddon {
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #999;
}
.inactive .optionAddon {
  opacity: 0.3;
}
#offinePaymentDetails {
  background: white;
  padding: 30px;
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
  display: none;
}
.allergyElaborate .item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 0.85em;
}
.allergyElaborate .item * {
  display: inline-block;
  vertical-align: middle;
}
#qMenu {
  background: #007cc2;
  color: white;
  position: fixed;
  right: -120px;
  top: 20%;
  z-index: 99;
  width: 120px;
  padding: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#qMenu.active {
  right: 0;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}