
html, body {
    font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei","蘋果儷中黑", "Lucida Sans Unicode","Microsoft Yahei", sans-serif !important;
    height: 100%; 
    font-size: 15px;
    display: block;
    overflow: auto;
}

.header {
    background-color: #3e62ad;
    padding-top: 15px;
    padding-bottom: 10px;
    /*padding-left: 1.5%;*/
}

.logoCI {
    /*height: 30px;*/
	height: auto;
}

main {
    padding-bottom: 30px;
}

.footer {
    background-color: #e9e9e9;
    padding-top: 15px;
    padding-bottom: 15px;
    /*margin-top: 5%;*/
    text-align: center;
    clear: both;
}

.login-box02 {
    border-left: 1px solid #aaa;
}

@media only screen and (max-width: 768px) {
    .login-box02 {
        border-left: none;
    }
}

.page-contentlessheight {
    min-height: calc(100vh - 55px - 230px - 72px);
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
    .page-contentlessheight {
        min-height: calc(100vh - 55px - 155px - 72px);
    }
}


@media (min-width: 768px) and (max-width: 992px) {
    .container {
        width: 100%;
    }
}

.modal-header {
    color: white;
    background-color: #ed1556;
}

/*.modal-backdrop {
    z-index: 100000;
}*/

#divErrMsg {
    z-index: 200000;
}

.modal-body > ul {
    text-align: left;
}

.wait {
    text-align: center;
    margin: 3%;
    font-size: 1.15em;
}

    .wait > span {
        color: black;
    }

hr {
    border-top: 1px solid #0054A4;
}

h1 {
    color: #0054a4;
    display: block;
    font-size: 2em;
    font-weight: bold;
}

h2 {
    color: #0054a4;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
}

h3 {
    color: #0054a4;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
}

.header-blue {
    border-top: 1px solid #b6c1d9;
    /*background: #23569D url(../images/header_mice_bg.jpg) no-repeat;*/
    background-size: cover;
    background-position: center center;
    background-color: #3e62ad; /*background-color: #23569D;*/
    min-height: 230px;
    color: white;
    padding: 20px 0;
    z-index: 0;
    position: relative;
}
    /*.header-blue::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;*/
        /*opacity:0.1;*/
        /*background-repeat: no-repeat;
        background: url(https://www.china-airlines.com/tw/zh/Images/hero_banner_baggage_tcm303-25843.jpg) no-repeat #3e62ad;
        background-size: cover;
        background-position: center bottom;
    }*/

    .header-blue h1 {
        font-weight: 300;
        font-size: 45px;
        margin-top: 51px;
        color: #fff;
    }

    .header-blue small {
        color: #fff !important;
    }

@media (max-width: 639px) {
    .header-blue h1 {
        /*text-align: center;*/
        margin-top: 30px !important;
        font-size: 30px;

    }

    .header-blue {
        /*padding-bottom: 10px;*/
        padding-top: 10px !important;
        padding-bottom: 50px !important;
        min-height: 150px;
    }
}
@media (min-width:640px) {
    .rdbtn label {
        min-width: 170px;
    }
}


#divAgreement, #divFlight, #divCabin, #divPaxInfoght, #divOrderQuery {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

#divOrderQuery .panel-heading {
    color: white !important;
    background-color: #0054a4 !important;
}


.selectDate-label,
.selectDate-currentdate{
    display: none;
}
.selectDate-label,
.selectDate-labeldefault{
    font-size: 1.2em;
}
.selectDate-current{
    color: #23569d;
    font-size: 20px;
}

.selectCabin-label,
.selectCabin-currentdate{
    display: none;
}
.selectCabin-label,
.selectCabin-labeldefault{
    font-size: 1.2em;
}
.selectCabin-current{
    color: #23569d;
    font-size: 20px;
}


.flightcard{
    margin: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    border: 3px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    float: left;
}
.flightcard:hover{
    border-color: #23569d; 
    cursor: pointer;
}
.flightcard-head{
    font-size: 20px;
    color: #23569d;
    font-weight: bold;
    margin-bottom: 15px;
}
.flightcard-body{
}
.flightcard-foot{
    border-top: 1px solid #d2d2d2;
    padding-top: 10px;
}
.flightcard-body::after,
.flightcard-foot::after{
    display: block;
    content:"";
    clear: both;
    overflow: hidden;
}

.flightcard-cabin{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.flightcard-cabin::after{
    display: block;
    content:"";
    clear: both;
    overflow: hidden;
}
.fc-cabin-label{
    float: left;
}
.fc-cabin-label > p{
    line-height: 1.25;
    margin-bottom: 0;
}
.fc-cabin-num{
    display: block;
    float: right;
    text-align: right;
    padding-top: 10px;
    font-size: 16px;
}

.flightcard-sppassenger{
    width: 40%;
    float: left;
}
.flightcard-sppassenger:nth-child(2){
    float: right;
}
.fc-sppassenger-label{
    float: left;
}
.fc-sppassenger-label > p{
    line-height: 1.25;
    margin-bottom: 0;
}
.fc-sppassenger-num{
    display: block;
    float: right;
    text-align: right;
    padding-top: 10px;
    font-size: 16px;
}
.flightcard.active{
    background-color: #23569d;
    border-color: #23569d;
    color: #fff;
}
.active  .flightcard-head{
    color: #fff;
    font-weight: normal;
}
.active  .flightcard-foot{
    border-color: rgba(255, 255,255, 0.5);
}

.flightcard.disable,
.flightcard.disable .flightcard-head {
    color: #aaa;
}

    .flightcard.disable:hover {
        border-color: #ccc;
    }

/* @media(max-width: 800px){
    .flightcard{
        width: 25%;
    }
} */







.rdbtn  {
    margin: 5px;
    float: left;
}
.rdbtn .cabinCard {
    float: left;
    min-width: 280px;
    margin: 4px;
    color: #23569d;
    padding: 0;
    border: 3px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    overflow: auto;
}
.rdbtn .cabinCard:hover{
    border-color: #23569d;
    background-color: #fff;
    cursor: pointer;
}
.rdbtn .cabinCard.active{
    color: #fff;
    border-color: #23569d;
    background-color: #23569d;
}
    .rdbtn .cabinCard input[type='radio'] {
        display: none !important;
    }
    .rdbtn .cabinCard label {
        padding: 10px 15px;
        text-align: center;
        font-size: 1.2em;
        display: block;
        margin-bottom: 0;
        cursor: pointer;
    }


@media(max-width: 640px){
    .rdbtn .cabinCard {
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}
@media(min-width: 641px) and (max-width: 992px){
    .rdbtn .cabinCard {
        min-width: 30%;
    }
}


.m-b-xxl{
    margin-bottom: 60px !important;
}


/*------------------------------------------------------------------------*-
    $Extend UI Compoment
-*------------------------------------------------------------------------*/
.notice-gomore {
    display: inline-block;
    position: relative;
    color: #333;
    background-color: #f9f9f9;
    text-align: left;
    text-decoration: none;
    line-height: 22px;
    padding-left: 14px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .notice-gomore:hover {
        text-decoration: none;
    }

.nogm-updateinfo {
    margin-left: 15px;
}

.icon-goright {
    display: inline-block;
    position: absolute;
    top: 14px;
    width: 24px;
    height: 24px;
    background: transparent url(../images/ci_right.png) center center no-repeat;
    background-size: 24px 24px;
}

.note-card {
    padding: 15px 30px;
    /* box-shadow: 2px 2px 5px #aaa; */
}

    .note-card > p {
        margin-bottom: 5px;
    }

        .note-card > p:last-child {
            margin-bottom: 0px;
        }

@media (max-width: 768px) {
    .note-card {
        padding: 15px 0;
    }
}

.nav-conttabs {
    width: 100%;
  }
  .nav-conttabs > li {
     display: table-cell;
    width: 1%; 
    /*float: left;*/
    /*width: 25%;*/
    margin-bottom: 15px;
  }
  .nav-conttabs > li > a {
    border-radius: 0;
    text-align:center;
    color: #333;
    border-bottom: 3px solid transparent;
  }
  .nav-conttabs > li > a:hover {
    color: #23569d;
    background-color: transparent;
  }
    .nav-conttabs > li.psg-nodata > a {
        color: #aaa;
    }
  .nav-conttabs > li.active>a, 
  .nav-conttabs > li.active>a:focus, 
  .nav-conttabs > li.active>a:hover {
    color: #23569d;
    background-color: transparent;
    border-bottom: 3px solid #23569d;
    font-weight: bold;
  }

@media (min-width: 640px) and (max-width: 992px) {
    .nav-conttabs > li > a {
        padding: 10px 5px;
    }
}

.nav-contdropdownblock {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
}

.nav-contselect-wrap,
#nav-contselect {
    display: none;
}

.nav-contdropdown {
    display: none;
}

    .nav-contdropdown > .btn {
        display: block;
        width: 100%;
        border-radius: 0;
    }

        .nav-contdropdown > .btn > .caret {
            border: none;
            width: 24px;
            height: 24px;
            background: transparent url(../images/ci_down.png) center center no-repeat;
            background-size: 24px 24px;
        }

    .nav-contdropdown > .dropdown-menu {
        width: 100%;
    }

.dropdown-menu > li.psg-nodata > a {
    color: #aaa;
}

@media (max-width: 639px) {
    .nav-conttabs {
        display: none;
    }

    .nav-contdropdown {
        display: block;
    }
    /* .nav-contselect-wrap,
    #nav-contselect{
      display: block;
    } */

    .tab-content {
        padding-top: 30px;
    }
}

.nav-contselect-wrap {
    margin-left: -15px;
    margin-right: -15px;
}
  #nav-contselect-button.ui-selectmenu-button{
    display: block;
    width: 100%;
    height: 60px;
    color: #fff;
    border: none;
    border-radius: 0;
    padding-top: 20px;
    background: #3e62ad;
  }
  
  #nav-contselect-button.ui-state-hover, 
  #nav-contselect-button.ui-widget-content .ui-state-hover, 
  #nav-contselect-button.ui-widget-header .ui-state-hover, 
  #nav-contselect-button.ui-state-focus, 
  #nav-contselect-button.ui-widget-content .ui-state-focus, 
  #nav-contselect-button.ui-widget-header .ui-state-focus, 
  #nav-contselect-button.ui-button:hover, .ui-button:focus{
    color: #fff !important;
    background: #3e62ad !important;
  }
  
  
  #nav-contselect-button.ui-selectmenu-button   .ui-selectmenu-icon{
    width: 18px;
    height: 8px;
    margin-top: 5px;
    background: transparent url(../images/icon-card-arrow-right_3.png);
  }
  .ui-menu   .ui-menu-item-wrapper {
    padding: 15px 1em 15px .4em;
  }
  



.wheeldetail-onelength{
    padding-left: 15px;
    padding-right: 15px;
    width: 33%;
    float: left;
  }
  @media (max-width: 1200px) and (min-width: 992px) {
    .wheeldetail-onelength{
      padding-left: 15px;
      padding-right: 0px;
    }
  }
  @media (max-width: 639px) {
    .wheeldetail-onelength{
      padding-left: 10px;
      padding-right: 10px;
    }
  }

.btn {
    border-radius: 0;
}

.buttonconsole .btn {
    margin-right: 5px;
    margin-bottom: 10px;
}

.btn-brand-pink {
    min-width: 208px;
    color: white;
    background-color: #e50049;
    text-align: left;
    line-height: 58px;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 50px;
    position: relative;
}

    .btn-brand-pink:hover {
        color: #fff;
        background-color: #d7094b;
    }
/* for input:button version */
.btn-brand-pink-wrap4inpb {
    position: relative;
}

    .btn-brand-pink:after,
    .btn-brand-pink-wrap4inpb:after,
    .btn-brand-blue:after {
        content: '';
        width: 8px;
        height: 18px;
        background-image: url(../images/icon-bird-white.png);
        background-repeat: no-repeat;
        position: absolute;
        right: 14px;
        top: 50%;
        margin-top: -9px;
    }


.btn-brand-blue {
    min-width: 208px;
    color: white;
    background-color: #3e62ad;
    text-align: left;
    line-height: 58px;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 50px;
    position: relative;
}

    .btn-brand-blue:hover {
        color: #fff;
        background-color: #3e62ad;
    }


.btn-ghost-blue-v21 {
    position: relative;
    border: 1px solid rgb(0, 84, 164);
    color: rgb(0, 84, 164);
    background-color: transparent;
    padding: 0px 40px;
    padding-left: 14px;
    padding-right: 14px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
    min-width: 208px;
}

    .btn-ghost-blue-v21:hover,
    .btn-ghost-blue-v21wArrow:hover {
        line-height: 56px;
        color: rgb(0, 84, 164);
        border: 2px solid rgb(0, 84, 164);
    }

.btn-ghost-blue-v21wArrow {
    position: relative;
    border: 1px solid rgb(0, 84, 164);
    color: rgb(0, 84, 164);
    background-color: transparent;
    line-height: 58px;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 50px;
    text-decoration: none;
    min-width: 208px;
}

    .btn-ghost-blue-v21wArrow:after {
        content: '';
        display: block;
        width: 16px;
        height: 24px;
        background-image: url(../images/ci_right.png);
        background-repeat: no-repeat;
        background-size: 24px 24px;
        position: absolute;
        right: 14px;
        top: 50%;
        margin-top: -12px;
    }

    .btn-ghost-blue-v21.btn-sm {
        min-width: auto;
        line-height: 40px;
        height: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

.btn-brand-blue.btn-sm {
    min-width: auto;
    line-height: 40px;
    height: 40px;
}

.buttonconsole-inpb {
    text-align: center;
}

    .buttonconsole-inpb .btn-brand-pink-wrap4inpb,
    .buttonconsole-inpb .btn-brand-blue-wrap4inpb,
    .buttonconsole-inpb .btn-ghost-blue-v21-wrap4inpb {
        margin-right: 5px;
        margin-bottom: 10px;
    }


@media (max-width: 992px) {
    .btn-ghost-blue-v21 {
        width: 100%;
        text-align: center !important;
    }

        .btn-ghost-blue-v21.btn-m-notblock {
            width: auto !important;
            text-align: center !important;
        }

    .btn-brand-pink,
    .btn-brand-blue {
        width: 100%;
    }

    .buttonconsole-inpb .btn-brand-pink-wrap4inpb,
    .buttonconsole-inpb .btn-brand-blue-wrap4inpb,
    .buttonconsole-inpb .btn-ghost-blue-v21-wrap4inpb {
        display: block;
    }

    .modal-footer .btn + .btn {
        margin-left: 0;
    }

    .modal-footer .btn {
        margin-bottom: 10px;
    }
}

.btn.btn-brand-pink.btn-brand-disabled,
.btn.btn-brand-pink.btn-brand-disabled:hover,
.btn.btn-brand-pink.btn-brand-disabled:active {
    background-color: #b4b4b4;
}

.login-bc-inpb {
    text-align: left !important;
}



a.btn-ghost-blue {
    display: inline-block;
    min-width: 208px;
}

    a.btn-ghost-blue:hover {
        text-decoration: none !important;
    }

a.btn-ghost-blue-v21 {
    display: inline-block;
    min-width: 208px;
    padding-top: 5px;
    padding-bottom: 5px;
}
a.btn-brand-pink {
    display: inline-block;
    color: #fff;
    min-width: 208px;
}

    a.btn-brand-pink:hover {
        text-decoration: none !important;
    }

a.btn-brand-violet {
    display: inline-block;
    min-width: 208px;
}

    a.btn-brand-violet:hover {
        text-decoration: none !important;
    }




.vdci-check-wrapper:first-child {
    margin-left: -5px;
}

.vdci-check-wrapper input[type="checkbox"] {
    position: absolute;
    clip: rect(0 0 0 0);
}

    .vdci-check-wrapper input[type="checkbox"]:focus + label {
        outline: 2px solid #96b9da;
        outline-offset: 0;
    }

    .vdci-check-wrapper input[type="checkbox"] + label .vdci-fake-check {
        display: inline-block;
        position: absolute;
        top: 3px;
        left: 5px;
        width: 16px;
        height: 16px;
        border-radius: 3px;
        /*box-shadow: 0 0 0 1px #b5b3b3;*/
        border: 1px solid #b5b3b3;
        margin-top: 0px;
        background-color: #fff;
        cursor: pointer;
    }

.vdci-check-wrapper label {
    position: relative;
    margin-right: 5px;
    padding-left: 35px;
    padding-right: 60px;
    font-weight: normal;
}

    .vdci-check-wrapper label .label-text {
        position: relative;
        top: -1px;
        line-height: 24px;
    }

.vdci-check-wrapper input[type="checkbox"]:checked + label .vdci-fake-check {
    /*box-shadow: 0 0 0 1px #ed1556;*/
    border: 1px solid #ed1556;
}

    .vdci-check-wrapper input[type="checkbox"]:checked + label .vdci-fake-check:before {
        display: block;
        position: absolute;
        top: 6px;
        left: 1px;
        content: "";
        width: 4px;
        height: 3px;
        background-color: #ed1556;
        transform: rotate(45deg);
    }

    .vdci-check-wrapper input[type="checkbox"]:checked + label .vdci-fake-check:after {
        display: block;
        position: absolute;
        top: 5px;
        left: 2px;
        content: "";
        width: 13px;
        height: 3px;
        background-color: #ed1556;
        transform: rotate(-45deg);
    }

.vdci-check-wrapper input[type="checkbox"]:checked:disabled + label .vdci-fake-check,
.vdci-check-wrapper input[type="checkbox"].input-disabled:checked + label .vdci-fake-check {
    border: 1px solid #b5b3b3;
}

    .vdci-check-wrapper input[type="checkbox"]:checked:disabled + label .vdci-fake-check:before,
    .vdci-check-wrapper input[type="checkbox"].input-disabled:checked + label .vdci-fake-check:before {
        display: block;
        position: absolute;
        top: 6px;
        left: 1px;
        content: "";
        width: 4px;
        height: 3px;
        background-color: #b5b3b3;
        transform: rotate(45deg);
    }

    .vdci-check-wrapper input[type="checkbox"]:checked:disabled + label .vdci-fake-check:after,
    .vdci-check-wrapper input[type="checkbox"].input-disabled:checked + label .vdci-fake-check:after {
        display: block;
        position: absolute;
        top: 5px;
        left: 2px;
        content: "";
        width: 13px;
        height: 3px;
        background-color: #b5b3b3;
        transform: rotate(-45deg);
    }

@media (max-width: 800px) {
    .vdci-check-wrapper label {
        padding-right: 5px;
    }
}


.vdci-radio-wrapper:first-child {
    margin-left: -5px;
}

.vdci-radio-wrapper input[type="radio"] {
    position: absolute;
    clip: rect(0 0 0 0);
}

    .vdci-radio-wrapper input[type="radio"]:focus + label {
        outline: 2px solid #96b9da;
        outline-offset: 0;
    }

    .vdci-radio-wrapper input[type="radio"] + label .vdci-fake-radio {
        display: inline-block;
        position: absolute;
        top: 3px;
        left: 5px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        /*box-shadow: 0 0 0 1px #b5b3b3;*/
        border: 1px solid #b5b3b3;
        margin-top: 0px;
        background-color: #fff;
        cursor: pointer;
    }

.vdci-radio-wrapper label {
    position: relative;
    margin-right: 5px;
    padding-left: 35px;
    padding-right: 5%;
    font-weight: normal;
}

    .vdci-radio-wrapper label .label-text {
        position: relative;
        top: -1px;
        line-height: 24px;
    }

.vdci-radio-wrapper input[type="radio"]:checked + label .vdci-fake-radio {
    /* box-shadow: 0 0 0 1px #ed1556; */
    border: 1px solid #ed1556;
}

    .vdci-radio-wrapper input[type="radio"]:checked + label .vdci-fake-radio:after {
        display: block;
        position: absolute;
        top: 2px;
        left: 2px;
        content: "";
        width: 10px;
        height: 10px;
        background-color: #ed1556;
        transform: rotate(-45deg);
        border-radius: 50%;
    }

.vdci-radio-wrapper input[type="radio"]:checked:disabled + label .vdci-fake-radio,
.vdci-radio-wrapper input[type="radio"].input-disabled:checked + label .vdci-fake-radio {
    /* box-shadow: 0 0 0 1px #ed1556; */
    border: 1px solid #b5b3b3;
}

    .vdci-radio-wrapper input[type="radio"]:checked:disabled + label .vdci-fake-radio:after,
    .vdci-radio-wrapper input[type="radio"].input-disabled:checked + label .vdci-fake-radio:after {
        display: block;
        position: absolute;
        top: 2px;
        left: 2px;
        content: "";
        width: 10px;
        height: 10px;
        background-color: #b5b3b3;
        transform: rotate(-45deg);
        border-radius: 50%;
    }


@media (max-width: 420px) {
    .login-radioselect .vdci-radio-wrapper {
        display: block;
        margin: 0 0 5px -5px;
    }
}




.vdci-formitem-control {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    height: 64px;
    padding: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
    background-color: #f4f7ff;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .vdci-formitem-control:hover {
        -webkit-box-shadow: inset 0 0 0 2px #0054a4;
        -moz-box-shadow: inset 0 0 0 2px #0054a4;
        box-shadow: inset 0 0 0 2px #0054a4 !important;
    }

    .vdci-formitem-control:focus {
        border-color: #66afe9;
        border-color: #66afe9;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
        box-shadow: inset 0 1px 0 rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
        outline: 2px solid #96b9da;
        outline-offset: 0;
    }

    .vdci-formitem-control:disabled:hover,
    .vdci-formitem-control.input-disabled:hover,
    .vdci-formitem-control:read-only:hover {
        -webkit-box-shadow: inset 0 0 0 0px #0054a4;
        -moz-box-shadow: inset 0 0 0 0px #0054a4;
        box-shadow: inset 0 0 0 0px #0054a4 !important;
    }



    .vdci-formitem-control:disabled,
    .vdci-formitem-textarea:disabled,
    .vdci-formitem-control.input-disabled,
    .vdci-formitem-textarea.input-disabled,
    input.vdci-formitem-control:read-only,
    select.vdci-formitem-control:disabled {
        color: #8c8c8c;
        background-color: #e2e2e2;
    }
    .vdci-formitem-control::placeholder {
        color: #cccccc;
    }


.vdci-formitem-textarea {
    min-height: 100px;
    height: auto;
}
.vdci-formitem-xs {
    height: 45px;
    padding-top: 5.5px;
    padding-bottom: 5.5px;
}
.vdci-formitem-sm {
    height: 50px;
    padding: 10px;
}

.errorMsg {
    text-indent: 0;
}

    .errorMsg p {
        color: #c20a0a;
    }

.vdci-formitem-select {
    position: relative;
}

    .vdci-formitem-select::before {
        display: block;
        content: "";
        position: absolute;
        top: 20px;
        right: 5px;
        width: 30px;
        height: 12px;
        background: transparent center center url(../images/ci_down_blue.png) no-repeat;
        background-size: 24px 24px;
        pointer-events: none;
    }

    .vdci-formitem-select::before {
        top: 20px;
    }

    .vdci-formitem-select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .vdci-formitem-select.input-disabled select {
        color: #707070;
        background-color: #e2e2e2;
    }

    .vdci-formitem-select.input-disabled::before {
        background: transparent top left url(../images/ci_down_blue.png) no-repeat;
    }



.vdci-formitem-prop-hori {
    padding-top: 12px;
    padding-bottom: 12px;
}

.vdci-formitem-read {
    width: 100%;
    margin-bottom: 15px;
}

    .vdci-formitem-read::after {
        display: block;
        content: "";
        clear: both;
    }

.vdci-formitem-readprop {
    width: 38%;
    display: block;
    float: left;
    margin-right: 2%;
    color: #7c7c7c;
}

.vdci-formitem-readvalue {
    width: 60%;
    float: left;
}

.col-md-12 .vdci-formitem-readprop {
    width: 17.5%;
}

.col-md-12 .vdci-formitem-readvalue {
    width: 80.5%;
}

@media (min-width: 640px) and (max-width: 992px) {
    .col-md-12 .vdci-formitem-readprop {
        width: 38%;
    }

    .col-md-12 .vdci-formitem-readvalue {
        width: 60%;
    }
}

.alertMsg {
    padding-left: 5px;
    color: #ed1556;
    display: none;
    font-size: 0.8em;
}

.fix {
    display:block;
}

.withInfant {
    padding-left: 1%;
    padding-right: 1%;
    /*border: 2px solid #ed1556;*/
    overflow: auto;
    border-radius: 10px;
    border-left: #23569d solid 3px;
}

.border-left-blue {
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 1%;
    overflow: hidden;
    border-radius: 10px;
    border: #23569d solid 1px;
}
.btn-submit {
    width: 100%;
    background-color: #e50049;
    color: white !important;
    border-radius: 0;
    margin-bottom: 50px;
    height: 10%;
    font-size: 1.5em;
    line-height: 2;
}

.btn-delete {
    width: 100%;
    background-color: #e50049;
    color: white !important;
    border-radius: 0;
    margin-bottom: 50px;
    height: 10%;
    font-size: 1em;
    line-height: 2;
}

.btn-normal {
    width: 100%;
    background-color: #3e62ad;
    color: white !important;
    border-radius: 0;
    margin-bottom: 50px;
    height: 10%;
    font-size: 1.5em;
    line-height: 2;
}

.rdemphasize {
    font-size: 1.7em;
}

.rdsmaller {
    font-size: 0.8em;
}

.frdbtn label div {
    font-size: 1em !important;
}

[aria-expanded="false"] .menu_icon-open {
    display: inline;
}
[aria-expanded="false"] .menu_icon-close {
    display: none;
}

[aria-expanded="true"] .menu_icon-open {
    display: none;
}

[aria-expanded="true"] .menu_icon-close {
    display: inline;
}


/*.ui-icon {
    margin-right: 14px;
}
.ui-icon-circle-arrow-e { 
}

.ui-state-active {
    border: 1px solid #007fff;
    font-size: large !important;
    font-weight:bold;
}*/
label[name=lblType]::after,
label[name=lblRelation]::after,
label[name=lblTitle]::after,
label[name=lblGender]::after,
label[name=lblGender]::after,
label[name=lblLastName]::after,
label[name=lblFirstName]::after,
label[name=lblRegion]::after,
label[name=lblBirth]::after,
/*label[name=lblMemberNo]::after,*/
label[name=lblPassportNumber]::after,
label[name=lblPassportRegion]::after,
label[name=lblPassportExpiredDate]::after,
/*label[name=lblAddr]::after,*/
/*label[name=lblTSA]::after,*/
label[name=lblInfantRelationship]::after,
label[name=lblInfantGender]::after,
label[name=lblInfantLastName]::after,
label[name=lblInfantFirstName]::after,
label[name=lblInfantRegion]::after,
label[name=lblInfantBirth]::after,
label[name=lblInfantMemberNo]::after,
label[name=lblInfantPassport]::after,
label[name=lblInfantPassportRegion]::after,
label[name=lblInfantPassportExpiredDate]::after,
/*label[name=lblInfantAddr]::after,*/
/*label[name=lblInfantTSA]::after,*/
label[name=lblEmail]::after,
label[name=lblMobile]::after,
label[name=lblName_MICE]::after,
label[name=lblOfficeName_MICE]::after,
label[name=lblOfficePhone_MICE]::after,
label[name=lblEmail_MICE]::after,
label[name=lblIdentity_MICE]::after,
label[name=lblEventName_MICE]::after,
label[name=lblEventDate_MICE]::after,
label[name=lblEventPlace_MICE]::after,
label[name=lblEventAttendees_MICE]::after,
label[name=lblRegion_MICE]::after,
label[name=lblBranch_MICE]::after {
    content: "*";
    color: red;
    padding-left: 5px;
}


.disabled {
    display: none !important;
}

.icon-fillalert{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/icon-alert.png) center center no-repeat;
    background-size: 18px 18px;
}
.icon-fillok {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/icon-ok.png) center center no-repeat;
    background-size: 18px 18px;
}
.icon-fillinf {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/icon-inf.png) center center no-repeat;
    background-size: 18px 18px;
}

.icon-fillpet {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/icon-pet.png) center center no-repeat;
    background-size: 18px 18px;
}

.ncdd-supporticon {
    float: right;
    text-align: right;
}

@media (min-width:640px) {
    .icon-fillalert,
    .icon-fillok,
    .icon-fillinf,
    .icon-fillpet {
        margin: 0 auto;
    }
}

@media (max-width: 639px) {
    .icon-fillalert,
    .icon-fillok,
    .icon-fillinf,
    .icon-fillpet {
        margin-left: 2px;
    }
}


.slick-prev:before, .slick-next:before {
    opacity: 1;
    color: #23569d;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
}

.slick-prev:before {
    background: url(../images/ci_left.png) center center no-repeat;
    background-size: 24px 24px;
}

.slick-next:before {
    background: url(../images/ci_right.png) center center no-repeat;
    background-size: 24px 24px;
}

.slick-prev {
    left: -10px;
}

.slick-next {
    right: -5px;
}

.slick-dots li button {
    width: 30px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
}

    .slick-dots li button:before {
        line-height: 30px;
        position: absolute;
        display: block;
        border-radius: 50%;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        content: ' ';
        text-align: center;
        opacity: .5;
        background-color: #23569d;
    }
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #23569d;
}

.left-align-slick > .slick-list > .slick-track {
    margin-left: 0;
}

#cbAgree {
    display: none;
}

    #cbAgree + label span {
        display: inline-block;
        vertical-align: middle;
        width: 1.3em;
        height: 1.3em;
        border: 1px solid grey;
        cursor: pointer;
    }

.check-error {
    color: #ed1556;
}

#btnClose {
    width: auto;
    background-color: #e50049;
    color: white !important;
    font-size: 14px;
    border-radius: 0;
}

    #btnClose:hover {
        background-color: #e50049;
        color: white !important;
    }

.list-group-item span:nth-child(1) {
    font-weight: bolder;
    padding-right : 15px;
    text-align: right;
}
.list-group-item span:nth-child(1)::after {
    content: ":";
    padding-left: 15px;
}

.list-group-item span:nth-child(2) {
    /*font-weight: bold;*/
    /*padding-left: 5px;*/
}

.petContainer input {
    display: inline;
    width: 70%;
}
    .petContainer span {
        display: inline;
        padding-right:15px;
    }

/* 
demo-animation
*/
.demo-animation {
    display: flex;
    position: relative;
    padding-top: 0px;
    height: 250px;
    justify-content: center;
    align-items: center;
    transform: scale(0.7);
}

.demoani-planegroup {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25%;
    width: 220px;
}

.Qplane {
    position: absolute;
    width: 150px;
    margin-right: 100px;
    top: 50px;
    animation-name: MoveUpdown;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    z-index: 100;
}

.dot1 {
    position: absolute;
    top: 85px;
    left: 170px;
    width: 20px;
    animation-name: MoveUpdown;
    animation-duration: 3s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    z-index: 100;
}

.dot2 {
    position: absolute;
    top: 81px;
    left: 210px;
    width: 17px;
    animation-name: MoveUpdown;
    animation-duration: 3s;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    z-index: 100;
}

.dot3 {
    position: absolute;
    top: 77px;
    left: 250px;
    width: 14px;
    animation-name: MoveUpdown;
    animation-duration: 3s;
    animation-delay: 0.8s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    z-index: 100;
}

@keyframes MoveUpdown {
    0% {
        padding-top: 0%;
    }

    50% {
        padding-top: 7%;
    }

    100% {
        padding-top: 0%;
    }
}

.demoani-ground {
    display: block;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -27%;
    width: 220px;
    height: 100px;
    background-color: #92a3ac;
    border-radius: 50%;
    /* background: rgb(148,187,233);
  background: radial-gradient(circle, rgba(148,187,233,1) 0%, rgba(148,187,233,1) 49%, rgba(255,255,255,1) 50%);
  transform: rotate(340deg) skew(40deg, 0deg) scale(1); */
}

.demoani-roads-wrap {
    position: absolute;
    top: 40px;
    width: 280px;
    height: 12px;
    transform: skew(30deg,0deg) rotate(345deg);
}

.demoani-roads {
    position: absolute;
    top: 50%;
    left: -58px;
    margin-top: -12px;
    width: 280px;
    height: 12px;
    animation-name: roadrunning;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    z-index: 50;
    /* background-color: #000; */
}

    .demoani-roads > span {
        position: absolute;
        display: block;
        width: 40px;
        height: 14px;
        background-color: #fff;
    }

        .demoani-roads > span:nth-child(2) {
            left: 60px;
        }

        .demoani-roads > span:nth-child(3) {
            left: 120px;
        }

        .demoani-roads > span:nth-child(4) {
            left: 180px;
        }

        .demoani-roads > span:nth-child(5) {
            left: 240px;
        }

@keyframes roadrunning {
    0% {
        left: -60px;
    }

    100% {
        left: 0px;
    }
}



/* animate : map version */
.demoani-sandgroundmask {
    display: block;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -39%;
    margin-top: -20px;
    width: 390px;
    height: 240px;
    background: radial-gradient(closest-side, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,1) 82%);
    /* background: rgb(148,187,233);
  background: radial-gradient(circle, rgba(148,187,233,1) 0%, rgba(148,187,233,1) 49%, rgba(255,255,255,1) 50%);
  transform: rotate(340deg) skew(40deg, 0deg) scale(1); */
    border: none;
    overflow: hidden;
    z-index: 100;
}

.demoani-sandgroundarea {
    display: block;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -38%;
    width: 340px;
    height: 200px;
    overflow: hidden;
}

.demoani-sandground {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 400px;
    height: 300px;
    background-color: #f0e8ce;
}

.movingimg {
    position: absolute;
    top: 0;
    left: -320px;
    width: 700px;
    height: 410px;
    animation-name: MoveCity;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: #f0e8ce url(../images/3d-desertcity.png) repeat;
}

.movingimg-02 {
    position: absolute;
    top: 400px;
    left: -750px
}

/* .desertbg{  
  position:absolute;
  background-color: #f0e8ce;
  margin-right: 630px;
  margin-top: 50px;
  width: 70px;
  height:70px;
  transform: matrix3d(1.800194, 0.565783, 0, -0.000361, 
  -3.129088, 1.884859, 0, -0.001229, 
  0, 0, 1, 0, 
  372, 111, 0, 1);

}
.clipimg{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 300px;
  margin-left: 90px;
  width: 395px;
  height: 250px;
  clip-path: polygon(30% 0%, 97% 27%, 74% 100%, 0% 58%);
z-index: 1;
} */
/* .areacover{
  position: absolute;
  width: 340px;
  height:180px;
  background-color: #f0e8ce;
  transform: scale(1.2);
  overflow: hidden;
}
.movingimg{
  position: absolute;
  width: 300px;
  margin-left: 20px;
  animation-name: MoveCity;   
  animation-duration: 10s;  
  animation-iteration-count: infinite;
  animation-timing-function:linear;  

}

.movingimg2{
  display: none;
 position: relative;
 top: 155px;
 right:260px
} */

/* @keyframes MoveCity {
  0% { transform: translate(0px,0px); }
  100% {  transform: translate(260px,-155px); }
} */

@keyframes MoveCity {
    0% {
        transform: translate(0px,0px);
    }

    100% {
        transform: translate(490px,-500px);
    }
}