@charset "UTF-8";
/*----------------------------------------------------------------------------------------------
Theme Project: airportfrstcar 機場快綫
Designed by : Evy
Front-End by : Evy
Author: 百崴數位科技股份有限公司 PAVI Digital Tech. Co., Ltd.
Author Web: https://www.pavi.com.tw/
----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------
|-> Reset
----------------------------------------------------------------------------------------------*/
/* CSS Document */
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%;
  list-style: none; }

/* 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; }

input:focus, button:focus {
  outline: none; }

/*----------------------------------------------------------------------------------------------
|-> Global
----------------------------------------------------------------------------------------------*/
html {
  width: 100%;
  overflow: visible;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0; }

body {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: Arial,"Microsoft JhengHei";
  font-size: 16px;
  line-height: 1.4em;
  padding: 0;
  overflow-x: hidden;
  display: block; }

p {
  line-height: 1.4em; }


a,
a:visited {
  outline: none;
  /* for Firefox Google Chrome  */
  color: #d72828;
  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: #457fce;
    text-decoration: none; }

.clearFloat {
  clear: both; }

.hidden {
  display: none; }

.block {
  display: block; }

.marginCenter {
  margin: 0 auto; }

.center {
  text-align: center;
  display: block; }

.left {
  text-align: left; }

.mark {
  color: #d72828;
  background: none; }

#topcontrol {
  z-index: 99;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 40px;
  height: 40px; }
  #topcontrol a {
    text-align: center;
    display: block;
    opacity: 0.7;
    color: #fff;
    background: #666;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    #topcontrol a:before {
      display: inline-block;
      margin: 0 auto;
      line-height: 40px;
      font-size: 20px;
      font-family: "airportfrstcar";
      content: "c"; }
    #topcontrol a:visited {
      color: #fff; }
    #topcontrol a:hover {
      opacity: 1; }

/*----------------------------------------------------------------------------------------------
|-> Header
----------------------------------------------------------------------------------------------*/
.header {
  position: relative;
  z-index: 90;
  background: #457fce;
  height: 75px; }

.menuGroup {
  position: relative;
  width: 1200px;
  margin: 0 auto; }

.logo {
  width: 160px; }

.topGroup {
  position: absolute;
  top: 0;
  left: 0; }

a.btnSearch {
  position: absolute;
  top: 99px;
  left: 330px;
  background: #f0f0f0;
  color: #333;
  display: block;
  width: 165px;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 0 0 #666;
  box-shadow: 0 4px 0 0 #666; }
  a.btnSearch:visited {
    background: #f0f0f0;
    color: #333; }
  a.btnSearch:hover {
    margin-top: 3px;
    -webkit-box-shadow: 0 1px 0 0 #0a499d;
    box-shadow: 0 1px 0 0 #0a499d; }
  a.btnSearch .icon-search:before {
    margin-left: 10px; }

.sideMenuGroup {
  margin-left: 200px;
  vertical-align: top; }

a.icon-delete8 {
  display: none;
  position: absolute;
  z-index: 99;
  top: 8px;
  right: 8px;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  border: 1px solid #fff;
  -webkit-border-radius: 17px;
  border-radius: 17px; }
  a.icon-delete8:visited {
    color: #fff; }
  a.icon-delete8:hover {
    color: #fff; }
  a.icon-delete8:before {
    line-height: 32px;
    font-size: 14px; }

/*---------------------------------------------------
|-> Member
---------------------------------------------------*/
ul.memberMenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  text-align: right; }
  ul.memberMenu li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 75px; }
    ul.memberMenu li span[class^="icon-"]:before {
      position: relative;
      top: 3px;
      margin-right: 8px;
      font-size: 20px; }
    ul.memberMenu li a {
      margin: 0 10px;
      display: block;
      color: #FFF; }
      ul.memberMenu li a:visited {
        color: #FFF; }
      ul.memberMenu li a:hover {
        color: #ffff00; }
    ul.memberMenu li:hover dl {
      display: block; }
    ul.memberMenu li dl {
      position: absolute;
      left: 50%;
      top: 75px;
      width: 152px;
      margin-left: -76px;
      display: none; }
      ul.memberMenu li dl dd {
        position: relative;
        display: block;
        line-height: 25px;
        height: auto;
        text-align: center;
        margin: 0;
        background: #333; }
        ul.memberMenu li dl dd:hover dl {
          display: block; }
        ul.memberMenu li dl dd a {
          display: block;
          margin: 0;
          height: auto;
          color: #fff;
          padding: 10px 0;
          line-height: 30px; }
          ul.memberMenu li dl dd a:visited {
            color: #fff; }
          ul.memberMenu li dl dd a:hover {
            background-color: #0a499d;
            color: #fff; }

.icon-shopping-cart + .num {
  position: relative;
  right: -5px;
  top: -10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  color: #457fce;
  font-size: 14px;
  text-align: center;
  font-weight: bold; }

/*---------------------------------------------------
|-> Menu
---------------------------------------------------*/
a.icon-menu {
  display: none;
  position: absolute;
  z-index: 91;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  color: #fff; }
  a.icon-menu:visited {
    color: #fff; }
  a.icon-menu:hover {
    color: #fff; }
  a.icon-menu:before {
    position: relative;
    right: -15px;
    font-size: 30px;
    line-height: 60px; }

.menu ul {
  text-align: left;
  font-size: 18px; }
  .menu ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: -5px; }
    .menu ul li a.mainLink {
      margin: 0 10px;
      height: 75px;
      line-height: 75px; }
    .menu ul li a.icon-home {
      position: relative;
      top: 3px; }
    .menu ul li:hover dl {
      display: block; }
    .menu ul li.select a.mainLink span, .menu ul li:hover a.mainLink span {
      color: #ffff00; }
    .menu ul li.select a.icon-home:before, .menu ul li:hover a.icon-home:before {
      color: #ffff00; }
    .menu ul li dl {
      position: absolute;
      left: 50%;
      top: 75px;
      width: 152px;
      margin-left: -76px;
      font-size: 14px;
      display: none; }
      .menu ul li dl dd {
        position: relative;
        display: block;
        line-height: 25px;
        height: auto;
        margin: 0;
        background: #333; }
        .menu ul li dl dd:hover dl {
          display: block; }
        .menu ul li dl dd a {
          display: block;
          height: auto;
          color: #fff;
          padding: 10px 0;
          line-height: 30px; }
          .menu ul li dl dd a:visited {
            color: #fff; }
          .menu ul li dl dd a:hover {
            background-color: #0a499d;
            color: #fff; }
    .menu ul li a {
      display: block;
      color: #fff;
      text-decoration: none;
      height: 70px;
      line-height: 70px; }
      .menu ul li a:visited {
        color: #fff; }
      .menu ul li a span {
        display: block;
        margin: 0 15px;
        font-weight: bold; }

/*----------------------------------------------------------------------------------------------
|-> Footer
----------------------------------------------------------------------------------------------*/
.footer {
  position: relative;
  z-index: 10;
  text-align: left;
  vertical-align: top;
  padding: 40px 0;
  background: #eaeaea; }
  .footer a {
    color: #333; }
    .footer a:visited {
      color: #333; }
    .footer a:hover {
      color: #457fce; }

ul.footerList {
  display: inline-block;
  vertical-align: top;
  width: 55%; }
  ul.footerList li {
    display: inline-block;
    vertical-align: top;
    margin-right: 12%; }
    ul.footerList li:nth-child(3) {
      width: 43%;
      margin-right: 0; }
      ul.footerList li:nth-child(3) dl dd {
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
        min-width: 26%; }
    ul.footerList li dl dd {
      margin-bottom: 5px; }

.footerArea {
  width: 1200px;
  margin: 0 auto; }

ul.contactList {
  display: inline-block;
  vertical-align: top;
  width: 23%; }
  ul.contactList li {
    position: relative;
    top: -8px; }
    ul.contactList li span[class^="icon-"]:before {
      position: relative;
      top: 7px;
      margin-right: 8px;
      font-size: 22px;
      color: #457fce; }

ul.shareList {
  float: right;
  width: 20%; }
  ul.shareList li {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px; }
    ul.shareList li a[class^="icon-"] {
      display: inline-block;
      text-align: center;
      width: 60px;
      height: 60px;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      background: #fff; }
      ul.shareList li a[class^="icon-"]:before {
        position: relative;
        font-size: 35px;
        line-height: 60px;
        color: #457fce; }
      ul.shareList li a[class^="icon-"]:visited {
        background: #fff; }
        ul.shareList li a[class^="icon-"]:visited:before {
          color: #457fce; }
      ul.shareList li a[class^="icon-"]:hover {
        background: #457fce; }
        ul.shareList li a[class^="icon-"]:hover:before {
          color: #fff; }

.mainFooter {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px; }

.copyright {
  width: 1200px;
  margin: 20px auto;
  font-style: normal;
  text-align: center;
  color: #666;
  font-size: 14px;
  margin: 20px 0 0 30px; }

/*----------------------------------------------------------------------------------------------
|-> Quick Menu
----------------------------------------------------------------------------------------------*/
.quickMenu {
  position: fixed;
  z-index: 99;
  right: 10px;
  top: 50%;
  margin-top: -93px;
  text-align: center; }
  .quickMenu ul.quickList {
    padding: 3px;
    background: #fff;
    text-align: center;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    -webkit-box-shadow: 0px 1px 5px 0px #333;
    box-shadow: 0px 1px 5px 0px #333; }
    .quickMenu ul.quickList li {
      position: relative; }
      .quickMenu ul.quickList li a[class^="icon-"] {
        position: relative;
        z-index: 5;
        display: block;
        width: 36px;
        height: 36px;
        -webkit-border-radius: 18px;
        border-radius: 18px;
        overflow: hidden; }
        .quickMenu ul.quickList li a[class^="icon-"]:before {
          position: relative;
          font-size: 22px;
          line-height: 36px;
          color: #457fce; }
        .quickMenu ul.quickList li a[class^="icon-"]:visited {
          background: #fff; }
          .quickMenu ul.quickList li a[class^="icon-"]:visited:before {
            color: #457fce; }
        .quickMenu ul.quickList li a[class^="icon-"]:hover {
          background: #457fce; }
          .quickMenu ul.quickList li a[class^="icon-"]:hover:before {
            color: #fff; }
      .quickMenu ul.quickList li a[class^="icon-recode"]:before {
        font-size: 18px; }
      .quickMenu ul.quickList li a[class^="icon-partner"]:before {
        font-size: 26px; }
      .quickMenu ul.quickList li:hover .tipWord {
        opacity: 1;
        right: 140%; }
      .quickMenu ul.quickList li .tipWord {
        position: absolute;
        z-index: 3;
        top: 3px;
        opacity: 0;
        right: -100%;
        width: 80px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .quickMenu ul.quickList li .tipWord p {
          position: relative;
          background: #457fce;
          padding: 5px;
          font-size: 14px;
          color: #fff;
          -webkit-border-radius: 5px;
          border-radius: 5px; }
          .quickMenu ul.quickList li .tipWord p:after {
            position: absolute;
            top: 22%;
            right: -9px;
            font-family: 'airportfrstcar';
            content: "z";
            color: #457fce;
            font-size: 16px; }

/*----------------------------------------------------------------------------------------------
|-> Form
----------------------------------------------------------------------------------------------*/
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 #ccc;
  padding: 5px 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: none; }

select {
  font-family: "Microsoft JhengHei", Arial;
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.formReserve {
  margin-bottom: 20px; }

.formtitle {
  background: #eaeaea;
  color: #0a499d;
  text-align: center;
  font-weight: bold;
  padding: 0 8px;
  line-height: 36px; }
  .formtitle + .mark {
    padding: 10px;
    text-align: center; }
  .formtitle span[class^="icon-"]:before {
    position: relative;
    top: 7px;
    font-size: 25px;
    line-height: 0;
    margin-right: 10px; }
  .formtitle span[class^="icon-aircar"]:before {
    font-size: 32px;
    top: 10px; }
  .formtitle span[class^="icon-file-text"]:before {
    top: 5px;
    font-size: 20px; }
  .formtitle .icon-pencil {
    display: inline-block;
    margin-left: 10px;
    opacity: 0.7; }
    .formtitle .icon-pencil:before {
      position: relative;
      top: 5px;
      font-size: 22px;
      color: #333; }
    .formtitle .icon-pencil:hover {
      opacity: 1;
      cursor: pointer; }
  .formGroup .formtitle span[class^="icon-"]:before {
    color: #0a499d; }
  .formtitle:first-child + ul.formList {
    margin: 5% 5% 30px 5%; }

p.info {
  padding: 10px;
  text-align: center;
  margin-bottom: 10px; }

.line {
  border-bottom: 1px solid #ccc; }

ul.formList {
  margin: 5%; }
  ul.formList li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px; }
    ul.formList li span {
      position: absolute;
      left: 0;
      top: 5px; }
    ul.formList li span[class^="icon-"]:before {
      font-size: 20px;
      color: #457fce; }
    ul.formList li span.icon-aircar:before {
      font-size: 30px;
      position: relative;
      left: -10px; }
    ul.formList li input[type="text"] {
      width: 90%; }
  ul.formList select {
    width: 95%; }
    ul.formList select.carType {
      width: 85%; }

a.icon-images {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 5px;
  color: #7f7f7f; }
  a.icon-images:before {
    font-size: 25px; }
  a.icon-images:visited {
    color: #7f7f7f; }
  a.icon-images:hover {
    color: #457fce; }

.formBtnArea {
  text-align: center;
  padding-bottom: 20px; }
  .formBtnArea .priceArea {
    position: relative;
    display: inline-block;
    margin: 0 auto; }
    .formBtnArea .priceArea:hover .priceGroup {
      background: #333; }
  .formBtnArea .priceGroup {
    position: relative;
    z-index: 5;
    background: #457fce;
    color: #fff;
    line-height: 45px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .formBtnArea .priceGroup span {
      display: inline-block;
      vertical-align: top; }
    .formBtnArea .priceGroup .icon-arrow-forward {
      padding-left: 10px;
      padding-right: 10px;
      margin-left: 5px;
      border-left: 1px solid rgba(255, 255, 255, 0.4);
      -webkit-box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.3);
      box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.3); }
      .formBtnArea .priceGroup .icon-arrow-forward:before {
        position: relative;
        top: 6px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        font-size: 20px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #fff;
        -webkit-border-radius: 16px;
        border-radius: 16px; }
  .formBtnArea .priceStatus {
    margin-left: 15px; }
  .formBtnArea .price {
    color: #ffff00;
    font-size: 30px;
    padding: 0 5px; }
  .formBtnArea .priceCount {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .formBtnArea .priceCount:hover {
      cursor: pointer; }

/*----------------------------------------------------------------------------------------------
|-> Form - Inside
----------------------------------------------------------------------------------------------*/
.formGroup {
  text-align: center; }
  .formGroup:first-child + .formGroup {
    padding-top: 10px; }
  .formGroup button[type="button"] {
    background: none;
    border: none;
    color: #457fce; }
    .formGroup button[type="button"]:before {
      position: relative;
      top: 8px;
      font-size: 25px; }
  .formGroup span[class^="icon-"]:before {
    position: relative;
    top: 6px;
    font-size: 20px;
    color: #457fce;
    margin: 0 5px; }
  .formGroup span.icon-aircar:before {
    font-size: 30px;
    position: relative;
    top: 8px; }
  .formGroup span.icon-plane:before {
    top: 2px; }
  .formGroup span.icon-airposition:before, .formGroup span.icon-calendar-2:before {
    top: 4px; }
  .formGroup .icon-clock {
    margin-left: 10px; }
  .formGroup .icon-images:before {
    position: relative;
    top: 5px; }
  .formGroup .placards {
    margin-left: 30px;
    width: 85%;
    height: 70px; }

.controlArea {
  margin: 15px 0 15px 30px; }
  .moreOption .controlArea {
    display: inline-block;
    width: 45%;
    margin: 15px 0 0 30px; }

input + .mark, select + .mark {
  margin-left: 5px; }

.draggableArea {
  padding: 20px 50px;
  border-top: 1px dashed #ccc; }
  .draggableArea p.draggableWord {
    padding-left: 50px;
    font-weight: bold; }

ul.sortList, ul.addressList {
  margin-top: 10px; }
  ul.sortList.cancel .icon-arrows, ul.cancel.addressList .icon-arrows {
    display: none; }
  ul.sortList .addressContent, ul.addressList .addressContent {
    display: inline-block;
    line-height: 34px;
    padding: 0 50px 0 10px;
    width: 85%;
    background: #eaeaea;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  ul.sortList input[type="text"], ul.addressList input[type="text"] {
    display: none;
    width: 85%;
    background: #eaeaea;
    border: 1px solid #fff; }
  ul.sortList li, ul.addressList li {
    position: relative;
    padding-left: 40px;
    min-height: 40px;
    text-align: left; }
    ul.sortList li .icon-pencil, ul.addressList li .icon-pencil, ul.sortList li .icon-close, ul.addressList li .icon-close {
      position: absolute;
      width: 38px;
      height: 36px;
      line-height: 36px;
      display: inline-block;
      vertical-align: top;
      margin: 0;
      opacity: 0.8; }
      ul.sortList li .icon-pencil:before, ul.addressList li .icon-pencil:before, ul.sortList li .icon-close:before, ul.addressList li .icon-close:before {
        position: relative;
        top: 0;
        line-height: 36px;
        margin: 0; }
      ul.sortList li .icon-pencil:hover, ul.addressList li .icon-pencil:hover, ul.sortList li .icon-close:hover, ul.addressList li .icon-close:hover {
        opacity: 1;
        cursor: pointer; }
    ul.sortList li .icon-pencil, ul.addressList li .icon-pencil {
      margin-right: 40px;
      right: 3%; }
    ul.sortList li .icon-close, ul.addressList li .icon-close {
      right: 3%; }
    ul.sortList li.edit input[type="text"], ul.addressList li.edit input[type="text"] {
      display: inline-block;
      background: #fff;
      border: 1px solid #ccc;
      padding-right: 36px; }
    ul.sortList li.edit .addressContent, ul.addressList li.edit .addressContent {
      display: none; }
    ul.sortList li.edit .icon-pencil, ul.addressList li.edit .icon-pencil {
      background: #457fce;
      margin: 2px 43px 2px 3px;
      width: 32px;
      height: 32px;
      line-height: 32px;
      -webkit-border-radius: 16px;
      border-radius: 16px; }
      ul.sortList li.edit .icon-pencil:before, ul.addressList li.edit .icon-pencil:before {
        color: #fff;
        line-height: 0;
        font-size: 20px;
        top: 4px; }
    ul.sortList li.edit .icon-arrows, ul.addressList li.edit .icon-arrows {
      width: 36px; }
    ul.sortList li .icon-arrows, ul.addressList li .icon-arrows {
      position: absolute;
      z-index: 10;
      right: 14.5%;
      width: 85%;
      height: 36px;
      line-height: 36px;
      text-align: right; }
      ul.sortList li .icon-arrows:before, ul.addressList li .icon-arrows:before {
        color: #666;
        top: 4px; }
    ul.sortList li:before, ul.addressList li:before {
      position: absolute;
      z-index: 5;
      top: 0;
      left: 0;
      text-align: center;
      content: "";
      background: #fff;
      color: #457fce;
      font-family: "Arial Black";
      font-weight: bold;
      display: block;
      width: 30px;
      height: 30px;
      line-height: 24px;
      -webkit-border-radius: 18px;
      border-radius: 18px;
      border: 3px solid #457fce; }
    ul.sortList li:after, ul.addressList li:after {
      position: absolute;
      z-index: 3;
      left: -4.1px;
      top: 16.4px;
      font-size: 30px;
      color: #457fce;
      font-family: "airportfrstcar";
      width: 30px;
      height: 5px;
      text-align: center;
      content: "x";
      -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, ul.addressList li:nth-child(1):before {
      content: "1"; }
    ul.sortList li:nth-child(2):before, ul.addressList li:nth-child(2):before {
      content: "2"; }
    ul.sortList li:nth-child(3):before, ul.addressList li:nth-child(3):before {
      content: "3"; }
    ul.sortList li:nth-child(4):before, ul.addressList li:nth-child(4):before {
      content: "4"; }
    ul.sortList li:nth-child(5):before, ul.addressList li:nth-child(5):before {
      content: "5"; }
    ul.sortList li:nth-child(6):before, ul.addressList li:nth-child(6):before {
      content: "6"; }
    ul.sortList li:nth-child(7):before, ul.addressList li:nth-child(7):before {
      content: "7"; }
    ul.sortList li:nth-child(8):before, ul.addressList li:nth-child(8):before {
      content: "8"; }
    ul.sortList li:nth-child(9):before, ul.addressList li:nth-child(9):before {
      content: "9"; }
    ul.sortList li:nth-child(10):before, ul.addressList li:nth-child(10):before {
      content: "10"; }
    ul.sortList li:nth-child(11):before, ul.addressList li:nth-child(11):before {
      content: "11"; }
    ul.sortList li:nth-child(12):before, ul.addressList li:nth-child(12):before {
      content: "12"; }
    ul.sortList li:nth-child(13):before, ul.addressList li:nth-child(13):before {
      content: "13"; }
    ul.sortList li:nth-child(14):before, ul.addressList li:nth-child(14):before {
      content: "14"; }
    ul.sortList li:nth-child(15):before, ul.addressList li:nth-child(15):before {
      content: "15"; }
    ul.sortList li:nth-child(16):before, ul.addressList li:nth-child(16):before {
      content: "16"; }
    ul.sortList li:nth-child(17):before, ul.addressList li:nth-child(17):before {
      content: "17"; }
    ul.sortList li:nth-child(18):before, ul.addressList li:nth-child(18):before {
      content: "18"; }
    ul.sortList li:nth-child(19):before, ul.addressList li:nth-child(19):before {
      content: "19"; }
    ul.sortList li:nth-child(20):before, ul.addressList li:nth-child(20):before {
      content: "20"; }

ul.addressList {
  width: 60%;
  margin: 20px auto 20px 20%; }
  ul.addressList + .totalCost {
    text-align: center; }
  ul.addressList input[type="text"] {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc; }

.plane {
  width: 350px; }

ul.formInsideList {
  margin: 20px 50px;
  text-align: left; }
  ul.formInsideList li {
    position: relative;
    margin-bottom: 10px; }
  ul.formInsideList select {
    min-width: 120px; }
    ul.formInsideList select.carType {
      width: 300px; }
  ul.formInsideList ul.dropdown-menu {
    padding: 0; }
    ul.formInsideList ul.dropdown-menu li {
      margin-bottom: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.15); }
      ul.formInsideList ul.dropdown-menu li:first-child {
        border-top: 0px solid rgba(0, 0, 0, 0.15); }
      ul.formInsideList ul.dropdown-menu li:hover {
        background: #eaeaea; }
      ul.formInsideList ul.dropdown-menu li a {
        padding: 8px 10px;
        color: #333;
        display: block; }
        ul.formInsideList ul.dropdown-menu li a:visited {
          color: #333; }
        ul.formInsideList ul.dropdown-menu li a:hover {
          color: #333; }

ul.formMarkList {
  text-align: left;
  width: 90%;
  margin: 20px 0 20px 7%; }
  ul.formMarkList .mark {
    font-size: 14px; }
  .modal-body ul.formMarkList {
    margin: 0; }
  ul.formMarkList li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px; }
    ul.formMarkList li:before {
      position: absolute;
      top: -1px;
      left: 0;
      font-family: 'airportfrstcar';
      content: "z";
      font-size: 14px;
      color: #457fce; }
    ul.formMarkList li .custom-radio {
      display: inline-block;
      margin-left: 40px; }
      ul.formMarkList li .custom-radio:first-child {
        margin-left: 25px; }

.address {
  width: 66%; }
  .modal-body .address {
    width: 80%; }

.invoice {
  margin-top: 10px; }
  .invoice input[type="text"] {
    margin-right: 15px; }

#invoiceArea {
  margin-top: 5px; }

ul.formDetailList {
  width: 90%;
  margin: 20px 0 20px 7%;
  text-align: left; }
  ul.formDetailList li {
    position: relative;
    margin-bottom: 5px; }
    ul.formDetailList li span[class="icon-user"]:before,
    ul.formDetailList li span[class="icon-briefcase"]:before, ul.formDetailList li span[class="icon-airline"]:before,
    ul.formDetailList li span[class="icon-airwechat"]:before, ul.formDetailList li span[class="icon-hotel"]:before {
      top: 3px; }
    ul.formDetailList li .invalid-feedback {
      margin-left: 35px;
      margin-top: -5px;
      margin-bottom: 10px; }
    ul.formDetailList li span[class="icon-phone"] {
      width: 30px; }
      ul.formDetailList li span[class="icon-phone"]:before {
        font-size: 24px;
        float: left; }
    ul.formDetailList li span[class="icon-people"]:before {
      float: left;
      width: 28px;
      font-size: 25px;
      margin-left: 1px; }
    ul.formDetailList li.helf {
      display: inline-block;
      vertical-align: top;
      width: 48%; }
      ul.formDetailList li.helf .intl-tel-input {
        width: 85%; }
        ul.formDetailList li.helf .intl-tel-input + .mark {
          margin-left: 5px; }
      ul.formDetailList li.helf .selectSection {
        width: 48%;
        display: inline-block;
        vertical-align: top; }
        ul.formDetailList li.helf .selectSection .invalid-feedback {
          margin-top: 5px; }
      ul.formDetailList li.helf .helfSection {
        margin-bottom: 10px; }
        ul.formDetailList li.helf .helfSection select {
          width: 85%; }
        ul.formDetailList li.helf .helfSection .invalid-feedback {
          margin-top: 5px; }
    ul.formDetailList li .icon-user + input, ul.formDetailList li .icon-plane + input, ul.formDetailList li .icon-airline + input,
    ul.formDetailList li .icon-airwechat + input, ul.formDetailList li .intl-tel-input {
      width: 85%; }
    ul.formDetailList li .intl-tel-input {
      margin-bottom: 10px; }
    ul.formDetailList li .icon-mail + input, ul.formDetailList li .icon-hotel + input {
      width: 89.4%; }
    ul.formDetailList li .note {
      display: inline-block;
      vertical-align: top;
      width: 89.4%;
      height: 85px; }
    ul.formDetailList li select {
      width: 74%; }
    ul.formDetailList li .mark + span {
      margin-left: 10px; }
    ul.formDetailList li select.telType {
      width: 30%; }
      ul.formDetailList li select.telType + input {
        width: 53%; }

.was-validated .intl-tel-input ~ .invalid-feedback {
  display: block;
  position: relative;
  top: 0; }

.was-validated ul.mobileList li .intl-tel-input ~ .invalid-feedback {
  position: absolute;
  top: -30px; }

ul.invoiceList {
  display: inline-block;
  text-align: center;
  width: 75%;
  margin: 40px auto 10px auto; }
  ul.invoiceList li {
    position: relative;
    margin-bottom: 10px; }
    ul.invoiceList li span[class^="icon-"]:before {
      display: inline-block;
      width: 25px;
      font-size: 20px;
      margin-right: 10px;
      color: #457fce; }
    ul.invoiceList li a.btnSubmit {
      position: relative;
      top: -5px; }
    ul.invoiceList li .listTitle {
      color: #457fce; }
    ul.invoiceList li p, ul.invoiceList li span {
      display: inline-block;
      vertical-align: top;
      line-height: 34px; }
    ul.invoiceList li p {
      display: inline-block;
      vertical-align: top;
      width: 60%;
      margin-right: 10px; }

.formtitle .icon-airposition {
  position: relative; }
  .formtitle .icon-airposition:after {
    position: absolute;
    top: -40px;
    font-family: 'airportfrstcar';
    content: 'x';
    font-size: 30px;
    color: #7f7f7f;
    opacity: 0.7; }

.formGroup .formtitle .icon-document:before, .detailArea .formtitle .icon-document:before {
  position: relative;
  top: 4px;
  font-size: 20px;
  margin: 0 5px; }

.btnArea {
  border-top: 1px solid #ccc;
  padding: 20px;
  text-align: right; }
  .btnArea input[type="reset"], .btnArea a.btnBack, .btnArea a.addReserve {
    vertical-align: top;
    font-size: 18px;
    color: #fff;
    background: #7f7f7f;
    opacity: 0.8;
    line-height: 46px;
    padding: 0 35px;
    margin-right: 10px;
    -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="reset"]:hover, .btnArea a.btnBack:hover, .btnArea a.addReserve:hover {
      cursor: pointer;
      opacity: 1; }
  .btnArea a.btnBack {
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .btnArea a.btnBack:visited {
      color: #fff; }
    .btnArea a.btnBack:hover {
      color: #fff; }
  .btnArea a.addReserve {
    background: #2aa7ee;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .btnArea a.addReserve:visited {
      color: #fff; }
    .btnArea a.addReserve:hover {
      color: #fff; }
  .btnArea input[type="submit"] {
    vertical-align: top;
    font-size: 18px;
    color: #fff;
    background: #457fce;
    opacity: 0.8;
    line-height: 46px;
    padding: 0 35px;
    -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"]:hover {
      cursor: pointer;
      opacity: 1; }
  .btnArea .btnPrint {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #fff;
    background: #457fce;
    opacity: 0.8;
    line-height: 46px;
    padding: 0 35px;
    -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 .btnPrint:hover {
      cursor: pointer;
      opacity: 1; }

a.btnSubmit {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #fff;
  background: #457fce;
  opacity: 0.8;
  line-height: 46px;
  padding: 0 35px;
  -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; }
  a.btnSubmit:visited {
    color: #fff; }
  a.btnSubmit:hover {
    cursor: pointer;
    opacity: 1; }

ul.noteList {
  margin: 20px 20px 30px 20px;
  font-size: 14px;
  line-height: 1.4em;
  text-align: left; }
  ul.noteList li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px; }
    ul.noteList li:before {
      position: absolute;
      top: 0;
      left: 0;
      font-family: 'airportfrstcar';
      content: "z";
      color: #457fce; }

/*----------------------------------------------------------------------------------------------
|-> Bootstrap
----------------------------------------------------------------------------------------------*/
.mark {
  padding: 0; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: #457fce; }

.invalid-feedback {
  font-size: 14px; }

.input-group {
  width: 70%; }
  .input-group + p {
    margin-left: 30px; }
  .input-group > .form-control:not(:first-child) {
    height: 36px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px; }
  .formGroup .input-group button.dropdown-toggle {
    height: 36px;
    vertical-align: top;
    color: #333;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0; }
  .formGroup .input-group .icon-add:before {
    top: 3px; }

.custom-control-label::before, .custom-control-label::after {
  top: .15rem; }

.form-control {
  display: inline-block; }

select.form-control:not([size]):not([multiple]) {
  height: 36px; }

.modal-body .mark {
  margin-top: 5px; }

.icon-exclamation-triangle {
  margin-right: 10px; }
  .icon-exclamation-triangle:before {
    position: relative;
    top: 3px;
    left: 2px;
    font-size: 16px; }

.carPhoto {
  display: none; }

/*----------------------------------------------------------------------------------------------
|-> LightGallery
----------------------------------------------------------------------------------------------*/
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.8); }

.lg-outer .lg-thumb-outer {
  background-color: black; }

.lg-outer .lg-toogle-thumb {
  background-color: black; }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #457fce; }

/*----------------------------------------------------------------------------------------------
|-> RWD
----------------------------------------------------------------------------------------------*/
@media all and (max-width: 1200px) {
  .menuGroup, .footerArea, .copyright {
    width: auto; }
  .footerArea {
    margin: 0 20px; }
  .logo {
    padding-left: 10px; }
  ul.memberMenu {
    padding-right: 10px; } }

@media all and (max-width: 950px) {
  ul.formInsideList {
    margin: 20px; }
  .draggableArea {
    padding: 20px; }
    .draggableArea p.draggableWord {
      padding-left: 0; }
  ul.sortList li input[type="text"].addressInput, ul.addressList li input[type="text"].addressInput, ul.sortList li .addressContent, ul.addressList li .addressContent {
    width: 83%; }
  ul.sortList li .icon-arrows, ul.addressList li .icon-arrows {
    width: 83%;
    right: 17%; }
  a.icon-delete8 {
    display: block; }
  .header {
    height: 60px; }
  .logo {
    width: auto;
    height: 60px; }
    .logo img {
      max-height: 100%;
      width: auto; }
  .topGroup {
    position: static; }
  .sideMenuGroup {
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    right: -350px;
    /*animation -350px>0*/
    width: 350px;
    margin-left: 0;
    background: #457fce;
    -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
    box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
    /*animation rgba(0,0,0,0)>rgba(0,0,0,.3)*/
    -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.tabletOpen {
      -webkit-animation-duration: .7s;
      animation-duration: .7s;
      -webkit-animation-name: tabletMenuOpen;
      animation-name: tabletMenuOpen;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      animation-direction: normal; }
    .sideMenuGroup.tabletClose {
      -webkit-animation-duration: .7s;
      animation-duration: .7s;
      -webkit-animation-name: tabletMenuClose;
      animation-name: tabletMenuClose;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      animation-direction: normal; }
  ul.memberMenu {
    position: relative;
    z-index: 90;
    width: auto;
    text-align: left;
    padding: 0 50px 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    ul.memberMenu li {
      line-height: 50px; }
      ul.memberMenu li:hover dl {
        display: none; }
      ul.memberMenu li dl {
        z-index: 90;
        width: 130px;
        top: 50px;
        left: -10px;
        margin-left: 0; }
  .menu {
    position: relative;
    z-index: 85; }
    .menu ul {
      padding-top: 25px; }
      .menu ul li {
        display: block; }
        .menu ul li:first-child {
          display: none; }
        .menu ul li a.mainLink {
          height: 55px;
          line-height: 55px; }
  a.icon-menu {
    display: block; }
  a.btnSearch {
    top: 10px;
    left: auto;
    right: 70px;
    width: 125px;
    line-height: 40px;
    font-size: 16px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 0 0 #666;
    box-shadow: 0 0 0 0 #666; }
    a.btnSearch:hover {
      margin-top: 0;
      -webkit-box-shadow: 0 0 0 0 #0a499d;
      box-shadow: 0 0 0 0 #0a499d; }
  .quickMenu {
    display: none; }
  .footerArea {
    width: 80%;
    margin: 0 auto;
    text-align: center; }
  ul.footerList {
    display: inline-block;
    margin: 0 auto 40px auto;
    width: auto;
    text-align: left; }
  ul.contactList {
    width: 60%;
    text-align: left; }
  ul.shareList {
    width: 40%;
    text-align: left; }
  ul.formMarkList {
    width: auto;
    margin: 20px; }
  @-webkit-keyframes tabletMenuOpen {
    0% {
      right: -350px;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      right: 0;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0.3);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0.3); } }
  @-moz-keyframes tabletMenuOpen {
    0% {
      right: -350px;
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      right: 0;
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0.3); } }
  @keyframes tabletMenuOpen {
    0% {
      right: -350px;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      right: 0;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0.3);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0.3); } }
  @-webkit-keyframes tabletMenuClose {
    0% {
      right: 0;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0.3);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0.3); }
    100% {
      right: -350px;
      -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 tabletMenuClose {
    0% {
      right: 0;
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0.3); }
    100% {
      right: -350px;
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @keyframes tabletMenuClose {
    0% {
      right: 0;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0.3);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0.3); }
    100% {
      right: -350px;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  ul.formDetailList {
    width: auto;
    margin: 20px; } }

@media all and (max-width: 768px) {
  html {
    overflow-x: hidden; }
  ul.formDetailList {
    padding-left: 2%; }
    ul.formDetailList li .icon-mail + input, ul.formDetailList li .icon-hotel + input,
    ul.formDetailList li .note {
      width: 85%; }
    ul.formDetailList li select.telType + input {
      width: 54%; }
    ul.formDetailList li.helf {
      display: block;
      width: auto; }
      ul.formDetailList li.helf select {
        margin-bottom: 10px; }
      ul.formDetailList li.helf .selectSection {
        width: 48.5%; }
        ul.formDetailList li.helf .selectSection select ~ .invalid-feedback {
          margin-top: -5px; }
      ul.formDetailList li.helf .intl-tel-input {
        margin-bottom: 10px; }
  .was-validated .intl-tel-input ~ .invalid-feedback {
    top: 0; }
  ul.invoiceList {
    display: block; }
    ul.invoiceList li a.btnSubmit {
      top: 0;
      display: block;
      width: 200px;
      margin: 20px auto; } }

@media all and (max-width: 680px) {
  .footerArea {
    width: auto; }
  ul.memberMenu li a.mLink {
    margin: 0 5px; }
  .sideMenuGroup {
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 100%;
    /*animation 100%>0*/
    right: auto;
    width: 100%;
    background: #457fce;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 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; }
  @-webkit-keyframes phoneMenuOpen {
    0% {
      left: 100%; }
    100% {
      left: 0; } }
  @-moz-keyframes phoneMenuOpen {
    0% {
      left: 100%; }
    100% {
      left: 0; } }
  @keyframes phoneMenuOpen {
    0% {
      left: 100%; }
    100% {
      left: 0; } }
  @-webkit-keyframes phoneMenuClose {
    0% {
      left: 0; }
    100% {
      left: 100%; } }
  @-moz-keyframes phoneMenuClose {
    0% {
      left: 0; }
    100% {
      left: 100%; } }
  @keyframes phoneMenuClose {
    0% {
      left: 0; }
    100% {
      left: 100%; } }
  ul.footerList {
    display: none; }
  ul.shareList {
    float: none;
    width: auto;
    text-align: center;
    margin-bottom: 40px; }
  ul.contactList {
    width: auto;
    margin: 0 20px; }
    ul.contactList .mainFooter {
      text-align: center; }
  ul.formList select.carType {
    width: 80%; }
  ul.formInsideList select.carType {
    max-width: 60%; }
  ul.formMarkList li .custom-radio {
    margin-top: 5px; }
  ul.formMarkList li:first-child .custom-radio {
    display: block;
    margin: 5px 0 5px 25px; }
  ul.formDetailList li.helf .selectSection {
    position: relative;
    width: auto;
    display: block; }
    ul.formDetailList li.helf .selectSection select {
      width: 85%; }
    ul.formDetailList li.helf .selectSection + .selectSection {
      margin-top: 5px; }
  ul.formDetailList li.helf .intl-tel-input + .mark {
    position: absolute;
    top: 20%;
    right: -5px; }
  input + .mark, select + .mark {
    position: absolute;
    top: 20%;
    right: -5px; }
  .btnArea a.addReserve, .btnArea a.btnBack {
    display: block;
    margin: 0 0 20px 0;
    text-align: center;
    opacity: 1; }
  .btnArea input[type="submit"] {
    display: block;
    width: 100%;
    opacity: 1; }
  ul.sortList li, ul.addressList li {
    margin-bottom: 10px; }
    ul.sortList li input[type="text"], ul.addressList li input[type="text"] {
      border: none;
      padding-left: 40px;
      min-height: 40px;
      width: 90%;
      padding-right: 40px; }
    ul.sortList li .addressContent, ul.addressList li .addressContent {
      padding: 5px 35px 5px 45px;
      min-height: 40px;
      line-height: 1.4em; }
    ul.sortList li .icon-arrows, ul.addressList li .icon-arrows {
      width: auto;
      height: 100%;
      right: 16%;
      left: 80px; }
      ul.sortList li .icon-arrows:before, ul.addressList li .icon-arrows:before {
        position: absolute;
        right: 3px;
        top: 50%;
        line-height: 0; }
    ul.sortList li .icon-pencil, ul.addressList li .icon-pencil {
      z-index: 15;
      left: 40px;
      right: auto;
      height: 100%;
      margin-right: 0;
      border-right: 1px solid #ccc; }
      ul.sortList li .icon-pencil:before, ul.addressList li .icon-pencil:before {
        position: absolute;
        top: 50%;
        left: 8px;
        line-height: 0;
        color: #666; }
    ul.sortList li .icon-close, ul.addressList li .icon-close {
      right: 0; }
    ul.sortList li.edit input[type="text"], ul.addressList li.edit input[type="text"] {
      position: relative;
      z-index: 14;
      padding-right: 0; }
    ul.sortList li.edit .icon-pencil, ul.addressList li.edit .icon-pencil {
      margin: 4px 0 2px 4px; }
      ul.sortList li.edit .icon-pencil:before, ul.addressList li.edit .icon-pencil:before {
        top: 16px;
        line-height: 0px; }
  ul.sortList p, ul.addressList p {
    line-height: 1.4em;
    padding: 5px 0; }
  .icon-airbonus + input {
    width: 85%; }
  .icon-calendar + input {
    width: 85%; }
  .formGroup .icon-clock {
    margin-left: 0; }
    .formGroup .icon-clock + select {
      width: 85%;
      margin-bottom: 10px; }
  ul.formDetailList {
    padding-left: 0;
    margin: 20px 20px 20px 10px; }
  .moreOption .controlArea {
    width: auto; }
  .plane {
    width: 85%; }
  ul.formInsideList select.carType {
    width: 70%; }
  .input-group {
    width: 100%; }
  .input-group > .form-control:not(:first-child) {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    min-width: 70%; }
  .input-group-btn {
    margin-left: 30px; }
  .formGroup .input-group button.dropdown-toggle {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-left: 1px solid #ccc; }
  .input-group + p {
    margin-top: 10px; } }

@media all and (max-width: 580px) {
  ul.sortList li input[type="text"], ul.addressList li input[type="text"] {
    width: 80%; }
  ul.invoiceList {
    width: auto; }
    ul.invoiceList li a.btnSubmit {
      top: 0;
      display: block;
      width: auto;
      margin: 20px; } }

@media all and (max-width: 480px) {
  ul.formDetailList {
    padding-left: 0; } }
