@charset "UTF-8";
/*--> Default File ----------------------------------------------------------------------------*/
/* Theme Project: 辰睿夢想國際有限公司 - 飯店版叫車APP
	Designed by : Evy
	Front-End by : Evy
	Author: 百崴數位科技股份有限公司 PAVI Digital Tech. Co., Ltd.
	Author Web: https: */
/*--> a Link ----------------------------------------------------------------------------*/
/*--> btn / 背景色, 字色, 框色, 移入背景色, 移入字色, 移入框色, 圓角 ------------------*/
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,
a:visited, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  vertical-align: middle; }

/*--> Shared File ----------------------------------------------------------------------------*/
/*--> Global ----------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
    position--webkit-transition: all 0.3s ease-in-out;
    position-transition: all 0.3s ease-in-out;
  padding: 0;
  overflow-x: hidden;
  max-width: 768px;
  margin: 0 auto;
  background: #efefef; }

body {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: Arial, "Microsoft JhengHei";
  font-size: 16px;
  color: #333;
  background: #f9f3c8;
  line-height: 1.6em;
  letter-spacing: 1px;
  padding: 0;
  overflow-x: hidden; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }


a,
a:visited {
  outline: none;
  /* for Firefox Google Chrome  */
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover {
    color: #804e21;
    text-decoration: none; }

.hidden {
  display: none; }

.mark {
  color: #e30808;
  background: none; }

.hr {
  height: 5px;
  border-bottom: 1px dashed #aaa;
  margin-bottom: 30px; }

p {
  margin-bottom: 20px; }

/*--> Loading ----------------------------------------------------------------------------*/
.loading {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  text-align: center; }
  .loading div {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .loading div img {
      width: 130px; }

/*--> Header ----------------------------------------------------------------------------*/
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  z-index: 190;
  background: #fff;
  border-bottom: 1px solid #ccc;
  max-width: 768px;
  margin: 0 auto;
  height: 60px; }
  .header + .articleContent {
    padding-top: 60px; }

a.logo {
  display: inline-block;
  margin: 0 auto;
  color: #fff; }
  a.logo:before {
    font-size: 50px;
    color: #fff;
    line-height: 60px; }
  a.logo:visited {
    color: #fff; }
  a.logo:hover {
    color: #ed6f09; }
  a.logo img {
    margin-top: 5px;
    height: 50px; }
  a.logo span {
    position: relative;
    top: 20px;
    margin-left: 5px;
    background: #ed6f09;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    float: right;
    padding: 0 5px;
    -webkit-border-radius: 2px;
      -webkit-border-radius-border-radius: 2px; }

.topGroup {
  text-align: center; }

.sideMenuGroup {
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: -110px;
  width: 110px;
  height: 100%;
  overflow: auto;
  margin-left: 0;
  background: #ea5413;
  -webkit-box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0);
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
  .sideMenuGroup.phoneOpen {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-name: phoneMenuOpen;
    animation-name: phoneMenuOpen;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal; }
  .sideMenuGroup.phoneClose {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-name: phoneMenuClose;
    animation-name: phoneMenuClose;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal; }

a.icon-close-round {
  display: block;
  color: #fff;
  width: 32px;
  height: 32px;
  margin: 15px auto 15px auto;
  text-align: center; }
  a.icon-close-round:visited {
    color: #fff; }
  a.icon-close-round:hover {
    color: #fff; }
  a.icon-close-round:before {
    font-size: 30px; }

/*--> Menu ----------------------------------------------------------------------------*/
a.icon-menu {
  position: absolute;
  z-index: 91;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  color: #f39800; }
  a.icon-menu:visited {
    color: #f39800; }
  a.icon-menu:hover, a.icon-menu:active {
    color: #804e21; }
  a.icon-menu:before {
    position: relative;
    font-size: 30px;
    line-height: 60px; }

a.icon-home {
  position: absolute;
  z-index: 91;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  color: #f39800; }
  a.icon-home:visited {
    color: #f39800; }
  a.icon-home:hover, a.icon-home:active {
    color: #804e21; }
  a.icon-home:before {
    position: relative;
    font-size: 30px;
    line-height: 60px; }

a.icon-account {
  position: absolute;
  z-index: 91;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  color: #f39800; }
  a.icon-account:visited {
    color: #f39800; }
  a.icon-account:hover, a.icon-account:active {
    color: #804e21; }
  a.icon-account:before {
    position: relative;
    font-size: 30px;
    line-height: 60px; }

.menu {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 768px;
  margin: 0 auto;
  background: #fff;
  border-top: 1px solid #ccc; }
  .menu ul {
    text-align: center;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .menu ul li {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .menu ul li a.mainLink {
        display: block;
        padding: 5px 5px 10px 5px; }
        .menu ul li a.mainLink:before {
          display: block;
          font-size: 45px;
          color: #333; }
        .menu ul li a.mainLink[class^='icon-']:before {
          height: 44px;
          line-height: 44px; }
        .menu ul li a.mainLink.icon-user:before {
          font-size: 36px; }
        .menu ul li a.mainLink.icon-detail:before {
          font-size: 38px; }
        .menu ul li a.mainLink.icon-income:before {
          font-size: 48px; }
      .menu ul li.select a.mainLink:before, .menu ul li.select a.mainLink span, .menu ul li:hover a.mainLink:before, .menu ul li:hover a.mainLink span, .menu ul li:active a.mainLink:before, .menu ul li:active a.mainLink span {
        color: #ea5413; }
      .menu ul li a {
        display: block;
        color: #333;
        text-decoration: none; }
        .menu ul li a:visited {
          color: #333; }
        .menu ul li a span {
          display: block;
          line-height: 1.4em; }

@-webkit-keyframes phoneMenuOpen {
  0% {
    left: -110px;
    -webkit-box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0);
    box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0); }
  100% {
    left: 0;
    -webkit-box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0);
    box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0); } }

@-moz-keyframes phoneMenuOpen {
  0% {
    left: -110px;
    box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0); }
  100% {
    left: 0;
    box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0); } }

@keyframes phoneMenuOpen {
  0% {
    left: -110px;
    -webkit-box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0);
    box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0); }
  100% {
    left: 0;
    -webkit-box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0);
    box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0); } }

@-webkit-keyframes phoneMenuClose {
  0% {
    left: 0;
    -webkit-box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0);
    box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0); }
  100% {
    left: -110px;
    -webkit-box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0);
    box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0); } }

@-moz-keyframes phoneMenuClose {
  0% {
    left: 0;
    box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0); }
  100% {
    left: -110px;
    box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0); } }

@keyframes phoneMenuClose {
  0% {
    left: 0;
    -webkit-box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0);
    box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0); }
  100% {
    left: -110px;
    -webkit-box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0);
    box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0); } }

/*--> Footer ----------------------------------------------------------------------------*/
.footer {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 768px;
  bottom: 0; }

.copyright {
  font-style: normal;
  text-align: center;
  font-size: 14px;
  opacity: .7;
  letter-spacing: 0;
  padding: 5px; }

/*--> Not  Shared File ----------------------------------------------------------------------------*/
/*--> Popup ----------------------------------------------------------------------------*/
.popupArea {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: none; }

.popupRelative {
  position: relative;
  width: 100%;
  height: 100%; }
  .popupRelative a.icon-delete {
    position: relative;
    z-index: 9;
    display: block;
    float: right;
    width: 44px;
    height: 44px;
    line-height: 46px;
    margin: -10px -10px 0 0;
    text-align: center;
    -webkit-border-radius: 25px;
      -webkit-border-radius-border-radius: 25px;
    background: url(../images/icon-close.png) center center no-repeat;
      background--moz-background-size: 100% auto;
        background--moz-background-size--o-background-size: 100% auto;
          background--moz-background-size--o-background-size-background-size: 100% auto;
    font-size: 15px;
    color: #fff; }

.popupMain {
  position: absolute;
  top: 50%;
  margin-top: -13%;
  width: 86%;
  left: 7%;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 10px;
    -webkit-border-radius-border-radius: 10px;
  ptext-align: center; }

.popupContent {
  position: static;
  text-align: center;
  padding: 45px 15px 75px 15px; }
  .popupContent div {
    position: static; }
  .popupContent .pointArea {
    position: absolute;
    width: 60%;
    display: inline-block;
      display-top: 0;
      display-left: 50%;
      display-transform: translateX(-50%);
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #aaa;
    border-top: 0;
    -webkit-border-radius: 0 0 10px 10px;
      -webkit-border-radius-border-radius: 0 0 10px 10px; }
    .popupContent .pointArea .point {
      background: none;
      color: #e30808;
      margin-right: 5px;
      letter-spacing: 0; }
  .popupContent .numArea {
    position: relative;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    line-height: 40px; }
    .popupContent .numArea .number {
      font-size: 26px;
      line-height: 40px;
      border: none;
      width: 50px;
      display: inline-block;
      text-align: center;
      margin: 0 auto; }
    .popupContent .numArea a {
      text-decoration: none;
      display: inline-block;
      text-align: center;
      border: 1px solid #333;
      min-width: 32px;
      height: 32px;
      line-height: 30px;
      font-size: 26px;
      -webkit-border-radius: 16px;
        -webkit-border-radius-border-radius: 16px;
      color: #333;
      overflow: hidden; }
      .popupContent .numArea a:hover, .popupContent .numArea a:active {
        text-decoration: none;
        color: #fff;
        background: #f39800;
        border: 1px solid #f39800;
        cursor: pointer; }
    .popupContent .numArea a.btnDecrease {
      position: absolute;
      left: 0;
      bottom: 8px; }
    .popupContent .numArea a.btnIncrease {
      position: absolute;
      right: 0;
      bottom: 8px; }
    .popupContent .numArea a.btnDeDisable {
      position: absolute;
      left: 0;
      bottom: 8px;
      opacity: .5; }
      .popupContent .numArea a.btnDeDisable:hover {
        color: #333;
        border: 1px solid #333; }
    .popupContent .numArea a.btnInDisable {
      position: absolute;
      right: 0;
      bottom: 8px;
      opacity: .5; }
      .popupContent .numArea a.btnInDisable:hover {
        color: #333;
        border: 1px solid #333; }
  .popupContent h2 {
    font-size: 20px;
    font-weight: bold; }
  .popupContent .gift {
    color: #f39800; }
  .popupContent .btnArea {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    padding: 15px;
    text-align: center;
    margin-bottom: 0; }
    .popupContent .btnArea a[class^='btn'] {
      position: relative;
      display: inline-block;
      min-width: 80px;
      margin-bottom: 0;
      color: #fff;
      background: #f39800;
      padding: 5px 35px;
      letter-spacing: 5px;
      -webkit-border-radius: 5px;
        -webkit-border-radius-border-radius: 5px; }
      .popupContent .btnArea a[class^='btn'] + a {
        margin-left: 20px; }
      .popupContent .btnArea a[class^='btn']:visited {
        color: #fff; }
      .popupContent .btnArea a[class^='btn']:hover, .popupContent .btnArea a[class^='btn']:active {
        color: #fff;
        background: #333; }

/*--> Scheduling ----------------------------------------------------------------------------*/
.schedulingBox {
  position: fixed;
  z-index: 99;
  right: 10px;
  bottom: 10px;
  text-align: center; }

/*--> Switch ----------------------------------------------------------------------------*/
.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 38px; }
  .switch:before {
    position: absolute;
    top: 8px;
    left: 12px;
    z-index: 7;
    content: '/';
    font-style: italic;
    color: #999;
    font-family: 'Arial';
    font-size: 43px; }
    .switch:before + input:checked + .slider {
      z-index: 10; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #999;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .slider:before {
    position: absolute;
    content: "E";
    font-family: 'airportfrstcarapp';
    font-size: 26px;
    color: #999;
    height: 32px;
    line-height: 32px;
    width: 32px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  .slider:after {
    position: absolute;
    content: "OFF";
    font-family: Arial;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    left: 55%;
    bottom: 3px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }

input:checked + .slider {
  z-index: 10;
  background-color: #fff3a2; }
  input:checked + .slider:before {
    color: #fff3a2; }
  input:checked + .slider:after {
    content: "ON";
    left: auto;
    right: 58%; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #fff3a2;
  box-shadow: 0 0 1px #fff3a2; }

input:checked + .slider:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

/*--> Status ----------------------------------------------------------------------------*/
.schedulingOpen {
  position: relative;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.4em; }
  .schedulingOpen:before {
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -2.5px;
    content: ' ';
    width: 5px;
    height: 5px;
    background: #999; }
  .schedulingOpen a {
    display: block;
    background: #999;
    color: #fff;
    padding: 8px;
    -webkit-border-radius: 5px;
      -webkit-border-radius-border-radius: 5px; }
    .schedulingOpen a:visited {
      color: #fff; }
    .schedulingOpen a:hover {
      color: #fff; }

.schedulingStatus {
  position: relative;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.4em; }
  .schedulingStatus:before {
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -2.5px;
    content: ' ';
    width: 5px;
    height: 5px;
    background: #fff3a2; }
  .schedulingStatus a {
    display: block;
    color: #fff; }
    .schedulingStatus a:visited {
      color: #fff; }
    .schedulingStatus a:hover {
      color: #fff; }

a.schedulingWait {
  border: 2px solid #fff3a2;
  background: #666;
  padding: 5px;
  line-height: 35px;
  -webkit-border-radius: 5px;
    -webkit-border-radius-border-radius: 5px; }

a.scheduling {
  background: #fff3a2;
  color: #fff;
  -webkit-border-radius: 5px;
    -webkit-border-radius-border-radius: 5px; }

.queue {
  display: block;
  text-align: center;
  padding: 5px; }
  .queue + .queue {
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
  .queue mark {
    display: block;
    background: none;
    color: #ed6f09; }

/*--> Form default ----------------------------------------------------------------------------*/
input[type="button"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="submit"],
input[type="reset"],
input[type="file"],
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child),
textarea {
  font-family: "Microsoft JhengHei", Arial;
  font-size: 1em;
  border: 1px solid #a46623;
  padding: 5px 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }

select {
  font-family: "Microsoft JhengHei", Arial;
  font-size: 1em;
  border: 1px solid #a46623;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  select:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }

.btnArea {
  margin: 20px 0;
  text-align: center; }
  .btnArea a + a {
    margin-top: 20px; }
  .btnArea a.link {
    color: #804e21;
    text-decoration: underline;
    font-size: 14px; }
    .btnArea a.link:visited {
      color: #804e21; }
    .btnArea a.link:hover, .btnArea a.link:active {
      color: #804e21; }
  .btnArea a.submit, .btnArea a.save, .btnArea a.edit, .btnArea a.next, .btnArea a.prev {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    background: #ea5413;
    border: 1px solid #ea5413;
    opacity: 0.8;
    line-height: 40px;
    letter-spacing: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .btnArea a.submit:visited, .btnArea a.save:visited, .btnArea a.edit:visited, .btnArea a.next:visited, .btnArea a.prev:visited {
      color: #fff; }
    .btnArea a.submit:hover, .btnArea a.save:hover, .btnArea a.edit:hover, .btnArea a.next:hover, .btnArea a.prev:hover {
      color: #fff;
      cursor: pointer;
      opacity: 1; }
    .btnArea a.submit.hidden, .btnArea a.save.hidden, .btnArea a.edit.hidden, .btnArea a.next.hidden, .btnArea a.prev.hidden {
      display: none; }
  .btnArea a.register {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    background: #6197e2;
    border: 1px solid #6197e2;
    opacity: 0.8;
    line-height: 40px;
    letter-spacing: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .btnArea a.register:visited {
      color: #fff; }
    .btnArea a.register:hover {
      color: #fff;
      cursor: pointer;
      opacity: 1; }
  .btnArea a.logout {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    background: #aaa;
    border: 1px solid #aaa;
    opacity: 0.8;
    line-height: 40px;
    letter-spacing: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .btnArea a.logout:visited {
      color: #fff; }
    .btnArea a.logout:hover, .btnArea a.logout:active {
      color: #fff;
      cursor: pointer;
      opacity: 1; }
  .btnArea input[type="reset"] {
    vertical-align: top;
    font-size: 16px;
    color: #fff;
    background: #cd8639;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 5px; }
    .btnArea input[type="reset"]:hover {
      cursor: pointer;
      opacity: 1; }
  .btnArea input[type="submit"] {
    width: 100%;
    display: block;
    color: #fff;
    background: #ed6f09;
    border: 1px solid #ed6f09;
    font-size: 16px;
    opacity: 0.8;
    line-height: 30px;
    letter-spacing: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .btnArea input[type="submit"] + a {
      margin-top: 20px; }
    .btnArea input[type="submit"]:hover {
      cursor: pointer;
      opacity: 1; }
    .btnArea input[type="submit"].hidden {
      display: none; }

/*--> Log In ----------------------------------------------------------------------------*/
.loginArea .logo {
  display: block;
  width: 100px;
  margin: 10% auto 10px auto; }

.loginArea h1 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px; }

.loginArea .formArea {
  position: relative;
  z-index: 10;
  width: 70%;
  margin: 0 auto; }
  .loginArea .formArea .loading {
    text-align: center;
    margin-top: 45%;
    imgwidth: 100px; }
  .loginArea .formArea .btnArea {
    width: 180px;
    margin: 20px auto; }

.loginBg {
  position: fixed;
  z-index: 5;
  width: 100%;
  max-width: 768px;
  bottom: 0; }

ul.loginList li {
  position: relative;
  padding-left: 35px;
  margin-top: 15px; }
  ul.loginList li span[class^='icon-'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: #f39800;
    border: 1px solid #f39800;
    border-right: none;
    -webkit-border-radius: 5px 0 0 5px;
      -webkit-border-radius-border-radius: 5px 0 0 5px; }
    ul.loginList li span[class^='icon-']:before {
      display: block;
      width: 35px;
      line-height: 35px;
      text-align: center;
      color: #fff; }
  ul.loginList li input {
    height: 35px;
    background: #fff;
    border: 1px solid #f39800;
    margin-bottom: 3px;
    -webkit-border-radius: 0 5px 5px 0;
      -webkit-border-radius-border-radius: 0 5px 5px 0;
    outline: 0; }

.invalid-feedback {
  font-size: 13px;
  color: #e30808;
  padding-left: 10px; }

/*--> Form ----------------------------------------------------------------------------*/
.formArea {
  margin: 10px 10px 140px 10px;
  padding: 1px 0; }
  .formArea .title {
    margin-top: 20px; }
  .formArea p {
    margin-bottom: 10px; }

.formGroup > .totalPay {
  margin: 0 10px;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #804e21;
  border-bottom: 1px dashed #804e21; }
  .formGroup > .totalPay span {
    color: #ea5413;
    font-size: 22px; }

ul.formDetailList {
  margin: 20px 10px; }
  ul.formDetailList .formError {
    padding-top: 4px; }
  ul.formDetailList > li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px; }
    ul.formDetailList > li.date::after {
      display: block;
      content: '.';
      color: rgba(0, 0, 0, 0);
      clear: both;
      float: none;
      height: 0; }
    ul.formDetailList > li.date input {
      float: left;
      width: 50%; }
      ul.formDetailList > li.date input.datepicker {
        border-radius: 0;
        border-right: 0; }
    ul.formDetailList > li .hotelImg {
      margin: 0;
      border: 5px solid #fff; }
      ul.formDetailList > li .hotelImg img {
        width: 100%; }
    ul.formDetailList > li .validate {
      position: absolute;
      z-index: 5;
      top: 8px;
      right: 28px;
      color: #e30808; }
    ul.formDetailList > li span[class^='icon-'] {
      position: absolute;
      left: 0;
      top: 0;
      width: 35px;
      height: 35px;
      background: #f39800;
      border: 1px solid #f39800;
      border-right: none;
      -webkit-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px; }
      ul.formDetailList > li span[class^='icon-']:before {
        display: block;
        width: 35px;
        line-height: 35px;
        text-align: center;
        color: #fff; }
    ul.formDetailList > li .intl-tel-input {
      display: block;
      width: 100%;
      font-size: 1rem;
      line-height: 1.5;
      color: #495057;
      background-clip: padding-box;
      border-radius: .25rem;
      -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
    ul.formDetailList > li input {
      position: relative;
      z-index: 1;
      height: 35px;
      background: #fff;
      border: 1px solid #f39800;
      -webkit-border-radius: 0 5px 5px 0;
      border-radius: 0 5px 5px 0;
      outline: 0;
      margin-bottom: 0; }
      ul.formDetailList > li input:focus {
        -webkit-box-shadow: none;
        box-shadow: none; }
    ul.formDetailList > li > select {
      position: relative;
      z-index: 1;
      height: 35px !important;
      background: #fff;
      border: 1px solid #f39800;
      -webkit-border-radius: 0 5px 5px 0;
      margin-bottom: 0;
      padding: 5px 7px;
      outline: none; }

.invoiceArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 15px 0; }
  .invoiceArea div {
    margin-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .invoiceArea div:last-child {
      margin-right: 0; }
  .invoiceArea input[type="radio"] {
    width: 26px;
    height: 26px;
    background: #eaeaea;
    border: 1px solid #ed6f09;
    margin-right: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .invoiceArea input[type="radio"]:checked {
      background: #ed6f09; }
      .invoiceArea input[type="radio"]:checked + span {
        color: #fff; }

.donateArea {
  position: relative;
  padding-left: 95px; }
  .donateArea .name {
    position: absolute;
    left: 0;
    top: 0;
    width: 95px;
    line-height: 35px;
    height: 35px;
    padding-left: 8px;
    background: #f39800;
    border: 1px solid #f39800;
    color: #fff;
    border-right: none;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px; }
  .donateArea .select2-container--default .select2-selection--single {
    display: block;
    border: none;
    line-height: 35px;
    height: 35px;
    background: none; }
    .donateArea .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 35px;
      height: 35px; }
  .donateArea .select2 {
    min-width: 100%;
    max-width: 100%;
    height: 35px;
    background: #fff;
    border: 1px solid #f39800;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    outline: 0;
    margin-bottom: 0; }
    .donateArea .select2 ul {
      margin: 0; }

ul.invoiceList li {
  position: relative;
  padding-left: 95px;
  margin-bottom: 20px; }
  ul.invoiceList li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 95px;
    line-height: 35px;
    height: 35px;
    padding-left: 8px;
    background: #f39800;
    border: 1px solid #f39800;
    color: #fff;
    border-right: none;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px; }
  ul.invoiceList li input {
    height: 35px;
    background: #fff;
    border: 1px solid #f39800;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    outline: 0;
    margin-bottom: 0; }

.intl-tel-input .selected-flag {
  height: 35px; }

/*--> jQuery-Validation-Engine ----------------------------------------------------------------------------*/
.formError.inline {
  display: block; }

.formError .formErrorArrow {
  display: none; }

.formError .formErrorContent {
  margin-top: 5px;
  color: #e30808;
  background: none;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border: none; }

/*--> Bootstrap ----------------------------------------------------------------------------*/
.btn-group {
  border: 1px solid #eaeaea;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden; }
  .btn-group .btn {
    border-left: 1px solid #eaeaea; }
    .btn-group .btn:first-child {
      border-left: none; }

/*--> Editor ----------------------------------------------------------------------------*/
.bbsArticle {
  position: relative; }
  .bbsArticle h1 {
    font-size: 28.6px;
    line-height: 1.3em;
    margin-bottom: 15px; }
  .bbsArticle h2 {
    font-size: 24.2px;
    margin-bottom: 15px; }
  .bbsArticle h3 {
    font-size: 21.6px;
    padding: 10px 0;
    line-height: 1.6em; }
    .insideNews .bbsArticle h3 {
      background: none;
      width: auto;
      height: auto;
      margin: 0;
      text-align: left; }
  .bbsArticle h4 {
    font-size: 19.2px;
    padding: 5px 0; }
  .bbsArticle h5 {
    font-size: 16px;
    padding: 5px 0;
    font-weight: bold; }
  .bbsArticle h6 {
    font-size: 16px;
    padding: 5px 0; }
  .bbsArticle p {
    margin-bottom: 15px;
    padding: 0; }
    .bbsArticle p + h1 {
      margin-top: 40px; }
    .bbsArticle p + h2 {
      padding-top: 20px; }
    .bbsArticle p + img {
      margin-top: 20px; }
    .bbsArticle p a {
      color: #fff3a2;
      text-decoration: none;
      word-wrap: break-word;
      word-break: break-all; }
      .bbsArticle p a:visited {
        color: #fff3a2; }
      .bbsArticle p a:hover {
        color: #ea5413; }
  .bbsArticle img {
    max-width: 100%;
    margin-bottom: 20px; }
  .bbsArticle ul {
    margin: 20px; }
    .bbsArticle ul + h1 {
      margin-top: 40px; }
    .bbsArticle ul li {
      margin-bottom: 10px;
      padding-left: 0px;
      color: #333;
      list-style-position: outside;
      list-style-type: disc;
      border: 0px; }
  .bbsArticle ol + h1 {
    margin-top: 40px; }
  .bbsArticle ol + h2 {
    padding-top: 20px; }
  .bbsArticle ol li {
    margin-bottom: 10px;
    margin-left: 20px;
    color: #333;
    list-style-position: outside;
    list-style-type: decimal; }
  .bbsArticle ul + h1 {
    margin-top: 40px; }
  .bbsArticle ul + h2 {
    padding-top: 20px; }

/*--> Home ----------------------------------------------------------------------------*/
.marqueeArea {
  position: fixed;
  z-index: 99;
  top: 60px;
  left: 0;
  right: 0;
  max-width: 100%;
  height: 45px;
  background: #333;
  color: #fff;
  overflow: hidden; }
  .marqueeArea p {
    line-height: 45px; }

.newsArea {
  position: relative;
  background: #eaeaea; }
  .newsArea h2 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    padding: 0 15px;
    color: #fff3a2; }
    .newsArea h2:before {
      margin-right: 10px; }
    .newsArea h2:hover {
      cursor: pointer; }
    .newsArea h2 .icon-chevron-down:before, .newsArea h2 .icon-chevron-up:before {
      position: absolute;
      top: 15px;
      right: 15px; }

.newsContent {
  display: none;
  background: #eaeaea;
  position: absolute;
  z-index: 50;
  left: 0;
  right: 0;
  top: 45px;
  border-top: 1px solid #aaa; }
  .newsContent .bbsArticle {
    padding: 10px 15px; }

.articleContent {
  padding-bottom: 80px; }
  .articleContent .icon-pin {
    text-align: center;
    color: #804e21;
    font-size: 20px;
    margin: 0 20px;
    padding: 15px 0;
    border-bottom: 1px dashed #804e21; }
    .articleContent .icon-pin:before {
      position: relative;
      top: 2px;
      margin-right: 5px; }

ul.homeList {
  width: 90%;
  margin: 20px auto;
  text-align: center; }
  ul.homeList li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 45%;
    margin: 0 1% 20px 1%;
    background: #fffdef;
    border: 1px solid #804e21;
    -webkit-border-radius: 5px;
      -webkit-border-radius-border-radius: 5px; }
    ul.homeList li:after {
      position: absolute;
      left: 10px;
      bottom: -11px;
      font-family: 'raydreamapp';
      content: 'V';
      font-size: 24px;
      color: #804e21; }
    ul.homeList li a {
      display: block;
      padding: 10px 5px;
      color: #333; }
      ul.homeList li a span {
        display: block; }
      ul.homeList li a:visited {
        color: #333; }
      ul.homeList li a:hover, ul.homeList li a:active {
        background: #d28d4f;
        color: #fff; }
    ul.homeList li mark {
      position: absolute;
      top: -5%;
      left: 55%;
      z-index: 5;
      width: 32px;
      height: 32px;
      line-height: 34px;
      -webkit-border-radius: 16px;
      border-radius: 16px;
      font-family: 'Arial';
      font-weight: bold;
      background: #fff3a2;
      color: #fff; }

.titleArea {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 101;
  max-width: 768px;
  margin: 0 auto;
  background: #f39800;
  color: #fff;
  text-align: center; }
  .titleArea + article, .titleArea + section, .titleArea + form {
    margin-top: 110px; }
  .titleArea h1 {
    font-size: 20px;
    line-height: 45px;
    font-weight: normal; }
  .titleArea a[class^="icon-"] {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    width: 45px;
    line-height: 45px;
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
    .titleArea a[class^="icon-"]:visited {
      color: #FFF; }
    .titleArea a[class^="icon-"]:hover {
      color: #ed6f09; }
    .titleArea a[class^="icon-"]:before {
      position: relative;
      top: 3px;
      font-size: 20px; }
  .titleArea a.icon-heart {
    right: 0; }
    .titleArea a.icon-heart + a.icon-search {
      right: 45px; }
      .titleArea a.icon-heart + a.icon-search + a.icon-refresh {
        right: 90px; }

a.icon-refresh.disable:before {
  opacity: .3; }

a.btnBack {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  width: 45px;
  line-height: 45px;
  border-left: none; }
  a.btnBack:visited {
    color: #fff; }
  a.btnBack:hover, a.btnBack:active {
    color: #fff3a2; }
  a.btnBack:before {
    font-family: 'raydreamapp';
    content: "W";
    font-size: 26px; }
  a.btnBack + a.icon-refresh {
    right: 45px; }
  a.btnBack + a.icon-refresh.last {
    right: 0; }

.positionSelect {
  width: calc(100% - 20px);
  margin: 10px; }

.formGroup {
  min-height: 400px; }
  .formGroup .payArea .btnArea {
    padding-bottom: 0; }
  .formGroup .btnArea {
    width: calc(100% - 20px);
    margin: 10px 10px 20px 10px;
    padding-bottom: 100px; }

.payArea {
  position: fixed;
  z-index: 20;
  bottom: 79px;
  left: 0;
  right: 0;
  max-width: 768px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f1d7bc; }
  .payArea .btnArea {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    margin: 10px; }
    .payArea .btnArea input[type="submit"] {
      margin-bottom: 0;
      line-height: 20px; }
  .payArea .totalPay {
    margin: 10px;
    line-height: 32px;
    font-size: 22px;
    text-align: left;
    display: block;
    background: none;
    color: #e30808;
    -webkit-box-flex: 8;
    -ms-flex: 8;
    flex: 8; }
    .payArea .totalPay span {
      display: inline-block;
      vertical-align: top;
      color: #333;
      font-size: 14px; }

.listContent, .driverContent {
  padding: 10px 10px 150px 10px;
  min-height: 515px; }
  .listContent p, .driverContent p {
    margin-bottom: 0; }

.caseBrief {
  position: relative;
  border: 1px solid #bd7331;
  border-top: none;
  background: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }
  .caseBrief:hover {
    cursor: pointer; }
  .caseBrief [class^="icon-"]:before {
    color: #bd7331; }
  .caseBrief .leftBox {
    float: left;
    vertical-align: top;
    width: 60%;
    padding: 0 5px;
    font-size: 18px; }
    .caseBrief .leftBox p {
      line-height: 50px; }
    .caseBrief .leftBox .icon-aircar:before {
      display: inline-block;
      vertical-align: top;
      font-size: 30px;
      width: 40px;
      line-height: 50px;
      text-align: center;
      margin-right: 5px; }
  .caseBrief .rightBox {
    float: right;
    vertical-align: top;
    width: 40%;
    padding: 5px;
    text-align: center;
    border-left: 1px solid #f1dcc9; }
    .caseBrief .rightBox .icon-a-arrowdown, .caseBrief .rightBox .icon-a-morepos {
      background: none; }
      .caseBrief .rightBox .icon-a-arrowdown:before, .caseBrief .rightBox .icon-a-morepos:before {
        display: block;
        line-height: 24px;
        font-size: 18px; }
  .caseBrief:after {
    display: block;
    clear: both;
    float: none;
    content: " "; }

ul.caseList {
  position: relative;
  display: block; }
  ul.caseList li {
    margin-bottom: 25px; }
    ul.caseList li h2 {
      background: #bd7331;
      font-weight: normal;
      font-size: 20px;
      color: #fff;
      padding: 8px 10px;
      -webkit-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0; }
    ul.caseList li .radioboxArea .formError .formErrorContent {
      position: relative;
      top: -50px; }
    ul.caseList li .radioboxArea input[type='radio'] {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: 0; }
      ul.caseList li .radioboxArea input[type='radio'] + span {
        position: static;
        z-index: 3;
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #ed6f09;
        margin: 10px 10px 0 0;
        float: right; }
      ul.caseList li .radioboxArea input[type='radio']:checked + span {
        background: #ed6f09;
        color: #fff; }
        ul.caseList li .radioboxArea input[type='radio']:checked + span::before {
          display: block;
          content: '.';
          color: rgba(0, 0, 0, 0);
          line-height: 0;
          border-left: 2px solid #fff;
          border-bottom: 2px solid #fff;
          width: 20px;
          margin: 6px 0 0 3px;
          height: 11px;
          background: rgba(0, 0, 0, 0);
          text-align: center;
          -moz-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        ul.caseList li .radioboxArea input[type='radio']:checked + span::after {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 3px solid #ed6f09;
          border-radius: 0 0 3px 3px;
          display: block;
          content: '.';
          color: rgba(0, 0, 0, 0); }
    ul.caseList li .checkboxArea input[type='checkbox'] {
      position: absolute;
      z-index: 1;
      top: 10px;
      right: 10px;
      opacity: 0; }
      ul.caseList li .checkboxArea input[type='checkbox'] + span {
        position: static;
        z-index: 3;
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #ed6f09;
        margin: 10px 10px 0 0;
        float: right; }
      ul.caseList li .checkboxArea input[type='checkbox']:checked + span {
        background: #ed6f09;
        color: #fff; }
        ul.caseList li .checkboxArea input[type='checkbox']:checked + span::before {
          display: block;
          content: '.';
          color: rgba(0, 0, 0, 0);
          line-height: 0;
          border-left: 2px solid #fff;
          border-bottom: 2px solid #fff;
          width: 20px;
          margin: 6px 0 0 3px;
          height: 11px;
          background: rgba(0, 0, 0, 0);
          text-align: center;
          -moz-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        ul.caseList li .checkboxArea input[type='checkbox']:checked + span::after {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 3px solid #ed6f09;
          border-radius: 0 0 3px 3px;
          display: block;
          content: '.';
          color: rgba(0, 0, 0, 0); }

.numArea {
  position: relative;
  width: 100px;
  margin: 5px auto 0 auto; }
  .numArea .number {
    font-size: 26px;
    border: none;
    width: 50px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .numArea a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #333;
    width: 32px;
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 26px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    color: #333;
    overflow: hidden; }
    .numArea a:hover, .numArea a:active {
      text-decoration: none;
      color: #fff;
      background: #f39800;
      border: 1px solid #f39800;
      cursor: pointer; }
  .numArea a.btnDecrease {
    position: absolute;
    left: 0; }
  .numArea a.btnIncrease {
    position: absolute;
    right: 0; }
  .numArea a.btnDeDisable {
    position: absolute;
    left: 0;
    opacity: .5; }
    .numArea a.btnDeDisable:hover {
      color: #333;
      border: 1px solid #333; }
  .numArea a.btnInDisable {
    position: absolute;
    right: 0;
    opacity: .5; }
    .numArea a.btnInDisable:hover {
      background: none;
      color: #333;
      border: 1px solid #333; }

.radioArea {
  line-height: 0; }
  .radioArea label {
    position: relative;
    margin: 5px 0; }
    .radioArea label:hover {
      cursor: pointer; }
    .radioArea label span {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center;
      line-height: 26px; }
  .radioArea input[type="radio"] {
    width: 26px;
    height: 26px;
    background: #eaeaea;
    border: none;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .radioArea input[type="radio"]:checked {
      background: #ed6f09; }
      .radioArea input[type="radio"]:checked + span {
        color: #fff; }

.peopleSelect {
  clear: both;
  float: none;
  border-top: 1px solid #f1dcc9;
  padding: 10px; }
  .peopleSelect [class^="icon-"] {
    position: relative;
    padding-left: 30px; }
    .peopleSelect [class^="icon-"]:before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      font-size: 20px; }

/*--> Scheduling ----------------------------------------------------------------------------*/
.schedulingArea, .driverArea {
  border: 2px solid #cd8639;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .schedulingArea h2, .driverArea h2 {
    background: #cd8639;
    color: #fff;
    font-weight: bold;
    padding: 8px; }

.ps {
  font-size: 14px; }

dl.schedulingList {
  display: table;
  width: 100%;
  background: #fff; }
  dl.schedulingList:nth-child(even) {
    background: #e4e4e4; }
  dl.schedulingList dt, dl.schedulingList dd {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 8px;
    text-align: center; }
    dl.schedulingList dt:nth-child(2), dl.schedulingList dd:nth-child(2) {
      width: 80px; }
    dl.schedulingList dt:nth-child(3), dl.schedulingList dd:nth-child(3) {
      width: 80px; }
  dl.schedulingList dt {
    background: #a46623;
    color: #fff;
    font-weight: normal; }
  dl.schedulingList dd:nth-child(1) {
    text-align: left; }
  dl.schedulingList dd .mark {
    display: block;
    font-size: 14px; }
  dl.schedulingList dd.num {
    font-family: 'Arial';
    font-size: 26px;
    line-height: 1.4em;
    color: #666;
    font-weight: bold;
    padding: 10px 0; }
  dl.schedulingList dd:nth-child(3).num {
    color: #cd8639;
    font-family: 'Arial Black'; }
    dl.schedulingList dd:nth-child(3).num.red {
      color: #fff3a2; }

/*--> Search ----------------------------------------------------------------------------*/
.searchArea {
  display: none;
  position: relative;
  z-index: 1000;
  padding: 15px;
  background: #cd8639; }
  .searchArea input[type="text"] {
    width: 100%;
    padding: 8px 8px; }
  .searchArea a.icon-close-round {
    position: absolute;
    margin: 0;
    top: -45px;
    right: 45px;
    background: #a46623;
    width: 45px;
    height: 45px;
    color: #fff; }
    .searchArea a.icon-close-round:before {
      font-size: 22px;
      line-height: 45px; }
  .searchArea select {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 8px 5px; }
  .searchArea .btnArea {
    margin: 10px 0 10px 0; }
    .searchArea .btnArea a {
      display: inline-block;
      vertical-align: top;
      width: 47%; }
      .searchArea .btnArea a + a {
        margin-left: 5%; }
  .groupContent .searchArea .btnArea {
    awidth: 100%; }

/*--> Content ----------------------------------------------------------------------------*/
.mainContent {
  border: 1px solid #999;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff; }
  .mainContent p {
    margin-bottom: 0; }
  .mainContent + .mainContent {
    margin-top: 20px; }
  .mainContent.record {
    border: 1px solid #ee7272; }
    .mainContent.record h2 {
      background: #ee7272; }
    .mainContent.record [class^="icon-"]:before {
      color: #ee7272; }
    .mainContent.record ul.arrowList li:before {
      color: #ee7272; }
  .mainContent.detail {
    border: 1px solid #bd7331; }
    .mainContent.detail h2 {
      background: #bd7331; }
    .mainContent.detail [class^="icon-"]:before {
      color: #bd7331; }
    .mainContent.detail ul.arrowList li:before {
      color: #bd7331; }
  .mainContent h2 {
    background: #999;
    color: #fff;
    padding: 5px;
    line-height: 30px;
    font-weight: bold; }
    .mainContent h2 .icon-calendar {
      float: right; }
      .mainContent h2 .icon-calendar:before {
        top: 3px;
        color: #fff;
        margin-right: 5px; }
  .mainContent h3 {
    position: relative;
    background: #efefef;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 1px solid #fff; }
    .mainContent h3 span:before {
      position: relative;
      line-height: 17px; }
    .mainContent h3 mark[class^="icon-"] {
      position: absolute;
      width: 40px;
      line-height: 40px;
      height: 40px;
      background: none;
      right: 0; }
      .mainContent h3 mark[class^="icon-"]:before {
        width: 40px;
        line-height: 40px; }
      .mainContent h3 mark[class^="icon-"]:hover {
        cursor: pointer; }
    .mainContent h3 .icon-aircar:before {
      margin-top: 0;
      font-size: 25px; }
  .mainContent [class^="icon-"] {
    position: relative;
    padding-left: 30px; }
    .mainContent [class^="icon-"]:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      font-size: 20px;
      color: #999; }
  .mainContent .icon-aircar:before {
    margin-top: -1px;
    margin-left: -3px;
    font-size: 23px; }
  .mainContent .icon-account:before {
    margin-right: -5px; }
  .mainContent .icon-ios-people:before {
    top: -7px;
    left: -4px;
    font-size: 28px; }

.orderMain {
  padding: 10px; }
  .orderMain .icon-aircar, .orderMain .icon-text-document, .orderMain .icon-hotel {
    float: left; }
  .orderMain .icon-account, .orderMain .icon-airmoney {
    float: right; }
  .orderMain:after {
    display: block;
    clear: both;
    float: none;
    content: " "; }

.detailArea {
  padding: 10px; }

ul.sortList {
  margin-top: 10px; }
  ul.sortList li {
    position: relative;
    padding-left: 40px;
    min-height: 40px;
    text-align: left; }
    ul.sortList li p {
      padding-top: 5px; }
    ul.sortList li:before {
      position: absolute;
      z-index: 5;
      top: 0;
      left: 0;
      text-align: center;
      content: "";
      background: #fff;
      color: #ee7272;
      font-family: "Arial Black";
      font-weight: bold;
      display: block;
      width: 30px;
      height: 30px;
      line-height: 24px;
      -webkit-border-radius: 18px;
        -webkit-border-radius-border-radius: 18px;
      border: 3px solid #ee7272; }
    ul.sortList li:after {
      position: absolute;
      z-index: 3;
      left: -4.1px;
      top: 16.4px;
      font-size: 30px;
      color: #ee7272;
      font-family: "raydreamapp";
      width: 30px;
      height: 5px;
      text-align: center;
      content: "w";
      -moz-transform-origin: 0;
      -moz-transform: scaleX(1.3);
      -webkit-transform-origin: 0;
      -webkit-transform: scaleX(1.3);
      -o-transform-origin: 0;
      -o-transform: scaleX(1.3);
      -ms-transform-origin: 0;
      -ms-transform: scaleX(1.3);
      transform-origin: 0;
      transform: scaleX(1.3); }
    ul.sortList li:nth-child(1):before {
      content: "1"; }
    ul.sortList li:nth-child(2):before {
      content: "2"; }
    ul.sortList li:nth-child(3):before {
      content: "3"; }
    ul.sortList li:nth-child(4):before {
      content: "4"; }
    ul.sortList li:nth-child(5):before {
      content: "5"; }
    ul.sortList li:nth-child(6):before {
      content: "6"; }
    ul.sortList li:nth-child(7):before {
      content: "7"; }
    ul.sortList li:nth-child(8):before {
      content: "8"; }
    ul.sortList li:nth-child(9):before {
      content: "9"; }
    ul.sortList li:nth-child(10):before {
      content: "10"; }
    ul.sortList li:nth-child(11):before {
      content: "11"; }
    ul.sortList li:nth-child(12):before {
      content: "12"; }
    ul.sortList li:nth-child(13):before {
      content: "13"; }
    ul.sortList li:nth-child(14):before {
      content: "14"; }
    ul.sortList li:nth-child(15):before {
      content: "15"; }
    ul.sortList li:nth-child(16):before {
      content: "16"; }
    ul.sortList li:nth-child(17):before {
      content: "17"; }
    ul.sortList li:nth-child(18):before {
      content: "18"; }
    ul.sortList li:nth-child(19):before {
      content: "19"; }
    ul.sortList li:nth-child(20):before {
      content: "20"; }
    ul.sortList li:last-child:before {
      content: ".";
      font-family: 'Arial';
      font-size: 45px;
      line-height: 0; }

ul.graphList li {
  min-height: 22px;
  margin-bottom: 10px;
  position: relative; }
  ul.graphList li span[class^="icon-"] {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold; }
    ul.graphList li span[class^="icon-"].icon-aircar2:before {
      margin-top: -1px;
      margin-left: -2px;
      font-size: 26px; }
  ul.graphList li p {
    margin-left: 130px;
    vertical-align: top; }

ul.arrowList li {
  position: relative;
  padding-left: 20px;
  min-height: 22px;
  margin-bottom: 10px; }
  ul.arrowList li:before {
    position: absolute;
    top: -2px;
    left: 0;
    font-family: 'raydreamapp';
    content: "u";
    color: #999; }
  ul.arrowList li span {
    position: absolute;
    top: 0;
    left: 20px;
    font-weight: bold;
    letter-spacing: 0px; }
  ul.arrowList li p {
    margin-left: 115px;
    vertical-align: top; }
  ul.arrowList li .block {
    position: relative;
    top: 28px;
    margin-left: 0;
    margin-bottom: 28px; }
    ul.arrowList li .block + .block {
      top: 10px; }

.receive {
  font-size: 20px;
  line-height: 22px;
  color: #e30808; }

.small {
  font-size: 14px;
  line-height: 22px; }

.note {
  color: #ed6f09; }

.caseContent {
  padding: 10px 10px 120px 10px; }
  .caseContent h2.fixed {
    position: fixed;
    z-index: 99;
    top: 105px;
    left: 0;
    right: 0; }

/*--> Account ----------------------------------------------------------------------------*/
.infoImg {
  position: relative;
  z-index: 1;
  margin: 0 auto 15px auto; }
  .infoImg .label img {
    width: 240px;
    height: 240px;
    -webkit-border-radius: 120px;
      -webkit-border-radius-border-radius: 120px;
    overflow: hidden; }
  .infoImg .alert {
    position: absolute;
    width: 50%;
    left: 25%;
    bottom: 0; }
  .infoImg .progress {
    display: none;
    position: absolute;
    width: 50%;
    height: 30px;
    left: 25%;
    bottom: 50%;
    margin: 15px auto -15px auto; }

.img-container {
  max-height: 350px;
  overflow: hidden; }
  .img-container .cropper-view-box {
    -webkit-border-radius: 50%;
      -webkit-border-radius-border-radius: 50%; }

.infoName {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; }

.gold {
  color: #cd8639;
  margin: 0 10px 0 0; }

.starArea {
  margin: 15px auto; }
  .starArea [class^="icon-"]:before {
    font-size: 35px;
    color: #cd8639;
    margin: 0 5px; }

ul.infoList {
  display: inline-block;
  margin: 0 auto 0 auto; }
  ul.infoList + .btnArea {
    width: 40%;
    margin: 20px auto 50px auto; }
  ul.infoList li {
    min-height: 22px;
    margin-bottom: 15px;
    position: relative;
    text-align: left; }
    ul.infoList li input {
      position: relative;
      left: -5px;
      padding: 2px 5px;
      width: 95%;
      border: 1px solid rgba(255, 255, 255, 0); }
    ul.infoList li.editArea input {
      background: none; }
    ul.infoList li span[class^="icon-"] {
      position: absolute;
      top: 0;
      left: 0;
      font-weight: bold;
      padding-left: 30px; }
      ul.infoList li span[class^="icon-"]:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        font-size: 20px;
        color: #cd8639; }
      ul.infoList li span[class^="icon-"].icon-aircar:before {
        margin-left: -3px;
        margin-top: -2px;
        font-size: 25px; }
      ul.infoList li span[class^="icon-"].icon-toggle-filled:before {
        font-size: 23px;
        margin-top: -2px; }
    ul.infoList li p {
      margin-left: 170px;
      vertical-align: top;
      margin-bottom: 0; }
      ul.infoList li p input {
        margin-top: -5px;
        margin-bottom: 0; }

.push {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 27px;
  border: 1px solid #999;
  -webkit-border-radius: 5px;
    -webkit-border-radius-border-radius: 5px; }
  .push input {
    opacity: 0;
    width: 0;
    height: 0; }
  .push .onoff {
    position: absolute;
    z-index: 5;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999;
    -webkit-border-radius: 4px;
      -webkit-border-radius-border-radius: 4px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .push .onoff:before {
      position: absolute;
      content: " ";
      font-size: 26px;
      color: #999;
      height: 25px;
      line-height: 25px;
      width: 30px;
      left: 0;
      bottom: 0;
      background-color: white;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      -webkit-border-radius: 4px 0 0 4px;
        -webkit-border-radius-border-radius: 4px 0 0 4px; }
    .push .onoff:after {
      position: absolute;
      content: "OFF";
      font-family: Arial;
      font-size: 14px;
      color: #fff;
      line-height: 25px;
      left: 53%;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }

input:checked + .onoff {
  z-index: 10;
  background-color: #fff3a2;
  -webkit-border-radius: 4px;
    -webkit-border-radius-border-radius: 4px; }
  input:checked + .onoff:before {
    color: #fff3a2;
    -webkit-border-radius: 0 4px 4px 0;
      -webkit-border-radius-border-radius: 0 4px 4px 0; }
  input:checked + .onoff:after {
    content: "ON";
    left: auto;
    right: 58%; }

input:focus + .onoff {
  -webkit-box-shadow: 0 0 0 #fff3a2;
  box-shadow: 0 0 0 #fff3a2; }

input:checked + .onoff:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.accountContent {
  position: relative;
  text-align: center;
  padding: 20px 0 80px 0; }
  .accountContent a.icon-wallet-money, .accountContent a.icon-canacalendar, .accountContent a.icon-camera {
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 15px;
    display: block;
    width: 54px;
    height: 54px;
    text-align: center;
    -webkit-border-radius: 27px;
      -webkit-border-radius-border-radius: 27px;
    background: #cd8639;
    color: #fff; }
    .accountContent a.icon-wallet-money:visited, .accountContent a.icon-canacalendar:visited, .accountContent a.icon-camera:visited {
      color: #fff; }
    .accountContent a.icon-wallet-money:hover, .accountContent a.icon-canacalendar:hover, .accountContent a.icon-camera:hover {
      color: #fff;
      background: #333; }
    .accountContent a.icon-wallet-money:before, .accountContent a.icon-canacalendar:before, .accountContent a.icon-camera:before {
      font-size: 24px;
      line-height: 54px; }
  .accountContent a.icon-canacalendar {
    background: #ee7272;
    color: #fff; }
    .accountContent a.icon-canacalendar:visited {
      color: #fff; }
    .accountContent a.icon-canacalendar:hover {
      color: #fff;
      background: #333; }
  .accountContent .bbsArticle {
    text-align: left;
    padding: 0 20px 150px 20px; }

.accountMonth {
  display: block;
  margin: 0 auto 20px auto;
  width: 260px;
  height: 260px;
  padding: 20px;
  color: #ee7272;
  border: 1px solid #ee7272;
  -webkit-border-radius: 50%;
    -webkit-border-radius-border-radius: 50%; }
  .accountMonth + .icon-calendar {
    vertical-align: top;
    line-height: 30px; }
    .accountMonth + .icon-calendar:before {
      position: relative;
      top: 1px;
      color: #ee7272;
      margin-right: 5px; }
    .accountMonth + .icon-calendar .yearSelect .icon-chevron-up:before,
    .accountMonth + .icon-calendar .yearSelect .icon-chevron-down:before,
    .accountMonth + .icon-calendar .mouthSelect .icon-chevron-up:before,
    .accountMonth + .icon-calendar .mouthSelect .icon-chevron-down:before {
      color: #ee7272; }
    .accountMonth + .icon-calendar .icon-search:before {
      color: #ee7272; }
  .accountMonth h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 50px 0 0 0; }
  .accountMonth .income {
    font-family: 'Arial';
    font-size: 48px;
    line-height: 1.7em;
    font-weight: bold; }
  .accountMonth p {
    color: rgba(255, 255, 255, 0.7); }

.dateSearch p {
  margin-bottom: 0; }

.dateSearch .icon-search {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  height: 35px;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  .dateSearch .icon-search:hover {
    cursor: pointer; }
  .dateSearch .icon-search:before {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 30px; }
  .dateSearch .icon-search input {
    position: relative;
    z-index: 5;
    padding: 0;
    opacity: 0; }
    .dateSearch .icon-search input:hover {
      cursor: pointer; }

.mouthSelect {
  position: relative;
  z-index: 100;
  display: inline-block;
  vertical-align: top;
  width: 70px;
  background: #FFF;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
    -webkit-border-radius-border-radius: 5px; }
  .mouthSelect p {
    line-height: 30px; }
  .mouthSelect:hover {
    cursor: pointer; }
  .mouthSelect .icon-chevron-down:before, .mouthSelect .icon-chevron-up:before {
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-left: 5px; }
  .mouthSelect + .mouthSelect {
    margin-left: 20px; }
    .mouthSelect + .mouthSelect:before {
      position: absolute;
      left: -20px;
      content: "~"; }

.yearSelect {
  position: relative;
  z-index: 100;
  display: inline-block;
  vertical-align: top;
  width: 90px;
  background: #FFF;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
    -webkit-border-radius-border-radius: 5px; }
  .yearSelect p {
    line-height: 30px; }
  .yearSelect:hover {
    cursor: pointer; }
  .yearSelect .icon-chevron-down:before, .yearSelect .icon-chevron-up:before {
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-left: 5px; }

ul.mouthList, ul.yearList {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  border: 1px solid #aaa;
  border-top: none;
  overflow: hidden;
  -webkit-border-radius: 0 0 5px 5px;
    -webkit-border-radius-border-radius: 0 0 5px 5px; }
  ul.mouthList li, ul.yearList li {
    text-align: center;
    background: #eaeaea;
    border-top: 1px solid #aaa;
    line-height: 25px; }
    ul.mouthList li a, ul.yearList li a {
      display: block;
      color: #333; }
      ul.mouthList li a:visited, ul.yearList li a:visited {
        color: #333; }
      ul.mouthList li a:hover, ul.yearList li a:hover {
        background: #333;
        color: #FFF; }

.accountArea {
  margin: 20px 10px 150px 10px;
  border: 1px solid #ee7272;
  overflow: hidden;
  -webkit-border-radius: 5px;
    -webkit-border-radius-border-radius: 5px; }

dl.accountList {
  display: table;
  width: 100%;
  background: #fff; }
  dl.accountList [class^="icon-"]:before {
    position: relative;
    top: 3px;
    margin-right: 8px;
    font-size: 18px;
    line-height: 0px; }
  dl.accountList .icon-airmoney:before {
    top: 5px;
    font-size: 21px; }
  dl.accountList .icon-aircar:before {
    top: 8px;
    font-size: 28px; }
  dl.accountList:nth-child(even) {
    background: #efefef; }
  dl.accountList dt, dl.accountList dd {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 8px;
    text-align: center;
    width: 33%; }
  dl.accountList dt {
    background: #ee7272;
    color: #fff;
    font-weight: normal; }
  dl.accountList dd.num {
    font-family: 'Arial';
    font-size: 18px;
    line-height: 1.4em;
    color: #666;
    padding: 10px 0; }

.accountRecord {
  display: block;
  margin: 0 auto 20px auto;
  width: 260px;
  height: 260px;
  padding: 20px;
  color: #f07540;
  border: 1px solid #f07540;
  -webkit-border-radius: 50%;
    -webkit-border-radius-border-radius: 50%; }
  .accountRecord + .icon-calendar {
    color: #f07540;
    margin-right: 5px; }
    .accountRecord + .icon-calendar .yearSelect .icon-chevron-up:before,
    .accountRecord + .icon-calendar .yearSelect .icon-chevron-down:before,
    .accountRecord + .icon-calendar .mouthSelect .icon-chevron-up:before,
    .accountRecord + .icon-calendar .mouthSelect .icon-chevron-down:before {
      color: #f07540; }
    .accountRecord + .icon-calendar .icon-search:before {
      color: #f07540; }
  .accountRecord h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 50px 0 0 0; }
  .accountRecord .income {
    font-family: 'Arial';
    font-size: 48px;
    line-height: 1.7em;
    font-weight: bold; }
  .accountRecord p {
    color: rgba(255, 255, 255, 0.7); }

.bsBtnGroup {
  margin-top: 10px;
  padding: 10px;
  text-align: left; }

.recordArea {
  margin: 20px 0 160px 0; }

dl.recordList {
  display: table;
  width: 100%;
  background: #fff;
  border-bottom: 1px dashed #f5a887; }
  dl.recordList:first-child {
    border-bottom: none; }
  dl.recordList a {
    display: block;
    color: #333; }
    dl.recordList a:visited {
      color: #333; }
    dl.recordList a:hover {
      color: #000; }
  dl.recordList [class^="icon-"]:before {
    position: relative;
    top: 3px;
    margin-right: 8px;
    font-size: 18px;
    line-height: 0px; }
  dl.recordList .icon-airmoney:before {
    top: 5px;
    font-size: 21px; }
  dl.recordList .icon-aircar:before {
    top: 8px;
    font-size: 28px; }
  dl.recordList:nth-child(even) {
    background: #e4e4e4; }
  dl.recordList.earnings {
    background: #fffdef; }
  dl.recordList.expend {
    background: #e9f1e1; }
  dl.recordList dt, dl.recordList dd {
    display: table-cell;
    vertical-align: middle;
    padding: 8px;
    text-align: right; }
    dl.recordList dt:nth-child(1), dl.recordList dd:nth-child(1) {
      text-align: left; }
    dl.recordList dt:nth-child(2), dl.recordList dt:nth-child(3), dl.recordList dd:nth-child(2), dl.recordList dd:nth-child(3) {
      width: 100px; }
  dl.recordList dt {
    background: #aaa;
    color: #fff;
    font-weight: normal; }
  dl.recordList dd p {
    margin-bottom: 0; }
  dl.recordList dd.num {
    font-family: 'Arial';
    font-size: 20px;
    line-height: 1.4em;
    color: #666; }

/*--> Recommend ----------------------------------------------------------------------------*/
.recommendNum {
  font-size: 22px;
  font-weight: bold;
  background: #eaeaea;
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  -webkit-border-radius: 10px;
    -webkit-border-radius-border-radius: 10px; }

.iframeArea {
  padding: 20px;
  margin: 20px auto; }
  .iframeArea iframe {
    width: 100%;
    height: 230px;
    max-width: 500px; }

.bannerArea {
  text-align: center;
  margin-bottom: 150px; }
  .bannerArea img {
    width: 100%;
    max-width: 500px; }

/*--> Owl-carousel ----------------------------------------------------------------------------*/
.tabArea {
  position: relative;
  margin-top: 5px;
  line-height: 35px; }
  .tabArea .owl-stage-outer {
    position: relative;
    z-index: 10;
    margin: 0 40px; }
  .tabArea .owl-stage {
    margin-left: -15%; }
  .tabArea .owl-nav {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%; }
    .tabArea .owl-nav button[class^="owl-"] {
      width: 40px;
      font-size: 20px;
      color: #999; }
      .tabArea .owl-nav button[class^="owl-"]:before {
        display: block;
        content: ""; }
      .tabArea .owl-nav button[class^="owl-"] span {
        display: none; }
    .tabArea .owl-nav button.owl-prev:before {
      font-family: 'airportfrstcarapp';
      content: "b"; }
    .tabArea .owl-nav button.owl-prev.disabled {
      opacity: 0.5; }
    .tabArea .owl-nav button.owl-next {
      position: absolute;
      right: 0; }
    .tabArea .owl-nav button.owl-next:before {
      font-family: 'airportfrstcarapp';
      content: "c"; }
    .tabArea .owl-nav button.owl-next.disabled {
      opacity: 0.5; }
  .tabArea .owl-item.active.center .item {
    font-weight: bold; }
    .tabArea .owl-item.active.center .item a {
      background: #eaeaea;
      border: 1px solid #fff;
      border-bottom: none; }
  .tabArea .item.select {
    font-weight: bold; }
    .tabArea .item.select a {
      background: #eaeaea;
      border: 1px solid #fff;
      border-bottom: none; }
  .tabArea .item a {
    display: block;
    margin: 0;
    padding: 0 5px;
    color: #333;
    background: #fff;
    -webkit-border-radius: 5px 5px 0 0;
      -webkit-border-radius-border-radius: 5px 5px 0 0;
    border: 1px solid #999;
    border-bottom: none; }
    .tabArea .item a:visited {
      color: #333; }
    .tabArea .item a:hover {
      color: #333; }

/*--> Area setting ----------------------------------------------------------------------------*/
.areaContent .groupContent:last-child {
  padding-bottom: 150px; }

.areaContent .groupContent:first-child {
  padding-bottom: 0; }

.areaContent h3 {
  position: relative;
  background: #eaeaea;
  color: #a46623;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  min-height: 1.5rem;
  padding: 10px 0 0 10px;
  height: 40px; }
  .areaContent h3.custom-checkbox {
    padding: 10px 0 0 35px; }
  .areaContent h3 span:before {
    position: relative; }
  .areaContent h3 label:hover {
    cursor: pointer; }
  .areaContent h3 .custom-control-label::before {
    top: -1px; }
  .areaContent h3 mark[class^="icon-"] {
    position: absolute;
    top: 0;
    width: 40px;
    background: none;
    right: -10px; }
    .areaContent h3 mark[class^="icon-"]:before {
      width: 40px;
      line-height: 40px;
      color: #a46623; }
    .areaContent h3 mark[class^="icon-"]:hover {
      cursor: pointer; }

.areaContent [class^="icon-"] {
  position: relative;
  padding-left: 30px; }
  .areaContent [class^="icon-"]:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    font-size: 20px;
    color: #a46623; }

ul.areaList li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 1.5rem;
  padding-left: 35px;
  margin-bottom: 5px; }
  ul.areaList li label:hover {
    cursor: pointer; }

a.areaPosition, .areaPosition {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  margin: 0 5px  10px 5px;
  background: #FFF;
  color: #a46623;
  border: 1px solid #a46623;
  -webkit-border-radius: 5px;
    -webkit-border-radius-border-radius: 5px; }
  a.areaPosition:visited, .areaPosition:visited {
    color: #a46623; }
  a.areaPosition:hover, a.areaPosition.select, .areaPosition:hover, .areaPosition.select {
    background: #a46623;
    color: #FFF;
    cursor: pointer; }

/*--> Search setting ----------------------------------------------------------------------------*/
.searchContent h3 {
  position: relative;
  background: #eaeaea;
  color: #a46623;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  min-height: 1.5rem;
  padding: 10px 0 0 10px;
  height: 40px; }
  .searchContent h3.custom-checkbox {
    padding: 10px 0 0 35px; }
  .searchContent h3 span:before {
    position: relative; }
  .searchContent h3 p {
    margin-right: 80px; }
  .searchContent h3 label:hover {
    cursor: pointer; }
  .searchContent h3 .custom-control-label::before {
    top: -1px; }
  .searchContent h3 .icon-pencil {
    position: absolute;
    top: 0;
    width: 40px;
    background: none;
    right: 40px; }
    .searchContent h3 .icon-pencil:before {
      position: relative;
      width: 40px;
      line-height: 40px;
      color: #a46623;
      font-size: 20px;
      left: 10px; }
    .searchContent h3 .icon-pencil:hover {
      cursor: pointer; }
  .searchContent h3 .icon-trash {
    position: absolute;
    top: 0;
    width: 40px;
    background: none;
    right: 0;
    border: none; }
    .searchContent h3 .icon-trash:before {
      position: relative;
      width: 40px;
      line-height: 38px;
      color: #a46623;
      font-size: 20px;
      left: 0; }
    .searchContent h3 .icon-trash:hover {
      cursor: pointer; }

.searchContent .searchArea a.icon-close-round {
  right: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: -40px; }

.searchContent .groupContent:last-child {
  padding-bottom: 160px; }

/*--> Driver List ----------------------------------------------------------------------------*/
dl.driverList {
  display: table;
  width: 100%;
  background: #fff; }
  dl.driverList:nth-child(even) {
    background: #e4e4e4; }
  dl.driverList.dispatched {
    background: #f8d7d1;
    border-bottom: 1px solid #ecbbb2; }
  dl.driverList dt, dl.driverList dd {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 8px;
    text-align: center; }
    dl.driverList dt:nth-child(3), dl.driverList dd:nth-child(3) {
      width: 50px; }
  dl.driverList dt {
    background: #a46623;
    color: #fff;
    font-weight: normal; }
    dl.driverList dt:nth-child(1) {
      width: 140px; }
  dl.driverList dd:hover {
    cursor: pointer; }
  dl.driverList dd figure {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    imgmax-width: 100%; }
    dl.driverList dd figure + span {
      line-height: 40px;
      margin-left: 8px; }
  dl.driverList dd:nth-child(1) {
    text-align: left;
    width: 140px; }
  dl.driverList dd .mark {
    display: block;
    font-size: 14px; }
  dl.driverList dd.num {
    font-family: 'Arial';
    font-size: 26px;
    line-height: 1.4em;
    color: #666;
    font-weight: bold;
    padding: 10px 0; }
  dl.driverList dd:nth-child(3).num {
    color: #cd8639;
    font-family: 'Arial Black'; }
    dl.driverList dd:nth-child(3).num.red {
      color: #fff3a2; }

.dispatchFast {
  background: #cd8639;
  margin-top: 20px;
  text-align: center;
  padding: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .dispatchFast .btnArea {
    margin: 30px 0 0 0; }

.moneyGroup {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  .moneyGroup span {
    width: 10%;
    position: absolute;
    left: 0;
    display: inline-block;
    vertical-align: top;
    color: #FFF;
    background: #a46623;
    padding: 5px 10px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px; }
  .moneyGroup input {
    margin-left: 10%;
    width: 90%;
    display: block;
    vertical-align: top;
    border: 0px;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0; }

/*--> Alert Popup ----------------------------------------------------------------------------*/
.alertBox {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center; }
  .alertBox p {
    font-size: 1.5em;
    margin-bottom: 20px; }
  .alertBox .alertMain {
    position: absolute;
    top: 35%;
    width: 70%;
    margin-left: 15%;
    background: #FFF;
    padding: 20px;
    -webkit-border-radius: 15px;
    border-radius: 15px; }

/*--> Specification ----------------------------------------------------------------------------*/
ul.specList {
  margin: 20px 0;
  padding: 10px 0; }
  ul.specList li {
    list-style: none;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    ul.specList li mark {
      position: relative;
      display: block;
      background: #eaeaea;
      padding: 10px 15px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      ul.specList li mark:before {
        position: absolute;
        right: 10px;
        top: 15px;
        color: #ccc; }
      ul.specList li mark:hover {
        cursor: pointer; }
    ul.specList li .bbsArticle {
      display: none;
      margin: 0;
      padding: 20px;
      background: #eaeaea;
      -webkit-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px; }
      ul.specList li .bbsArticle ul {
        margin: 0 20px; }
      ul.specList li .bbsArticle .mark {
        color: #fff3a2; }
      ul.specList li .bbsArticle ul + h1 {
        margin-top: 40px; }
      ul.specList li .bbsArticle ul li {
        margin-bottom: 10px;
        padding-left: 0px;
        color: #333;
        list-style-position: outside;
        list-style-type: disc;
        border: 0px; }
      ul.specList li .bbsArticle ol + h1 {
        margin-top: 40px; }
      ul.specList li .bbsArticle ol + h2 {
        padding-top: 20px; }
      ul.specList li .bbsArticle ol li {
        margin-bottom: 10px;
        margin-left: 20px;
        color: #333;
        list-style-position: outside;
        list-style-type: decimal; }
    ul.specList li:hover {
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      ul.specList li:hover mark {
        background: #a46623;
        color: #fff;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
        ul.specList li:hover mark:before {
          color: #fff; }
    ul.specList li.open mark {
      background: #a46623;
      color: #fff;
      -webkit-border-radius: 5px 5px 0  0;
      border-radius: 5px 5px 0 0; }
      ul.specList li.open mark:before {
        color: #fff; }
      ul.specList li.open mark:hover mark {
        -webkit-border-radius: 5px 5px 0  0;
        border-radius: 5px 5px 0 0; }

/*--> Bootstrap ----------------------------------------------------------------------------*/
.custom-control-label::before {
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #a46623; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: none; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  font-family: 'airportfrstcarapp';
  content: 'l';
  background: none;
  color: #a46623; }

.custom-control-label::after {
  position: absolute;
  top: 0;
  left: -1.4rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

/*--> Payment Detail ----------------------------------------------------------------------------*/
.paymentContent {
  margin-top: 20px;
  border: 2px solid #666;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .paymentContent h2 {
    position: relative;
    background: #666;
    color: #fff;
    text-align: center;
    padding: 5px;
    line-height: 30px;
    font-weight: bold; }
    .paymentContent h2 span:before {
      position: relative;
      top: 4px;
      height: 0;
      line-height: 0;
      margin-right: 5px;
      font-size: 20px; }
    .paymentContent h2 .icon-chevron-down:before, .paymentContent h2 .icon-chevron-up:before {
      position: absolute;
      font-size: 20px;
      top: 9px;
      right: 9px;
      color: #fff; }

.tablePayment {
  text-align: center; }

dl.table5Title, dl.table5List {
  display: table;
  width: 100%; }
  dl.table5Title dd, dl.table5List dd {
    display: table-cell; }
    dl.table5Title dd:nth-child(1), dl.table5List dd:nth-child(1) {
      width: 30px;
      font-size: 14px; }
    dl.table5Title dd:nth-child(3), dl.table5Title dd:nth-child(4), dl.table5Title dd:nth-child(5), dl.table5List dd:nth-child(3), dl.table5List dd:nth-child(4), dl.table5List dd:nth-child(5) {
      width: 66px;
      spanline-height: 1.2em; }
    dl.table5Title dd span, dl.table5List dd span {
      display: inline-block;
      margin: 0 auto;
      padding: 8px 5px;
      line-height: 20px;
      vertical-align: middle;
      text-align: center; }

dl.table5Title {
  background: #999;
  color: #fff; }
  dl.table5Title dd {
    font-size: 14px;
    font-weight: bold; }

dl.table5List:nth-child(odd) {
  background: #eaeaea; }

dl.table5List dd:nth-child(2) {
  text-align: left; }
  dl.table5List dd:nth-child(2) span {
    text-align: left; }

dl.table4List {
  display: table;
  width: 100%;
  border-top: 1px dashed #666;
  font-weight: bold; }
  dl.table4List dd {
    display: table-cell; }
    dl.table4List dd:nth-child(2), dl.table4List dd:nth-child(3), dl.table4List dd:nth-child(4) {
      width: 66px;
      spanline-height: 1.2em; }
    dl.table4List dd span {
      display: inline-block;
      margin: 0 auto;
      padding: 8px 5px;
      line-height: 20px;
      vertical-align: middle;
      text-align: center; }

dl.table2List {
  display: table;
  width: 100%;
  font-weight: bold;
  border-top: 3px double #333; }
  dl.table2List dd {
    display: table-cell; }
    dl.table2List dd:nth-child(2) {
      width: 198px;
      color: #e30808;
      font-size: 20px; }
    dl.table2List dd span {
      display: inline-block;
      margin: 0 auto;
      padding: 8px 5px;
      line-height: 20px;
      vertical-align: middle;
      text-align: center; }

/*--> Upload ----------------------------------------------------------------------------*/
.uploadContent {
  position: relative;
  text-align: center;
  padding-top: 20px; }
  .uploadContent .progress-striped {
    display: block;
    margin-top: 20px; }
  .uploadContent button {
    margin-bottom: 10px; }

/*--> Pickadate ----------------------------------------------------------------------------*/
.picker__select--month, .picker__select--year {
  padding: 0 5px;
  font-size: 20px; }

.select2-container {
  height: auto; }

.select2-container--default .select2-selection--single {
  height: auto;
  line-height: 35px;
  background: none;
  border: none; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    background: #fff;
    border: none;
    line-height: 35px;
    padding: 0; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    display: block;
    line-height: 35px;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #f39800;
    border-radius: 0 5px 5px 0; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px; }

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa; }

.hotelInline .hotelCompany {
  line-height: 35px;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #f39800;
  border-radius: 0 5px 5px 0; }

.picker__select--year {
  width: 35%; }

.picker__select--month {
  width: 30%; }

/*--> Step ----------------------------------------------------------------------------*/
.stepArea .listContent, .stepArea .driverContent {
  min-height: auto;
  padding: 0 10px; }

.stepArea .stepBox {
  position: relative;
  margin: 10px 0; }

.stepArea #step1 .anchor {
  position: absolute;
  top: -110px; }

.stepArea #step2 .anchor {
  position: absolute;
  top: -115px; }

.stepArea #step3 .anchor {
  position: absolute;
  top: 0; }

.stepArea .stepTitle {
  display: block;
  border: 1px dashed #000;
  background: none;
  padding: 5px;
  text-align: center;
  border-radius: 15px; }

.stepArea .stepContent {
  display: none; }

.stepContent .carArea {
  margin: 20px 10px;
  padding-top: 20px; }

.stepContent .btnArea a.prev, .stepContent .btnArea a.next {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  margin-top: 0; }

.stepContent .btnArea a + a {
  margin-left: 3%; }
