/*

CI Official template 2025June3 for emenu
visual design style based on CI official website 2015

*/
@charset "UTF-8";

body {
    font-family: "Roboto", Arial, "Noto Sans", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "PingFang TC", "Microsoft Yahei", sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

    body.lang-sc {
        font-family: "Roboto", Arial, "Noto Sans", "微軟正黑體", "Microsoft JhengHei", "PingFang TC", "Microsoft Yahei", sans-serif;
    }

/*
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

*/

.color-pink {
    color: #e50049;
    font-weight: bold;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .col-md-pull-4 {
        right: 33.3333333333%;
    }
    .col-md-push-8 {
        left: 66.6666666667%;
    }
    .col-md-4 {
        width: 33.3333333333%;
        position: relative;
        float: left;
    }
    .col-md-8 {
        width: 66.6666666667%;
        position: relative;
        float: left;
    }
}

.ci-row {
    margin-left: -15px;
    margin-right: -15px;
}

    .ci-row::after {
        content: "";
        display: table;
        clear: both;
        overflow: hidden;
    }

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 5px !important; /* 0.25rem * 20 */
}

.m-2 {
    margin: 10px !important; /* 0.5rem * 20 */
}

.m-3 {
    margin: 20px !important; /* 1rem * 20 */
}

.m-4 {
    margin: 30px !important; /* 1.5rem * 20 */
}

.m-5 {
    margin: 60px !important; /* 3rem * 20 */
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 5px !important; /* 0.25rem * 20 */
    margin-left: 5px !important; /* 0.25rem * 20 */
}

.mx-2 {
    margin-right: 10px !important; /* 0.5rem * 20 */
    margin-left: 10px !important; /* 0.5rem * 20 */
}

.mx-3 {
    margin-right: 20px !important; /* 1rem * 20 */
    margin-left: 20px !important; /* 1rem * 20 */
}

.mx-4 {
    margin-right: 30px !important; /* 1.5rem * 20 */
    margin-left: 30px !important; /* 1.5rem * 20 */
}

.mx-5 {
    margin-right: 60px !important; /* 3rem * 20 */
    margin-left: 60px !important; /* 3rem * 20 */
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 5px !important; /* 0.25rem * 20 */
    margin-bottom: 5px !important; /* 0.25rem * 20 */
}

.my-2 {
    margin-top: 10px !important; /* 0.5rem * 20 */
    margin-bottom: 10px !important; /* 0.5rem * 20 */
}

.my-3 {
    margin-top: 20px !important; /* 1rem * 20 */
    margin-bottom: 20px !important; /* 1rem * 20 */
}

.my-4 {
    margin-top: 30px !important; /* 1.5rem * 20 */
    margin-bottom: 30px !important; /* 1.5rem * 20 */
}

.my-5 {
    margin-top: 60px !important; /* 3rem * 20 */
    margin-bottom: 60px !important; /* 3rem * 20 */
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 5px !important; /* 0.25rem * 20 */
}

.mt-2 {
    margin-top: 10px !important; /* 0.5rem * 20 */
}

.mt-3 {
    margin-top: 20px !important; /* 1rem * 20 */
}

.mt-4 {
    margin-top: 30px !important; /* 1.5rem * 20 */
}

.mt-5 {
    margin-top: 60px !important; /* 3rem * 20 */
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 5px !important; /* 0.25rem * 20 */
}

.me-2 {
    margin-right: 10px !important; /* 0.5rem * 20 */
}

.me-3 {
    margin-right: 20px !important; /* 1rem * 20 */
}

.me-4 {
    margin-right: 30px !important; /* 1.5rem * 20 */
}

.me-5 {
    margin-right: 60px !important; /* 3rem * 20 */
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 5px !important; /* 0.25rem * 20 */
}

.mb-2 {
    margin-bottom: 10px !important; /* 0.5rem * 20 */
}

.mb-3 {
    margin-bottom: 20px !important; /* 1rem * 20 */
}

.mb-4 {
    margin-bottom: 30px !important; /* 1.5rem * 20 */
}

.mb-5 {
    margin-bottom: 60px !important; /* 3rem * 20 */
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 5px !important; /* 0.25rem * 20 */
}

.ms-2 {
    margin-left: 10px !important; /* 0.5rem * 20 */
}

.ms-3 {
    margin-left: 20px !important; /* 1rem * 20 */
}

.ms-4 {
    margin-left: 30px !important; /* 1.5rem * 20 */
}

.ms-5 {
    margin-left: 60px !important; /* 3rem * 20 */
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 5px !important; /* 0.25rem * 20 */
}

.p-2 {
    padding: 10px !important; /* 0.5rem * 20 */
}

.p-3 {
    padding: 20px !important; /* 1rem * 20 */
}

.p-4 {
    padding: 30px !important; /* 1.5rem * 20 */
}

.p-5 {
    padding: 60px !important; /* 3rem * 20 */
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 5px !important; /* 0.25rem * 20 */
    padding-left: 5px !important; /* 0.25rem * 20 */
}

.px-2 {
    padding-right: 10px !important; /* 0.5rem * 20 */
    padding-left: 10px !important; /* 0.5rem * 20 */
}

.px-3 {
    padding-right: 20px !important; /* 1rem * 20 */
    padding-left: 20px !important; /* 1rem * 20 */
}

.px-4 {
    padding-right: 30px !important; /* 1.5rem * 20 */
    padding-left: 30px !important; /* 1.5rem * 20 */
}

.px-5 {
    padding-right: 60px !important; /* 3rem * 20 */
    padding-left: 60px !important; /* 3rem * 20 */
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 5px !important; /* 0.25rem * 20 */
    padding-bottom: 5px !important; /* 0.25rem * 20 */
}

.py-2 {
    padding-top: 10px !important; /* 0.5rem * 20 */
    padding-bottom: 10px !important; /* 0.5rem * 20 */
}

.py-3 {
    padding-top: 20px !important; /* 1rem * 20 */
    padding-bottom: 20px !important; /* 1rem * 20 */
}

.py-4 {
    padding-top: 30px !important; /* 1.5rem * 20 */
    padding-bottom: 30px !important; /* 1.5rem * 20 */
}

.py-5 {
    padding-top: 60px !important; /* 3rem * 20 */
    padding-bottom: 60px !important; /* 3rem * 20 */
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 5px !important; /* 0.25rem * 20 */
}

.pt-2 {
    padding-top: 10px !important; /* 0.5rem * 20 */
}

.pt-3 {
    padding-top: 20px !important; /* 1rem * 20 */
}

.pt-4 {
    padding-top: 30px !important; /* 1.5rem * 20 */
}

.pt-5 {
    padding-top: 60px !important; /* 3rem * 20 */
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 5px !important; /* 0.25rem * 20 */
}

.pe-2 {
    padding-right: 10px !important; /* 0.5rem * 20 */
}

.pe-3 {
    padding-right: 20px !important; /* 1rem * 20 */
}

.pe-4 {
    padding-right: 30px !important; /* 1.5rem * 20 */
}

.pe-5 {
    padding-right: 60px !important; /* 3rem * 20 */
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 5px !important; /* 0.25rem * 20 */
}

.pb-2 {
    padding-bottom: 10px !important; /* 0.5rem * 20 */
}

.pb-3 {
    padding-bottom: 20px !important; /* 1rem * 20 */
}

.pb-4 {
    padding-bottom: 30px !important; /* 1.5rem * 20 */
}

.pb-5 {
    padding-bottom: 60px !important; /* 3rem * 20 */
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 5px !important; /* 0.25rem * 20 */
}

.ps-2 {
    padding-left: 10px !important; /* 0.5rem * 20 */
}

.ps-3 {
    padding-left: 20px !important; /* 1rem * 20 */
}

.ps-4 {
    padding-left: 30px !important; /* 1.5rem * 20 */
}

.ps-5 {
    padding-left: 60px !important; /* 3rem * 20 */
}

/*--------------------------------------------------

Template

--------------------------------------------------*/

/* .header {
  background-color: #23569d;
  padding-top: 15px;
  padding-bottom: 10px;
}

.logoCI {
  height: 30px;
} */

/* .container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
} */

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 992px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1170px;
    }
}
/*
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
*/

/*------------------------------------------------------------------------*-
    $Template : Main Content Area
-*------------------------------------------------------------------------*/
.header-blue {
    background-color: #3e62ad;
    min-height: 230px;
    color: #fff;
    padding: 20px 0;
    z-index: 0;
    position: relative;
}

.header-result h1 {
    font-weight: 300;
    font-size: 45px;
    margin-top: 51px;
    color: #fff;
}

.header-blue small {
    height: auto;
    font-size: 14px;
}

main > .container {
    padding-left: 15px;
    padding-right: 15px;
}

.content-area {
    padding-top: 30px;
    padding-bottom: 60px;
}

@media (min-width: 1200px) {
    .cal-container {
        width: 100%;
    }
}

main div[class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
}

/* for content */
.sr-only {
    visibility: hidden;
    display: none;
}

.text-primary {
    color: #23569d !important;
}

.f-mustfill {
    position: relative;
    top: 2px;
    color: #d81159;
    font-size: 20px;
}

.font16 {
    font-size: 16px;
}

.font20 {
    font-size: 20px;
}

.text-highlight {
    color: #d81159;
}

.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

@media screen and (min-width: 640px) {
    .text-sm-right {
        text-align: right !important;
    }
}

.ci25-list-ordered-txtm {
    padding-left: 20px;
}

    .ci25-list-ordered-txtm > li {
        margin-bottom: 10px;
        font-size: 16px;
    }

.ci25-list-unordered {
    padding-left: 16px;
}

    .ci25-list-unordered > li {
        list-style: disc;
        margin-bottom: 10px;
    }

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

@media screen and (max-width: 639px) {
    .d-flex-direction-column {
        flex-direction: column;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }
}

.ci25-form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f4f7ff;
    background-clip: padding-box;
    border: 0px solid #eee;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .ci25-form-control.ci25-form-lg {
        height: 60px;
    }

.ci25-form-control-ccard {
    position: relative;
}

.ci25-form-control-ccard-inputele {
    display: inline-block;
    padding: 7px 0;
    border: none;
    width: 15%;
    background: #f4f7ff;
    text-align: center;
}

@media (prefers-reduced-motion: reduce) {
    .ci25-form-control {
        transition: none;
    }
}

.ci25-form-control[type=file] {
    overflow: hidden;
}

    .ci25-form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer;
    }

.ci25-form-control:hover,
.ci25-form-control-ccard-inputele:hover,
.ci25-form-select: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;
}

.ci25-form-control:focus,
.ci25-form-control-ccard-inputele:focus,
.ci25-form-select:focus {
    background-color: #f4f7ff;
    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;
}

.ci25-form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0;
}

.ci25-form-control::-webkit-datetime-edit {
    display: block;
    padding: 0;
}

.ci25-form-control::-moz-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}

.ci25-form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}

.ci25-form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}

.ci25-form-control::-webkit-file-upload-button {
    padding: 6px 12px; /* 0.375rem * 16 */
    margin: -6px -12px; /* -0.375rem * 16 */
    -webkit-margin-end: 12px; /* 0.75rem * 16 */
    margin-inline-end: 12px; /* 0.75rem * 16 */
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ci25-form-control::file-selector-button {
    padding: 6px 12px; /* 0.375rem * 16 */
    margin: -6px -12px; /* -0.375rem * 16 */
    -webkit-margin-end: 12px; /* 0.75rem * 16 */
    margin-inline-end: 12px; /* 0.75rem * 16 */
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .ci25-form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }

    .ci25-form-control::file-selector-button {
        transition: none;
    }
}

.ci25-form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    -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;
    background-color: #f4f7ff;
}

.ci25-form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    -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;
    background-color: #f4f7ff;
}

.ci25-form-control-plaintext {
    display: block;
    width: 100%;
    padding: 6px 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0;
}

    .ci25-form-control-plaintext:focus {
        outline: 0;
    }

    .ci25-form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.ci25-form-control-sm {
    min-height: calc(1.5em + 8px + calc(var(--bs-border-width) * 2)); /* 0.5rem * 16 = 8px */
    padding: 4px 8px; /* 0.25rem * 16 = 4px, 0.5rem * 16 = 8px */
    font-size: 14px; /* 0.875rem * 16 = 14px */
    border-radius: var(--bs-border-radius-sm);
}

    .ci25-form-control-sm::-webkit-file-upload-button {
        padding: 4px 8px; /* 0.25rem * 16 = 4px, 0.5rem * 16 = 8px */
        margin: -4px -8px; /* -0.25rem * 16 = -4px, -0.5rem * 16 = -8px */
        -webkit-margin-end: 8px; /* 0.5rem * 16 = 8px */
        margin-inline-end: 8px; /* 0.5rem * 16 = 8px */
    }

    .ci25-form-control-sm::file-selector-button {
        padding: 4px 8px; /* 0.25rem * 16 = 4px, 0.5rem * 16 = 8px */
        margin: -4px -8px; /* -0.25rem * 16 = -4px, -0.5rem * 16 = -8px */
        -webkit-margin-end: 8px; /* 0.5rem * 16 = 8px */
        margin-inline-end: 8px; /* 0.5rem * 16 = 8px */
    }

.ci25-form-control-lg {
    min-height: calc(1.5em + 16px + calc(var(--bs-border-width) * 2)); /* 1rem * 16 = 16px */
    padding: 8px 16px; /* 0.5rem * 16 = 8px, 1rem * 16 = 16px */
    font-size: 20px; /* 1.25rem * 16 = 20px */
    border-radius: var(--bs-border-radius-lg);
}

    .ci25-form-control-lg::-webkit-file-upload-button {
        padding: 8px 16px; /* 0.5rem * 16 = 8px, 1rem * 16 = 16px */
        margin: -8px -16px; /* -0.5rem * 16 = -8px, -1rem * 16 = -16px */
        -webkit-margin-end: 16px; /* 1rem * 16 = 16px */
        margin-inline-end: 16px; /* 1rem * 16 = 16px */
    }

    .ci25-form-control-lg::file-selector-button {
        padding: 8px 16px; /* 0.5rem * 16 = 8px, 1rem * 16 = 16px */
        margin: -8px -16px; /* -0.5rem * 16 = -8px, -1rem * 16 = -16px */
        -webkit-margin-end: 16px; /* 1rem * 16 = 16px */
        margin-inline-end: 16px; /* 1rem * 16 = 16px */
    }

textarea.ci25-form-control {
    min-height: calc(1.5em + 12px + calc(var(--bs-border-width) * 2)); /* 0.75rem * 16 = 12px */
}

textarea.ci25-form-control-sm {
    min-height: calc(1.5em + 8px + calc(var(--bs-border-width) * 2)); /* 0.5rem * 16 = 8px */
}

textarea.ci25-form-control-lg {
    min-height: calc(1.5em + 16px + calc(var(--bs-border-width) * 2)); /* 1rem * 16 = 16px */
}

.ci25-form-control-color {
    width: 48px; /* 3rem * 16 = 48px */
    height: calc(1.5em + 12px + calc(var(--bs-border-width) * 2)); /* 0.75rem * 16 = 12px */
    padding: 6px; /* 0.375rem * 16 = 6px */
}

    .ci25-form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer;
    }

    .ci25-form-control-color::-moz-color-swatch {
        border: 0 !important;
        border-radius: var(--bs-border-radius);
    }

    .ci25-form-control-color::-webkit-color-swatch {
        border: 0 !important;
        border-radius: var(--bs-border-radius);
    }

    .ci25-form-control-color.form-control-sm {
        height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
    }

    .ci25-form-control-color.form-control-lg {
        height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    }

.ci25-form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f4f7ff;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 0;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .ci25-form-select {
        transition: none;
    }
}

.ci25-form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    -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%);
}

.ci25-form-select[multiple], .ci25-form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.ci25-form-select:disabled {
    background-color: var(--bs-secondary-bg);
}

.ci25-form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color);
}

.ci25-form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
}

.ci25-form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .ci25-form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.ci25-form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

    .ci25-form-check .ci25-form-check-input {
        float: left;
        margin-left: -1.5em;
    }

.ci25-form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
}

    .ci25-form-check-reverse .ci25-form-check-input {
        float: right;
        margin-right: -1.5em;
        margin-left: 0;
    }

.ci25-form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

    .ci25-form-check-input[type=checkbox] {
        border-radius: 0.25em;
    }

    .ci25-form-check-input[type=radio] {
        border-radius: 50%;
    }

    .ci25-form-check-input:active {
        filter: brightness(90%);
    }

    .ci25-form-check-input:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

    .ci25-form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

        .ci25-form-check-input:checked[type=checkbox] {
            --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
        }

        .ci25-form-check-input:checked[type=radio] {
            --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
        }

    .ci25-form-check-input[type=checkbox]:indeterminate {
        background-color: #0d6efd;
        border-color: #0d6efd;
        --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
    }

    .ci25-form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: 0.5;
    }

        .ci25-form-check-input[disabled] ~ .ci25-form-check-label, .ci25-form-check-input:disabled ~ .ci25-form-check-label {
            cursor: default;
            opacity: 0.5;
        }

.ci25-form-switch {
    padding-left: 2.5em;
}

    .ci25-form-switch .ci25-form-check-input {
        --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        width: 2em;
        margin-left: -2.5em;
        background-image: var(--bs-form-switch-bg);
        background-position: left center;
        border-radius: 2em;
        transition: background-position 0.15s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .ci25-form-switch .ci25-form-check-input {
        transition: none;
    }
}

.ci25-form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.ci25-form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.ci25-form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0;
}

    .ci25-form-switch.form-check-reverse .form-check-input {
        margin-right: -2.5em;
        margin-left: 0;
    }

.ci25-form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.ci25-btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

    .ci25-btn-check[disabled] + .ci25-btn, .ci25-btn-check:disabled + .ci25-btn {
        pointer-events: none;
        filter: none;
        opacity: 0.65;
    }

[data-bs-theme=dark] .ci25-form-switch .ci25-form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.ci25-form-control.is-invalid,
.was-validated .form-control:invalid,
.ci25-form-control-ccard.is-invalid {
    border: 1px solid #dc3545;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-invalid-color);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}

.hide {
    display: none !important;
}

@media (max-width: 639px) {
    h2 {
        font-size: 24px;
        padding: 20px 0px;
        margin-bottom: 0;
        margin-top: 0;
    }

    h3 {
        font-size: 20px;
    }
}

.ci25-forminput-hastitle {
    position: relative;
}

.form-label-subtitle {
    position: absolute;
    top: 5px;
    left: 12px;
    font-size: 12px;
}

.ci25-forminput-hastitle > .ci25-form-control {
    padding-top: 13px;
    padding-bottom: 4px;
}

    .ci25-forminput-hastitle > .ci25-form-control::placeholder {
        color: #999
    }

.ci25-buttonininput {
    position: relative;
}

.btn-info-informcontrol {
    position: absolute;
    top: 12px;
    right: 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/icon_info@2x.png") center center no-repeat;
    background-size: 24px 24px;
    border: none;
}

/*
ci-button
*/
.ci-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .ci-btn:focus {
        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;
    }

.ci-btn-brand-pink {
    min-width: 208px;
    height: 50px;
    color: #fff;
    background-color: #e50049;
    background-image: url("../images/icon-bird-white.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    text-align: left;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 50px;
    position: relative;
}

.ci-btn:hover,
.ci-btn:focus,
.ci-btn.focus {
    color: #333;
    text-decoration: none;
}

.ci-btn-brand-pink:hover,
.ci-btn-brand-pink:focus {
    color: #fff;
    background-color: #d7094b;
}

.ci-btn-brand-pink:disabled,
.ci-btn-brand-pink:disabled:hover,
.ci-btn-brand-pink:disabled:focus {
    color: #fff;
    background-color: #ddd;
}

.ci-btn-brand-blue {
    min-width: 208px;
    height: 50px;
    color: #fff;
    background-color: #0054a4;
    background-image: url("../images/icon-bird-white.png");
    background-position: right 8px center;
    background-repeat: no-repeat;
    text-align: left;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 50px;
    position: relative;
}

    .ci-btn-brand-blue:hover,
    .ci-btn-brand-blue:focus {
        color: #fff;
        background-color: #014586;
    }

    .ci-btn-brand-blue:disabled,
    .ci-btn-brand-blue:disabled:hover,
    .ci-btn-brand-blue:disabled:focus {
        color: #fff;
        background-color: #ddd;
    }

.ci-btn-brand-blue02 {
    min-width: 208px;
    height: 50px;
    color: #fff;
    background-color: #0054a4;
    text-align: center;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    border: none;
}

    .ci-btn-brand-blue02:hover,
    .ci-btn-brand-blue02:focus {
        color: #fff;
        background-color: #014586;
    }

    .ci-btn-brand-blue02:disabled {
        color: #fff;
        background-color: #ddd;
    }

        .ci-btn-brand-blue02:disabled:hover,
        .ci-btn-brand-blue02:disabled:focus {
            color: #fff;
            background-color: #ddd;
        }

.ci-btn-ghost-blue {
    min-width: 208px;
    height: 50px;
    border: 1px solid #0054a4;
    color: #0054a4;
    background-color: transparent;
    padding: 0 40px;
    line-height: 50px;
    text-decoration: none;
}

    .ci-btn-ghost-blue:hover {
        color: #0054a4;
        -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;
    }

    .ci-btn-ghost-blue:focus {
        color: #0054a4;
    }

    .ci-btn-ghost-blue:disabled,
    .ci-btn-ghost-blue:disabled:hover,
    .ci-btn-ghost-blue:disabled:focus {
        border: 1px solid #ddd;
        color: #ddd;
        background-color: transparent;
        box-shadow: none;
    }

.ci-btn-brandcenter {
    text-align: center;
    padding-right: 14px;
}

.ci-btn-sm {
    height: 40px;
    line-height: 40px;
}

.ci-btn-xs {
    min-width: 100px;
    height: 40px;
    line-height: 40px;
}

.ci-btn-lg {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .ci-btn-sm-100p {
        width: 100%;
    }
}

/* page 01info */
.aitabs-container {
    width: 100%;
    margin: 20px 0;
}

.aitab {
    flex: 1; /* 每個頁籤平分可用空間 */
    text-align: center; /* 文字置中 */
}

    .aitab a {
        display: block; /* 確保連結填滿頁籤 */
        width: 100%; /* 填滿父元素寬度 */
        padding: 15px;
        font-size: 16px;
        text-decoration: none;
        color: #23569d;
        border: 1px solid #ddd;
        border-bottom: none;
        background-color: #fafafa;
        transition: background-color 0.3s ease;
    }

        .aitab a[aria-selected="true"] {
            border-top: 3px solid #ddd;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            font-weight: bold;
            color: #000;
            background-color: #fff !important;
        }

        .aitab a:hover,
        .aitab a:focus {
            background-color: #e9ecef;
            outline: none;
        }

.aitabs {
    display: flex; /* 啟用 Flexbox */
    align-items: stretch; /* 子元素高度一致 */
    justify-content: space-between; /* 平均分配空間 */
    list-style: none; /* 移除預設的列表樣式 */
    padding: 0;
    margin: 0;
}

/* 電腦版樣式 */
@media (min-width: 768px) {
    .aitabs-dropdown {
        display: none; /* 隱藏下拉選單 */
    }
}

/* 行動版樣式 */
@media (max-width: 768px) {
    .aitabs {
        display: none; /* 隱藏原本的頁籤 */
    }

    .aitabs-dropdown {
        display: block; /* 顯示下拉選單 */
        margin-bottom: 20px;
    }

    .aitabs-dropdown-buttonbox {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .aitabs-dropdown-button {
        width: 100%;
        padding: 10px 15px;
        height: 50px;
        font-size: 16px;
        text-align: left;
        background-color: #014586;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

        .aitabs-dropdown-button:hover {
            background-color: #0056b3;
        }

    .aitabs-dropdown-menu {
        display: none;
        position: absolute;
        width: 100%;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        z-index: 1000;
        margin-top: 5px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

        .aitabs-dropdown-menu.active {
            display: block;
        }

        .aitabs-dropdown-menu li {
            list-style: none;
        }

            .aitabs-dropdown-menu li a {
                display: block;
                padding: 10px 15px;
                font-size: 16px;
                color: #333;
                text-decoration: none;
                cursor: pointer;
            }

                .aitabs-dropdown-menu li a:hover {
                    background-color: #f1f1f1;
                }

                .aitabs-dropdown-menu li a.selected {
                    color: #014586; /* 藍色文字 */
                    font-weight: bold; /* 可選：加粗 */
                }

    .aitabs-dropdown-button {
        position: relative; /* 為了放置箭頭圖示 */
        padding-right: 40px; /* 預留空間給箭頭 */
    }

        .aitabs-dropdown-button::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 15px; /* 與按鈕右側的距離 */
            transform: translateY(-50%) rotate(90deg); /* 預設向下箭頭 */
            width: 16px;
            height: 16px;
            background: url('../images/icon-bird-white.png') no-repeat center center;
            background-size: contain;
            transition: transform 0.3s ease; /* 平滑旋轉效果 */
        }

    .aitabs-dropdown-buttonbox[aria-expanded="true"] .aitabs-dropdown-button::after {
        transform: translateY(-50%) rotate(270deg); /* 展開時向上箭頭 */
    }
}

.aitab-content {
    margin-top: -1px;
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #fff;
}

.aitab-pane {
    display: none;
}

    .aitab-pane.active {
        display: block;
    }

@media screen and (max-width: 768px) {
    .aitab-content {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -20px;
        border: none;
    }
}

.ci-contdrop-openAll, .ci-contdrop-closeAll {
    cursor: pointer;
}

.ci-contdrop-content {
    display: none;
}

/*content dropdown start*/
.ci-contdrop-btn {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid transparent;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: normal;
    border-radius: 0;
    color: #333 !important;
    background-color: #fbfbfb;
    text-decoration: none;
    padding: 6px 20px 6px 14px;
    text-align: left;
    cursor: pointer;
}

a.ci-contdrop-btn:hover {
    text-decoration: none !important;
}

.glyphicon.glyphicon-down {
    width: 8px;
    height: 18px;
    background-image: url(../images/icon-bird-blue@2x.png);
    background-size: 8px 18px;
    background-repeat: no-repeat;
    left: 5px;
    top: 5px;
}

.content-dropdown-hassubdp .ci-contdrop-content {
    padding-top: 10px;
}

.ci-contdrop-content {
    display: none;
    margin-bottom: 20px;
}

.content-dropdown-text .glyphicon {
    margin-left: 25px;
}

.ca-collapse-ctrl.select-open .glyphicon {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}

.ca-collapse-ctrl.select-close .glyphicon {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}

.cidp-hastitle {
    padding-top: 14px;
    padding-bottom: 10px;
}

    .cidp-hastitle > h2 {
        display: inline;
        margin-right: 10px;
        font-size: 20px;
        line-height: 1;
    }

    .cidp-hastitle > .title-sub {
        display: inline;
        margin-right: 10px;
        font-size: 16px;
        line-height: 1;
    }

    .cidp-hastitle .glyphicon.glyphicon-down {
        top: 3px;
    }
/*content dropdown end*/

.ul-normal {
    padding-left: 20px;
}

    .ul-normal > li {
        list-style: disc;
        margin-bottom: 5px;
    }

@media(min-width:768px) {
    .vdci-formitem-wrap {
        margin-bottom: 10px;
    }
}

/* 麵包屑 */
.link-blue-breadcrumb {
    display: inline-block;
    margin-bottom: 5px !important;
}

.explore-more {
    margin-bottom: 10px !important;
}

/*  箭頭動畫 */
.not-rotate {
    transform: rotate(0deg);
    transition: 0.5s;
}

.rotate {
    transform: rotate(180deg);
    transition: 0.5s;
}

/* 截取官網emenu 原本的表格部分css */
.ci-data-table {
    margin-bottom: 20px;
}

    .ci-data-table > tbody:nth-of-type(even) tr {
        background-color: #fbfbfb;
    }

    .ci-data-table > thead > tr > td, .ci-data-table > thead > tr > th, .ci-data-table > tbody > tr > td, .ci-data-table > tbody > tr > th, .ci-data-table > tfoot > tr > td, .ci-data-table > tfoot > tr > th {
        font-weight: 400;
        padding: 10px 0;
    }

    .ci-data-table > tbody + tbody {
        border-top: none;
    }

    .ci-data-table > thead > tr > th {
        background-color: #fbfbfb;
        border: 0;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        font-weight: 400;
        border-bottom: 3px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }

    .ci-data-table > tbody > tr > td {
        text-align: center;
        font-size: 14px;
        /* line-height:40px; */
        padding: 20px 5px;
        border-bottom: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }

    /* SPML本次表格RWD  */

    .ci-data-table.spmltable > thead > tr > th:nth-child(2) {
        width: 7%;
    }

    .ci-data-table.spmltable > thead > tr > th:nth-child(3) {
        width: 75%;
    }

    .ci-data-table.spmltable > tbody > tr > td {
        vertical-align: middle;
    }

        .ci-data-table.spmltable > tbody > tr > td:nth-child(3) {
            text-align: left;
            padding: 10px;
        }

@media (max-width: 768px) {
    .ci-data-table.spmltable > thead {
        display: none;
    }

    .ci-data-table.spmltable td {
        display: block;
    }

    .ci-data-table.spmltable > tbody > tr {
        border: #ebebeb 1px solid;
        padding-top: 20px;
    }

        .ci-data-table.spmltable > tbody > tr > td {
            border: none;
            padding: 0px 20px;
            min-height: auto;
        }

            .ci-data-table.spmltable > tbody > tr > td:nth-child(1), .ci-data-table.spmltable > tbody > tr > td:nth-child(2) {
                text-align: left;
                line-height: 25px;
                color: #000;
            }

            .ci-data-table.spmltable > tbody > tr > td:nth-child(1) {
                padding-top: 20px;
            }

            .ci-data-table.spmltable > tbody > tr > td:nth-child(3) {
                padding-left: 20px;
                padding-bottom: 20px;
                line-height: 1.5;
            }
}

/* page 02login */

.ci25-check-wrapper:first-child {
    margin-left: -5px;
}

.ci25-check-wrapper input[type="checkbox"] {
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

    .ci25-check-wrapper input[type="checkbox"]:focus + label {
        outline: 2px solid #96b9da;
        outline-offset: 0;
    }

    .ci25-check-wrapper input[type="checkbox"] + label .ci25-fake-check {
        display: inline-block;
        position: absolute;
        top: 1px;
        left: 5px;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        border: 1px solid #b5b3b3;
        margin-top: 0px;
        background-color: #fff;
        cursor: pointer;
    }

.ci25-check-wrapper label {
    position: relative;
    margin-right: 5px;
    padding-left: 35px;
    padding-right: 60px;
    font-weight: normal;
}

    .ci25-check-wrapper label .label-text {
        position: relative;
        top: -1px;
        line-height: 24px;
    }

.ci25-check-wrapper input[type="checkbox"]:checked + label .ci25-fake-check {
    /*box-shadow: 0 0 0 1px #ed1556;*/
    border: 2px solid #23569d;
}

    .ci25-check-wrapper input[type="checkbox"]:checked + label .ci25-fake-check:before {
        display: block;
        position: absolute;
        top: 8px;
        left: 2px;
        content: "";
        width: 4px;
        height: 3px;
        background-color: #23569d;
        transform: rotate(45deg);
    }

    .ci25-check-wrapper input[type="checkbox"]:checked + label .ci25-fake-check:after {
        display: block;
        position: absolute;
        top: 7px;
        left: 3px;
        content: "";
        width: 13px;
        height: 3px;
        background-color: #23569d;
        transform: rotate(-45deg);
    }

@media (max-width: 800px) {
    .ci25-check-wrapper label {
        padding-right: 5px;
    }
}

/* page 03flight */
.emenu-flightcardwrapper {
    position: relative;
}

    .emenu-flightcardwrapper > input[type="radio"] {
        position: absolute;
        clip-path: rect(0 0 0 0);
        height: 0;
        overflow: hidden;
    }

.emenu-flightcard {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px #F2F2F2;
    border: #ddd 1px solid;
    border-radius: 5px;
    padding: 10px;
    justify-content: space-between;
    background-color: #fff;
    overflow: hidden;
}

    .emenu-flightcard:hover {
        border: 1px solid #23569d;
    }

    .emenu-flightcard.emenu-flightcard-result:hover {
        border: #ddd 1px solid;
    }

.emenufc-select {
    display: flex;
    align-items: center;
    padding: 0 5px;
    flex: 1 1 5%;
    background-color:;
}

    .emenufc-select > input[type="radio"] {
        margin: 0;
    }

.emenu-flightcard-radiobox {
    display: block;
}

.emenu-flightcard-fakeradio {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #666;
}

    .emenu-flightcard-fakeradio::before {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        display: none;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #23569d;
    }

.emenu-flightcardwrapper > input[type="radio"]:checked + .emenu-flightcard .emenu-flightcard-fakeradio {
    border-color: #23569d;
}

.emenu-flightcardwrapper > input[type="radio"]:focus + .emenu-flightcard .emenu-flightcard-fakeradio {
    outline: 2px solid #23569d;
}

.emenu-flightcardwrapper > input[type="radio"]:checked + .emenu-flightcard .emenu-flightcard-fakeradio::before {
    display: block;
}

.emenufc-header {
    display: flex;
    align-items: center;
    flex: 1 1 30%;
}

    .emenufc-header > div {
        width: 50%;
        margin: 0 10px;
        font-size: 16px;
    }

.emenufc-header-datamain {
    color: #23569d;
}

.emenufc-content {
    display: flex;
    align-items: center;
    flex: 1 1 40%;
    padding: 0 30px;
}

.emenufc-dept {
    width: 45%;
}

.emenufc-direct {
    display: block;
    width: 10%;
}

.emenufc-direct {
    position: relative;
}

    .emenufc-direct::after {
        display: block;
        content: "";
        border-bottom: 1px solid #999;
        width: 400%;
        position: absolute;
        top: 5px;
        margin-left: -150%;
    }

.emenufc-arrive {
    display: block;
    width: 45%;
    text-align: right;
}

.emenufc-time {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.emenufc-citycode {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
}

.add1day {
    font-size: 14px;
    color: #d81159;
}

.emenufc-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 25%;
}

.emenufc-footer {
    width: 100%;
    font-size: 16px;
}

.emenufc-footer-datamain {
    text-align: center;
}

.emenufc-footer-datasub {
    display: none;
    text-align: center;
}

.emenu-flightcard.fc-disabled {
    background-color: #f6f6f6;
    color: #999;
}

    .emenu-flightcard.fc-disabled .emenufc-header-datamain,
    .emenu-flightcard.fc-disabled .emenufc-time,
    .emenu-flightcard.fc-disabled .emenufc-citycode,
    .emenu-flightcard.fc-disabled .add1day {
        color: #999;
    }

@media screen and (max-width: 768px) {
    .emenu-flightcard {
        display: block;
        position: relative;
        width: 100%;
    }

    .emenufc-select {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 35px;
        padding-left: 10px;
        border-right: 1px solid #ddd;
    }

    .emenufc-header,
    .emenufc-content,
    .emenufc-footer {
        width: 100%;
        padding-left: 40px;
    }

    .emenufc-header {
    }

    .emenufc-footer {
    }

    .emenufc-content {
        margin-top: 10px;
        margin-bottom: 15px;
        padding: 0;
        padding-left: 40px;
    }

    .emenufc-dept,
    .emenufc-arrive {
    }

    .emenufc-header > div {
        margin: 0;
    }

    .emenufc-header-datasub {
        /*text-align: right;*/
        margin: 0 auto;
    }

    .emenufc-footer-datamain {
        text-align: center;
    }

    .emenufc-footer-datasub {
        display: none;
        text-align: right;
    }

    .emenu-flightcard .emenufc-header,
    .emenu-flightcard .emenufc-content,
    .emenu-flightcard .emenufc-footer {
        padding-left: 40px;
    }

    .emenu-flightcard.emenu-flightcard-result .emenufc-header,
    .emenu-flightcard.emenu-flightcard-result .emenufc-content,
    .emenu-flightcard.emenu-flightcard-result .emenufc-footer {
        padding-left: 0px;
    }
}

.btn-cabininfo-trigger {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    padding: 0;
}

.img-cabininfo {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 18px;
    height: 18px;
}

.civd-card01 {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    background-color: #fff;
    overflow: hidden;
}

.civd-card01-header {
    background-color: #f8f9fa;
}

    .civd-card01-header h3 {
        margin: 0;
        font-size: 24px;
        font-weight: 500;
    }

.civd-card01-header-button {
    display: block;
    background: #23569D;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 15px;
    color: #fff;
    text-align: left;
    width: 100%;
    height: 50px;
    cursor: pointer;
}

    .civd-card01-header-button:hover {
        text-decoration: underline;
    }

.orderselection-open {
    color: #fff;
}

.civd-card01-body {
    background-color: #fcfcfc;
}

    .civd-card01-body.pb-some {
        padding-bottom: 50px;
    }

    .civd-card01-body.fixbodyheight {
        height: calc(100vh - 160px);
        overflow-y: auto;
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    }
/* .civd-card01-body.fixbodyheight-3meal {
  height: calc(100vh - 145px);
  overflow-y: auto;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
} */

.civd-card01-footer {
    display: flex;
    border-top: 1px solid #ddd;
    background: #fff;
}

    .civd-card01-footer.withfixedbody {
        box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
    }

    .civd-card01-footer.fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }

.civd-card01-footer-container {
    width: 100%;
    padding: 10px 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
/* .civd-card01-footer-container:before,
.civd-card01-footer-container:after {
  content: " ";
  display: table;
}
.civd-card01-footer-container:after {
  clear: both;
} */

.civd-card01-footer-meal > div {
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .civd-card01-footer-container {
        width: 992px;
    }
}

@media (min-width: 1280px) {
    .civd-card01-footer-container {
        width: 100%;
    }
}

.civd-card01-mealgenre {
    display: flex;
    padding: 15px;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.civd-card01-selection-gen,
.civd-card01-selection-spe {
    padding: 15px;
}

.mealgenre-radio {
    font-size: 20px;
    margin: 0 20px;
}

    .mealgenre-radio > input[type="radio"].mealgenre-realradio {
        position: absolute;
        clip-path: rect(0 0 0 0);
        height: 0;
        overflow: hidden;
    }

.mealgenre-radio-radiobox {
    display: inline-block;
    margin-right: 5px
}

.mealgenre-radio-fakeradio {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #666;
}

    .mealgenre-radio-fakeradio::before {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        display: none;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #23569d;
    }

.mealgenre-radio > input[type="radio"]:checked + label > .mealgenre-radio-radiobox .mealgenre-radio-fakeradio {
    border-color: #23569d;
}

.mealgenre-radio > input[type="radio"]:focus + label > .mealgenre-radio-radiobox .mealgenre-radio-fakeradio {
    outline: 2px solid #23569d;
}

.mealgenre-radio > input[type="radio"]:checked + label > .mealgenre-radio-radiobox .mealgenre-radio-fakeradio::before {
    display: block;
}

.civd-card01-body h4,
.civd-card01-body h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-weight: bold;
}

.civd-card01-body h5 {
    font-size: 16px;
}

.civd-card01-selection-gen ul,
.civd-card01-selection-spe ul {
    list-style: none;
}

.civd-card01-selection-gen li,
.civd-card01-selection-spe li {
    margin-bottom: 20px;
}

.emenu-paxcard-result .civd-card01 .civd-card01-header {
    padding: 10px 15px;
    background-color: #23569d;
    color: #fff;
}

    .emenu-paxcard-result .civd-card01 .civd-card01-header h3 {
        font-size: 20px;
    }

.emenu-paxcard-result .civd-card01-footer {
    height: auto;
}

@media screen and (max-width: 768px) {
    .civd-card01 {
        margin: 0 -15px;
        margin-bottom: 20px;
    }

    .emenu-paxcard-result .civd-card01 {
        margin: 0 0 20px;
    }

    .civd-card01-footer {
        overflow: hidden;
        height: 150px;
        font-size: 11px;
    }

    .civd-card01-footer-console {
        margin-left: 5px;
    }

    .civd-card01-body.fixbodyheight {
        height: calc(100vh - 200px);
    }
    /* .civd-card01-body.fixbodyheight-3meal {
    height: calc(100vh - 210px);
  } */
    /* .civd-card01-body.fixbodyheight-3meal + .civd-card01-footer.withfixedbody {
    overflow: hidden;
    height: 165px;
    font-size: 12px;
  } */
}

.mealgrid {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-left: -15px;
    margin-right: -15px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    align-items: stretch;
}

    .mealgrid > li {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

@media screen and (min-width: 768px) {
    .mealgrid > li {
        flex: 0 0 auto;
        width: 25%;
    }
}

.emenudishcard-wrapper {
    position: relative;
    background-color: #fff;
}

.emenudishcard {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px #F2F2F2;
}

.emenudishcard-wrapper > input[type="radio"] {
    position: absolute;
    clip-path: rect(0 0 0 0);
    height: 0;
    overflow: hidden;
}

    .emenudishcard-wrapper > input[type="radio"]:checked + .emenudishcard {
        border: 1px solid #23569d;
        outline: 2px solid #23569d;
    }

.emenudishcard-imagebox {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

    .emenudishcard-imagebox img {
        width: 100%;
    }

.emenudishcard-infobox {
    position: relative;
    min-height: 120px;
    padding: 10px;
    padding-bottom: 0;
    overflow: hidden;
}

    .emenudishcard-infobox > p:nth-child(1) {
        margin-bottom: 5px;
    }

.emenudishcard-sm-infobox {
    position: relative;
    min-height: 120px;
    padding: 10px;
    padding-bottom: 0;
    overflow: hidden;
}

    .emenudishcard-sm-infobox > p:nth-child(1) {
        font-weight: bold;
        margin-bottom: 5px;
    }

.emenudish-cal {
    color: #999;
}

.emenudishcard-radiobox {
    padding: 10px;
}

.emenudishcard-fakeradio {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #666;
}

    .emenudishcard-fakeradio::before {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        display: none;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #23569d;
    }

.emenudishcard-wrapper > input[type="radio"]:checked + .emenudishcard .emenudishcard-fakeradio {
    border-color: #23569d;
}

.emenudishcard-wrapper > input[type="radio"]:focus + .emenudishcard .emenudishcard-fakeradio {
    outline: 2px solid #23569d;
}

.emenudishcard-wrapper > input[type="radio"]:checked + .emenudishcard .emenudishcard-fakeradio::before {
    display: block;
}

.emenudishcard-splabel {
    position: relative;
    top: -2px;
    text-align: right;
}

    .emenudishcard-splabel > img {
        margin-right: 5px;
    }

        .emenudishcard-splabel > img:last-child {
            margin-right: 0;
        }

.dish-selected {
    color: #23569d;
}

@media screen and (max-width: 767px) {
    .emenudishcard {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .emenudishcard-imagebox {
        position: relative;
        flex: 0 0 100px;
        display: flex;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        height: 100%;
        order: 3;
        padding: 10px;
        padding-left: 0;
    }

        .emenudishcard-imagebox img {
            border-radius: 5px;
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;
        }

    .emenudishcard-infobox {
        flex: 1 1 auto;
        min-height: auto;
        height: auto;
        order: 2;
        padding-bottom: 10px;
    }

    .emenudishcard-sm-infobox {
        flex: 1 1 auto;
        min-height: auto;
        height: auto;
        order: 2;
        padding-bottom: 10px;
    }

    .emenudishcard-radiobox {
        display: flex;
        width: 40px;
        align-items: center;
        order: 1;
    }
}

.d-block {
    display: block !important;
}

.text-center {
    text-align: center !important;
}

/* loading */
.loading-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    z-index: 1000;
}

.loading-mask-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.loading-modal {
    min-height: 300px;
    background-color: #fff;
    padding: 20px;
    padding-bottom: 60px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(28, 28, 28, 0.15);
    max-width: 600px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .loading-modal {
        width: 96%;
        margin: 0 auto;
    }
}

/* 小球動畫 */
.loading-animation {
    position: relative;
    width: 100%;
    height: 200px; /* 小球的初始高度 */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    opacity: 0;
    transition: opacity 0.3s, height 0.3s; /* 添加高度過渡效果 */
}

    .loading-animation.active {
        opacity: 1;
    }

    .loading-animation.hidden {
        height: 0; /* 設置小球高度為0，避免留空白 */
        margin-bottom: 0; /* 移除額外的間距 */
    }

    .loading-animation .ball {
        position: absolute;
        border-radius: 50%;
        animation: ballMove 2s infinite ease-in-out;
        filter: blur(2.5px);
        opacity: 0.8;
    }

        .loading-animation .ball:nth-child(1) {
            width: 30px;
            height: 30px;
            background: #d81159;
            animation-delay: 0s;
        }

        .loading-animation .ball:nth-child(2) {
            width: 20px;
            height: 20px;
            background: #00aed4;
            animation-delay: 0.3s;
        }

        .loading-animation .ball:nth-child(3) {
            width: 40px;
            height: 40px;
            background: #23569d;
            animation-delay: 0.6s;
        }

@keyframes ballMove {
    0%, 100% {
        transform: translate(-28px, -28px); /* 調整偏移至稍微右下 */
    }

    50% {
        transform: translate(22px, 22px); /* 中心位置偏右下 */
    }
}

/*------------------------------------------------------------------------*-
    $Loading
-*------------------------------------------------------------------------*/
#civd-loading-cover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    transition: opacity 0.15s linear;
    background-color: rgba(255, 255, 255, 0.98);
}

.ld-hide {
    display: none !important;
}

.loading-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

#loading-style01 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -250px;
    width: 500px;
    height: 500px;
}

#loading-global-cities {
    position: absolute;
    width: 500px;
    height: 500px;
    background-image: url(../images/loading/ld01/ld_global_cities.png);
    background-size: 500px 500px;
    background-repeat: no-repeat;
    animation: ld01_global_cities 90s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#loading-global-flight {
    position: absolute;
    width: 500px;
    height: 500px;
    background-image: url(../images/loading/ld01/ld_global_plane.png);
    background-size: 500px 500px;
    background-repeat: no-repeat;
    animation: ld01_flying_plane 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform: rotate(90deg);
}

@keyframes ld01_global_cities {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

@keyframes ld01_flying_plane {
    0% {
        transform: rotate(90deg);
    }

    25% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-90deg);
    }

    75% {
        transform: rotate(-180deg);
    }

    100% {
        transform: rotate(-270deg);
    }
}

.loading-text {
    text-align: center;
}

    .loading-text b {
        color: #d81159;
        font-size: 18px;
        margin-right: 0.5px;
    }

.ld-dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #d81159;
    margin-right: 0.5px;
    animation: dot_jump 1s linear infinite;
}

    .ld-dot:nth-child(1) {
        animation-delay: .3s;
    }

    .ld-dot:nth-child(2) {
        animation-delay: .2s;
    }

    .ld-dot:nth-child(3) {
        animation-delay: .1s;
    }

@keyframes dot_jump {
    0% {
        opacity: 0.2;
    }

    10% {
        transform: translateY(-6px);
    }

    20% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 800px) {
    #loading-style01 {
        margin-top: -150px;
        margin-left: -150px;
        width: 300px;
        height: 300px;
    }

    #loading-global-cities {
        width: 300px;
        height: 300px;
        background-size: 300px 300px;
    }

    #loading-global-flight {
        width: 300px;
        height: 300px;
        background-size: 300px 300px;
    }

    #loading-style01 .loading-text b {
        font-size: 14px;
    }
}

/* Modal Overlay */
.ci25modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 33, 33, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.ci25modal-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
    width: 800px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .ci25modal-container {
        width: 98%;
        max-width: 600px;
    }
}

/* Modal Header */
.ci25modal-header {
    position: relative;
    display: flex;
    padding: 20px;
    padding-top: 25px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.ci25modal-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.ci25modal-close {
    position: absolute;
    top: 26px;
    right: 20px;
    width: 18px;
    height: 18px;
    background: transparent url('../images/icon_emenu_close@2x.png') no-repeat center center;
    background-size: 18px 18px;
    cursor: pointer;
    border: none;
}

/* Modal Content */
.ci25modal-content {
    padding: 20px;
    font-size: 16px;
    color: #333;
    background: #fff;
}

.ci25modal-content-scrollable {
    max-height: 400px;
    overflow-y: auto;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/* Modal Footer */
.ci25modal-footer {
    padding: 20px;
    background: #fff;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
}

/*調整官網共用footer高度過長問題*/
#footer .footer-links li {
    height: auto !important;
}


.flight-status-con .search-btn.search-btn-status {
    margin-left: auto;
    margin-right: auto;
}

.flightstatus-header {
    padding: 15px;
}

    .flightstatus-header p {
        color: #707070;
    }

.fstatus-form-inner {
    text-align: center;
}

    .fstatus-form-inner .form-group {
        /*text-align: left;*/
        margin-bottom: 0;
    }

        .fstatus-form-inner .form-group.radio-label {
            margin-bottom: 0;
            text-align: left;
        }

            .fstatus-form-inner .form-group.radio-label .ui-radio-wrapper {
                margin-right: 20px;
                display: inline-block;
            }

            .fstatus-form-inner .form-group.radio-label .fake-radio {
                width: 12px;
                height: 12px;
                border-width: 2px;
                margin-left: -2px;
            }

            .fstatus-form-inner .form-group.radio-label .label-text {
                font-size: 12px;
                top: -2px;
            }

        .fstatus-form-inner .form-group.col-sm-8 {
            padding-right: 0;
        }

        .fstatus-form-inner .form-group.flight-step-date {
            padding-left: 15px;
        }

        .fstatus-form-inner .form-group.flight-step-captcha {
            margin-top: 10px;
        }

            .fstatus-form-inner .form-group.flight-step-captcha .validator_div {
                width: 200px;
                min-width: 200px;
                margin: auto;
            }

                .fstatus-form-inner .form-group.flight-step-captcha .validator_div .validator_img {
                    display: inline-block;
                    width: 30%;
                    height: 40px;
                    vertical-align: top;
                    cursor: pointer;
                }

                .fstatus-form-inner .form-group.flight-step-captcha .validator_div div {
                    display: inline-block;
                    width: 68%;
                    height: 40px;
                }

                    .fstatus-form-inner .form-group.flight-step-captcha .validator_div div input {
                        height: 40px;
                        width: 100%;
                    }

                    .fstatus-form-inner .form-group.flight-step-captcha .validator_div div .validator_voice {
                        padding: 0;
                        margin: 0;
                        border: 0;
                        right: 10px;
                        bottom: 32px;
                        float: right;
                        position: relative;
                        width: 20px;
                        height: 24px;
                        cursor: pointer;
                    }

            .fstatus-form-inner .form-group.flight-step-captcha .captchaMsg {
                text-align: center;
                text-indent: 45px;
            }

        .fstatus-form-inner .form-group .input {
            border: 1px solid #707070;
        }

        .fstatus-form-inner .form-group .input-hint {
            position: absolute;
            left: 14px;
            top: 4px;
            color: #ebebeb;
            z-index: 2;
        }

    .fstatus-form-inner .fstatus-number .input-text-label {
        padding-left: 0px;
    }

    .fstatus-form-inner .flight-step {
        margin-bottom: 20px;
    }

    .fstatus-form-inner .fstatus-inner {
        /*height: 100px;*/
        /*background-color: #f1f6fa;*/
        padding: 40px 0;
    }

    .fstatus-form-inner .select-custom-fnumber {
        padding-left: 52px;
        width: 58% !important;
        height: 58px;
        float: left;
        border: 0;
    }

    .fstatus-form-inner .select-custom-fdate {
        padding-left: 52px;
        width: 100% !important;
        height: 58px;
        border: 0;
    }

        .fstatus-form-inner .select-custom-fdate.select-custom-fdate2 {
            padding-left: 5px;
        }

        .fstatus-form-inner .select-custom-fdate .select-text, .fstatus-form-inner .select-custom-fnumber .select-text {
            font-size: 14px;
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 14px;
            color: #0054a4;
            line-height: 60px;
            margin: 0;
        }

    .fstatus-form-inner .fstatus-route .ui-select-wrapper .fdate-select {
        height: 60px;
        padding-left: 64px;
    }

    .fstatus-form-inner .fstatus-number label {
        width: 100%;
    }

    .fstatus-form-inner .fstatus-number .fdate-select {
        width: 100%;
        height: 100%;
        color: #0054a4;
        font-size: 16px;
        top: 0;
        padding-left: 64px;
    }

    .fstatus-form-inner .fstatus-number .fnumber-select {
        /*top:0;
					width: 100%;
					display: inline-block;
					font-size: 16px;*/
        /*text-indent: 10px;*/
        /*color: $cal-gray-input;*/
        padding-left: 64px;
    }

    .fstatus-form-inner .fstatus-number .fnumber-inner-wrapper .fnumber-select {
        /*top:0;
					width: 100%;
					display: inline-block;
					font-size: 16px;*/
        /*text-indent: 10px;*/
        /*color: $cal-gray-input;*/
        padding-left: 64px;
        z-index: 3;
        background-color: transparent;
    }

    .fstatus-form-inner .fstatus-number .fnumber-input {
        width: 40%;
        margin-left: 2%;
        height: 60px;
        text-indent: 10px;
        font-size: 16px;
        border: 1px solid #ddd;
        padding: 0;
    }

    .fstatus-form-inner .fstatus-number .btn-date-select {
        display: block;
        height: 40px;
        background-color: white;
        border: 1px solid #ebebeb;
    }

    .fstatus-form-inner .fstatus-number .fnumber-inner-wrapper .glyphicon-num {
        left: 24px;
    }

    .fstatus-form-inner .btn-flightsearch {
        margin: 20px auto;
        width: 250px;
        line-height: 40px;
        font-size: 16px;
    }

@media (min-width: 639px) {
    .fstatus-form-inner .fstatus-number .glyphicon-num {
        left: 24px;
    }
}

@media (min-width: 639px) and (max-width: 992px) {
    .fstatus-form-inner .col-md-4:nth-of-type(3) {
        margin-top: 20px;
    }
}

@media (max-width: 639px) {
    .fstatus-form-inner .nav-tabs tab-heading {
        min-width: initial;
    }

    .fstatus-form-inner .form-group.col-sm-8 {
        padding-right: 15px;
    }

    .fstatus-form-inner .form-group.flight-step-date {
        padding-right: 15px;
    }

    .fstatus-form-inner .form-group > .radio-label .ui-radio-wrapper {
        padding-top: 15px;
        margin-top: 5px;
    }

    .fstatus-form-inner .nav-tabs li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        padding: 10px;
        height: 62px;
        justify-content: center;
        align-items: center;
    }
}

.color-pink {
    color: #e50049;
    font-weight: bold;
}

row.flight-step.flight-status-left {
    margin-left: -15px;
    margin-right: -15px;
}

.status-result-header p {
    color: white;
    font-size: 50px;
    padding-top: 34px;
    font-weight: 100;
}

@media (max-width: 639px) {
    .status-result-header p {
        text-align: center;
    }
}

@media (max-width: 639px) {
    .header-blue h1 {
        text-align: center;
        margin-top: 30px !important;
    }

    .header-blue.header-blut-result {
        padding-bottom: 10px;
    }
}

.result-detail-wrapper {
    position: relative;
    padding: 0;
}

    .result-detail-wrapper .result-detail-inner {
        margin-bottom: 35px;
        margin-top: 10px;
    }

    .result-detail-wrapper .fromAirport {
        font-weight: 100;
    }

    .result-detail-wrapper .result-detail-list .result-list-inner {
        display: inline-block;
    }

        .result-detail-wrapper .result-detail-list .result-list-inner:nth-of-type(4) {
            float: right;
            padding-top: 6px;
            color: white;
        }

        .result-detail-wrapper .result-detail-list .result-list-inner .result-list-h1 {
            margin-bottom: 0;
            font-size: 16px;
            color: white;
            font-weight: 100;
        }

        .result-detail-wrapper .result-detail-list .result-list-inner .result-list-p {
            /*font-size: 20px;*/
            color: #707070;
        }

            .result-detail-wrapper .result-detail-list .result-list-inner .result-list-p.result-detail-date {
                color: black;
            }

        .result-detail-wrapper .result-detail-list .result-list-inner .result-plane {
            position: relative;
            width: 160px;
            margin: 0 30px;
        }

            .result-detail-wrapper .result-detail-list .result-list-inner .result-plane img {
                width: 33px;
                margin-left: 63px;
                margin-bottom: 5px;
            }

            .result-detail-wrapper .result-detail-list .result-list-inner .result-plane:before, .result-detail-wrapper .result-detail-list .result-list-inner .result-plane:after {
                content: '';
                width: 6px;
                height: 6px;
                background-color: white;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                position: absolute;
                top: 0;
                left: 0;
                margin-top: 12px;
            }

            .result-detail-wrapper .result-detail-list .result-list-inner .result-plane:after {
                right: 0;
                left: initial;
            }

            .result-detail-wrapper .result-detail-list .result-list-inner .result-plane hr {
                border-color: white;
                width: 38%;
                margin: 0;
                position: absolute;
                /*top:30%;*/
                top: 0;
                margin-top: 15px;
            }

                .result-detail-wrapper .result-detail-list .result-list-inner .result-plane hr:last-of-type {
                    right: 0;
                }

    .result-detail-wrapper .btn-change {
        font-size: 14px;
        color: white;
        text-decoration: underline;
        font-weight: 100;
        margin-top: -32px;
        float: right;
    }

        .result-detail-wrapper .btn-change.isAirport {
            margin-top: 0;
        }

@media (max-width: 639px) {
    .result-detail-wrapper .fromAirport {
        display: block;
    }

    .result-detail-wrapper .result-detail-inner {
        margin-bottom: 20px;
        text-align: center;
    }

    .result-detail-wrapper .btn-change {
        margin-bottom: 20px;
        margin-top: 5px;
        float: initial;
    }

        .result-detail-wrapper .btn-change.isAirport {
            margin-top: 5px;
        }

    .result-detail-wrapper .result-detail-date {
        margin: 5px 0;
    }

    .result-detail-wrapper .result-detail-list .result-list-inner {
        width: 40%;
        border: none;
        text-align: center;
    }

        .result-detail-wrapper .result-detail-list .result-list-inner .result-plane {
            margin: 0;
        }

            .result-detail-wrapper .result-detail-list .result-list-inner .result-plane img {
                margin-left: 0;
            }

        .result-detail-wrapper .result-detail-list .result-list-inner:nth-of-type(1) {
            padding-right: 5%;
            text-align: right;
        }

        .result-detail-wrapper .result-detail-list .result-list-inner:nth-of-type(3) {
            padding-left: 5%;
            text-align: left;
        }

        .result-detail-wrapper .result-detail-list .result-list-inner:nth-of-type(2) {
            width: 10%;
        }

        .result-detail-wrapper .result-detail-list .result-list-inner:nth-of-type(4) {
            width: 100%;
            text-align: center;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .result-detail-wrapper .result-detail-list .result-list-inner .result-plane {
            width: auto;
        }

            .result-detail-wrapper .result-detail-list .result-list-inner .result-plane:before, .result-detail-wrapper .result-detail-list .result-list-inner .result-plane:after {
                content: '';
                display: none;
            }

            .result-detail-wrapper .result-detail-list .result-list-inner .result-plane hr {
                display: none;
            }
}

.status-result-con .row > div {
    width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 639px) {
    .status-result-con .row > div {
        width: 90%;
        left: 5%;
        padding-left: 0;
        padding-right: 0;
    }
}

.result-detail-update {
    /*.result-detail-loadmore{
		text-align: center;

		.btn.btn-white{
			padding:10px 40px;
			margin:0 0 20px 0;
		}
	}*/
}

    .result-detail-update .update-header {
        margin: 30px 0 20px 0;
    }

        .result-detail-update .update-header .glyphicon-cal {
            width: 20px;
            height: 20px;
            background-image: url(../images/icon-cal-black.png);
            background-repeat: no-repeat;
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: 3;
        }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .result-detail-update .update-header .glyphicon-cal {
        background-image: url(../images/icon-cal-black2x.png);
        background-size: 20px 20px;
    }
}

.result-detail-update .update-header .result-detail-date {
    padding-left: 15px;
}

.result-detail-update .update-header h3 {
    font-size: 14px;
    margin-bottom: 0;
}

.result-detail-update .update-header p {
    color: #707070;
}

.result-detail-update .update-header .col-xs-4 {
    margin-top: 10px;
}

.result-detail-update .sort-result {
    padding: 0;
    min-width: 290px;
}

    .result-detail-update .sort-result .sort-select-wrapper {
        width: 70%;
        height: 50px;
        float: right;
    }

@media (max-width: 480px) {
    .result-detail-update .sort-result .sort-select-wrapper {
        width: 100%;
    }
}

.result-detail-update .sort-result .sort-select-wrapper .ui-select {
    text-indent: 0;
}

@media (max-width: 639px) and (min-width: 480px) {
    .result-detail-update .sort-result .sort-select-wrapper .ui-select {
        padding-left: 5px;
    }
}

.result-detail-update .sort-result label {
    width: 30%;
    text-align: right;
    display: inline-block;
    padding-right: 4px;
    line-height: 50px;
}

@media (max-width: 480px) {
    .result-detail-update .sort-result label {
        width: 100%;
    }
}

@media (max-width: 639px) {
    .result-detail-update .result-detail-date {
        padding-left: 40px !important;
        font-size: 16px;
    }

    .result-detail-update .update-header .glyphicon-cal {
        width: 30px;
        height: 30px;
        top: 0px;
    }

    .result-detail-update .update-header .col-xs-4 {
        width: 100%;
        padding-bottom: 30px;
    }

    .result-detail-update .sort-result {
        float: none;
        margin-top: 0;
        margin-bottom: 20px;
    }

        .result-detail-update .sort-result label {
            font-size: 16px;
            color: #707070;
            text-align: left;
        }

        .result-detail-update .sort-result .sort-select-wrapper {
            vertical-align: middle;
            height: 60px;
        }

            .result-detail-update .sort-result .sort-select-wrapper .select-text {
                font-size: 16px;
                color: #0054a4;
                line-height: 50px;
            }
}

.result-detail-moreinfo {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 12px;
    padding-left: 0px;
}

    .result-detail-moreinfo .btn-relevant-airlines {
        text-decoration: none;
    }

    .result-detail-moreinfo .btn-relevant-airlines {
        background-color: #fbfbfb;
        padding-left: 14px;
        color: #333;
        padding-top: 14px;
        padding-bottom: 14px;
        height: 50px;
    }

        .result-detail-moreinfo .btn-relevant-airlines .glyphicon-triangle-bottom {
            margin-left: 14px;
            width: 13px;
            height: 10px;
        }

    .result-detail-moreinfo .moreinfo-text {
        margin-bottom: 20px;
    }

        .result-detail-moreinfo .moreinfo-text p {
            color: #707070;
            line-height: .6;
        }

    .result-detail-moreinfo .relevant-airline-wrapper {
        background-color: #fbfbfb;
        padding: 10px 20px;
    }

        .result-detail-moreinfo .relevant-airline-wrapper li {
            position: relative;
            float: left;
            margin: 10px 0;
            padding: 0 5px;
            width: 20%;
            overflow: hidden;
        }

            .result-detail-moreinfo .relevant-airline-wrapper li img {
                width: 140px;
            }

@media (max-width: 639px) {
    .result-detail-moreinfo {
        border-bottom: none;
        padding-top: 0;
        margin-top: 20px;
        padding-left: 10px;
    }

        .result-detail-moreinfo .relevant-airline-wrapper {
            padding: 10px;
        }

            .result-detail-moreinfo .relevant-airline-wrapper li {
                width: 50%;
                margin: 10px 0;
            }

                .result-detail-moreinfo .relevant-airline-wrapper li img {
                    width: 100%;
                }

            .result-detail-moreinfo .relevant-airline-wrapper .btn-normal {
                padding: 10px 0;
                display: block;
            }
}

.result-detail-moreinfo .btn-relevant-airlines {
    /*width: 100%;*/
}

.result-detail-moreinfo .moreinfo-text p {
    line-height: 1.2;
    margin-bottom: 10px;
}

    .result-detail-moreinfo .moreinfo-text p .btn {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1.2;
    }

.lastest-text h3 {
    font-size: 14px;
}

.lastest-text p {
    color: #707070;
}

.result-mobile-service {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0 !important;
}

    .result-mobile-service .result-mobile-inner {
        width: 50%;
        float: left;
        padding-top: 15px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        margin-top: 15px;
        /*.btn{
			padding-top:0;
			padding-bottom: 0;
			padding-left: 5px; 
			line-height: 1.2;
			text-decoration: none;
		}*/
        /*a{
			text-decoration: underline;
		}*/
    }

        .result-mobile-service .result-mobile-inner .btn {
            /*padding:10px 40px;*/
            margin: 22px 0 40px 0;
        }

        .result-mobile-service .result-mobile-inner:last-of-type {
            padding-left: 0;
        }

        .result-mobile-service .result-mobile-inner:first-of-type {
            padding-right: 100px;
            border-right: 1px solid #ebebeb;
        }

        .result-mobile-service .result-mobile-inner h2 {
            font-size: 18px;
            margin-top: 6px;
            padding-left: 0;
        }

        .result-mobile-service .result-mobile-inner p {
            margin: 0;
            line-height: 1.2;
        }

@media (max-width: 639px) {
    .result-mobile-service {
        padding-top: 0;
    }

        .result-mobile-service .result-mobile-inner {
            width: 100%;
            float: initial;
            border-top: 1px solid #ebebeb;
        }

            .result-mobile-service .result-mobile-inner:first-of-type {
                padding-left: 0;
                padding-right: 0;
                border-top: none;
                border-right: none;
            }

            .result-mobile-service .result-mobile-inner:last-of-type {
                padding-left: 0;
                padding-right: 0;
            }

            .result-mobile-service .result-mobile-inner .btn-white {
                width: 100%;
            }
}

.table-flightupdates {
    position: relative;
}

    .table-flightupdates tbody:nth-of-type(even) tr {
        background-color: #fbfbfb;
    }

    .table-flightupdates td, .table-flightupdates th {
        padding: 0;
        /*border:1px solid #ccc;*/
        font-weight: normal;
        height: 50px;
    }

    .table-flightupdates th {
        /*background-color: #f1f6fa;*/
        /*font-weight: bold;*/
        font-size: 18px;
        background-color: #fbfbfb;
        padding-bottom: 16px !important;
    }

    .table-flightupdates thead > tr > th {
        border-right: 1px solid #ddd;
        border-bottom: none;
        text-align: center;
    }

        .table-flightupdates thead > tr > th .glyphicon {
            position: relative;
            left: -5px;
            top: 4px;
            z-index: 3;
            background-size: 20px 20px;
        }

            .table-flightupdates thead > tr > th .glyphicon.glyphicon-fln {
                width: 22px;
                height: 22px;
                background-image: url(../images/icons/icon-airplane.png);
                background-repeat: no-repeat;
                width: 22px;
                height: 22px;
                background-size: 22px 22px;
                top: 6px;
            }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .table-flightupdates thead > tr > th .glyphicon.glyphicon-fln {
        background-image: url(../images/icons/icon-airplane2x.png);
        background-size: 22px 22px;
    }
}

.table-flightupdates thead > tr > th .glyphicon.glyphicon-air {
    width: 22px;
    height: 22px;
    background-image: url(../images/icons/icon-airport.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .table-flightupdates thead > tr > th .glyphicon.glyphicon-air {
        background-image: url(../images/icons/icon-airport2x.png);
        background-size: 22px 22px;
    }
}

.table-flightupdates thead > tr > th .glyphicon.glyphicon-dep {
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/icon-departure.png);
    background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .table-flightupdates thead > tr > th .glyphicon.glyphicon-dep {
        background-image: url(../images/icons/icon-departure2x.png);
        background-size: 20px 20px;
    }
}

.table-flightupdates thead > tr > th .glyphicon.glyphicon-arr {
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/icon-arrival.png);
    background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .table-flightupdates thead > tr > th .glyphicon.glyphicon-arr {
        background-image: url(../images/icons/icon-arrival2x.png);
        background-size: 20px 20px;
    }
}

.table-flightupdates thead > tr > th .glyphicon.glyphicon-sta {
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/icon-status.png);
    background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .table-flightupdates thead > tr > th .glyphicon.glyphicon-sta {
        background-image: url(../images/icons/icon-status2x.png);
        background-size: 20px 20px;
    }
}

.table-flightupdates thead > tr > th:first-of-type {
    width: 15%;
}

.table-flightupdates thead > tr > th:last-of-type {
    width: 15%;
    border-right: none;
}

.table-flightupdates > tbody + tbody {
    border-top: none;
}

.table-flightupdates tbody {
    position: relative;
}

    .table-flightupdates tbody > tr > td {
        vertical-align: middle;
        padding: 0;
        text-align: center;
        border-top: none;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

        .table-flightupdates tbody > tr > td:last-of-type {
            border-right: none;
        }

        .table-flightupdates tbody > tr > td a {
            position: relative;
        }

        .table-flightupdates tbody > tr > td .tb-highlight {
            font-size: 18px;
            line-height: 1;
            margin: 12px 0 6px 0;
        }

        .table-flightupdates tbody > tr > td small {
            color: #707070;
        }

        .table-flightupdates tbody > tr > td li {
            display: inline-block;
        }

        .table-flightupdates tbody > tr > td .li-flight-fromto {
            width: 38%;
        }

        .table-flightupdates tbody > tr > td .li-flight-mark {
            width: 10%;
        }

            .table-flightupdates tbody > tr > td .li-flight-mark .glyphicon-fromto {
                background-image: url(../images/arrow-straight.png);
                background-repeat: no-repeat;
                background-size: contain;
                position: relative;
                left: 0px;
                top: -22px;
                width: 15px;
                height: 15px;
                z-index: 3;
            }

        .table-flightupdates tbody > tr > td .li-flight-date {
            padding: 25px 0;
            width: 48%;
        }

        .table-flightupdates tbody > tr > td .flight-date-span {
            color: #707070;
            font-size: 12px;
        }

        .table-flightupdates tbody > tr > td .status-p-show {
            display: none;
        }

    .table-flightupdates tbody .tb-update-fromto {
        width: auto;
        height: auto;
    }

    .table-flightupdates tbody .tb-update-da {
        width: auto;
        height: auto;
        text-align: center;
    }

        .table-flightupdates tbody .tb-update-da small {
            text-transform: uppercase;
        }

    .table-flightupdates tbody .tb-update-no, .table-flightupdates tbody .tb-update-status {
        font-size: 14px;
    }

    .table-flightupdates tbody .tb-update-status {
        text-align: left;
        position: relative;
        top: initial;
        right: initial;
        width: auto;
        padding-left: 3%;
        font-size: 18px;
    }

        .table-flightupdates tbody .tb-update-status .status-dot {
            width: 14px;
            height: 14px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            background-color: #ddd;
            display: inline-block;
            margin-right: 10px;
            vertical-align: middle;
            margin-top: -2px;
        }

    .table-flightupdates tbody.tbody-arrived .tb-update-status .status-dot {
        background-color: #ddd;
    }

    .table-flightupdates tbody.tbody-ontime .tb-update-status .status-dot {
        background-color: #00aa51;
    }

    .table-flightupdates tbody.tbody-scheduled .tb-update-status .status-dot {
        background-color: #23ff07;
    }

    .table-flightupdates tbody.tbody-cancelled .tb-update-status {
        color: #e11f2b;
    }

        .table-flightupdates tbody.tbody-cancelled .tb-update-status .status-dot {
            background-color: #e11f2b;
        }

    .table-flightupdates tbody.tbody-delayed .tb-update-status .status-dot {
        background-color: #fec33b;
    }

    .table-flightupdates tbody.tbody-diverted .tb-update-status .status-dot {
        background-color: #fec33b;
    }

@media (max-width: 639px) {
    .table-flightupdates thead {
        display: none;
    }

    .table-flightupdates > tbody + tbody {
        border-top: none;
    }

    .table-flightupdates tbody {
        border-bottom: none;
    }

        .table-flightupdates tbody:before {
            content: '';
            display: block;
            height: 20px;
        }

        .table-flightupdates tbody .ul-flight-fromto {
            border-bottom: 1px solid #ebebeb;
            margin-left: 0;
            margin-right: 0;
            padding-bottom: 20px;
        }

        .table-flightupdates tbody > tr {
            border: 1px solid black;
            position: relative;
        }

            .table-flightupdates tbody > tr > td {
                display: block;
                border: none;
            }

                .table-flightupdates tbody > tr > td .tb-highlight {
                    font-size: 16px;
                }

                .table-flightupdates tbody > tr > td .li-flight-fromto {
                    width: 48%;
                }

                .table-flightupdates tbody > tr > td .li-flight-mark {
                    width: 0;
                }

                    .table-flightupdates tbody > tr > td .li-flight-mark .glyphicon-fromto {
                        /*background-image: url(../images/icon-plane-gray.png);
							width: 50px;
							height: 50px;
							position: relative;
							left: -20px;
    						top: 186px;*/
                        position: relative;
                        width: 32px;
                        height: 32px;
                        background-image: url(../images/icons/icon-airplane.png);
                        background-repeat: no-repeat;
                        left: -20px;
                        top: 186px;
                    }
}

@media only screen and (max-width: 639px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 639px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 639px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 639px) and (min-device-pixel-ratio: 2), only screen and (max-width: 639px) and (min-resolution: 192dpi), only screen and (max-width: 639px) and (min-resolution: 2dppx) {
    .table-flightupdates tbody > tr > td .li-flight-mark .glyphicon-fromto {
        background-image: url(../images/icons/icon-airplane2x.png);
        background-size: 32px 32px;
    }
}

@media (max-width: 639px) {
    .table-flightupdates tbody > tr > td .flight-date-span {
        font-size: 14px;
    }

    .table-flightupdates tbody > tr > td .status-p-show {
        display: block;
        float: right;
        margin-right: 12px;
    }

    .table-flightupdates tbody .tb-update-fromto {
        width: 100%;
        height: 85px;
        display: inline-block;
        text-align: center;
    }

        .table-flightupdates tbody .tb-update-fromto p.tb-highlight {
            font-size: 14px;
            font-weight: 700;
        }

        .table-flightupdates tbody .tb-update-fromto small.tb-secondly {
            font-size: 14px;
        }

        .table-flightupdates tbody .tb-update-fromto > ul > li p {
            font-size: 24px;
        }

        .table-flightupdates tbody .tb-update-fromto > ul > li small {
            font-size: 16px;
        }

    .table-flightupdates tbody .tb-update-da {
        text-align: center;
        width: 49%;
        display: inline-block;
    }

        .table-flightupdates tbody .tb-update-da .li-flight-date {
            width: 100%;
        }

        .table-flightupdates tbody .tb-update-da > ul > li {
            display: block;
        }

            .table-flightupdates tbody .tb-update-da > ul > li p {
                font-size: 24px;
            }

            .table-flightupdates tbody .tb-update-da > ul > li small {
                font-size: 16px;
            }

    .table-flightupdates tbody .tb-update-no {
        margin-top: 10px;
        width: 100%;
        text-align: left;
        padding-left: 10px;
    }

        .table-flightupdates tbody .tb-update-no p {
            float: left;
        }

    .table-flightupdates tbody .tb-update-status {
        /*top:0;*/
        position: relative;
        top: -464px;
        right: 0;
        width: 100%;
        height: 20px;
        margin-bottom: -4px;
        border: none;
        padding: 0;
    }

        .table-flightupdates tbody .tb-update-status p {
            padding-left: 0;
            margin-bottom: 0;
        }

        .table-flightupdates tbody .tb-update-status .ng-binding {
            display: none;
        }

        .table-flightupdates tbody .tb-update-status .status-dot {
            width: 100%;
            -webkit-border-radius: 0%;
            -moz-border-radius: 0%;
            -ms-border-radius: 0%;
            border-radius: 0%;
        }

    .table-flightupdates tbody.tbody-cancelled .tb-update-no .status-p-show {
        color: #e11f2b;
    }

    .table-flightupdates tbody.tbody-arrived .tb-update-no .status-p-show {
        color: black;
    }

    .table-flightupdates tbody.tbody-ontime .tb-update-no .status-p-show {
        color: #00aa51;
    }

    .table-flightupdates tbody.tbody-scheduled .tb-update-no .status-p-show {
        color: #23ff07;
    }

    .table-flightupdates tbody.tbody-delayed .tb-update-no .status-p-show {
        color: #fec33b;
    }

    .table-flightupdates tbody.tbody-diverted .tb-update-no .status-p-show {
        color: #fec33b;
    }
}

.timetable-con .result-mobile-service:nth-child(2) .result-mobile-inner {
    border-right: none;
}

.timetable-con .result-mobile-service .result-mobile-inner {
    width: 100%;
}

/* .table-flightupdates-div{
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  .thead{
  float: left;
  border-top: 0;
  border: none;
  text-align: center;
  vertical-align: bottom;
  width: 15%;
  padding: 8px;
  line-height: 1.428571429;
  font-size: 18px;
  }
  .tbody{
  	 border-top: 1px solid #ddd;
  	 	.animate-show{
  	 		div{
  	 			vertical-align: middle;
    			padding: 20px 0 20px 0;
    			text-align: center;
    			line-height: 1.428571429;
    			float: left;
    			width: 15%;
    			.tb-highlight{
    				font-size: 30px;
    				line-height: 1;
    				margin: 0;
    			}
    			small{
  						color: #707070;
					}
  	 		}
  	 	}
  	 .tb-update-no{
  	 	font-size: 14px;
  	 	.status-p-show{
  	 		display: none;
  	 	}
  	 }
  	 .tb-update-status{
  	 	font-size: 14px;
  	 	text-align: left;
	    position: relative;
	    top: initial;
	    right: initial;
	    width: auto;
	    padding-left: 6%;
	    .status-dot{
	    	width: 14px;
		    height: 14px;
		    -webkit-border-radius: 50%;
		    -moz-border-radius: 50%;
		    -ms-border-radius: 50%;
		    border-radius: 50%;
		    background-color: #bbb;
		    display: inline-block;
		    margin-right: 10px;
		    vertical-align: middle;
		    margin-top: -2px;
		    background-color: #23ff07;
	    }
  	 }
  	 .tb-update-fromto{
  	 	 width: auto;
    	height: auto;
  	 }
  	 .tb-update-da{
  	 	 width: auto;
    	height: auto;
  	 }
  }
}

@media (max-width: 640px) {
.table-flightupdates-div{
	.tbody{
		.animate-show{
	div{
      width: 16%;
      .tb-highlight{
      	font-size: 15px;
      }
		}
		}
		}
		}
.table-flightupdates-div{
	.thead{
  width: 16%;
  padding: 0px;
}
}
} */
/*CSS changes for table*/
@media (min-width: 641px) {
    .table-flightupdates-div {
        width: 100%;
        max-width: 100%;
        background-color: transparent;
    }

        .table-flightupdates-div .thead {
            float: left;
            border-top: 0;
            border: none;
            text-align: center;
            vertical-align: bottom;
            width: 15%;
            padding: 8px;
            line-height: 1.428571429;
            font-size: 18px;
            border-right: 1px solid #ddd;
            display: table;
        }

            .table-flightupdates-div .thead .glyphicon-fln {
                width: 22px;
                height: 22px;
                background-image: url(../images/icons/icon-airplane.png);
                background-repeat: no-repeat;
                width: 22px;
                height: 22px;
                background-size: 22px 22px;
                top: 6px;
                position: relative;
                left: -5px;
                top: 4px;
                z-index: 3;
            }

            .table-flightupdates-div .thead .glyphicon-arr {
                width: 22px;
                height: 22px;
                background-image: url(../images/icons/icon-arrival.png);
                background-repeat: no-repeat;
                width: 22px;
                height: 22px;
                background-size: 22px 22px;
                top: 6px;
                position: relative;
                left: -5px;
                top: 4px;
                z-index: 3;
            }

            .table-flightupdates-div .thead .glyphicon-sta {
                width: 22px;
                height: 22px;
                background-image: url(../images/icons/icon-status.png);
                background-repeat: no-repeat;
                width: 22px;
                height: 22px;
                background-size: 22px 22px;
                top: 6px;
                position: relative;
                left: -5px;
                top: 4px;
                z-index: 3;
            }

            .table-flightupdates-div .thead .glyphicon-air {
                width: 22px;
                height: 22px;
                background-image: url(../images/icons/icon-airport.png);
                background-repeat: no-repeat;
                width: 22px;
                height: 22px;
                background-size: 22px 22px;
                top: 6px;
                position: relative;
                left: -5px;
                top: 4px;
                z-index: 3;
            }

            .table-flightupdates-div .thead .glyphicon-dep {
                width: 22px;
                height: 22px;
                background-image: url(../images/icons/icon-departure.png);
                background-repeat: no-repeat;
                width: 22px;
                height: 22px;
                background-size: 22px 22px;
                top: 6px;
                position: relative;
                left: -5px;
                top: 4px;
                z-index: 3;
            }

            .table-flightupdates-div .thead .glyphicon-arr {
                width: 22px;
                height: 22px;
                background-image: url(../images/icons/icon-arrival.png);
                background-repeat: no-repeat;
                width: 22px;
                height: 22px;
                background-size: 22px 22px;
                top: 6px;
                position: relative;
                left: -5px;
                top: 4px;
                z-index: 3;
            }

            .table-flightupdates-div .thead .glyphicon-sta {
                width: 22px;
                height: 22px;
                background-image: url(../images/icons/icon-status.png);
                background-repeat: no-repeat;
                width: 22px;
                height: 22px;
                background-size: 22px 22px;
                top: 6px;
                position: relative;
                left: -5px;
                top: 4px;
                z-index: 3;
            }

        .table-flightupdates-div .tbody .tb-update-da small {
            text-transform: uppercase;
        }

        .table-flightupdates-div .thead:nth-child(2), .table-flightupdates-div .thead:nth-child(3), .table-flightupdates-div .thead:nth-child(4) {
            width: 23%;
        }

        .table-flightupdates-div .thead:last-of-type {
            border-right: none;
        }

        .table-flightupdates-div .tbody .tb-update-fromto {
            padding-top: 30px !important;
        }

        .table-flightupdates-div .tbody .tb-update-fromto, .table-flightupdates-div .tbody .tb-update-da {
            width: 23%;
        }

        .table-flightupdates-div .tbody .tb-update-no, .table-flightupdates-div .tbody .tb-update-status {
            width: 15%;
        }

        .table-flightupdates-div .tbody .animate-show div {
            vertical-align: middle;
            padding: 20px 0 0 0;
            text-align: center;
            line-height: 1.428571429;
            float: left;
            border-top: none;
            border-right: 1px solid #ddd;
            height: 126px;
            border-bottom: 1px solid #ddd;
        }

            .table-flightupdates-div .tbody .animate-show div:last-of-type {
                border-right: none;
            }

        .table-flightupdates-div .tbody .tb-update-fromto .li-flight-fromto {
            width: 38%;
        }

        .table-flightupdates-div .tbody .tb-update-fromto .li-flight-mark {
            width: 10%;
        }

        .table-flightupdates-div .tbody .tb-update-da .li-flight-date {
            width: 48%;
        }

        .table-flightupdates-div .tbody .animate-show div ul li {
            display: inline-block;
        }

        .table-flightupdates-div .tbody {
            /*border-top: 1px solid #ddd;*/
        }

            .table-flightupdates-div .tbody .tb-update-no, .table-flightupdates-div .tbody .tb-update-status {
                font-size: 14px;
            }
            /*.table-flightupdates-div .tbody .tb-update-fromto,.table-flightupdates-div .tbody .tb-update-da{
    width: auto;
    height: auto;
}*/
            .table-flightupdates-div .tbody .li-flight-mark .glyphicon-fromto {
                background-image: url(../images/arrow-straight.png);
                background-repeat: no-repeat;
                background-size: contain;
                position: relative;
                left: 0px;
                top: -22px;
                width: 15px;
                height: 15px;
                z-index: 3;
            }

            .table-flightupdates-div .tbody .tb-update-fromto .li-flight-fromto, .table-flightupdates-div .tbody .tb-update-da .li-flight-date {
                display: inline-block;
            }

            .table-flightupdates-div .tbody .tb-update-da .flight-date-span {
                color: #707070;
                font-size: 12px;
            }

            .table-flightupdates-div .tbody .animate-show div .tb-highlight {
                font-size: 18px;
                line-height: 1;
                margin: 12px 0 6px 0;
            }

            .table-flightupdates-div .tbody .animate-show div .li-flight-fromto p.tb-highlight {
                font-size: 12px;
                font-weight: bold;
            }

            .table-flightupdates-div .tbody .tb-update-no .status-p-show {
                display: none !important;
            }

            .table-flightupdates-div .tbody .animate-show div {
                display: table;
            }

                .table-flightupdates-div .tbody .animate-show div.tb-update-no p.tb-highlight, .table-flightupdates-div .tbody .animate-show div.tb-update-status p, .table-flightupdates-div .tbody .animate-show div.tb-update-da ul, .table-flightupdates-div .tbody .animate-show div.tb-update-fromto ul {
                    display: table-cell;
                    vertical-align: middle;
                }

                .table-flightupdates-div .tbody .animate-show div small {
                    color: #707070;
                }

                .table-flightupdates-div .tbody .animate-show div .li-flight-fromto small {
                    font-size: 66%;
                }

            .table-flightupdates-div .tbody .tb-update-status {
                text-align: left;
                position: relative;
                top: initial;
                right: initial;
                padding-left: 6%;
                font-size: 18px;
            }

                .table-flightupdates-div .tbody .tb-update-status .status-dot {
                    width: 14px;
                    height: 14px;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    border-radius: 50%;
                    background-color: #bbb;
                    display: inline-block;
                    margin-right: 10px;
                    vertical-align: middle;
                    margin-top: -2px;
                    background-color: #23ff07;
                }

            .table-flightupdates-div .tbody .tb-update-no .status-p-show {
                display: none;
            }

            .table-flightupdates-div .tbody .animate-show:nth-of-type(even) {
                background-color: #fbfbfb;
            }

        .table-flightupdates-div > div.clearfix:nth-of-type(odd) {
            background-color: #fbfbfb;
        }
}

@media (min-width: 640px) and (max-width: 780px) {
    .table-flightupdates-div .tbody .tb-update-fromto, .table-flightupdates-div .tbody .tb-update-da {
        width: 23%;
    }

    .table-flightupdates-div .thead:nth-child(2), .table-flightupdates-div .thead:nth-child(3), .table-flightupdates-div .thead:nth-child(4) {
        width: 23%;
    }

    .table-flightupdates-div .thead {
        height: 69px;
    }
}

.table-flightupdates-div .tbody .animate-show div .li-flight-fromto small {
    font-size: 85%;
    work-wrap: break-word;
}

@media (max-width: 640px) {
    /*.table-flightupdates-div .tbody .animate-show div{
      width: 16%;
}*/
    .table-flightupdates-div .tbody .animate-show div .tb-highlight {
        font-size: 15px;
    }
    /*.table-flightupdates-div .thead{
  width: 16%;
  padding: 0px;
}*/
    .table-flightupdates-div .thead {
        display: none;
    }

    .table-flightupdates-div .tbody {
        border-bottom: none;
    }

        .table-flightupdates-div .tbody .animate-show {
            border: 1px solid #707070;
            position: relative;
            margin-top: 15px;
        }

        .table-flightupdates-div .tbody .tb-update-no {
            margin-top: 12px;
            width: 100%;
            text-align: left;
            padding-left: 10px;
            height: initial;
            border-bottom: none;
            border-right: none;
            display: block;
            padding: 0;
        }

        .table-flightupdates-div .tbody .tb-update-fromto {
            width: 100%;
            height: 85px;
            display: inline-block;
            text-align: center;
            border-bottom: none;
            border-right: none;
        }

            .table-flightupdates-div .tbody .tb-update-fromto .li-flight-mark {
                width: 0;
                display: inline-block;
            }

        .table-flightupdates-div .tbody .tb-update-da {
            text-align: center;
            width: 49%;
            display: inline-block;
            border-bottom: none;
            border-right: none;
        }

        .table-flightupdates-div .tbody .ul-flight-fromto {
            border-bottom: 1px solid #ebebeb;
            margin-left: 0;
            margin-right: 0;
            padding-bottom: 20px;
        }

        .table-flightupdates-div .tbody .li-flight-fromto {
            width: 48%;
            display: inline-block;
        }

        .table-flightupdates-div .tbody .tb-update-da .li-flight-date {
            width: 100%;
            display: block;
            padding: 25px 0;
        }

        .table-flightupdates-div .tbody .tb-update-da .li-flight-date {
            width: 100%;
        }

    .table-flightupdates-div .tb-update-status {
        position: absolute;
        top: -5px;
        right: 0;
        width: 100%;
        height: 20px;
        border: none;
        padding: 0;
        border-bottom: none;
        border-right: none;
        text-align: left;
        border-right: none;
    }

        .table-flightupdates-div .tb-update-status .status-dot {
            width: 100%;
            background-color: #ddd;
            height: 14px;
            display: inline-block;
            margin-right: 10px;
            vertical-align: middle;
            margin-top: -2px;
        }

        .table-flightupdates-div .tb-update-status span.update-status {
            display: none;
        }

    .table-flightupdates-div .tbody .tb-update-no .tb-highlight {
        float: left;
    }

    .table-flightupdates-div .tbody .tb-update-no .status-p-show {
        display: block;
        float: right;
        margin-right: 12px;
    }

    .table-flightupdates-div .tbody .li-flight-mark .glyphicon-fromto {
        position: relative;
        width: 32px;
        height: 32px;
        background-image: url(../images/icons/icon-airplane.png);
        background-repeat: no-repeat;
        left: -20px;
        top: 186px;
    }
}

/*CSS chanegs for table*/
@media (max-width: 639px) {
    .result-detail-wrapper .result-detail-list .result-list-inner .result-plane img {
        margin-bottom: 20px !important;
    }

    .result-detail-wrapper .result-detail-list .result-list-inner .result-list-h1 {
        margin-top: 10px;
    }
}

.lastest-text {
    padding-top: 15px;
}

@media (max-width: 640px) {
    .loadMore-con.text-center.result-detail-loadmore {
        margin-top: 35px;
        margin-bottom: 20px;
    }
}

@media (min-width: 640px) and (max-width: 992px) {
    .result-detail-wrapper .btn-change {
        margin-top: 0 !important;
    }
}

@media (min-width: 640px) and (max-width: 992px) {
    .result-detail-moreinfo .relevant-airline-wrapper li {
        width: 25%;
    }
}

@media (min-width: 750px) and (max-width: 950px) {
    th.flight-number-head {
        min-width: 116px !important;
    }

    th.departure-head, th.arrival-head {
        min-width: 153px !important;
    }

    .table-flightupdates tbody > tr > td .tb-highlight {
        font-size: 14px !important;
        font-weight: bold !important;
    }
}

@media (min-width: 650px) and (max-width: 749px) {
    .table-flightupdates tbody > tr > td .tb-highlight {
        font-size: 14px !important;
        font-weight: bold !important;
    }

    .table-flightupdates tbody > tr > td .li-flight-date {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .table.table-flightupdates {
        border-collapse: separate !important;
    }
}

/*Added by Tiwari*/
@media (min-width: 320px) and (max-width: 359px) {
    .status-result-con .result-detail-update .sort-result {
        padding-left: 15px;
    }
}

/*Added by Tiwari*/
@media (min-width: 639px) and (max-width: 992px) {
    .ui-select-wrapper.sort-select-wrapper:before {
        right: 5px;
    }
}

.ui-select-wrapper.sort-select-wrapper .form-control {
    padding: 6px 4px;
    padding-right: 15px;
}

@media only screen and (min-width: 639px) and (max-width: 768px) {
    .table-flightupdates tbody .tb-update-status .status-dot {
        margin-right: 1px;
    }

    .table-flightupdates tbody .tb-update-status {
        padding-left: 1%;
    }
}

/*.timetable-header{
	min-height: 200px;

	@media (max-width: $screen-sm-min) {
		min-height:initial;
		padding-bottom: 10px;
	}
}*/
.header-blue h1 {
    margin-top: 58px;
}

    .header-blue h1.hero-banner-title {
        margin-top: 0px;
    }

.timetable-wrapper {
    /*margin: 40px 15px 0;*/
}

.timetable-form {
    /*	.row{
		margin-left: 39px;
	}*/
    /*overflow: hidden;*/
    margin: 70px 0;
}

    .timetable-form .form-group .input-hint {
        position: absolute;
        left: 14px;
        top: 4px;
        color: #ebebeb;
        z-index: 2;
    }

    .timetable-form .form-group.form-group-departure {
        position: relative;
    }

        .timetable-form .form-group.form-group-departure .departure-return {
            position: absolute;
            width: 50%;
            right: 2%;
            top: 0;
        }

    .timetable-form .flight-step-date {
        padding: 0 15px;
    }

        .timetable-form .flight-step-date .row-flight-date {
            padding-left: 50px;
        }

    .timetable-form .double-date {
        background-color: white;
    }

    .timetable-form .btn-date-select {
        width: 100%;
        height: 60px;
        display: block;
        border: 1px solid #ebebeb;
        line-height: 75px;
        font-size: 16px;
        text-decoration: none;
        color: #0054a4;
        text-indent: 10px;
        overflow: hidden;
        text-align: left;
    }

        .timetable-form .btn-date-select.btn-return {
            border-right: none;
            border-top: none;
            border-bottom: none;
            height: 50px;
            margin: 5px 0;
        }

    .timetable-form input[type='text'] {
        height: 60px;
        padding: 12px;
    }

    .timetable-form select {
        height: 50px;
    }

        .timetable-form select option[disabled]:first-child {
            display: none;
        }

    .timetable-form .btn-timetable-submit {
        display: inline-block;
    }

@media (max-width: 639px) {
    .timetable-form {
        margin: 20px 0;
    }

        .timetable-form .form-group {
            padding: 0 15px;
        }

            .timetable-form .form-group .input-hint {
                left: 24px;
            }

        .timetable-form .flight-step-date .row-flight-date {
            padding-left: 45px;
        }
}

.book-calendar-wrapper {
    width: 100%;
    overflow: hidden;
}

    .book-calendar-wrapper .book-calendar {
        padding: 19px;
        margin-bottom: 20px;
        position: relative;
    }

@media (max-width: 639px) {
    .book-calendar-wrapper .book-calendar {
        padding: 19px 0;
    }
}

.tripype-wrapper {
    margin-bottom: 5px;
    font-size: 12px;
    color: #0054a4;
}

    .tripype-wrapper .label-radio {
        border-bottom: 1px solid #0054a4;
        margin-right: 0;
        margin-left: -4px;
        padding-left: 4px;
    }

        .tripype-wrapper .label-radio:after {
            content: '';
            display: inline-block;
            width: 15px;
        }

.timetable-links .updates-btnbox {
    border-top: none;
}

@media (max-width: 639px) {
    .timetable-links h3 {
        font-size: 16px;
    }

    .timetable-links .updates-btnbox .btn {
        font-size: 12px;
        text-align: left;
        white-space: normal;
    }
}

.text-disabled {
    color: #bbbbbb;
}

.timetable-date {
    font-size: 12px;
}

@media (min-width: 992px) {
    /* .timetable-wrapper{
		margin-left:-15px;
		margin-right:-15px;
	}

	Part of CAR-1627 */
}

@media (max-width: 1024px) {
    .timetable-form .flight-step-date .row-flight-date {
        padding-left: 55px !important;
    }
}

.no-pad {
    padding: 0 !important;
}

.timetable-flight-wrapper .travelType-wrapper {
    width: 230px;
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
    .flight-step-date .row-flight-date .col-xs-6 {
        padding: 0 10px;
    }
}

/*article list only*/
/*common holder style*/
.container {
    min-height: 0 !important;
    /*.row-height-article {
	    display: table;
	    table-layout: fixed;
	    height: 100%;
	    width: 100%;
	    @media (min-width: $screen-sm-min){
		    .col-sm-height{
		    	display: table-cell;
		    	float: none;
		    	height: 100%;
		    	vertical-align: top;
		    }
		}
	}*/
}

.atclist-holder .articlelist-imgCon {
    width: 100%;
    height: 100%;
    display: table-cell;
}

    .atclist-holder .articlelist-imgCon img {
        width: 100%;
    }

.atclist-holder .articlelist-inner {
    height: 100%;
    background-color: #f8f8f8;
}

.atclist-holder .articlelist-copy {
    display: table-cell;
    float: none;
    vertical-align: top;
    /*background-color: lightblue;*/
    /*border-left:7.5px solid white;*/
    /*border-right:7.5px solid white;*/
    /*box-shadow: 0 4px 4px $cal-gray-mid;*/
    height: 100%;
}

    .atclist-holder .articlelist-copy h3 {
        margin: 0;
        padding-top: 20px;
        font-size: 20px;
        padding-left: 15px;
    }

    .atclist-holder .articlelist-copy a {
        padding-top: 20px;
        padding-bottom: 20px;
        color: #0054a4;
        text-decoration: underline;
        display: block;
        font-size: 14px;
        padding-left: 15px;
    }

    .atclist-holder .articlelist-copy small {
        display: block;
        padding-left: 15px;
        padding-top: 15px;
        padding-right: 15px;
    }

@media (max-width: 639px) {
    .atclist-holder .articlelist-copy {
        display: inline-block;
        float: initial;
        border: none;
        height: auto;
    }
}

/*for article list image list*/
.atclist-imagelist {
    margin-bottom: 20px;
}

    .atclist-imagelist .imgholder {
        /*overflow: hidden;*/
        margin-bottom: 15px;
        display: table;
        margin-top: 10px;
    }

        .atclist-imagelist .imgholder.imgholder-right {
            /*.articlelist-imgCon{
				float: right;
			}*/
        }

/*for article list sub menu*/
.atclist-sub-menu {
    position: relative;
    margin-bottom: 0;
}

    .atclist-sub-menu .submenu-outer {
        position: relative;
        overflow: hidden;
        margin: 0 !important;
        max-height: 51px;
        -moz-transition: 0.4s ease-out;
        -o-transition: 0.4s ease-out;
        -webkit-transition: 0.4s ease-out;
        transition: 0.4s ease-out;
    }

        .atclist-sub-menu .submenu-outer.showFullSubmenu {
            max-height: 500px;
        }

    .atclist-sub-menu .submenu-wrapper {
        position: relative;
        display: inline-block;
    }

        .atclist-sub-menu .submenu-wrapper .submenu-list {
            float: left;
            margin-right: 10px;
        }

            .atclist-sub-menu .submenu-wrapper .submenu-list:last-child {
                margin-right: 0;
                margin-left: 0;
            }

            .atclist-sub-menu .submenu-wrapper .submenu-list a {
                padding: 15px 19px 15px 11px;
                display: block;
                color: #333;
                text-decoration: none;
            }

                .atclist-sub-menu .submenu-wrapper .submenu-list a:hover, .atclist-sub-menu .submenu-wrapper .submenu-list a:focus {
                    color: #0054a4;
                    text-decoration: underline;
                }

    .atclist-sub-menu .btn-submenu-more {
        position: absolute;
        right: -3px;
        top: 8px;
    }

        .atclist-sub-menu .btn-submenu-more .glyphicon {
            height: 18px;
            margin: 0 auto;
            -moz-transition: 0.4s ease-out;
            -o-transition: 0.4s ease-out;
            -webkit-transition: 0.4s ease-out;
            transition: 0.4s ease-out;
        }

        .atclist-sub-menu .btn-submenu-more.isOpen .glyphicon {
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

        .atclist-sub-menu .btn-submenu-more.isClose .glyphicon {
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

@media (max-width: 639px) {
    .atclist-sub-menu .submenu-wrapper .submenu-list {
        width: 100%;
    }
}

.atclist-list h2 {
    font-size: 20px;
    color: black;
    margin-bottom: 20px;
}

.atclist-list small {
    margin-bottom: 20px;
    display: block;
    max-width: 670px;
}

.atclist-list table {
    width: 100%;
}

    .atclist-list table thead tr {
        background-color: #fbfbfb;
    }

        .atclist-list table thead tr th {
            border: none;
            line-height: 40px;
            padding-left: 15px;
        }

            .atclist-list table thead tr th:nth-of-type(1) {
                width: 85%;
                border-right: 1px solid #ddd;
            }

            .atclist-list table thead tr th:nth-of-type(2) {
                width: 15%;
                min-width: 120px;
            }

    .atclist-list table tbody {
        border: none;
    }

        .atclist-list table tbody:nth-of-type(even) tr {
            background-color: #fbfbfb;
        }

        .atclist-list table tbody tr td {
            line-height: 40px;
            padding-top: 15px;
            padding-bottom: 15px;
            font-size: 12px;
            padding-left: 15px;
        }

            .atclist-list table tbody tr td:nth-of-type(1) {
                border-right: 1px solid #ddd;
            }

            .atclist-list table tbody tr td:hover {
                color: #0054a4;
                text-decoration: underline;
            }

.list-pagination {
    margin-bottom: 20px;
}

    .list-pagination ul li a {
        border: none;
        background-color: white;
        margin: 0 10px;
        color: #0054a4;
        font-size: 14px;
    }

        .list-pagination ul li a:hover {
            color: #333333;
            background-color: white;
            text-decoration: underline;
        }

        .list-pagination ul li a:focus {
            background-color: inherit;
            border-color: white;
        }

/*for article list shumbnail*/
.atclist-thumbnail .thumbnail-wrapper {
    margin-bottom: 15px;
}

/*for article list recommend*/
.atclist-recommend {
    /*@media (max-width: $screen-md-min){

	}
	@media (max-width: $screen-sm-min){

	}*/
}

    .atclist-recommend .recommend-wrapper {
        margin-bottom: 15px;
    }

/*destinations-list*/
/*.destinations-list{*/
.no-gutter {
    margin: 0 -7.5px;
}

/*}*/
/*changes for merging*/
.header-image {
    max-height: 230px;
    position: absolute;
    top: 165px;
    width: 100%;
    z-index: -1;
    left: 0;
}

.header-blue {
    /* background-color: transparent;  */
    /*padding-top: 60px; */
}

    .header-blue.timetable-header {
        padding-top: 20px;
    }

@media (max-width: 980px) {
    .header-image {
        width: 980px;
    }
}

/*css for table layout converted to div*/
.article-page-heading {
    padding-top: 5px !important;
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
    font-size: 20px;
    color: black;
    margin-bottom: 20px;
    line-height: 22px;
}

.article-page-subheading {
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
    margin-bottom: 0;
}

.article-list-page {
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
}

    .article-list-page.travel-list-accordian .table .dropdown-text.pararaph-left-margin {
        clear: both;
        padding: 0 13px;
    }

.table li.tableLi {
    border-bottom: 1px solid #ddd;
}

    .table li.tableLi .firstspan {
        width: 84%;
        border-right: 1px solid #ddd;
        line-height: 22px;
        font-size: 12px;
        padding: 17px 8px 17px 8px;
        vertical-align: top;
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .table li.tableLi .secondspan {
        width: 15%;
        line-height: 40px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 12px;
        padding-left: 15px;
        padding: 8px;
        vertical-align: top;
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .table li.tableLi:first-child .secondspan, .table li.tableLi:first-child .firstspan {
        font-weight: bold;
        font-size: 14px;
    }

@media (max-width: 762px) {
    .table li.tableLi .secondspan {
        width: 28%;
    }

    .table li.tableLi .firstspan {
        width: 68%;
    }
}

/*css for table layout converted to div*/
/*changes for merging*/
.table li.tableLi:nth-child(even) {
    background: #fbfbfb;
}

/*css for table layout converted to div in sitesearch*/
.list-table p {
    margin: 10px;
}

.search-list li.tableLi {
    border-bottom: 1px solid #ddd;
}

    .search-list li.tableLi .firstspan {
        width: 98% !important;
        line-height: 21px !important;
        padding-bottom: 15px;
        font-size: 14px !important;
        padding-left: 15px;
        vertical-align: top;
        display: block;
    }

.list-table .search-list li.tableLi .main-title {
    padding-left: 15px;
    font-weight: normal;
    margin-top: 19px;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
}

@media (max-width: 762px) {
    .search-list li.tableLi .secondspan {
        width: 28%;
    }

    .search-list li.tableLi .firstspan {
        width: 98% !important;
    }
}

/*css for table layout converted to div*/
/*changes for merging*/
.search-list li.tableLi:nth-of-type(even) {
    background: #fbfbfb;
}

/*css for table layout converted to div in sitesearch*/
@media (max-width: 639px) {
    .article-page-heading {
        padding-top: 25px !important;
    }
}

.content-article.pararaph-left-margin p, .content-headline.pararaph-left-margin p, .dropdown-text.content-headline.pararaph-left-margin p {
    max-width: 100%;
}

ul.list-style-disc {
    margin-left: 15px;
}

    ul.list-style-disc li {
        list-style-type: disc !important;
        list-style-position: outside;
        margin-left: 15px;
    }

ol li {
    list-style: decimal;
    padding-right: 15px;
}

@media (max-width: 640px) {
    .article-spacing {
        padding-bottom: 15px;
        margin-bottom: 0 !important;
        padding-top: 0;
    }
}

.article-spacing {
    line-height: 22px;
}

.article-alpha {
    padding-left: 15px;
}

    .article-alpha li {
        list-style-type: upper-alpha;
        margin-left: 15px;
        list-style-position: outside;
    }

    .article-alpha ol {
        margin-left: -20px;
    }

        .article-alpha ol ul li {
            list-style: disc;
        }

        .article-alpha ol li {
            list-style: decimal;
        }

@media (max-width: 992px) {
    .recommended-content .recommended-wrapper .aDestination {
        float: left;
    }
}

.faq-dropdown-text.clearfix.in,
.dropdown-text.clearfix.in {
    padding: 0;
}

.color-blue {
    color: #3e62ad;
}

@media (min-width: 639px) {
    .atclist-holder.list-pagination.text-center.col-sm-12 {
        float: none;
    }
}

.tableLi a:hover {
    text-decoration: none;
}

.table li.tableLi a {
    display: block;
}

@media (max-width: 992px) {
    .article-list-page .table li.tableLi .firstspan {
        width: 64%;
    }

    .article-list-page .table li.tableLi .secondspan {
        width: 33%;
    }
}

@media (max-width: 1024px) {
    .article-list-page {
        width: 100% !important;
        padding: 0 !important;
    }
}

.down-bird-icon:before {
    background: url(../images/icons/icon-bird-blue.png) !important;
    width: 8px !important;
    height: 18px !important;
    right: -20px !important;
    transform: rotate(90deg);
    top: 2px !important;
}

.glyphicon.glyphicon-down {
    width: 8px;
    height: 18px;
    background-image: url(../images/icons/icon-bird-blue.png);
    background-repeat: no-repeat;
    left: 5px;
    top: 5px;
}

.glyphicon.glyphicon-down-faq {
    width: 8px;
    height: 18px;
    background-image: url(../images/icons/icon-bird-blue.png);
    background-repeat: no-repeat;
    right: 26px;
    top: 15px;
    position: absolute;
}

.ca-collapse-ctrl.select-open .glyphicon.glyphicon-footer {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.ca-collapse-ctrl.select-close .glyphicon.glyphicon-footer {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.full-width-text {
    max-width: 100% !important;
    padding-right: 15px !important;
}

@media (max-width: 700px) {
    .invoice-checkbox .ui-checkbox-warpper .fake-checkbox {
        float: left;
    }

    .invoice-checkbox .label-text.checkbox-position-refund {
        /* left: 26px!important;
            top: -22px!important;
            padding-right:15px!important;
            */
        float: left;
        width: 92%;
        display: inline;
    }
}

.corp-user {
    text-decoration: underline;
}

.atclist-holder p strong {
    color: #0054a4;
}

.refund-txt {
    margin-top: 30px;
    margin-bottom: -20px;
}

    .refund-txt .refund-link {
        text-decoration: underline;
    }

.container {
    min-height: 0 !important;
}

.header-blue {
    padding-top: 70px;
}

    .header-blue.header-blue-search {
        padding: 20px 0;
    }

        .header-blue.header-blue-search h1 {
            margin-top: 65px;
        }

    .header-blue h1 {
        padding-left: 0;
        margin: 0;
    }

        .header-blue h1.timetable-header-text {
            margin-top: 65px;
        }

    .header-blue .margin-top-h1 {
        margin-top: 90px;
    }

    .header-blue small {
        padding: 5px 0 5px 3px;
        display: block;
        height: 20px;
    }

    .header-blue .content-head-news {
        color: #ebebeb;
    }

    .header-blue .content-head-navigation {
        margin-top: 40px;
        padding-left: 0px;
        margin-left: 0px;
    }

        .header-blue .content-head-navigation li {
            display: inline-block;
            border-left: 1px solid white;
            padding: 0 30px;
            max-width: 315px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .header-blue .content-head-navigation li:nth-of-type(1) {
                padding-left: 0px;
                border-left: none;
            }

            .header-blue .content-head-navigation li a {
                color: white;
                font-size: 14px;
                /*font-weight: 100;*/
            }

@media (max-width: 639px) {
    .header-blue .content-head-navigation li {
        border-left: none;
        display: block;
        padding-left: 0;
    }
}

.article-content-divider {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

.content-picture {
    margin: 7.5px 0;
    padding: 0 7.5px;
}

    .content-picture img {
        width: 100%;
    }

.content-picture-top {
    margin-bottom: 0px;
}

.content-picture-bottom {
    margin-top: 0px;
}

.content-button {
    text-align: left;
    padding-left: 7.5px;
    margin-top: -30px;
    margin-bottom: 30px;
}

    .content-button .btn-blue {
        width: 100%;
        line-height: 28px;
        background-color: #3e62ad;
        max-width: 208px;
        color: white;
        font-size: 16px;
        margin: -20px 0 10px 0;
    }

        .content-button .btn-blue:hover {
            color: #0054a4;
            border: 1px solid #0054a4;
            background-color: white;
        }

.content-article-container {
    padding: 0 7.5px;
}

.content-article {
    margin: 0;
    margin-bottom: 30px;
    padding: 15px 0;
    background-color: #f8f8f8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

    .content-article h2 {
        color: black;
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 20px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .content-article p {
        padding-left: 15px;
        font-size: 14px;
        max-width: 670px;
        padding-right: 15px;
    }

.content-article-half {
    margin-top: 15px;
}

    .content-article-half > div {
        min-height: 264px;
    }

@media (min-width: 1280px) {
    .content-article-half > div {
        min-height: 314px;
    }
}

@media (max-width: 639px) {
    .content-article-half {
        margin-top: 0px;
        padding-left: 0;
    }
}

.content-headline {
    padding: 15px 7.5px;
    margin-bottom: 30px;
}

    .content-headline h2 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .content-headline p {
        max-width: 670px;
        margin-bottom: 10px;
    }

.content-grid .content-article-half > div {
    min-height: 128px;
    padding-bottom: 5px;
}

@media (min-width: 1280px) {
    .content-grid .content-article-half > div {
        min-height: 153px;
    }
}

@media (max-width: 639px) {
    .content-grid .content-article-half {
        margin-top: 0px;
        padding-left: 0;
    }
}

.content-dropdown-text {
    /*max-width: 800px;*/
    margin: 10px 0;
    padding: 0;
    /*padding-left: 7.5px;*/
}

    .content-dropdown-text .btn-content-dropdown {
        color: #333333;
        background-color: #fbfbfb;
        text-decoration: none;
        padding-left: 14px;
        text-align: left;
        padding-right: 14px;
    }

        .content-dropdown-text .btn-content-dropdown:hover {
            color: #333333;
        }

    .content-dropdown-text .glyphicon {
        margin-left: 25px;
    }

    .content-dropdown-text .dropdown-text p {
        padding-left: 15px;
        /* word-break: break-all; - commenting out to remove word wrapping. */
        font-size: 14px;
        margin: 10px 0;
    }

.content-link-list {
    max-width: 670px;
    margin: 10px 0;
    padding: 0;
}

    .content-link-list h2 {
        font-size: 20px;
        color: black;
        padding-left: 7.5px;
        margin-top: 0;
    }

    .content-link-list a {
        font-size: 14px;
        color: #3e62ad;
        text-decoration: underline;
        line-height: 20px;
        padding-left: 7.5px;
    }

@media (max-width: 639px) {
    .content-link-list a {
        line-height: 40px;
    }
}

.content-link-list .glyphicon-arrowblue {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.link-list-borderLeft {
    border-left: 1px solid #ebebeb;
}

.content-table {
    margin: 10px 0;
    padding: 0 7.5px;
}

    .content-table h2 {
        font-size: 20px;
        color: black;
        margin-bottom: 20px;
    }

    .content-table small {
        margin-bottom: 20px;
        display: block;
        max-width: 670px;
    }

    .content-table a {
        font-size: 12px;
        color: #0054a4;
    }

    .content-table > span {
        font-size: 12px;
        color: #0054a4;
    }

.content-breadcrumb {
    margin-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 480px) {
    .content-breadcrumb {
        margin-right: 15px;
        margin-bottom: 5px;
    }
}

.content-breadcrumb > div {
    display: inline-block;
    height: 20px;
    padding-left: 7.5px;
}

.content-breadcrumb .breadcrumb-content {
    height: 20px;
    background-image: url(../images/foot-flower.png);
    background-repeat: no-repeat;
    width: 25px;
    display: block;
    float: left;
}

.content-breadcrumb img {
    margin-right: 5px;
}

.content-breadcrumb span,
.content-breadcrumb a {
    margin: 0 5px;
    font-size: 12px;
}

.content-breadcrumb select {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    width: 120% !important;
    opacity: 0;
    font-size: 12px;
    background: transparent;
    z-index: 999;
}

.content-breadcrumb .link-select {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    font-size: 12px;
}

.content-breadcrumb .ui-select-wrapper {
    border: none;
}

    .content-breadcrumb .ui-select-wrapper:before {
        right: -15px;
        top: 30%;
        background-size: contain;
        width: 10px;
    }

@media (max-width: 480px) {
    .en-us .content-breadcrumb,
    .en-tw .content-breadcrumb,
    .zh-us .content-breadcrumb,
    .zh-tw .content-breadcrumb {
        margin-right: auto;
        margin-bottom: 0px;
    }
}

.content-article-share {
    text-align: right;
}

    .content-article-share .article-share-icon {
        margin: 0 5px;
        display: inline-block;
        width: 30px;
        height: 30px;
    }

        .content-article-share .article-share-icon img {
            height: 100%;
        }

        .content-article-share .article-share-icon:first-of-type a:before {
            background: transparent;
        }

        .content-article-share .article-share-icon a {
            display: block;
            position: relative;
            top: -30px;
            right: 0;
            width: 100%;
            height: 100%;
            opacity: 0.01;
            background-color: #ffffff;
        }

            .content-article-share .article-share-icon a:before {
                content: '';
                width: 1px;
                height: 17px;
                background: white;
                display: inline-block;
                position: absolute;
                top: 7px;
                left: -9px;
                opacity: 0.5;
            }

        .content-article-share .article-share-icon p {
            position: absolute;
            background: white;
        }

.table-article {
    table-layout: fixed;
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
}

    .table-article > tbody + tbody {
        border-top: none;
    }

    .table-article thead th {
        background-color: #fbfbfb;
        border: 0;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        /*font-weight: normal;*/
        font-weight: bold;
        border-bottom: 3px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }

    .table-article thead td {
        border-bottom: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }

    .table-article tbody:nth-of-type(even) tr {
        background-color: #fbfbfb;
    }

    .table-article tbody tr td {
        text-align: center;
        font-size: 12px;
        line-height: 1.42857;
        border-bottom: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }

        .table-article tbody tr td.cell-shaded {
            background-color: #fbfbfb;
        }

        .table-article tbody tr td.cell-white {
            background-color: #ffffff;
        }

    .table-article tbody tr th {
        border-bottom: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }

    .table-article tbody tr:nth-of-type(2n) {
        background-color: #fbfbfb;
    }

.table-article-clear {
    table-layout: fixed;
    margin-bottom: 10px;
}

    .table-article-clear > tbody + tbody {
        border-top: none;
    }

    .table-article-clear thead th {
        border: 0;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        /*font-weight: normal;*/
        font-weight: bold;
        border-bottom: 3px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }

        .table-article-clear thead th:last-of-type {
            border-right: none;
        }

    .table-article-clear tbody tr td {
        text-align: center;
        font-size: 12px;
        line-height: 1.42857;
        border-bottom: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }

        .table-article-clear tbody tr td:last-of-type {
            border-right: none;
        }

@media (max-width: 992px) {
    .table-scroll-wrapper {
        overflow-x: auto;
        padding-bottom: 10px;
    }

        .table-scroll-wrapper .table-article,
        .table-scroll-wrapper .table-article-clear {
            table-layout: auto;
        }
}

.table-article {
    color: #333333;
    line-height: 40px;
    margin: 0;
    border: 1px solid #ebebeb;
}

    .table-article .table-head {
        font-size: 16px;
        padding: 0;
        background-color: #fbfbfb;
    }

        .table-article .table-head .heading-table {
            padding: 8px;
            text-align: center;
            border-bottom: 2px;
            border-bottom-style: solid;
            border-bottom-color: #ebebeb;
        }

            .table-article .table-head .heading-table:nth-of-type(1) {
                border-right: 1px;
                border-right-color: #ebebeb;
                border-right-style: solid;
            }

    .table-article .table-row {
        font-size: 12px;
        padding: 0;
    }

        .table-article .table-row:nth-of-type(odd) {
            background-color: #fbfbfb;
        }

        .table-article .table-row .table-text {
            padding: 8px;
            text-align: center;
            border-bottom: 1px;
            border-bottom-style: solid;
            border-bottom-color: #ebebeb;
        }

            .table-article .table-row .table-text:nth-of-type(1) {
                border-right: 1px;
                border-right-color: #ebebeb;
                border-right-style: solid;
            }

.content-article-nobackground {
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #ddd;
}

.table li.tableLi:nth-child(2n+1) {
    background: #fbfbfb;
}

.full-text-width-list.content-article-container {
    padding: 0;
    margin: 0;
}

    .full-text-width-list.content-article-container .content-article.full-text-content {
        margin: 0;
        padding: 40px 0;
        background: transparent none repeat scroll 0 0;
        border-bottom: 1px solid #ddd;
    }

        .full-text-width-list.content-article-container .content-article.full-text-content.no-border-pad-article {
            padding-bottom: 0;
            border-bottom: none;
        }

        .full-text-width-list.content-article-container .content-article.full-text-content h1,
        .full-text-width-list.content-article-container .content-article.full-text-content h2,
        .full-text-width-list.content-article-container .content-article.full-text-content h3,
        .full-text-width-list.content-article-container .content-article.full-text-content h4,
        .full-text-width-list.content-article-container .content-article.full-text-content h5,
        .full-text-width-list.content-article-container .content-article.full-text-content h6,
        .full-text-width-list.content-article-container .content-article.full-text-content p,
        .full-text-width-list.content-article-container .content-article.full-text-content div,
        .full-text-width-list.content-article-container .content-article.full-text-content span,
        .full-text-width-list.content-article-container .content-article.full-text-content section,
        .full-text-width-list.content-article-container .content-article.full-text-content header,
        .full-text-width-list.content-article-container .content-article.full-text-content footer {
            margin-top: 0;
            margin-left: 0;
            padding-top: 0;
            padding-left: 0;
        }

        .full-text-width-list.content-article-container .content-article.full-text-content ul {
            padding-left: 15px;
        }

            .full-text-width-list.content-article-container .content-article.full-text-content ul li {
                list-style-type: disc !important;
            }

.article-two-col-left.content-grid,
.article-two-col-right.content-grid {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 40px 0;
    padding-right: 15px;
}

    .article-two-col-left.content-grid.no-border-pad-article,
    .article-two-col-right.content-grid.no-border-pad-article {
        padding-bottom: 0;
        border-bottom: none;
    }

    .article-two-col-left.content-grid .content-picture,
    .article-two-col-right.content-grid .content-picture {
        margin: 0;
        padding-bottom: 30px;
    }

    .article-two-col-left.content-grid .content-article-container.content-article-half,
    .article-two-col-right.content-grid .content-article-container.content-article-half {
        margin: 0;
        padding: 0 7.5px;
    }

        .article-two-col-left.content-grid .content-article-container.content-article-half .content-article,
        .article-two-col-right.content-grid .content-article-container.content-article-half .content-article {
            margin: 0;
            padding: 0;
            background: transparent none repeat scroll 0 0;
            box-shadow: none;
        }

            .article-two-col-left.content-grid .content-article-container.content-article-half .content-article h1,
            .article-two-col-left.content-grid .content-article-container.content-article-half .content-article h2,
            .article-two-col-left.content-grid .content-article-container.content-article-half .content-article h3,
            .article-two-col-left.content-grid .content-article-container.content-article-half .content-article h4,
            .article-two-col-left.content-grid .content-article-container.content-article-half .content-article h5,
            .article-two-col-left.content-grid .content-article-container.content-article-half .content-article h6,
            .article-two-col-left.content-grid .content-article-container.content-article-half .content-article ul,
            .article-two-col-left.content-grid .content-article-container.content-article-half .content-article p,
            .article-two-col-left.content-grid .content-article-container.content-article-half .content-article div,
            .article-two-col-left.content-grid .content-article-container.content-article-half .content-article a,
            .article-two-col-left.content-grid .content-article-container.content-article-half .content-article span,
            .article-two-col-left.content-grid .content-article-container.content-article-half .content-article section,
            .article-two-col-left.content-grid .content-article-container.content-article-half .content-article header,
            .article-two-col-left.content-grid .content-article-container.content-article-half .content-article footer,
            .article-two-col-right.content-grid .content-article-container.content-article-half .content-article h1,
            .article-two-col-right.content-grid .content-article-container.content-article-half .content-article h2,
            .article-two-col-right.content-grid .content-article-container.content-article-half .content-article h3,
            .article-two-col-right.content-grid .content-article-container.content-article-half .content-article h4,
            .article-two-col-right.content-grid .content-article-container.content-article-half .content-article h5,
            .article-two-col-right.content-grid .content-article-container.content-article-half .content-article h6,
            .article-two-col-right.content-grid .content-article-container.content-article-half .content-article ul,
            .article-two-col-right.content-grid .content-article-container.content-article-half .content-article p,
            .article-two-col-right.content-grid .content-article-container.content-article-half .content-article div,
            .article-two-col-right.content-grid .content-article-container.content-article-half .content-article a,
            .article-two-col-right.content-grid .content-article-container.content-article-half .content-article span,
            .article-two-col-right.content-grid .content-article-container.content-article-half .content-article section,
            .article-two-col-right.content-grid .content-article-container.content-article-half .content-article header,
            .article-two-col-right.content-grid .content-article-container.content-article-half .content-article footer {
                margin-top: 0;
                margin-left: 0;
                padding-top: 0;
                padding-left: 0;
            }

            .article-two-col-left.content-grid .content-article-container.content-article-half .content-article ul,
            .article-two-col-right.content-grid .content-article-container.content-article-half .content-article ul {
                padding-left: 15px;
            }

                .article-two-col-left.content-grid .content-article-container.content-article-half .content-article ul li,
                .article-two-col-right.content-grid .content-article-container.content-article-half .content-article ul li {
                    list-style-type: disc !important;
                }

            .article-two-col-left.content-grid .content-article-container.content-article-half .content-article a.find-more-indent span,
            .article-two-col-right.content-grid .content-article-container.content-article-half .content-article a.find-more-indent span {
                margin-left: 0;
            }

.atclist-holder .imgholder .article-half-img {
    padding-right: 0;
}

.atclist-holder .imgholder .article-half-text {
    padding-left: 0;
}

.header-blue small {
    height: auto;
}

.header-blue .content-head-navigation {
    margin-top: 10px;
}

.container .content-dropdown-text.expandable-item {
    margin: 0;
    padding: 15px 0;
}

    .container .content-dropdown-text.expandable-item.with-border {
        border-bottom: 1px solid #ddd !important;
        padding-bottom: 40px;
    }

table.code-share-airlines {
    text-align: center;
    width: 100%;
}

@media (max-width: 480px) {
    table.code-share-airlines td {
        width: 50%;
        display: inline-block;
        margin-bottom: 10px;
    }
}

.content-dropdown-text .table-scroll-wrapper {
    padding-left: 15px;
}

.content-article h2.article-spacing {
    margin-top: 25px !important;
}

.content-article-share .article-share-icon p {
    z-index: 1;
    margin-top: -15px;
}

@media (max-width: 639px) {
    .header-blue h1.timetable-header-text {
        margin-top: 45px !important;
    }
}

.header-blue h1.timetable-header-text {
    margin-top: 10px;
}

@media (max-width: 639px) {
    .content-article-share .article-share-icon p {
        right: 10px;
    }
}

/**/
.container.inspiration-container .row {
    margin: 0 0 15px 0;
}

    .container.inspiration-container .row.search-inspiration {
        margin-bottom: 0;
    }

/*header top */
/*.header-inspiration-list{
	background: url(../images/bg-inp-flow.jpg) no-repeat;
	color:$cal-gray-input;
	background-size: cover;
}*/
.inspiration-list-carousel {
    position: relative;
}

/*select inspiration*/
.search-inspiration {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #ebebeb;
    margin-top: 20px;
}

    .search-inspiration .search-form-fieldset {
        /*border:1px solid $cal-gray-light;*/
    }

    .search-inspiration .input-group-dSearch {
        position: relative;
    }

        .search-inspiration .input-group-dSearch input {
            min-width: 200px;
            border: none;
            /*text-indent: 10px;*/
        }

    .search-inspiration .btn-ghost-red {
        border: none;
        border-left: 1px solid #ebebeb;
        height: 34px;
        line-height: 34px;
        padding: 0 12px;
    }

        .search-inspiration .btn-ghost-red:hover {
            border-color: #e50049;
            background-color: #e50049;
            color: white;
            @inlude innerBorderNone;
        }

.list-items-num {
    margin: 0 0 20px 0;
}

.list-checkbox {
    display: none;
}

/*inspiration carousel */
.inspiration-list-carousel {
    border-bottom: 1px solid #ebebeb;
    /*ul[rn-carousel] > li{
		white-space: nowrap;
	}*/
}

    .inspiration-list-carousel .rn-carousel-controls .rn-carousel-control {
        top: 31%;
    }

    .inspiration-list-carousel .feature-things .layer {
        text-align: center;
        vertical-align: middle;
        padding-top: 20px;
    }

        .inspiration-list-carousel .feature-things .layer .btn-inspiration {
            display: inline-block;
            width: 80px;
            height: 80px;
            overflow: hidden;
            background-size: 80px 160px;
            /*&.active{
					&:hover{
						background-position: 0 0;
					};
				}*/
        }

            .inspiration-list-carousel .feature-things .layer .btn-inspiration.active {
                background-position: 0 -80px;
            }

        .inspiration-list-carousel .feature-things .layer .caption {
            background-color: transparent;
            padding: 0;
            height: auto;
            /*background-color: lightblue;*/
        }

            .inspiration-list-carousel .feature-things .layer .caption .text {
                width: auto;
                height: auto;
                padding: 5px 0;
                margin: 0;
            }

@media (min-width: 992px) {
    .inspiration-list-carousel .rn-carousel-controls {
        /*display: none;*/
    }

    .inspiration-list-carousel .feature-things {
        min-height: 160px;
    }

        .inspiration-list-carousel .feature-things .layer {
            width: 11%;
        }
}

@media (max-width: 992px) and (min-width: 639px) {
    .inspiration-list-carousel .feature-things {
        min-height: 180px;
    }

        .inspiration-list-carousel .feature-things .layer {
            width: 25%;
        }
}

@media (max-width: 639px) {
    .inspiration-list-carousel .feature-things {
        min-height: 160px;
    }

        .inspiration-list-carousel .feature-things .layer {
            width: 33%;
            float: left;
        }
}

/*destinations-list*/
.destinations-list {
    /*	.col-md-6{
		
		.discover{
			.btn-discover{
				display: none;
			}
			.caption{
				text-align: left;
			}
		}
	}*/
    /*	.col-md-3{
		.discover{
			.caption{
				p{
					margin-bottom: 5px;
					height: 65px;
					overflow: hidden;
					text-overflow:ellipsis;
					span{
						vertical-align: middle;
						&.temp{
							height: 65px;
							vertical-align: middle;
							display: inline-block;
						}
					}
				}
			}
		}
	}*/
    /*desktop*/
    /*tablet*/
    /*mobile*/
}

    .destinations-list .row {
        margin-left: -7.5px;
        margin-right: -7.5px;
        position: relative;
    }

    .destinations-list .col-sm-height {
        padding: 0 7.5px;
        float: left;
    }

        .destinations-list .col-sm-height.aDestination {
            -moz-transition: 0.4s ease-out;
            -o-transition: 0.4s ease-out;
            -webkit-transition: 0.4s ease-out;
            transition: 0.4s ease-out;
        }

        .destinations-list .col-sm-height:nth-of-type(10n+1) .discover .caption .caption-title .title-inspiration, .destinations-list .col-sm-height:nth-of-type(10n+6) .discover .caption .caption-title .title-inspiration {
            width: 100%;
        }

    .destinations-list .discover {
        margin-bottom: 15px;
        background-color: transparent;
    }

        .destinations-list .discover .caption {
            /*height: 108px;*/
            /*overflow: hidden;*/
        }

            .destinations-list .discover .caption .text-price {
                font-size: 14px;
            }

@media (min-width: 992px) {
    .destinations-list .col-sm-height {
        width: 25%;
        /*image small*/
        /*.discover{
				.caption{
					.caption-title{
						.title-inspiration{
							height: 68px;
							line-height: 1.2;
						}
					}
				}
			}*/
    }

        .destinations-list .col-sm-height .discover .img-small {
            display: block;
        }

        .destinations-list .col-sm-height .discover .img-big {
            display: none;
        }

        .destinations-list .col-sm-height .caption .user {
            display: none;
        }

        .destinations-list .col-sm-height .caption .text-price {
            display: none;
        }

        .destinations-list .col-sm-height .discover .media-wrapper img {
            height: 194px;
        }

        .destinations-list .col-sm-height:nth-of-type(10n+1), .destinations-list .col-sm-height:nth-of-type(10n+6) {
            width: 49.95%;
            /*image big*/
        }

            .destinations-list .col-sm-height:nth-of-type(10n+1) .discover .img-big, .destinations-list .col-sm-height:nth-of-type(10n+6) .discover .img-big {
                display: block;
            }

            .destinations-list .col-sm-height:nth-of-type(10n+1) .discover .img-small, .destinations-list .col-sm-height:nth-of-type(10n+6) .discover .img-small {
                display: none;
            }

            .destinations-list .col-sm-height:nth-of-type(10n+1) .caption, .destinations-list .col-sm-height:nth-of-type(10n+6) .caption {
                text-align: left;
            }

                .destinations-list .col-sm-height:nth-of-type(10n+1) .caption .user, .destinations-list .col-sm-height:nth-of-type(10n+6) .caption .user {
                    display: block;
                }

                .destinations-list .col-sm-height:nth-of-type(10n+1) .caption .text-price, .destinations-list .col-sm-height:nth-of-type(10n+6) .caption .text-price {
                    display: block;
                }

            .destinations-list .col-sm-height:nth-of-type(10n+1) .discover .caption .caption-title .title-inspiration, .destinations-list .col-sm-height:nth-of-type(10n+6) .discover .caption .caption-title .title-inspiration {
                height: 38px;
            }
}

@media (max-width: 992px) and (min-width: 639px) {
    .destinations-list .col-sm-height {
        width: 49.95%;
        /*image small*/
    }

        .destinations-list .col-sm-height .discover .img-small {
            display: block;
        }

        .destinations-list .col-sm-height .discover .img-big {
            display: none;
        }

        .destinations-list .col-sm-height .caption .user {
            display: none;
        }

        .destinations-list .col-sm-height .caption .text-price {
            display: none;
        }

        .destinations-list .col-sm-height:nth-of-type(10n+1), .destinations-list .col-sm-height:nth-of-type(10n+6) {
            width: 100%;
            /*image big*/
        }

            .destinations-list .col-sm-height:nth-of-type(10n+1) .discover .img-big, .destinations-list .col-sm-height:nth-of-type(10n+6) .discover .img-big {
                display: block;
            }

            .destinations-list .col-sm-height:nth-of-type(10n+1) .discover .img-small, .destinations-list .col-sm-height:nth-of-type(10n+6) .discover .img-small {
                display: none;
            }

            .destinations-list .col-sm-height:nth-of-type(10n+1) .caption, .destinations-list .col-sm-height:nth-of-type(10n+6) .caption {
                text-align: left;
            }

                .destinations-list .col-sm-height:nth-of-type(10n+1) .caption .user, .destinations-list .col-sm-height:nth-of-type(10n+6) .caption .user {
                    display: block;
                }

                .destinations-list .col-sm-height:nth-of-type(10n+1) .caption .text-price, .destinations-list .col-sm-height:nth-of-type(10n+6) .caption .text-price {
                    display: block;
                }
}

@media (max-width: 639px) {
    .destinations-list .col-sm-height {
        width: 100%;
        /*image small*/
    }

        .destinations-list .col-sm-height .discover .img-small {
            display: block;
        }

        .destinations-list .col-sm-height .discover .img-big {
            display: none;
        }

        .destinations-list .col-sm-height .caption .user {
            display: none;
        }

        .destinations-list .col-sm-height .caption .text-price {
            display: none;
        }

        .destinations-list .col-sm-height:nth-of-type(10n+1) .caption, .destinations-list .col-sm-height:nth-of-type(10n+6) .caption {
            text-align: left;
        }

            .destinations-list .col-sm-height:nth-of-type(10n+1) .caption .user, .destinations-list .col-sm-height:nth-of-type(10n+6) .caption .user {
                display: block;
            }

            .destinations-list .col-sm-height:nth-of-type(10n+1) .caption .text-price, .destinations-list .col-sm-height:nth-of-type(10n+6) .caption .text-price {
                display: block;
            }

        .destinations-list .col-sm-height:nth-of-type(10n+1) .caption, .destinations-list .col-sm-height:nth-of-type(10n+6) .caption {
            height: 178px;
        }
}

@media (max-width: 992px) {
    .search-inspiration {
        top: initial;
        left: 0;
        z-index: 1;
    }

    #searchInspiration .carouselwrapper {
        margin-top: 45px;
    }

    .search-inspiration .input-group.pull-left {
        width: 12%;
        text-align: right;
    }

    .search-inspiration .pull-left.input-group-dSearch {
        width: 88%;
    }

    .btn-brand-pink {
        width: 100%;
        text-align: center !important;
    }

    .header-blue.header-blue-search h1.timetable-header-text {
        margin-top: 45px !important;
    }
}

.inspiration-list-carousel .feature-things .layer .caption {
    text-align: center;
}

.background-none {
    background: none !important;
}

@media (max-width: 480px) {
    ul[rn-carousel] {
        margin: 0 19px !important;
    }

    .search-inspiration .pull-left.input-group-dSearch {
        width: 86%;
    }

    .rn-carousel-control.rn-carousel-control-prev {
        left: 0 !important;
    }

    .rn-carousel-control.rn-carousel-control-next {
        right: 0 !important;
    }

    .feature-things .layer {
        padding-left: 3px !important;
    }
}

@media (max-width: 992px) {
    .full-text-width-list.content-article-container .content-article.full-text-content {
        padding-top: 0;
    }

        .full-text-width-list.content-article-container .content-article.full-text-content a {
            word-wrap: break-word;
        }
}

@media (min-width: 639px) and (max-width: 992px) {
    .inspiration-content-header .btn-box {
        right: 15px !important;
    }
}

main .caption {
    font-size: 20px;
    text-align: left;
}

.banner-hero-wrapper {
    overflow: hidden;
}

@media (max-width: 639px) {
    .banner-hero-wrapper .hero {
        margin-left: -45%;
        width: 250%;
    }

        .banner-hero-wrapper .hero.show-on-small {
            margin-left: 0;
            width: 100%;
        }
}

.inspiration-content-header .container {
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    position: relative;
}

.inspiration-content-header .btn-discover {
    min-width: 180px;
}

.inspiration-content-header .btn-box .btn-brand-pink {
    line-height: 48px;
}

@media (min-width: 639px) {
    .inspiration-content-header p {
        width: 60%;
    }

    .inspiration-content-header .btn-box {
        position: absolute;
        right: 0;
        bottom: 40px;
    }

    .inspiration-content-header .nobrandbtn p {
        width: 100%;
    }
}

.inspiration-list-carousel h2 {
    font-size: 24px;
    line-height: 1.1;
}

.inspiration-content-body {
    text-align: center;
    padding-top: 30px;
}

    .inspiration-content-body .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .inspiration-content-body .inspiration-tips .content {
        font-style: italic;
        position: relative;
    }

        .inspiration-content-body .inspiration-tips .content .highlight {
            font-size: 16px;
            color: #000;
        }

        .inspiration-content-body .inspiration-tips .content p {
            margin-bottom: 0;
            font-size: 12px;
            color: #333333;
        }

        .inspiration-content-body .inspiration-tips .content:before {
            content: '“';
            font-size: 72px;
            color: #ddd;
            position: absolute;
            left: 0;
            top: -36px;
        }

        .inspiration-content-body .inspiration-tips .content:after {
            content: '”';
            font-size: 72px;
            color: #ddd;
            position: absolute;
            right: 0;
            bottom: -72px;
        }

@media (min-width: 639px) {
    .inspiration-content-body .inspiration-tips {
        margin-bottom: 40px;
    }

        .inspiration-content-body .inspiration-tips .content {
            width: 50%;
            margin: 0 auto;
        }
}

.carouselwrapper {
    position: relative;
}

.feature-things {
    /*mobile*/
    /*tablet*/
    /*desktop*/
}

    .feature-things .layer {
        padding: 10px 5px;
        float: left;
        /*for inspiration content*/
    }

        .feature-things .layer .btn-inspiration {
            display: block;
        }

            .feature-things .layer .btn-inspiration:hover {
                text-decoration: none;
            }

        .feature-things .layer .caption {
            background: #f8f8f8;
            margin: 0;
            padding: 5px 0;
            color: #333333;
            height: 100px;
            overflow: hidden;
        }

        .feature-things .layer .index-text {
            width: 30px;
            line-height: 30px;
            margin: auto;
            text-align: center;
            border-bottom: 3px solid #333333;
        }

        .feature-things .layer .text {
            font-size: 14px;
            /*width: 50%;*/
            padding: 0 20px;
            margin: 15px auto 0;
        }

        .feature-things .layer img {
            width: 100%;
        }

        .feature-things .layer.layer-ispcontent {
            position: relative;
            padding: 0;
            margin: 0 1%;
            padding-bottom: 145px;
        }

            .feature-things .layer.layer-ispcontent .caption {
                position: absolute;
                width: 100%;
                bottom: 25px;
                height: 120px;
                /*padding-bottom: 25px;*/
                background-color: rgba(255, 255, 255, 0.9);
                -moz-transition: 0.4s ease-out;
                -o-transition: 0.4s ease-out;
                -webkit-transition: 0.4s ease-out;
                transition: 0.4s ease-out;
            }

                .feature-things .layer.layer-ispcontent .caption .text {
                    font-size: 20px;
                    padding: 0 40px;
                    line-height: 22px;
                    overflow: hidden;
                    height: 68px;
                    text-align: center;
                }

                .feature-things .layer.layer-ispcontent .caption .text-more {
                    font-size: 14px;
                    padding: 5px 20px 0;
                    color: #707070;
                    line-height: 19px;
                    height: 160px;
                    overflow: hidden;
                    text-align: center;
                }

                .feature-things .layer.layer-ispcontent .caption.openMore {
                    height: 100%;
                    bottom: 0;
                }

                    .feature-things .layer.layer-ispcontent .caption.openMore .index-text {
                        padding-top: 20px;
                    }

            .feature-things .layer.layer-ispcontent .btn-inspiration {
                /*margin-top: 120px;*/
                position: absolute;
                width: 100%;
                bottom: 0;
                outline: none;
                bottom: -7px;
            }

                .feature-things .layer.layer-ispcontent .btn-inspiration .glyphicon {
                    -moz-transition: 0.4s ease-out;
                    -o-transition: 0.4s ease-out;
                    -webkit-transition: 0.4s ease-out;
                    transition: 0.4s ease-out;
                    -moz-transform: rotate(0deg);
                    -o-transform: rotate(0deg);
                    -ms-transform: rotate(0deg);
                    -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
                }

                .feature-things .layer.layer-ispcontent .btn-inspiration.openMore .glyphicon {
                    -moz-transform: rotate(135deg);
                    -o-transform: rotate(135deg);
                    -ms-transform: rotate(135deg);
                    -webkit-transform: rotate(135deg);
                    transform: rotate(135deg);
                }

    .feature-things.moreinfo-less {
        /*no moreinfo ;*/
    }

        .feature-things.moreinfo-less .layer.layer-ispcontent {
            border: 1px solid #dddddd;
        }

            .feature-things.moreinfo-less .layer.layer-ispcontent > img {
                width: 100%;
            }

            .feature-things.moreinfo-less .layer.layer-ispcontent .btn-inspiration {
                display: none;
            }

@media (max-width: 639px) {
    .feature-things {
        min-height: 85vw;
    }
}

@media (max-width: 992px) and (min-width: 639px) {
    .feature-things {
        min-height: 50vw;
    }

        .feature-things .layer {
            display: inline-block;
            width: 48%;
        }
}

@media (min-width: 992px) {
    .feature-things {
        min-height: 390px;
    }

        .feature-things .layer {
            width: 31%;
        }
}

.promotion-banners {
    margin: 15px 0;
    /*img{
		width: 271px;
		height:231px;
	}*/
}

    .promotion-banners > div {
        padding: 0 7.5px;
        margin: 15px 0;
    }

    .promotion-banners .promotion-banners-item {
        background: #f8f8f8;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .promotion-banners .title {
        font-size: 20px;
        padding-top: 0;
        margin-bottom: 0;
        height: auto;
        overflow: hidden;
    }

    .promotion-banners .price {
        color: #ed1556;
        font-size: 20px;
    }

    .promotion-banners .period {
        margin-bottom: 0px;
        font-size: 12px;
        color: #707070;
    }

    .promotion-banners a {
        border-top: 1px solid #ebebeb;
        display: block;
        padding: 15px 0;
        margin-top: 10px;
        color: #ed1556;
    }

/* new template for promo */
.promo-thumbnail-wrapper {
    padding: 0 7.5px;
    padding-top: 50px;
    border-top: 1px solid #ebebeb;
    margin-bottom: 60px;
    overflow: hidden;
    display: inline-block;
}

    .promo-thumbnail-wrapper .promo-thumbnail-list {
        overflow: hidden;
    }

        .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item {
            width: 49%;
            float: left;
            position: relative;
            box-sizing: border-box;
            border-bottom: 1px solid #ebebeb;
            text-align: left;
        }

            .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item:nth-of-type(2n-1) {
                margin-right: 2%;
            }

            .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .promo-inner {
                display: block;
                padding-right: 0px;
            }

                .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .promo-inner:hover, .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .promo-inner:focus {
                    text-decoration: none;
                }

            .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-img {
                width: 12%;
                display: inline-block;
                vertical-align: middle;
            }

            .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-fmto {
                width: 60%;
                display: inline-block;
                vertical-align: middle;
                position: relative;
                padding-left: 2%;
            }

                .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-fmto .pmtmb-fm {
                    float: left;
                    width: 48%;
                    color: #707070;
                    font-size: 16px;
                    margin: 0;
                }

                .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-fmto .pmtmb-to {
                    float: left;
                    width: 48%;
                    font-size: 20px;
                    margin: 0;
                }

                .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-fmto .pmtmb-rmk {
                    color: #707070;
                    font-size: 12px;
                    display: inline-block;
                }

            .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-price {
                width: 25%;
                color: #e50049;
                text-align: left;
                display: inline-block;
                vertical-align: middle;
            }

                .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-price .prict-city {
                    font-size: 20px;
                    margin: 0;
                }

                .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-price .price-starting {
                    font-size: 12px;
                }

                .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-price .glyphicon-pinkarrow {
                    position: absolute;
                    right: 15px;
                    top: 50%;
                    -webkit-transform: translate(0, -50%);
                    -moz-transform: translate(0, -50%);
                    -ms-transform: translate(0, -50%);
                    transform: translate(0, -50%);
                }

    .promo-thumbnail-wrapper .btn-loadMore-promotion {
        color: #e50049;
        border: 1px solid #e50049;
        padding: 22px 50px;
        display: inline-block;
        margin: 60px 0 0;
    }

@media screen and (max-width: 992px) and (min-width: 639px) {
    .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-fmto {
        width: 56%;
    }

        .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-fmto .pmtmb-fm {
            font-size: 14px;
        }

        .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-fmto .pmtmb-to {
            font-size: 16px;
        }

        .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-fmto .pmtmb-rmk {
            font-size: 10px;
        }

    .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-price {
        width: 28%;
    }

        .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-price .prict-city {
            font-size: 16px;
        }

        .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-price .price-starting {
            font-size: 10px;
        }

        .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-price .glyphicon-pinkarrow {
            right: 0;
        }
}

@media screen and (max-width: 639px) {
    .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item {
        width: 100%;
    }

        .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-fmto {
            width: 56%;
        }

            .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-fmto .pmtmb-fm {
                font-size: 12px;
            }

            .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-fmto .pmtmb-to {
                font-size: 15px;
            }

            .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-fmto .pmtmb-rmk {
                font-size: 10px;
            }

        .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-price {
            width: 28%;
        }

            .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-price .prict-city {
                font-size: 15px;
            }

            .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-price .price-starting {
                font-size: 10px;
            }

            .promo-thumbnail-wrapper .promo-thumbnail-list .promo-thumb-item .pmtmb-price .glyphicon-pinkarrow {
                right: 0;
            }

    .promo-thumbnail-wrapper .btn-loadMore-promotion {
        width: 80%;
    }
}

.offer-filter {
    /* background:$cal-gray-suplight; CAR-1688 #4 */
    margin: 15px 0;
    padding: 20px 0;
}

    .offer-filter .offeritem-wrapper {
        margin: 25px auto 10px;
        text-align: center;
    }

        .offer-filter .offeritem-wrapper > div {
            padding: 0 7.5px;
        }

    .offer-filter .offer-item {
        background: white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        padding: 25px 0;
    }

        .offer-filter .offer-item .btn {
            min-width: 120px;
        }

    .offer-filter .detailes-period {
        color: #707070;
        font-size: 12px;
    }

    .offer-filter .detailes-price {
        color: #e50049;
    }

        .offer-filter .detailes-price .text {
            line-height: 14px;
            font-size: 14px;
        }

        .offer-filter .detailes-price .price {
            font-size: 35px;
            line-height: 40px;
            font-weight: lighter;
            margin-top: 20px;
        }

@media (min-width: 992px) {
    .offer-filter .detailes-period {
        margin-bottom: 20px;
    }

    .offer-filter .detailes-price {
        margin: 25px 0;
    }
}

@media (max-width: 992px) and (min-width: 639px) {
    .offer-filter .detailes-price {
        margin-top: 15px;
    }

    .offer-filter .detailes-destination {
        margin-top: 25px;
    }

    .offer-filter .offer-item .btn {
        margin: 25px;
    }
}

@media (max-width: 639px) {
    .offer-filter .offeritem-wrapper > div {
        padding: 0;
    }

    .offer-filter .offer-item {
        padding: 15px;
    }

    .offer-filter .detailes-period {
        margin-bottom: 10px;
    }

    .offer-filter .detailes-price {
        margin: 15px 0;
    }
}

.detailes-destination {
    /*font-size:20px;*/
}

.caption-alignment {
    text-align: center !important;
    margin: 15px 0;
}

.recommended-wrapper .media-wrapper .show-on-large {
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .recommended-wrapper .media-wrapper .show-on-large {
        width: 268px;
        height: 226px;
    }
}

.carouselwrapper .feature-things .layer img {
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .carouselwrapper .feature-things .layer img {
        width: 319px;
        height: 236px;
    }
}

.padtop0 {
    padding-top: 0 !important;
}

.promotion-banners img {
    width: 100%;
    height: auto;
}

.recommended-content .recommended-wrapper .discover a {
    margin-bottom: 10px;
}

    .recommended-content .recommended-wrapper .discover a .explore-more {
        width: 100%;
        display: table;
    }

        .recommended-content .recommended-wrapper .discover a .explore-more .btn-explore-more {
            display: table-cell;
            height: 50px;
            line-height: 1.427;
            padding: 0;
            vertical-align: middle;
        }

a {
    color: #0054a4;
    /* word-wrap: break-word; */
}

p {
    /* word-wrap: break-word; */
}

.line-height-mobile {
    line-height: 45px;
}

.main-ctn a {
    text-decoration: underline;
}

.flight-search header {
    padding: 15px;
}

    .flight-search header p {
        color: #707070;
    }

.flight-search .dropdown .ng-scope div {
    padding-left: 0px;
}

.flight-search .couponform-wrapper {
    /*div{
			padding-left: 13px;
		}*/
}

.flight-search .select-group .fake-radio {
    margin-top: 2px;
}

.flight-search .flight-step-airport .col-sm-4 .form-control {
    background-color: white;
    color: #0054a4;
}

.flight-search .flight-step-airport .col-sm-8 {
    padding: 0;
}

.search-tab-ctn {
    padding: 15px;
}

.ca-collapse {
    min-width: 250px;
}

    .ca-collapse .form-wrapper {
        padding: 8px 15px;
        position: relative;
    }

        .ca-collapse .form-wrapper.active {
            border: none;
        }

    .ca-collapse a,
    .ca-collapse .btn,
    .ca-collapse input {
        color: white;
    }

    .ca-collapse .ca-collapse-ctrl {
        display: block;
        color: white;
    }

    .ca-collapse .ca-collapse-ctn > form {
        padding-top: 10px;
    }

    .ca-collapse .ca-collapse-ctn input {
        background: #fff;
        color: #333;
        margin-bottom: 10px;
        border-color: transparent;
    }

    .ca-collapse .ca-collapse-ctn .btn {
        border-color: white;
        margin-bottom: 5px;
    }

        .ca-collapse .ca-collapse-ctn .btn:hover {
            background: #294577;
        }

    .ca-collapse.couponform-wrapper {
        color: #0054a4;
        text-align: center;
        margin: 0 auto;
    }

        .ca-collapse.couponform-wrapper .glyphicon-arrowblue {
            background-image: url(../images/arrow-brandblue.png);
        }

        .ca-collapse.couponform-wrapper a,
        .ca-collapse.couponform-wrapper input {
            color: #0054a4;
        }

            .ca-collapse.couponform-wrapper input.empty {
                color: #dddddd;
            }

        .ca-collapse.couponform-wrapper a {
            text-align: center;
        }

        .ca-collapse.couponform-wrapper input {
            background-color: transparent;
            border-color: #0054a4;
        }

        .ca-collapse.couponform-wrapper .form-wrapper {
            border: none;
            width: 250px;
            display: inline-block;
        }

        .ca-collapse.couponform-wrapper .ca-collapse-ctn .btn {
            /*border-color:$brand-blue;*/
            background-color: #0054a4;
            color: white;
        }

        .ca-collapse.couponform-wrapper .ca-collapse-ctn label[for="cmpId"] + span {
            display: inline-block;
            font-weight: 700;
            margin-bottom: 10px;
            width: 100%;
            text-align: left;
        }

        .ca-collapse.couponform-wrapper .ca-collapse-ctn label[for="cmpIdMul"] + span {
            display: inline-block;
            width: 100%;
            text-align: left;
        }

        .ca-collapse.couponform-wrapper .ca-collapse-ctn label[for="couponCode"] + span {
            background: transparent url(../images/icon_promo-code.gif) left center;
            background-repeat: no-repeat;
            display: inline-block;
            font-weight: 700;
            margin-bottom: 10px;
            padding-left: 30px;
            margin-left: -23px;
            width: 90%;
            text-align: left;
        }

        .ca-collapse.couponform-wrapper .ca-collapse-ctn label[for="couponCodeMul"] + span {
            width: 100%;
            text-align: left;
            display: inline-block;
        }

    .ca-collapse .glyphicon-arrowblue {
        background-image: url(../images/arrow-white.png);
        margin-top: 4px;
    }

    .ca-collapse .form-result {
        position: relative;
    }

        .ca-collapse .form-result .reslult-btn {
            background: white;
            color: #0054a4;
            border-radius: 50% 50%;
            position: absolute;
            right: 0;
            top: 0;
            font-size: 12px;
            display: inline-block;
            width: 13px;
            height: 13px;
            line-height: 12px;
            text-align: center;
            text-decoration: underline;
        }

        .ca-collapse .form-result .result-text {
            border-bottom: 1px dotted white;
        }

.flightforms-wrapper {
    margin-top: -41px;
}

main .nav-tabs {
    text-align: center;
}

    main .nav-tabs tab-heading {
        display: inline-block;
        min-width: 120px;
    }

    main .nav-tabs li {
        background: #3e62ad;
    }

        main .nav-tabs li a,
        main .nav-tabs li a:hover,
        main .nav-tabs li a:active,
        main .nav-tabs li a:focus {
            color: white;
            margin-right: 0;
            border-bottom-color: #ddd;
            border-top-color: #ebebeb;
            border-left-color: #ebebeb;
            border-right-color: #ddd;
        }

            main .nav-tabs li a:hover,
            main .nav-tabs li a:focus {
                background: transparent;
            }

        main .nav-tabs li:last-child a,
        main .nav-tabs li:last-child a:hover,
        main .nav-tabs li:last-child a:active {
            border-right-color: #ebebeb;
        }

        main .nav-tabs li.active a,
        main .nav-tabs li.active a:hover,
        main .nav-tabs li.active a:active,
        main .nav-tabs li.active a:focus {
            color: #0054a4;
            border-top-color: #ddd;
            border-left-color: #ddd;
            border-right-color: #ebebeb;
        }

    main .nav-tabs h2 {
        font-size: 14px;
        line-height: 0;
        margin: 5px 0;
        padding: 0;
    }

main .flight-search .book-forms-wrapper.step0 {
    min-height: 350px;
    height: auto;
}

@media (max-width: 639px) {
    main .nav-tabs tab-heading {
        min-width: initial;
    }
}

.flight-group {
    position: relative;
    padding: 15px 0;
}

    .flight-group:last-of-type {
        border: 0;
    }

    .flight-group .row {
        margin: 0;
    }

    .flight-group .close {
        color: #707070;
        opacity: 1;
        position: absolute;
        top: 22px;
        right: 0;
        font-size: 12px;
    }

        .flight-group .close:hover {
            color: #0054a4;
        }

    .flight-group .input-group {
        width: 100%;
        margin-bottom: 5px;
    }

    .flight-group .flight-indexlabel {
        margin-top: 0;
        margin-bottom: 20px;
    }

        .flight-group .flight-indexlabel:before {
            content: '';
            height: 1px;
            width: 20px;
            position: relative;
            background: rgba(51, 51, 51, 0.7);
            display: inline-block;
            margin-right: 10px;
            top: -3px;
        }

        .flight-group .flight-indexlabel:after {
            content: '';
            height: 1px;
            width: 20px;
            position: relative;
            background: rgba(51, 51, 51, 0.7);
            display: inline-block;
            margin-left: 10px;
            top: -3px;
        }

    .flight-group .well {
        background: none;
        box-shadow: none;
    }

@media (min-width: 639px) {
    .flight-group .flight-step-pex .flight-step-ctn {
        display: block;
        height: auto !important;
        border: 0;
    }
}

.muti-search .flight-step-addflight + .flight-group .flight-step .flight-step-ctn {
    padding-top: 0;
}

@media (max-width: 480px) {
    .muti-search .flight-step-addflight + .flight-group .flight-step .flight-step-ctn {
        padding: 20px 0 0 0;
    }
}

.muti-search .flight-step-addflight + .flight-group .flight-step .flight-step-ctn .book-conversation {
    margin-top: 0;
}

.flight-step {
    position: relative;
    margin-top: 0;
    /*.flight-step-date{
		padding-left: 0;
	}*/
}

    .flight-step .col-sm-9 {
        padding: 0;
    }

    .flight-step > label {
        font-size: 12px;
    }

    .flight-step.init {
        margin-top: 0px;
    }

        .flight-step.init .flight-result > div {
            background: white;
            color: #333333;
            line-height: 37px;
        }

            .flight-step.init .flight-result > div.oneline .col-xs-12 {
                top: 0px;
            }

        .flight-step.init .flight-result .col-xs-6:first-child {
            margin-top: 5px;
            height: 32px;
        }

        .flight-step.init .flight-result .col-xs-6 {
            margin-top: 5px;
            height: 32px;
        }

    .flight-step.active .flight-result > div {
        background: white;
        color: #333333;
        line-height: 37px;
    }

        .flight-step.active .flight-result > div.oneline .col-xs-12 {
            top: 0px;
        }

    .flight-step.active .col-xs-6:first-child {
        margin-top: 5px;
        height: 32px;
        /*border-right: solid 1px $cal-gray-light;*/
    }

    .flight-step.active .col-xs-6 {
        margin-top: 5px;
        height: 32px;
    }

    .flight-step.finished.flight-step-date {
        border-top: 1px solid #4a5d9a;
    }

        .flight-step.finished.flight-step-date .glyphicon-cal {
            display: none;
        }

    .flight-step.finished.flight-step-pex .glyphicon-pex {
        display: none;
    }

    .flight-step .flight-result {
        border: 1px solid #ebebeb;
    }

        .flight-step .flight-result > div {
            background: #0054a4;
            color: white;
            padding: 10px 0;
            margin-left: 53px;
            min-height: 60px;
            line-height: 37px;
        }

            .flight-step .flight-result > div.placeholder {
                color: #666666;
            }

        .flight-step .flight-result .glyphicon {
            height: 34px;
            top: 35px;
            width: 43px;
            left: 11px;
            border-right: 1px solid #ebebeb;
        }

    .flight-step .col-sm-3 {
        /* padding-left:0; */
    }

        .flight-step .col-sm-3 .search-btn {
            /* width:140px; */
        }

    .flight-step .flight-step-ctn {
        margin: 0 -15px;
        border: none;
        padding: 20px 20px 0;
    }

@media (max-width: 639px) {
    .flight-step .flight-step-date {
        padding-right: 0;
        padding-left: 0;
    }

    .flight-step.init {
        margin-top: 0;
        margin-bottom: 17px;
    }

    .flight-step .flight-result {
        background: white;
        margin-bottom: 0;
        /*updated for mobile screen*/
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

        .flight-step .flight-result > div {
            margin-top: 1px;
        }

            .flight-step .flight-result > div.flight-date-confirm {
                padding-left: 15px;
            }

                .flight-step .flight-result > div.flight-date-confirm label {
                    margin-top: 5px;
                }

    .flight-step.flight-step-pex .flight-result .glyphicon-pex {
        top: 16px;
    }

    .flight-step .travelType-wrapper {
        margin-top: 15px;
    }
}

@media (max-width: 639px) {
    .timetable-form .flight-step-date {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.select-group {
    height: 87px;
    vertical-align: top;
    margin: 25px 0 0;
    padding: 0;
    display: inline-block;
    overflow: hidden;
}

    .select-group label {
        margin-right: 0;
    }

@media (max-width: 639px) {
    .select-group label .label-text {
        line-height: 45px;
    }
}

.select-group .num {
    width: 55px;
    height: 55px;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    border: 1px solid #0054a4;
}

.select-group .btn {
    border: 0;
    margin-top: -20px;
    font-size: 12px;
    background: #0054a4;
    color: white;
}

.travle-class {
    border-top: 1px solid #ddd;
}

    .travle-class .select-group {
        display: block;
        text-align: center;
    }

.book-conversation {
    line-height: 50px;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
}

@media (max-width: 639px) {
    .book-conversation {
        height: 55px;
    }
}

.book-conversation.h1 {
    margin-bottom: 40px;
    margin-top: 40px;
    line-height: 60px;
}

.book-conversation p.ng-enter {
    transition: .4s transform;
    transform: translateY(-100%);
}

.book-conversation p.ng-enter-active {
    transform: translateY(0);
}

.travle-class .select-group {
    height: 60px;
}

.travel-pex .select-group {
    width: 120px;
    height: 100%;
    margin: 0 10px;
}

    .travel-pex .select-group .num {
        float: left;
        width: 80px;
        height: 81px;
        -webkit-appearance: none;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .travel-pex .select-group .btn {
        height: 100%;
        width: 40px;
        margin-top: 0;
        font-size: 26px;
        line-height: 28px;
        float: right;
    }

        .travel-pex .select-group .btn.add {
            border-bottom: 1px solid #efefef;
        }

        .travel-pex .select-group .btn.reduce {
            /*margin-left: -4px;*/
        }

@media (min-width: 639px) {
    .travel-pex .select-group.select-group-infant {
        display: inline-block;
        height: auto !important;
    }
}

.autocomplete {
    position: relative;
}

    .autocomplete ul {
        max-height: 200px;
        overflow: auto;
        width: 100%;
        background: white;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        position: absolute;
        z-index: 5;
        padding: 2px;
    }

        .autocomplete ul .active {
            background: #0054a4;
            color: white;
        }

            .autocomplete ul .active .highlight {
                color: #f8f8f8 !important;
            }

            .autocomplete ul .active.disable .highlight {
                color: #333333 !important;
                font-weight: 500;
            }

        .autocomplete ul .disable .highlight {
            color: #333333 !important;
            font-weight: 500;
        }

        .autocomplete ul .highlight {
            font-weight: bold;
            color: #0054a4;
        }

        .autocomplete ul li {
            color: #707070;
            padding-left: 12px;
            font-size: 14px;
            line-height: 1.428;
            padding-bottom: 10px;
            padding-top: 10px;
        }

.flight-step-addflight {
    margin: 15px 0;
    text-align: center;
}

    .flight-step-addflight button {
        margin-right: -4px;
    }

.flight-step-airport .col-sm-6 {
    /*padding: 0;*/
}

@media (max-width: 639px) {
    .flight-step-airport .airport-col6 {
        padding-left: 0;
        padding-right: 0;
    }
}

.flight-step-airport .input-text-label,
.flight-step-date .input-text-label {
    width: 100%;
    text-align: left;
}

    .flight-step-airport .input-text-label.input-text-label-col6,
    .flight-step-date .input-text-label.input-text-label-col6 {
        width: 50%;
        float: left;
    }

        .flight-step-airport .input-text-label.input-text-label-col6:first-child,
        .flight-step-date .input-text-label.input-text-label-col6:first-child {
            padding-right: 7.5px;
        }

        .flight-step-airport .input-text-label.input-text-label-col6:last-child,
        .flight-step-date .input-text-label.input-text-label-col6:last-child {
            padding-left: 7.5px;
        }

    .flight-step-airport .input-text-label.input-text-haveRadio label,
    .flight-step-date .input-text-label.input-text-haveRadio label {
        display: none;
    }

    .flight-step-airport .input-text-label.input-text-haveRadio .glyphicon,
    .flight-step-date .input-text-label.input-text-haveRadio .glyphicon {
        top: 12px;
    }

    .flight-step-airport .input-text-label input,
    .flight-step-date .input-text-label input {
        text-indent: 54px;
    }

        .flight-step-airport .input-text-label input.ng-invalid.ng-touched,
        .flight-step-date .input-text-label input.ng-invalid.ng-touched {
            border: none;
            border: 1px solid #c20a0a;
        }

    .flight-step-airport .input-text-label label,
    .flight-step-date .input-text-label label {
        min-height: 15px;
    }

    .flight-step-airport .input-text-label .date-oneline,
    .flight-step-date .input-text-label .date-oneline {
        text-indent: 50px !important;
    }

    .flight-step-airport .input-text-label .form-control,
    .flight-step-date .input-text-label .form-control {
        padding: 15px;
        height: 60px;
        padding-left: 60px;
        text-indent: 0;
    }

        .flight-step-airport .input-text-label .form-control.placeholder,
        .flight-step-date .input-text-label .form-control.placeholder {
            color: #666666;
        }

        .flight-step-airport .input-text-label .form-control.div, .flight-step-airport .input-text-label .form-control.span,
        .flight-step-date .input-text-label .form-control.div,
        .flight-step-date .input-text-label .form-control.span {
            background: #f5f5f5;
        }

        .flight-step-airport .input-text-label .form-control.fdate-select,
        .flight-step-date .input-text-label .form-control.fdate-select {
            padding: 0;
            padding-left: 64px;
            z-index: 3;
            background-color: transparent;
        }

    .flight-step-airport .input-text-label .glyphicon,
    .flight-step-date .input-text-label .glyphicon {
        height: 34px;
        top: 38px;
        width: 44px;
        left: 12px;
        border-right: 1px solid #ebebeb;
    }

@media (max-width: 639px) {
    .flight-step-airport .input-text-label,
    .flight-step-date .input-text-label {
        margin-bottom: 15px;
    }

        .flight-step-airport .input-text-label .glyphicon,
        .flight-step-date .input-text-label .glyphicon {
            left: 10px;
        }

            .flight-step-airport .input-text-label .glyphicon.glyphicon-num,
            .flight-step-date .input-text-label .glyphicon.glyphicon-num {
                left: 24px;
            }
}

@media (min-width: 639px) {
    .flight-step-airport .text-right,
    .flight-step-date .text-right {
        padding-top: 25px;
    }
}

.flight-step-date .input-text-label .glyphicon {
    left: 10px;
}

.flight-step-date .input-text-label .form-control {
    padding: 10px 14px;
    line-height: 40px;
    /*.col-xs-6:first-child{
				border-right:1px solid $cal-gray-light;
			};*/
}

    .flight-step-date .input-text-label .form-control.fdate-select {
        padding: 0;
        padding-left: 64px;
    }

    .flight-step-date .input-text-label .form-control .date-seperator {
        position: absolute;
        left: -2px;
        color: #333;
    }

@media (max-width: 992px) and (min-width: 639px) {
    .flight-step-date .input-text-label.input-text-label-col6 {
        margin: 0;
    }

    .flight-step-date .input-text-label .form-control {
        padding: 10px 9px;
    }
}

.search-btn {
    /* height:60px;
	line-height: 60px;
	max-width: 200px;
	float:left; */
    padding: 10px 0px;
    font-size: 16px;
    line-height: 60px;
    color: white;
    background: none;
    background-size: 13px 17px;
    display: block;
    height: auto;
    text-align: center;
    width: 200px;
    margin: 0 auto;
    cursor: pointer;
}

    .search-btn.search-btn-status {
        margin-top: 50px;
        min-width: 200px;
        float: none;
    }

@media (max-width: 639px) {
    .search-btn.search-btn-status {
        margin-top: 10px;
        width: 208px;
        text-align: center;
    }
}

.btn-confirm-date {
    /*width: 150px;
	margin-top:10px;
	padding-right: 15px;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	margin:auto;*/
    margin: 0 auto;
    width: 208px;
}

.book-btnbox {
    margin-top: 30px;
    height: 40px;
    padding: 0 10%;
}

.date-wrapper {
    padding: 0 20px;
}

    .date-wrapper table th small {
        font-size: 14px;
        font-weight: normal;
    }

    .date-wrapper table th div {
        height: 35px;
        line-height: 26px;
        margin-bottom: 10px;
    }

.O .date-wrapper table .date-range .btn-info:before {
    background: none !important;
}

.O .date-wrapper table .date-range .btn-info:after {
    background: none !important;
}

.calendar-datepicker {
    display: inline-block;
    width: 100%;
}

    .calendar-datepicker .content-breadcrumb {
        float: right;
        margin-top: -10px;
        margin-right: 50px;
        padding: 0;
        font-size: 12px;
    }

@media (max-width: 639px) {
    .calendar-datepicker .content-breadcrumb {
        float: none;
        margin-right: initial;
        bottom: -10px;
        position: absolute;
        left: -8px;
    }

        .calendar-datepicker .content-breadcrumb + .col-xs-12 {
            margin-bottom: 30px !important;
        }
}

.calendar-datepicker .content-breadcrumb .ui-select-wrapper .ui-select {
    font-size: 12px;
    margin-left: 5px;
    padding-left: 10px;
}

.calendar-datepicker .content-breadcrumb .link-black {
    font-size: 14px;
    margin-top: 2px;
}

@media (max-width: 639px) {
    .calendar-datepicker .content-breadcrumb .link-black {
        font-size: 12px;
        margin-top: 0px;
    }
}

.calendar-datepicker .col-xs-12 {
    padding: 0;
}

@media (max-width: 639px) {
    .calendar-datepicker .col-xs-12 {
        margin-bottom: 20px;
    }
}

.calendar-datepicker .col-md-12 {
    padding: 0;
}

.calendar-datepicker .pull-left,
.calendar-datepicker .pull-right {
    position: absolute;
    top: -2px;
}

    .calendar-datepicker .pull-left .glyphicon,
    .calendar-datepicker .pull-right .glyphicon {
        width: 8px;
        height: 18px;
        background-image: url(../images/icons/icon-bird-blue.png);
        background-repeat: no-repeat;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .calendar-datepicker .pull-left .glyphicon,
    .calendar-datepicker .pull-right .glyphicon {
        background-image: url(../images/icons/icon-bird-blue2x.png);
        background-size: 8px 18px;
    }
}

.calendar-datepicker .pull-left .glyphicon:before,
.calendar-datepicker .pull-right .glyphicon:before {
    content: '';
}

.calendar-datepicker .pull-right {
    right: 36%;
}

    .calendar-datepicker .pull-right .glyphicon {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }

.calendar-datepicker .pull-left {
    left: 36%;
}

    .calendar-datepicker .pull-left .glyphicon {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
    }

.calendar-datepicker .left-button-cal button {
    position: absolute;
    border: none;
    z-index: 1;
    padding-top: 5px;
}

    .calendar-datepicker .left-button-cal button:hover {
        background-color: #fff;
    }

    .calendar-datepicker .left-button-cal button:focus {
        background-color: #fff;
    }

    .calendar-datepicker .left-button-cal button:active {
        box-shadow: none;
        background-color: #fff;
    }

    .calendar-datepicker .left-button-cal button strong {
        margin-left: 25px;
        top: -3px;
        position: relative;
        color: #333;
    }

        .calendar-datepicker .left-button-cal button strong:hover {
            color: #0054a4;
        }

@media (max-width: 992px) and (min-width: 639px) {
    .calendar-datepicker .left-button-cal button {
        left: 20px;
    }
}

@media (max-width: 639px) {
    .calendar-datepicker .left-button-cal button {
        left: 15%;
    }
}

.calendar-datepicker .right-button-cal button {
    position: absolute;
    border: none;
    z-index: 1;
    padding-top: 5px;
}

    .calendar-datepicker .right-button-cal button:hover {
        background-color: #fff;
    }

    .calendar-datepicker .right-button-cal button:focus {
        background-color: #fff;
    }

    .calendar-datepicker .right-button-cal button:active {
        box-shadow: none;
        background-color: #fff;
    }

    .calendar-datepicker .right-button-cal button strong {
        margin-right: 25px;
        top: -3px;
        position: relative;
        color: #333;
    }

        .calendar-datepicker .right-button-cal button strong:hover {
            color: #0054a4;
        }

@media (max-width: 992px) and (min-width: 639px) {
    .calendar-datepicker .right-button-cal button {
        right: 15px;
    }
}

@media (max-width: 639px) {
    .calendar-datepicker .right-button-cal button {
        right: 15%;
    }
}

.calendar-datepicker tbody tr td {
    padding-right: 8px;
}

    .calendar-datepicker tbody tr td button.btn-default {
        padding: 2px;
    }

@media (max-width: 639px) {
    .calendar-datepicker tbody tr td button.btn-default {
        font-size: 16px;
    }
}

@media (max-width: 639px) {
    .calendar-datepicker tbody tr td {
        padding-right: 0;
    }
}

table {
    width: 100%;
    margin: 20px auto 0;
    position: relative;
}

    table th .btn-sm, table th .btn-group-sm > .btn,
    table th .btn-group-sm > .btn {
        font-size: 18px;
        padding: 0 10px;
    }

    table th .pull-left,
    table th .pull-right {
        position: absolute;
        top: -2px;
    }

        table th .pull-left .glyphicon,
        table th .pull-right .glyphicon {
            /*width: 12px;*/
            /*height: 28px;*/
            /*background: url(../images/arrow-blue-right.png) center center no-repeat;*/
            width: 8px;
            height: 18px;
            background-image: url(../images/icons/icon-bird-blue.png);
            background-repeat: no-repeat;
            /*@include scale(.8);*/
        }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    table th .pull-left .glyphicon,
    table th .pull-right .glyphicon {
        background-image: url(../images/icons/icon-bird-blue2x.png);
        background-size: 8px 18px;
    }
}

table th .pull-left .glyphicon:before,
table th .pull-right .glyphicon:before {
    content: '';
}

table th .pull-right {
    right: 36%;
}

    table th .pull-right .glyphicon {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }

table th .pull-left {
    left: 36%;
}

    table th .pull-left .glyphicon {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
    }

table td {
    padding: 3px;
}

    table td:first-child {
        padding-left: 0;
    }

    table td:last-child {
        padding-right: 0;
    }

table .btn-default {
    color: #0054a4;
    padding: 8px;
    border-radius: 0;
    font-size: 14px;
    transition: .2s border;
}

    table .btn-default:hover {
        background: none;
    }

    table .btn-default.active, table .btn-default.btn-info {
        background: #0054a4;
        color: white;
    }

table .btn[disabled] {
    background-color: #fbfbfb;
    color: #ccc;
}

table .text-info {
    color: #0054a4;
}

table .active .text-info {
    color: #e50e63;
}

table .date-today .btn-default,
table .date-today .btn-default:hover {
    background: none;
    box-shadow: none;
}

    table .date-today .btn-default.active,
    table .date-today .btn-default.active:hover {
        color: #0054a4;
    }

table .date-today .active,
table .date-today .active:hover,
table .date-today .btn-info,
table .date-today .btn-info:hover {
    background: white;
}

    table .date-today .active.btn-info,
    table .date-today .active.btn-info:hover {
        background: #0054a4;
    }

table .date-range .btn-default {
    background: white;
    color: #0054a4;
    border-color: #0054a4;
}

    table .date-range .btn-default .text-info {
        color: white;
    }

    table .date-range .active,
    table .date-range .btn-info,
    table .date-range .btn-info.active,
    table .date-range .btn-info:hover,
    table .date-range .active:hover,
    table .date-range .btn-info.active:hover,
    table .date-range .btn-default.active:hover {
        background: #0054a4;
        color: white;
    }

table .date-departure .btn-default {
    background: #0054a4;
    color: white;
    position: relative;
}

    table .date-departure .btn-default:before {
        content: '';
        position: absolute;
        left: 3px;
        height: 100%;
        width: 10px;
        top: 0;
        background: url(../images/arrow-white-right-normal.png) center center no-repeat;
    }

table .date-departure:hover .btn-default {
    background: #0054a4;
    color: white;
}

table .date-range .btn-default,
table .date-hover .btn-default {
    background: #0054a4;
    color: white;
    position: relative;
}

    table .date-range .btn-default:hover,
    table .date-hover .btn-default:hover {
        color: white !important;
    }

table .date-range:hover .btn-default,
table .date-hover:hover .btn-default {
    background: #0054a4;
    color: white;
}

table .date-return .btn-default {
    position: relative;
}

    table .date-return .btn-default:after {
        content: '';
        position: absolute;
        right: 3px;
        height: 100%;
        width: 10px;
        top: 1px;
        background: url(../images/arrow-white-left-normal.png) center center no-repeat;
    }

table .date-hover .btn-default {
    border-color: #0054a4;
}

table thead th .btn-default,
table thead th .btn-default:hover {
    border: 0;
    background: none;
    color: #0054a4;
    margin-bottom: 20px;
}

@media (max-width: 639px) {
    table th .pull-right {
        right: 0;
    }

    table th .pull-left {
        left: 0;
    }
}

@media only screen and (min-width: 639px) and (max-width: 960px) {
    table th .pull-right {
        right: 28%;
    }

    table th .pull-left {
        left: 28%;
    }
}

.travelType-wrapper {
    font-size: 12px;
    border-bottom: 1px solid #ebebeb;
    width: 220px;
    margin: 5px auto;
    text-align: center;
    padding-bottom: 5px;
}

@media (max-width: 480px) {
    .travelType-wrapper {
        width: auto;
    }
}

.travelType-wrapper .ui-radio-wrapper {
    /*background-color: lightblue;*/
    display: inline-block;
}

.travelType-wrapper .label-radio {
    margin-right: 0;
    display: inline-block;
    padding-top: 4px;
}

    .travelType-wrapper .label-radio:after {
        content: '';
        display: inline-block;
        width: 15px;
    }

.glyphicon-bird {
    width: 32px;
    height: 32px;
    background-image: url(../images/icons/icon-fly-from.png);
    background-repeat: no-repeat;
    top: 40px;
    margin-right: 10px;
    position: absolute;
    left: 25px;
    z-index: 3;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .glyphicon-bird {
        background-image: url(../images/icons/icon-fly-from2x.png);
        background-size: 32px 32px;
    }
}

.glyphicon-bird.glyphicon-bird-1 {
    width: 32px;
    height: 32px;
    background-image: url(../images/icons/icon-fly-to.png);
    background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .glyphicon-bird.glyphicon-bird-1 {
        background-image: url(../images/icons/icon-fly-to2x.png);
        background-size: 32px 32px;
    }
}

.glyphicon-fly {
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/icon-airplane.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 8px;
    top: 6px;
    background-size: 20px 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .glyphicon-fly {
        background-image: url(../images/icons/icon-airplane2x.png);
        background-size: 20px 20px;
    }
}

.glyphicon-cal {
    width: 32px;
    height: 32px;
    background-image: url(../images/icons/icon-calendar.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 25px;
    top: 40px;
    z-index: 3;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .glyphicon-cal {
        background-image: url(../images/icons/icon-calendar2x.png);
        background-size: 32px 32px;
    }
}

.glyphicon-tim {
    width: 32px;
    height: 32px;
    background-image: url(../images/icon-time.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 25px;
    top: 40px;
    z-index: 3;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .glyphicon-tim {
        background-image: url(../images/icon-time2x.png);
        background-size: 32px 32px;
    }
}

.glyphicon-pex {
    width: 32px;
    height: 32px;
    background-image: url(../images/icons/icon-pex.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 25%;
    top: 33px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .glyphicon-pex {
        background-image: url(../images/icons/icon-pex2x.png);
        background-size: 32px 32px;
    }
}

.glyphicon-num {
    width: 32px;
    height: 32px;
    background-image: url(../images/icons/icon-airplane.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 25px;
    top: 33px;
    z-index: 3;
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .glyphicon-num {
        background-image: url(../images/icons/icon-airplane2x.png);
        background-size: 32px 32px;
    }
}

@media (max-width: 480px) {
    .date-wrapper {
        padding: 0;
    }

    table th {
        /*.pull-left,.pull-right{
				position: static;
			}*/
    }

    table td {
        padding: 0;
    }

    table .btn-month.btn-month-right {
        right: 0;
    }

    table .btn-month.btn-month-left {
        left: 0;
    }

    .book-conversation {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 639px) {
    .home-booking .step0 .flight-step:nth-of-type(1) {
        height: 120px !important;
    }

    .home-booking .step1 .flight-step:nth-of-type(1) {
        height: 120px !important;
    }

    .home-booking .step2 .flight-step:nth-of-type(2) {
        height: 550px;
    }

    .home-booking .step3 .flight-step:nth-of-type(3) {
        height: auto !important;
    }

        .home-booking .step3 .flight-step:nth-of-type(3).showCouponComp {
            height: auto !important;
        }
    /*.btn-confirm-date{
		position: absolute;
		top:20px;
		right: 0;
	}*/
}

.couponform-wrapper:before, .couponform-wrapper:after {
    content: " ";
    display: table;
}

.couponform-wrapper:after {
    clear: both;
}

/***     simplesearch       ***/
.simplesearch {
    clear: both;
    position: relative;
    /*min-height: 500px;*/
    padding-top: 30px;
}

    .simplesearch h2 {
        text-align: center;
    }

    .simplesearch .btn-advancedsearch {
        padding: 6px;
    }

@media (max-width: 639px) {
    .simplesearch {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.simplesearch .form-wrapper .book-conversation h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.simplesearch .form-wrapper .book-steps-wrapper {
    position: relative;
    margin: 0;
    transition: .5s .2s opacity;
    visibility: visible;
    color: #4a4a4a;
    padding-bottom: 5px;
    font-size: 14px;
    /*.indicator{
				position: absolute;
				bottom:-6px;
				height: 8px;
				//background:  url(../images/indicator.png) right bottom no-repeat;
				border-bottom: 8px solid $brand-pink;
				width: 0;
				margin: 0;
				border-top:0;
				transition:.8s width;

			}*/
}

    .simplesearch .form-wrapper .book-steps-wrapper.ng-hide {
        opacity: 0;
        visibility: hidden;
    }

    .simplesearch .form-wrapper .book-steps-wrapper ul {
        height: 54px;
        overflow: hidden;
    }

        .simplesearch .form-wrapper .book-steps-wrapper ul li {
            cursor: pointer;
            text-align: center;
            width: 33%;
            padding: 0;
        }

            .simplesearch .form-wrapper .book-steps-wrapper ul li.active {
                color: #0054a4;
            }

            .simplesearch .form-wrapper .book-steps-wrapper ul li .stripe-btm {
                width: 100%;
                height: 8px;
                background-color: #ebebeb;
                display: block;
                margin-top: 10px;
            }

                .simplesearch .form-wrapper .book-steps-wrapper ul li .stripe-btm:before {
                    content: '';
                    /*@include imgRetina('../images/arrow-brandblue2.png','../images/arrow-brandblue22x.png',20px ,7px);*/
                    background: none;
                    position: absolute;
                    left: 50%;
                    margin-left: -10px;
                    bottom: 8px;
                    opacity: 0;
                }

            .simplesearch .form-wrapper .book-steps-wrapper ul li > .row {
                height: 20px;
            }

            .simplesearch .form-wrapper .book-steps-wrapper ul li.tab-bar-step2 {
                margin-left: .5%;
                margin-right: .5%;
            }

                .simplesearch .form-wrapper .book-steps-wrapper ul li.tab-bar-step2.active {
                    font-weight: 700;
                }

                .simplesearch .form-wrapper .book-steps-wrapper ul li.tab-bar-step2 .row {
                    width: auto;
                    margin-left: auto;
                    margin-right: auto;
                }

@media (max-width: 720px) {
    .simplesearch .form-wrapper .book-steps-wrapper ul li.tab-bar-step2 .row {
        white-space: nowrap;
        margin-left: -10px !important;
    }
}

.simplesearch .form-wrapper .book-steps-wrapper ul li.tab-bar-step2 .row p {
    display: inline-block;
    position: relative;
    top: 0;
    vertical-align: top;
}

    .simplesearch .form-wrapper .book-steps-wrapper ul li.tab-bar-step2 .row p.return-text {
        top: 0px;
    }

    .simplesearch .form-wrapper .book-steps-wrapper ul li.tab-bar-step2 .row p input {
        border: 0px;
        width: 95px;
    }

    .simplesearch .form-wrapper .book-steps-wrapper ul li.tab-bar-step2 .row p.focused-input {
        vertical-align: baseline;
    }

    .simplesearch .form-wrapper .book-steps-wrapper ul li.tab-bar-step2 .row p #departureDate::-ms-clear,
    .simplesearch .form-wrapper .book-steps-wrapper ul li.tab-bar-step2 .row p #oneWayDate::-ms-clear,
    .simplesearch .form-wrapper .book-steps-wrapper ul li.tab-bar-step2 .row p #returnDateValue::-ms-clear {
        width: 0;
        height: 0;
    }

.simplesearch .form-wrapper .book-steps-wrapper ul li:hover .stripe-btm {
    background-color: #d8d8d8 !important;
}

.simplesearch .form-wrapper .book-steps-wrapper .glyphicon {
    background-size: 20px;
    background-position: right top;
    top: 0;
    left: 0;
    position: relative;
    display: inline-block;
    margin-right: 0;
    height: 20px;
}

    .simplesearch .form-wrapper .book-steps-wrapper .glyphicon ~ span,
    .simplesearch .form-wrapper .book-steps-wrapper .glyphicon + label {
        margin-left: 6px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        vertical-align: top;
        display: inline-block;
        max-width: 270px;
    }

.simplesearch .form-wrapper .book-steps-wrapper .label-return {
    vertical-align: top;
}

.simplesearch .form-wrapper .book-steps-wrapper.step2 {
    /*.indicator{
					width: 80%;
				}*/
}

    .simplesearch .form-wrapper .book-steps-wrapper.step2 > ul > li .stripe-btm {
        background-color: #ebebeb;
    }

        .simplesearch .form-wrapper .book-steps-wrapper.step2 > ul > li .stripe-btm:before {
            opacity: 0;
        }

    .simplesearch .form-wrapper .book-steps-wrapper.step2 > ul > li.tab-bar-step2 .stripe-btm {
        -moz-transition: 0.4s ease-out;
        -o-transition: 0.4s ease-out;
        -webkit-transition: 0.4s ease-out;
        transition: 0.4s ease-out;
        background-color: #0054a4 !important;
    }

        .simplesearch .form-wrapper .book-steps-wrapper.step2 > ul > li.tab-bar-step2 .stripe-btm:before {
            opacity: 1;
            -moz-transition: 0.4s ease-out;
            -o-transition: 0.4s ease-out;
            -webkit-transition: 0.4s ease-out;
            transition: 0.4s ease-out;
        }

.simplesearch .form-wrapper .book-steps-wrapper.step2-half {
    /*.indicator{
					width: 60%;
				}*/
}

.simplesearch .form-wrapper .book-steps-wrapper.step3 {
    /*.indicator{
					width: 99%;
				}*/
}

    .simplesearch .form-wrapper .book-steps-wrapper.step3 > ul > li .stripe-btm {
        background-color: #ebebeb;
    }

        .simplesearch .form-wrapper .book-steps-wrapper.step3 > ul > li .stripe-btm:before {
            opacity: 0;
        }

    .simplesearch .form-wrapper .book-steps-wrapper.step3 > ul > li.tab-bar-step3 .stripe-btm {
        -moz-transition: 0.4s ease-out;
        -o-transition: 0.4s ease-out;
        -webkit-transition: 0.4s ease-out;
        transition: 0.4s ease-out;
        background-color: #0054a4 !important;
    }

        .simplesearch .form-wrapper .book-steps-wrapper.step3 > ul > li.tab-bar-step3 .stripe-btm:before {
            opacity: 1;
            -moz-transition: 0.4s ease-out;
            -o-transition: 0.4s ease-out;
            -webkit-transition: 0.4s ease-out;
            transition: 0.4s ease-out;
        }

.simplesearch .form-wrapper .book-steps-wrapper.step1 > ul > li .stripe-btm {
    background-color: #ebebeb;
}

    .simplesearch .form-wrapper .book-steps-wrapper.step1 > ul > li .stripe-btm:before {
        opacity: 0;
    }

.simplesearch .form-wrapper .book-steps-wrapper.step1 > ul > li.tab-bar-step1 .stripe-btm {
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    background-color: #0054a4 !important;
}

    .simplesearch .form-wrapper .book-steps-wrapper.step1 > ul > li.tab-bar-step1 .stripe-btm:before {
        opacity: 1;
        -moz-transition: 0.4s ease-out;
        -o-transition: 0.4s ease-out;
        -webkit-transition: 0.4s ease-out;
        transition: 0.4s ease-out;
    }

.simplesearch .form-wrapper .book-steps-wrapper .oneway .col-xs-6 {
    width: 100%;
}

    .simplesearch .form-wrapper .book-steps-wrapper .oneway .col-xs-6:last-of-type {
        display: none;
    }

.simplesearch .form-wrapper .book-steps-wrapper .oneway .result-round {
    display: none;
}

.simplesearch .form-wrapper .book-steps-wrapper .roundtrip .result-oneway {
    display: none;
}

.simplesearch .form-wrapper .book-forms-wrapper {
    width: 100%;
    /*overflow: hidden;*/
    position: relative;
    background-color: transparent;
}

    .simplesearch .form-wrapper .book-forms-wrapper .thanks {
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 2em;
        font-weight: bold;
        padding-top: 100px;
        opacity: 1;
        transition: opacity .4s;
    }

        .simplesearch .form-wrapper .book-forms-wrapper .thanks.ng-hide {
            opacity: 0;
        }

    .simplesearch .form-wrapper .book-forms-wrapper h4 {
        color: #333;
    }

    .simplesearch .form-wrapper .book-forms-wrapper #From-booking::-ms-clear,
    .simplesearch .form-wrapper .book-forms-wrapper #To-booking::-ms-clear {
        width: 0;
        height: 0;
    }

@media (max-width: 639px) {
    .simplesearch .form-wrapper .book-forms-wrapper {
        overflow: visible;
        width: auto;
    }

        .simplesearch .form-wrapper .book-forms-wrapper .book-conversation.h1 {
            margin-top: 0;
        }

        .simplesearch .form-wrapper .book-forms-wrapper .active .flight-step-pex,
        .simplesearch .form-wrapper .book-forms-wrapper .active .flight-step-date {
            height: auto !important;
        }

        .simplesearch .form-wrapper .book-forms-wrapper .book-forms {
            display: block !important;
            position: static;
            padding-top: 20px;
            box-shadow: none;
        }

            .simplesearch .form-wrapper .book-forms-wrapper .book-forms.collapse {
                display: none !important;
            }

            .simplesearch .form-wrapper .book-forms-wrapper .book-forms.collapsing {
                padding-top: 0;
                margin: 0;
            }

            .simplesearch .form-wrapper .book-forms-wrapper .book-forms h4 {
                font-size: 12px;
            }

        .simplesearch .form-wrapper .book-forms-wrapper .well {
            min-height: auto;
        }

            .simplesearch .form-wrapper .book-forms-wrapper .well.flight-step-airport {
                box-shadow: none;
                padding-top: 0;
                margin-bottom: 2px;
            }

                .simplesearch .form-wrapper .book-forms-wrapper .well.flight-step-airport > div {
                    padding: 0;
                }

                    .simplesearch .form-wrapper .book-forms-wrapper .well.flight-step-airport > div:first-of-type {
                        margin-bottom: 0;
                    }

        .simplesearch .form-wrapper .book-forms-wrapper .errorMsg {
            margin-left: 24px;
        }
}

@media (min-width: 639px) {
    .simplesearch .form-wrapper .book-forms-wrapper .in {
        height: auto !important;
    }

    .simplesearch .form-wrapper .book-forms-wrapper.step1 .flight-step:nth-of-type(1) {
        height: auto;
    }

    .simplesearch .form-wrapper .book-forms-wrapper.step2 .flight-step-airport.step0-remove {
        opacity: 0;
    }

    .simplesearch .form-wrapper .book-forms-wrapper.step2 .flight-step:nth-of-type(2) {
        min-height: 350px;
        height: auto;
    }

    .simplesearch .form-wrapper .book-forms-wrapper.step3 .flight-step:nth-of-type(3) {
        min-height: 500px;
        height: auto;
    }

        .simplesearch .form-wrapper .book-forms-wrapper.step3 .flight-step:nth-of-type(3).showCouponComp {
            min-height: 450px;
            height: auto;
        }

    .simplesearch .form-wrapper .book-forms-wrapper .book-forms {
        transition: none !important;
        position: static;
        width: 100%;
        left: 0;
        top: 0px;
        box-shadow: none;
        height: auto !important;
        display: block;
    }

        .simplesearch .form-wrapper .book-forms-wrapper .book-forms.flight-step-airport.ng-hide {
            opacity: 0;
        }

        .simplesearch .form-wrapper .book-forms-wrapper .book-forms.flight-step-date.ng-hide {
            opacity: 0;
        }

        .simplesearch .form-wrapper .book-forms-wrapper .book-forms.flight-step-pex.ng-hide {
            opacity: 0;
        }

    .simplesearch .form-wrapper .book-forms-wrapper .backtolaststep {
        position: absolute;
        left: -25px;
        top: -5px;
    }

        .simplesearch .form-wrapper .book-forms-wrapper .backtolaststep .btn-ghost-red {
            width: 135px;
            height: 40px;
            background-image: url(../images/arrow-pink-left.png);
            background-repeat: no-repeat;
            background-position: 14px center;
            background-size: 8px;
            border: none;
            text-align: right;
            line-height: 40px;
            padding-right: 14px;
        }

            .simplesearch .form-wrapper .book-forms-wrapper .backtolaststep .btn-ghost-red:hover {
                background-color: transparent;
                color: #e50049;
                text-decoration: underline;
            }
}

@media (min-width: 639px) and (max-width: 992px) {
    .simplesearch .form-wrapper .book-forms-wrapper {
        /*639-992;*/
    }

        .simplesearch .form-wrapper .book-forms-wrapper.step3 .flight-step:nth-of-type(3) {
            min-height: auto;
        }

            .simplesearch .form-wrapper .book-forms-wrapper.step3 .flight-step:nth-of-type(3).showCouponComp {
                min-height: auto;
            }
}

@media (max-width: 639px) {
    .simplesearch .form-wrapper .book-conversation h2 {
        font-size: 20px;
    }

    .simplesearch .form-wrapper .book-steps-wrapper.ng-hide {
        display: none !important;
    }
}

@media (max-width: 810px) {
    .simplesearch .form-wrapper .book-steps-wrapper .glyphicon ~ span {
        max-width: 180px;
    }
}

.simplesearch .book-forms {
    background-color: transparent;
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 992px) {
    .simplesearch .book-forms.step2 {
        height: 410px;
    }

    .simplesearch .book-forms .select-group {
        margin-top: 5px;
    }

    .simplesearch .book-forms h4 {
        margin-left: 15px;
        margin-right: -15px;
    }
}

.simplesearch .other-links {
    line-height: 50px;
}

    .simplesearch .other-links .glyphicon-arrowmore {
        transform: rotate(-90deg) scale(0.7, 0.7) translateX(-2px);
        margin-left: -3px;
    }

    .simplesearch .other-links a {
        text-decoration: underline;
    }

        .simplesearch .other-links a:last-of-type {
            margin-left: 15px;
        }

/*.promo{
	margin-top: 15px;
	.date-sample{
		border: 1px solid #ccc;
		border-top:5px solid $brand-pink;
		display: inline-block;
		width: 40px;
		height: 40px;
	}
	a{
		text-decoration: underline;
	}
	.promo-ctn{
		width: 80%;
		margin-left: 10px;
	}
	@media (max-width: $screen-sm-min) {
		padding:0 10%;
	}
	@media (max-width: $screen-xs-min) {
		padding:0 10px;
	}
}*/
.placeholder {
    color: #666666;
}

@media (max-width: 639px) {
    .pageHeader.notHome .topNav {
        display: none;
    }
}

.small-text {
    font-size: 11.9px;
}

/* .flight-step-airport{
	@media (min-width: $screen-sm-min){
		.text-right{
			margin-top:24px;

		}
		
	}
} */
@media (max-width: 639px) {
    .btn-ghost-blue {
        width: 100%;
    }

    .centre-text {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .fstatus-form-inner .nav-tabs li {
        width: 25% !important;
    }
}

.container .simplesearch .row {
    margin-left: -15px;
    margin-right: -15px;
}

.martop10 {
    margin-bottom: 10px;
}

.autocomplete ul li.disable:hover {
    color: #333;
}

.clear-fix {
    clear: both;
}

    .clear-fix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        height: 0;
    }

.muti-search .flight-step-addflight {
    margin-top: 0;
    padding-top: 15px;
}

@media (max-width: 639px) {
    .muti-search .calendar-datepicker .col-xs-12 {
        margin-bottom: 0;
    }
}

@media (max-width: 992px) and (min-width: 639px) {
    .muti-search .calendar-datepicker .left-button-cal button {
        left: 20px;
    }
}

@media (max-width: 639px) {
    .muti-search .calendar-datepicker .left-button-cal button {
        left: 15%;
    }
}

@media (max-width: 992px) and (min-width: 639px) {
    .muti-search .calendar-datepicker .right-button-cal button {
        right: 25px;
    }
}

@media (max-width: 639px) {
    .muti-search .calendar-datepicker .right-button-cal button {
        right: 15%;
    }
}

.promo-error .errorMsg {
    display: inline-block;
    margin-right: 10px;
}

@media (min-width: 320px) and (max-width: 639px) {
    .simplesearch .book-forms .travel-pex .select-group {
        margin-bottom: 10px;
    }
}

.airport-selector-dropdown {
    opacity: 0 !important;
}

.airport-selector .modal-header {
    margin-top: 25px;
}

    .airport-selector .modal-header p {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
    }

@media (max-width: 480px) {
    .airport-selector .modal-header p {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    .airport-selector .modal-header {
        margin-top: 0;
    }
}

.airport-selector .modal-header .close {
    background-image: url("../images/close-modal.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    height: 30px;
    margin-right: -127px;
    margin-top: -7px;
    opacity: 1;
    width: 30px;
}

@media (max-width: 800px) {
    .airport-selector .modal-header .close {
        margin-right: -5px;
        margin-top: -10px;
    }
}

@media (max-width: 480px) {
    .airport-selector .modal-dialog {
        margin: 0 !important;
    }
}

.airport-selector .modal-dialog .modal-content {
    background-color: rgba(255, 255, 255, 0.9);
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 120px;
    border: none;
    padding-bottom: 20px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 800px) {
    .airport-selector .modal-dialog .modal-content {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .airport-selector .modal-dialog .modal-content {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.airport-selector .modal-dialog .modal-content .airport-popup .input-text-label {
    background-color: transparent;
    padding-right: 25px;
    padding-top: 8px;
}

    .airport-selector .modal-dialog .modal-content .airport-popup .input-text-label:nth-child(2) {
        padding-left: 23px;
    }

@media (max-width: 480px) {
    .airport-selector .modal-dialog .modal-content .airport-popup .input-text-label:nth-child(2) {
        padding-left: 15px;
    }
}

.airport-selector .modal-dialog .modal-content .airport-popup .input-text-label span {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}

.airport-selector .modal-dialog .modal-content .airport-popup .input-text-label .form-control {
    padding: 0;
}

    .airport-selector .modal-dialog .modal-content .airport-popup .input-text-label .form-control.airport-selection-popup {
        height: 290px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .airport-selector .modal-dialog .modal-content .airport-popup .input-text-label .form-control:hover {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    }

.airport-selector .modal-dialog .modal-content .airport-popup .input-text-label ul.form-control li {
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    color: #333;
    padding: 14px 10px;
}

    .airport-selector .modal-dialog .modal-content .airport-popup .input-text-label ul.form-control li.selected {
        background-color: #0054a4;
        color: #fff;
        opacity: 0.99;
    }

    .airport-selector .modal-dialog .modal-content .airport-popup .input-text-label ul.form-control li:hover {
        background-color: #ebebeb;
        color: #333;
    }

    .airport-selector .modal-dialog .modal-content .airport-popup .input-text-label ul.form-control li.disabled {
        background-color: #d7d7d7;
        color: #333;
        padding-right: 4px !important;
        cursor: not-allowed;
    }

        .airport-selector .modal-dialog .modal-content .airport-popup .input-text-label ul.form-control li.disabled:hover {
            background-color: #d7d7d7 !important;
        }

.airport-selector .modal-dialog .modal-content .btn-brand-pink {
    float: right;
    margin-right: 10px;
    width: 169px;
    line-height: 51px;
}

.airport-selector .modal-dialog .modal-content .modal-body {
    padding: 10px 15px;
}

.airport-selector .modal-dialog .modal-content .modal-footer {
    padding-top: 25px;
    padding-bottom: 25px;
}

.popup-map-marker {
    border: medium none !important;
    color: #e50049;
    cursor: pointer;
    font-size: 22px;
    height: 60px !important;
    left: auto !important;
    top: 0 !important;
    padding-top: 17px !important;
    position: absolute;
    right: 0 !important;
    width: 28px !important;
}

.autocomplete .form-control {
    padding-right: 28px !important;
}

.form-group #onlyNumbers {
    border-radius: 0 !important;
}

.visible-xs.label-span {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 400;
}

@media (max-width: 639px) {
    .flight-group .flight-indexlabel:before {
        margin-right: -2px;
    }

    .flight-group .flight-indexlabel:after {
        margin-left: -2px;
    }
}

@media (max-width: 480px) {
    .nl-nl .flight-group .close,
    .th-sea .flight-group .close,
    .vi-sea .flight-group .close,
    .it-it .flight-group .close,
    .id-sea .flight-group .close,
    .de-de .flight-group .close,
    .de-at .flight-group .close,
    .jp-jp .flight-group .close {
        top: 9px;
    }
}

.de-at .travelType-wrapper,
.de-de .travelType-wrapper,
.id-sea .travelType-wrapper,
.th-sea .travelType-wrapper,
.vi-sea .travelType-wrapper,
.it-it .travelType-wrapper {
    width: 290px !important;
}

@media (max-width: 480px) {
    .de-at .travelType-wrapper,
    .de-de .travelType-wrapper,
    .id-sea .travelType-wrapper,
    .th-sea .travelType-wrapper,
    .vi-sea .travelType-wrapper,
    .it-it .travelType-wrapper {
        width: auto !important;
    }
}

.de-at .travelType-wrapper .ui-radio-wrapper .label-radio,
.de-de .travelType-wrapper .ui-radio-wrapper .label-radio,
.id-sea .travelType-wrapper .ui-radio-wrapper .label-radio,
.th-sea .travelType-wrapper .ui-radio-wrapper .label-radio,
.vi-sea .travelType-wrapper .ui-radio-wrapper .label-radio,
.it-it .travelType-wrapper .ui-radio-wrapper .label-radio {
    padding-left: 0;
    padding-right: 3px;
}

.zh-cn .input-group-dSearch .dropdown-menu li a,
.zh-us .input-group-dSearch .dropdown-menu li a,
.zh-tw .input-group-dSearch .dropdown-menu li a,
.zh-au .input-group-dSearch .dropdown-menu li a,
.zh-sea .input-group-dSearch .dropdown-menu li a,
.zh-hk .input-group-dSearch .dropdown-menu li a {
    padding-left: 5px;
}

span.glyphicon.icon-popup {
    background-image: url("../images/icon-popup.png");
    background-repeat: no-repeat;
    height: 18px;
    position: absolute;
    width: 18px;
    margin-top: 2px;
    float: right;
    margin-left: 4px;
    margin-right: 2px;
}

@media (max-width: 639px) {
    span.glyphicon.icon-popup {
        /*margin-top: 112px;*/
        position: relative;
    }

        span.glyphicon.icon-popup.multi-search-icon {
            position: absolute;
            margin-top: 84px;
        }

        span.glyphicon.icon-popup.infants-icon {
            margin-top: 232px;
            position: absolute;
        }
}

@media (max-width: 639px) and (min-width: 480px) {
    span.glyphicon.icon-popup.multi-search-icon {
        margin-top: 64px;
    }

    span.glyphicon.icon-popup.infants-icon {
        margin-top: 232px;
    }
}

span.glyphicon.icon-popup.full-screen-icon {
    margin-left: 5px;
    position: relative;
}

span.glyphicon.icon-popup.multi-search-icon {
    margin-left: 3px;
}

@media (max-width: 480px) {
    span.glyphicon.icon-popup.multi-search-icon.infants-icon {
        margin-top: 212px;
    }
}

#promoCode span.glyphicon.icon-popup {
    right: 14px;
    margin-top: 8px;
    position: absolute;
}

.vi-sea .select-group label {
    min-height: 40px;
}

.vi-sea span.glyphicon.icon-popup {
    margin-top: 20px;
    margin-left: 40px;
}

@media (max-width: 480px) {
    .vi-sea span.glyphicon.icon-popup {
        position: absolute;
        margin-top: 111px;
        margin-left: 0;
    }

    .vi-sea .select-group-infant.in span.glyphicon.icon-popup {
        margin-top: 270px;
    }
}

@media (max-width: 480px) {
    .nl-nl span.glyphicon.icon-popup, .jp-jp span.glyphicon.icon-popup, .id-sea span.glyphicon.icon-popup {
        position: absolute;
        margin-top: 91px;
    }

    .nl-nl .select-group-infant.in span.glyphicon.icon-popup, .jp-jp .select-group-infant.in span.glyphicon.icon-popup, .id-sea .select-group-infant.in span.glyphicon.icon-popup {
        margin-top: 230px;
    }
}

.promo-warning {
    width: 290px;
    font-size: 12px;
    color: #ed1556;
    text-align: center;
    margin-left: -34px;
}

@media (max-width: 480px) {
    .select-group-infant.collapse span.glyphicon.icon-popup {
        visibility: hidden;
    }

    .select-group-infant.in span.glyphicon.icon-popup {
        visibility: visible;
    }
}

.popup-static.airport-selector .modal-dialog {
    width: 682px;
}

@media (max-width: 639px) {
    .popup-static.airport-selector .modal-dialog {
        width: 100%;
    }
}

.popup-static.airport-selector .modal-dialog .modal-content {
    margin: 0;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.95);
}

    .popup-static.airport-selector .modal-dialog .modal-content .modal-header {
        padding: 0;
        margin: 0;
    }

        .popup-static.airport-selector .modal-dialog .modal-content .modal-header .close {
            margin-right: -24px;
            margin-top: -24px;
            background-size: 25px auto;
            height: 33px;
            width: 33px;
        }

    .popup-static.airport-selector .modal-dialog .modal-content .modal-body.static-popup {
        padding: 0;
        width: 580px;
        margin: 0 auto !important;
        background-color: #fff;
    }

@media (max-width: 639px) {
    .popup-static.airport-selector .modal-dialog .modal-content .modal-body.static-popup {
        width: 100%;
    }
}

.popup-static.airport-selector .modal-dialog .modal-content .modal-body.static-popup .table.table-article {
    border: 1px solid #ebebeb;
}

    .popup-static.airport-selector .modal-dialog .modal-content .modal-body.static-popup .table.table-article thead {
        font-size: 16px;
    }

        .popup-static.airport-selector .modal-dialog .modal-content .modal-body.static-popup .table.table-article thead td {
            padding: 15px;
            vertical-align: middle;
        }

    .popup-static.airport-selector .modal-dialog .modal-content .modal-body.static-popup .table.table-article tbody {
        font-size: 12px;
    }

        .popup-static.airport-selector .modal-dialog .modal-content .modal-body.static-popup .table.table-article tbody td {
            padding: 15px;
            vertical-align: middle;
        }

.airport-selector.login-popup .modal-dialog .modal-content {
    padding: 5px 50px !important;
    background-color: white;
}

.airport-selector.login-popup .modal-dialog {
    width: 400px;
}

@media (max-width: 480px) {
    .airport-selector.login-popup .modal-dialog {
        width: 100%;
        margin: 0 auto !important;
        margin-top: 100px !important;
    }
}

.airport-selector.login-popup .modal-dialog .modal-content .modal-header {
    margin: 0;
    padding: 0 40px;
}

    .airport-selector.login-popup .modal-dialog .modal-content .modal-header .close {
        margin-right: -92px;
    }

.airport-selector.login-popup .modal-dialog .modal-content .modal-body .small-width {
    margin: 0;
    padding: 0 15px;
}

.airport-selector.login-popup .modal-dialog .modal-content .modal-body .form-group input {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    height: 40px;
    line-height: 1;
    max-width: 208px;
    text-indent: 5px;
    width: 100%;
    left: 23px;
    position: relative;
}

.airport-selector.login-popup .modal-dialog .modal-content .modal-body .form-group button {
    left: 24px;
}

.social-wrapper {
    border-left: 1px solid #ebebeb;
    padding: 0 0 0 25px;
}

@media (max-width: 480px) {
    .social-wrapper {
        border-left: 0;
        border-top: 1px solid #ebebeb;
        padding: 15px 0 0 0;
        margin-top: 10px;
    }
}

.social-wrapper.no-border {
    border-left: none;
    padding-left: 0;
}

.social-wrapper .disabled img {
    opacity: 0.7;
}

.social-wrapper .social-msg {
    line-height: 1.427;
    font-size: 12px;
}

    .social-wrapper .social-msg a {
        display: inline-block;
        text-decoration: none;
        color: #3e62ad !important;
        font-weight: 700;
        line-height: 1.427 !important;
        padding: 0;
    }

        .social-wrapper .social-msg a:hover {
            text-decoration: underline;
        }

.social-wrapper .seprator {
    font-weight: 700;
    position: absolute;
    left: 1px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 4px;
    border-radius: 50%;
    margin: 0 2px;
    line-height: 14px;
    text-align: center;
}

@media (max-width: 480px) {
    .social-wrapper .seprator {
        top: -2px;
    }
}

.social-wrapper .img-wrapper {
    padding: 10px 0 20px 0;
}

    .social-wrapper .img-wrapper a {
        float: left;
    }

        .social-wrapper .img-wrapper a img {
            width: auto;
        }

.signp-text {
    float: left;
}

    .signp-text .link-inline {
        border: none;
        background: none;
        float: left;
        color: #3e62ad;
        font-weight: 700;
        padding-top: 9px;
        font-size: 12px;
    }

        .signp-text .link-inline:hover {
            text-decoration: underline;
        }

.inline-element {
    display: inline-block !important;
    padding-left: 10px !important;
}

.top-bar-input {
    border: none !important;
    width: 100px !important;
    font-weight: 700 !important;
    font-size: 14px;
}

    .top-bar-input::focus {
        outline: none !important;
    }

    .top-bar-input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-weight: 400 !important;
    }

    .top-bar-input::-moz-placeholder {
        /* Firefox 19+ */
        font-weight: 400 !important;
    }

    .top-bar-input:-ms-input-placeholder {
        /* IE 10+ */
        font-weight: 400 !important;
    }

    .top-bar-input:-moz-placeholder {
        /* Firefox 18- */
        font-weight: 400 !important;
    }

/*!
Video.js Default Styles (http://videojs.com)
Version 4.12.13
Create your own skin at http://designer.videojs.com
*/
.vjs-default-skin {
    color: #ccc;
}

@font-face {
    font-family: VideoJS;
    src: url(../f/3/vjs.eot);
    src: url(../f/3/vjs.eot?#iefix) format("embedded-opentype"), url(../fonts/vjs.woff) format("woff"), url(../fonts/vjs.ttf) format("truetype"), url(../f/3/vjs.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
}

.vjs-default-skin .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    background-color: #333;
    background-color: rgba(51, 51, 51, 0.9);
}

    .vjs-default-skin .vjs-slider:focus {
        -webkit-box-shadow: 0 0 2em #fff;
        -moz-box-shadow: 0 0 2em #fff;
        box-shadow: 0 0 2em #fff;
    }

.vjs-default-skin .vjs-slider-handle {
    position: absolute;
    left: 0;
    top: 0;
}

    .vjs-default-skin .vjs-slider-handle:before {
        content: "\e009";
        font-family: VideoJS;
        font-size: 1em;
        line-height: 1;
        text-align: center;
        text-shadow: 0 0 1em #fff;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.vjs-default-skin .vjs-control-bar {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, 0.7);
}

.vjs-default-skin.vjs-has-started .vjs-control-bar {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .1s,opacity .1s;
    -moz-transition: visibility .1s,opacity .1s;
    -o-transition: visibility .1s,opacity .1s;
    transition: visibility .1s,opacity .1s;
}

.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s,opacity 1s;
    -moz-transition: visibility 1s,opacity 1s;
    -o-transition: visibility 1s,opacity 1s;
    transition: visibility 1s,opacity 1s;
}

.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
    display: none;
}

.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
    display: none;
}

.vjs-default-skin.vjs-error .vjs-control-bar {
    display: none;
}

.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible;
}

@media \0screen {
    .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
        content: "";
    }
}

.vjs-default-skin .vjs-control {
    outline: 0;
    position: relative;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 3em;
    width: 4em;
}

    .vjs-default-skin .vjs-control:before {
        font-family: VideoJS;
        font-size: 1.5em;
        line-height: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    }

    .vjs-default-skin .vjs-control:focus:before, .vjs-default-skin .vjs-control:hover:before {
        text-shadow: 0 0 1em #fff;
    }

.vjs-default-skin .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.vjs-default-skin .vjs-play-control {
    width: 5em;
    cursor: pointer;
}

    .vjs-default-skin .vjs-play-control:before {
        content: "\e001";
    }

.vjs-default-skin.vjs-playing .vjs-play-control:before {
    content: "\e002";
}

.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
    font-size: 1.5em;
    line-height: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
    width: 4em;
    left: -2em;
    list-style: none;
}

.vjs-default-skin .vjs-mute-control, .vjs-default-skin .vjs-volume-menu-button {
    cursor: pointer;
    float: right;
}

    .vjs-default-skin .vjs-mute-control:before, .vjs-default-skin .vjs-volume-menu-button:before {
        content: "\e006";
    }

    .vjs-default-skin .vjs-mute-control.vjs-vol-0:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
        content: "\e003";
    }

    .vjs-default-skin .vjs-mute-control.vjs-vol-1:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
        content: "\e004";
    }

    .vjs-default-skin .vjs-mute-control.vjs-vol-2:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
        content: "\e005";
    }

.vjs-default-skin .vjs-volume-control {
    width: 5em;
    float: right;
}

.vjs-default-skin .vjs-volume-bar {
    width: 5em;
    height: .6em;
    margin: 1.1em auto 0;
}

.vjs-default-skin .vjs-volume-level {
    position: absolute;
    top: 0;
    left: 0;
    height: .5em;
    width: 100%;
    background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
    width: .5em;
    height: .5em;
    left: 4.5em;
}

.vjs-default-skin .vjs-volume-handle:before {
    font-size: .9em;
    top: -.2em;
    left: -.2em;
    width: 1em;
    height: 1em;
}

.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
    display: block;
    width: 0;
    height: 0;
    border-top-color: transparent;
}

    .vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
        height: 0;
        width: 0;
    }

    .vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu, .vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
        border-top-color: rgba(7, 40, 50, 0.5);
    }

        .vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content, .vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
            height: 2.9em;
            width: 10em;
        }

.vjs-default-skin .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    font-size: .3em;
    height: 1em;
    top: -1em;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.vjs-default-skin:hover .vjs-progress-control {
    font-size: .9em;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.vjs-default-skin .vjs-progress-holder {
    height: 100%;
}

    .vjs-default-skin .vjs-progress-holder .vjs-play-progress, .vjs-default-skin .vjs-progress-holder .vjs-load-progress, .vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
        position: absolute;
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        width: 0;
        left: 0;
        top: 0;
    }

.vjs-default-skin .vjs-play-progress {
    background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.vjs-default-skin .vjs-load-progress {
    background: #646464;
    background: rgba(255, 255, 255, 0.2);
}

    .vjs-default-skin .vjs-load-progress div {
        background: #787878;
        background: rgba(255, 255, 255, 0.1);
    }

.vjs-default-skin .vjs-seek-handle {
    width: 1.5em;
    height: 100%;
}

    .vjs-default-skin .vjs-seek-handle:before {
        padding-top: .1em;
    }

.vjs-default-skin.vjs-live .vjs-time-controls, .vjs-default-skin.vjs-live .vjs-time-divider, .vjs-default-skin.vjs-live .vjs-progress-control {
    display: none;
}

.vjs-default-skin.vjs-live .vjs-live-display {
    display: block;
}

.vjs-default-skin .vjs-live-display {
    display: none;
    font-size: 1em;
    line-height: 3em;
}

.vjs-default-skin .vjs-time-controls {
    font-size: 1em;
    line-height: 3em;
}

.vjs-default-skin .vjs-current-time {
    float: left;
}

.vjs-default-skin .vjs-duration {
    float: left;
}

.vjs-default-skin .vjs-remaining-time {
    display: none;
    float: left;
}

.vjs-time-divider {
    float: left;
    line-height: 3em;
}

.vjs-default-skin .vjs-fullscreen-control {
    width: 3.8em;
    cursor: pointer;
    float: right;
}

    .vjs-default-skin .vjs-fullscreen-control:before {
        content: "\e000";
    }

.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\e00b";
}

.vjs-default-skin .vjs-big-play-button {
    left: 6.5em;
    top: 4.5em;
    font-size: 3em;
    display: block;
    z-index: 2;
    position: absolute;
    width: 71px;
    height: 71px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    /* background-color: #07141e;
    background-color: rgba(7,20,30,.7);
    -webkit-box-shadow: 0 0 1em rgba(255,255,255,.25);
    -moz-box-shadow: 0 0 1em rgba(255,255,255,.25);
    box-shadow: 0 0 1em rgba(255,255,255,.25);*/
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    transition: all .4s;
    background: url(../images/icon-play.png) no-repeat;
}

.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    left: 50%;
    margin-left: -2.1em;
    top: 50%;
    margin-top: -1.4000000000000001em;
}

.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
    display: none;
}

.vjs-default-skin.vjs-has-started .vjs-big-play-button {
    display: none;
}

.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
    display: none;
}

.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
    outline: 0;
    border-color: #fff;
    /* background-color: #505050;
    background-color: rgba(50,50,50,.75);
    -webkit-box-shadow: 0 0 3em #fff;
    -moz-box-shadow: 0 0 3em #fff;
    box-shadow: 0 0 3em #fff;*/
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.vjs-default-skin .vjs-big-play-button:before {
    font-family: VideoJS;
    line-height: 2.6em;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.vjs-error .vjs-big-play-button {
    display: none;
}

.vjs-error-display {
    display: none;
}

.vjs-error .vjs-error-display {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .vjs-error .vjs-error-display:before {
        content: 'X';
        font-family: Arial;
        font-size: 4em;
        color: #666;
        line-height: 1;
        text-shadow: .05em .05em .1em #000;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -.5em;
        width: 100%;
    }

.vjs-error-display div {
    position: absolute;
    bottom: 1em;
    right: 0;
    left: 0;
    font-size: 1.4em;
    text-align: center;
    padding: 3px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
}

.vjs-error-display a, .vjs-error-display a:visited {
    color: #F4A460;
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 4em;
    line-height: 1;
    width: 1em;
    height: 1em;
    margin-left: -.5em;
    margin-top: -.5em;
    opacity: .75;
}

.vjs-waiting .vjs-loading-spinner, .vjs-seeking .vjs-loading-spinner {
    display: block;
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}

.vjs-error .vjs-loading-spinner {
    display: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

.vjs-default-skin .vjs-loading-spinner:before {
    content: "\e01e";
    font-family: VideoJS;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    text-align: center;
    text-shadow: 0 0 .1em #000;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.vjs-default-skin .vjs-menu-button {
    float: right;
    cursor: pointer;
}

.vjs-default-skin .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin-bottom: 3em;
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;
    border-top: 1.55em solid #000;
    border-top-color: rgba(7, 40, 50, 0.5);
}

.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 10em;
    bottom: 1.5em;
    max-height: 15em;
    overflow: auto;
    left: -5em;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, 0.7);
    -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
    -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
    box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}

.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu, .vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
    display: block;
}

.vjs-default-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu {
    display: none;
}

.vjs-default-skin .vjs-menu-button ul li {
    list-style: none;
    margin: 0;
    padding: .3em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
}

    .vjs-default-skin .vjs-menu-button ul li.vjs-selected {
        background-color: #000;
    }

        .vjs-default-skin .vjs-menu-button ul li:focus, .vjs-default-skin .vjs-menu-button ul li:hover, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
            outline: 0;
            color: #111;
            background-color: #fff;
            background-color: rgba(255, 255, 255, 0.75);
            -webkit-box-shadow: 0 0 1em #fff;
            -moz-box-shadow: 0 0 1em #fff;
            box-shadow: 0 0 1em #fff;
        }

    .vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
        text-align: center;
        text-transform: uppercase;
        font-size: 1em;
        line-height: 2em;
        padding: 0;
        margin: 0 0 .3em;
        font-weight: 700;
        cursor: default;
    }

.vjs-default-skin .vjs-subtitles-button:before {
    content: "\e00c";
}

.vjs-default-skin .vjs-captions-button:before {
    content: "\e008";
}

.vjs-default-skin .vjs-chapters-button:before {
    content: "\e00c";
}

.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
    width: 24em;
    left: -12em;
}

.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before, .vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
    -webkit-box-shadow: 0 0 1em #fff;
    -moz-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff;
}

.video-js {
    width: 100% !important;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    font-family: Arial,sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .video-js .vjs-tech {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-js:-moz-full-screen {
        position: absolute;
    }

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    _position: absolute;
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}

.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .vjs-poster img {
        display: block;
        margin: 0 auto;
        max-height: 100%;
        padding: 0;
        width: 100%;
    }

.video-js.vjs-has-started .vjs-poster {
    display: none;
}

.video-js.vjs-audio.vjs-has-started .vjs-poster {
    display: block;
}

.video-js.vjs-controls-disabled .vjs-poster {
    display: none;
}

.video-js.vjs-using-native-controls .vjs-poster {
    display: none;
}

.video-js .vjs-text-track-display {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 3em;
    right: 0;
    pointer-events: none;
}

.vjs-caption-settings {
    position: relative;
    top: 1em;
    background-color: #000;
    opacity: .75;
    color: #FFF;
    margin: 0 auto;
    padding: .5em;
    height: 15em;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    width: 40em;
}

    .vjs-caption-settings .vjs-tracksettings {
        top: 0;
        bottom: 2em;
        left: 0;
        right: 0;
        position: absolute;
        overflow: auto;
    }

    .vjs-caption-settings .vjs-tracksettings-colors, .vjs-caption-settings .vjs-tracksettings-font {
        float: left;
    }

        .vjs-caption-settings .vjs-tracksettings-colors:after, .vjs-caption-settings .vjs-tracksettings-font:after, .vjs-caption-settings .vjs-tracksettings-controls:after {
            clear: both;
        }

    .vjs-caption-settings .vjs-tracksettings-controls {
        position: absolute;
        bottom: 1em;
        right: 1em;
    }

    .vjs-caption-settings .vjs-tracksetting {
        margin: 5px;
        padding: 3px;
        min-height: 40px;
    }

        .vjs-caption-settings .vjs-tracksetting label {
            display: block;
            width: 100px;
            margin-bottom: 5px;
        }

        .vjs-caption-settings .vjs-tracksetting span {
            display: inline;
            margin-left: 5px;
        }

        .vjs-caption-settings .vjs-tracksetting > div {
            margin-bottom: 5px;
            min-height: 20px;
        }

            .vjs-caption-settings .vjs-tracksetting > div:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                min-height: 0;
            }

    .vjs-caption-settings label > input {
        margin-right: 10px;
    }

    .vjs-caption-settings input[type=button] {
        width: 40px;
        height: 40px;
    }

.vjs-hidden {
    display: none !important;
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.vjs-no-js {
    padding: 2em;
    color: #ccc;
    background-color: #333;
    font-size: 1.8em;
    font-family: Arial,sans-serif;
    text-align: center;
    width: 30em;
    height: 15em;
    margin: 0 auto;
}

    .vjs-no-js a, .vjs-no-js a:visited {
        color: #F4A460;
    }

input[type=range] {
    width: 300px;
}

ul[rn-carousel] {
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    position: relative;
    margin: 0 45px;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

    ul[rn-carousel] > li {
        color: black;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: visible;
        vertical-align: top;
        position: absolute;
        left: 0;
        right: 0;
        white-space: normal;
        padding: 0;
        margin: 0;
        list-style-type: none;
        width: 100%;
        height: 100%;
        display: inline-block;
    }

/* prevent flickering when moving buffer */
ul[rn-carousel-buffered] > li {
    display: none;
}

ul[rn-carousel-transition="hexagon"] {
    overflow: visible;
}

/* indicators */
div.rn-carousel-indicator span {
    cursor: pointer;
    color: #666;
}

    div.rn-carousel-indicator span.active {
        color: white;
    }

/* prev/next controls */
.rn-carousel-control {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    font-size: 2rem;
    width: 20px;
    height: 20px;
    padding: 5px;
    position: absolute;
    top: 28%;
    opacity: 0.75;
    cursor: pointer;
}

    .rn-carousel-control:hover {
        opacity: 1;
    }

    .rn-carousel-control.rn-carousel-control-prev {
        background: url(../images/carousel-left.jpg) no-repeat;
        background-size: 20px 40px;
        background-position: 0 -20px;
        cursor: pointer;
        left: 0.5em;
    }

        .rn-carousel-control.rn-carousel-control-prev.disabled {
            background-position: 0 0;
            cursor: default;
        }

        .rn-carousel-control.rn-carousel-control-prev:before {
            content: "";
        }

    .rn-carousel-control.rn-carousel-control-next {
        background: url(../images/carousel-right.jpg) no-repeat;
        background-size: 20px 40px;
        background-position: 0 -20px;
        cursor: pointer;
        right: 0.5em;
    }

        .rn-carousel-control.rn-carousel-control-next.disabled {
            background-position: 0 0;
            cursor: default;
        }

        .rn-carousel-control.rn-carousel-control-next:before {
            content: "";
        }

/*added by Tiwari*/
.inspiration ul[rn-carousel] {
    margin: 0;
    min-height: 270px;
}

.inspiration .feature-things .layer.layer-ispcontent {
    margin: 0;
}

.inspiration .feature-things .layer {
    width: 33.3333333333%;
    padding: 0;
}

.inspiration .carouselwrapper .feature-things .layer img {
    width: 100%;
    height: auto;
}

.container > div.row .carouselwrapper .col-sm-height {
    padding-right: 7px;
}

.inspiration .rn-carousel-control.rn-carousel-control-prev {
    left: -1em;
    top: 44%;
}

.inspiration .rn-carousel-control.rn-carousel-control-next {
    right: -1em;
    top: 44%;
}

@media only screen and (min-width: 639px) and (max-width: 769px) {
    .inspiration .feature-things .layer {
        width: 50%;
    }

    .container > div.row .carouselwrapper .col-sm-height {
        height: 250px;
    }

    .inspiration ul[rn-carousel] {
        margin: 0 30px;
    }

    .inspiration .rn-carousel-control.rn-carousel-control-prev {
        left: 0.5em;
    }

    .inspiration .rn-carousel-control.rn-carousel-control-next {
        right: 0.5em;
    }

    .overviewClass {
        top: -25px !important;
        left: 10px !important;
    }
}

@media (min-width: 639px) {
    .desktopHide {
        display: none !important;
    }
}

@media (max-width: 639px) {
    .hide-on-mobile {
        display: none !important;
    }

    .app-modal-window .modal-dialog {
        margin: 0 !important;
        padding: 0 !important;
    }

    .guide-header .guide-button button {
        margin-left: 0 !important;
    }

    .app-modal-window .container {
        padding-left: 0px !important;
    }

    .app-modal-window .guide-button .guide-button {
        padding-left: 5px !important;
    }

    .overviewClass {
        top: -25px !important;
        left: 5px !important;
    }

    .glyphicon.glyphicon-question-sign-top {
        margin-right: 0px;
    }
}

.collapseItem {
    display: block !important;
}

.glyphicon-uparrow {
    width: 8px;
    height: 18px;
    background-image: url(../images/icons/icon-bird-red.png);
    background-repeat: no-repeat;
    top: 20px;
    margin-left: 10px;
    vertical-align: middle;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.glyphicon-downarrow {
    width: 8px;
    height: 18px;
    background-image: url(../images/icons/icon-bird-red.png);
    background-repeat: no-repeat;
    top: 20px;
    margin-left: 10px;
    vertical-align: middle;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*Modal home page*/
@media (min-width: 1280px) {
    .app-modal-window .container {
        width: 992px !important;
    }
}

@media (min-width: 1441px) {
    .app-modal-window .container {
        width: 1170px !important;
    }
}

.no-padding {
    padding: 0;
}

.guide-header {
    background-color: #fbfbfb;
}

    .guide-header .guide-icon {
        text-align: left;
        height: 100px;
    }

        .guide-header .guide-icon a {
            padding: 20px 0;
            width: 50%;
            height: 100%;
            float: left;
            display: inline-block;
            background: url("./image/cal-logo.png") left no-repeat;
            background-size: contain;
            background-position-y: middle;
        }

        .guide-header .guide-icon span {
            padding: 47px 0 0 15px;
            width: 50%;
            float: left;
            display: inline-block;
            font-size: 12px;
            color: black;
        }

    .guide-header .guide-button {
        padding: 10px 0 20px 0;
        height: 100%;
        vertical-align: middle;
        text-align: center;
        background-color: transparent;
    }

        .guide-header .guide-button button {
            margin: 0 5px;
            line-height: 42px;
            font-size: 12px;
            color: #fff;
            border: 1px solid #fff;
            background-color: transparent;
            width: 20%;
        }

            .guide-header .guide-button button:nth-of-type(1) {
                margin-left: 0;
            }

            .guide-header .guide-button button:nth-of-type(3) {
                margin-right: 0;
            }

@media (max-width: 991px) {
    .guide-header .guide-icon {
        height: 70px;
    }

        .guide-header .guide-icon a {
            max-width: 239px;
        }

        .guide-header .guide-icon span {
            padding-top: 32px;
            padding-left: 15px;
        }

    .guide-header .guide-button {
        padding-top: 10px;
        text-align: left;
    }

        .guide-header .guide-button button {
            width: 133px;
        }
}

@media (max-width: 640px) {
    .guide-header .guide-icon {
        height: 70px;
    }

        .guide-header .guide-icon a {
            height: 50%;
            width: 174px;
            background-position-y: bottom;
        }

        .guide-header .guide-icon span {
            float: none;
            width: 100%;
            padding-top: 0px;
            padding-left: 0;
        }

    .guide-header .guide-button {
        padding-top: 10px;
        text-align: left;
        padding-left: 10px;
    }

        .guide-header .guide-button button {
            line-height: 1.3;
            height: 44px;
            vertical-align: middle;
            width: 30%;
        }
}

.guide-body {
    background-color: #333;
}

.guide-video {
    width: 100%;
    height: auto;
    padding: 0 0 56.25% 0;
    position: relative;
}

    .guide-video #player {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.app-modal-window .modal-body {
    margin-left: auto;
    margin-right: auto;
    width: 720px;
    padding: 0;
}

.app-modal-window .modal-header {
    padding: 0;
}

@media (max-width: 992px) {
    .app-modal-window .modal-body {
        width: 640px;
    }
}

@media (max-width: 800px) {
    .app-modal-window .modal-body {
        width: 530px;
    }
}

.app-modal-window .modal-dialog {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 480px) {
    .app-modal-window .modal-body {
        width: 100%;
    }

    .app-modal-window .modal-dialog {
        width: 100%;
    }
}

.app-modal-window .modal-dialog:before, .app-modal-window .modal-dialog:after {
    content: " ";
    display: table;
}

.app-modal-window .modal-dialog:after {
    clear: both;
}

/*.app-modal-window{
            background: #333333!important;
      }
      .app-modal-window.fade.in{
        opacity: 0.9!important;
      }*/
.app-modal-window .modal-content {
    background-color: inherit;
    border: none;
    box-shadow: none;
}

.app-modal-window .guide-header {
    background-color: initial;
}

.app-modal-window .close {
    opacity: 1 !important;
    color: #fff;
    background-image: url("../images/close_website_overview.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

.overviewClass {
    position: absolute;
    top: -30px;
    left: 20px;
    font-weight: 700;
}

.pageHeader .overviewClass .website-overview {
    color: #0054a4;
    cursor: pointer;
}

@media (max-width: 640px) {
    .guide-header .guide-button button {
        width: 60%;
        margin-top: 15px;
    }
}

.hideAlways {
    display: none;
}

.guide-button .guideTitle {
    color: white;
    font-size: 12px;
    margin-bottom: 15px;
}

.app-modal-window .guide-header {
    background-color: inherit;
}

/*Modal Home Page*/
/*carousel changes*/
.inspiration .promotion-wrapper ul[rn-carousel] > li {
    width: 33.33%;
}

    .inspiration .promotion-wrapper ul[rn-carousel] > li .layer {
        width: 100%;
    }

@media only screen and (min-width: 639px) and (max-width: 769px) {
    .inspiration .promotion-wrapper ul[rn-carousel] > li {
        width: 50%;
    }
}

.disabledLabel {
    cursor: default;
    color: grey;
}

.disabledSpan {
    box-shadow: 0 0 0 2px lightgrey !important;
}

@media only screen and (min-width: 992px) and (max-width: 1147px) {
    .app-modal-window .guide-header .guide-button.col-md-12 {
        width: 80%;
    }

    .guide-header .guide-button button {
        width: 25%;
    }
}

@media screen and (device-aspect-ratio: 2 / 3) {
    .before-header .overviewClass .website-overview {
        font-size: 12px;
    }

    .before-header .travel-more-sm {
        font-size: 12px;
    }
}

@media screen and (device-aspect-ratio: 40 / 71) {
    .before-header .overviewClass .website-overview {
        font-size: 12px;
    }

    .before-header .travel-more-sm {
        font-size: 12px;
    }

        .before-header .travel-more-sm span#alertTextXs {
            font-size: 12px;
        }
}

@media only screen and (min-width: 639px) and (max-width: 769px) {
    .inspiration ul[rn-carousel] {
        min-height: 300px;
    }
}

/*added By Tiwari*/
.sitemap-header h1 {
    font-size: 45px;
    margin: 50px 0;
}

.sitemap-content h2 {
    font-size: 30px;
    padding: 0 5px;
    margin: 30px 0 20px 0;
}

.sitemap-content .sitemap-content-row {
    width: 100%;
    margin: 0;
}

.sitemap-content ul {
    border-left: 1px solid #ddd;
    margin: 20px 0 30px 0;
}

    .sitemap-content ul li h3 {
        margin: 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
        display: block;
    }

    .sitemap-content ul li a {
        color: #0054a4;
        line-height: 24px;
        display: block;
    }

        .sitemap-content ul li a:hover {
            text-decoration: underline;
        }

.sitemap-content-row ul li {
    padding-left: 10px;
}

    .sitemap-content-row ul li:first-child {
        padding-left: 0px;
    }

    .sitemap-content-row ul li > ul {
        border: none;
        margin: 0;
        padding-left: 10px;
    }

        .sitemap-content-row ul li > ul li {
            padding-left: 0px;
        }

.invoice-header small {
    max-width: 800px;
}

.invoice-form-title {
    font-size: 20px;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 15px;
}

.invoice-row {
    margin-top: 30px;
    margin-bottom: 50px;
}

    .invoice-row .content-dropdown-text {
        max-width: 900px;
        padding-left: 15px;
        margin: 15px 0;
    }

.invoice-input input {
    padding: 14px;
    height: 60px;
    color: #0054a4;
}

.invoice-radio {
    padding-left: 15px;
    margin: 15px 0;
}

    .invoice-radio .ui-radio-wrapper {
        margin-right: 20px;
        display: inline-block;
    }

    .invoice-radio .fake-radio {
        width: 12px !important;
        height: 12px !important;
        border-width: 2px;
        margin-left: 2px;
    }

    .invoice-radio .label-text {
        font-size: 14px;
        top: -1px !important;
    }

.invoice-checkbox {
    padding-left: 0px;
    margin: 15px 0;
}

    .invoice-checkbox .ui-checkbox-warpper {
        display: inline-block;
    }

    .invoice-checkbox .ui-checkbox {
        position: absolute;
        clip: rect(0, 0, 0, 0);
    }

    .invoice-checkbox .fake-checkbox {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #ebebeb;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

    .invoice-checkbox:hover .fake-checkbox {
        border: 2px solid #0054a4;
    }

    .invoice-checkbox .label-text {
        line-height: 18px;
        left: 5px;
        top: -2px;
        position: relative;
        font-size: 14px;
    }

.invoice-checkbox-checked {
    background: url(../images/icon-check-blue.png) no-repeat;
    background-size: 75%;
    background-position-x: 2px;
    background-position-y: 4px;
}

.invoice-link {
    padding-left: 15px;
    margin-bottom: -20px;
}

    .invoice-link a {
        padding: 0 5px;
        color: #0054a4;
        text-decoration: underline;
    }

        .invoice-link a:hover {
            text-decoration: none;
        }

.tooltip.customClass .tooltip-inner {
    color: black;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #0054a4;
}

.invoice-submit {
    text-align: center;
}

    .invoice-submit button {
        width: 208px;
    }

.row .no-padd-lf {
    padding-left: 0px;
}

.row .no-padd-right {
    padding-right: 0px;
}

.row .no-padd {
    padding: 0px;
}

.row .no-margin {
    margin: 0px;
}

.col-xs-12.col-sm-4.invoice-input {
    margin-bottom: 15px;
}

.timetable-date {
    display: block;
    margin-bottom: 5px;
    margin-top: 2px;
}

.invoice-row .content-dropdown-text .dropdown-text p {
    padding-left: 5px;
}

.invoice-row .btn.btn-brand-pink {
    line-height: 50px;
    height: auto;
    margin: 0 auto;
}

.invoice-row fieldset {
    clear: both;
}

.padleft {
    padding-left: 7.5px;
}

@media (max-width: 639px) {
    .padleft15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .marleft15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}

@media (max-width: 992px) {
    .paddingleft15 {
        padding-left: 15px !important;
    }
}

header.header-blue {
    padding-top: 77px;
    color: #fff;
}

    header.header-blue h1 {
        margin-top: 0;
    }

.lounge-form {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .lounge-form h2 {
        padding-bottom: 15px;
    }

    .lounge-form .dropdown-big {
        height: 45px;
    }

    .lounge-form .height-big {
        height: 58px;
    }

    .lounge-form .ui-select-wrapper .ui-select {
        z-index: 3;
        background-color: transparent;
    }

.external-link {
    padding-right: 16px;
    background-position: right !important;
    background-repeat: no-repeat !important;
    background-size: 12px 12px !important;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjExcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDExIDEwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0MCAoMzM3NjIpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPmNhX2V4dGVybmFsaW5rPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFydGJvYXJkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDkzLjAwMDAwMCwgLTM0MC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9ImNhX2V4dGVybmFsaW5rIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAzNDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlBhZ2UtMSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJBcnRib2FyZCI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTMiIHN0cm9rZT0iIzAwNTRBNCIgcG9pbnRzPSIwIDAgNS42NDIwNjg2N2UtMTYgOC43NzQwODg1OCA5LjAwOTE5NTk3IDguNzc0MDg4NTgiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjY2NjY2NywgMS42NjY2NjcpIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgtNSIgZmlsbD0iIzAwNTRBNCIgcG9pbnRzPSIwIDQuODIzMDgyMjcgMC43NTU5MTE2MDMgNS41Nzg5OTM4OCA1LjU3MDEwNDY3IDAuNzU1OTExNjAzIDQuODE0MTkzMDcgMCI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtNCIgc3Ryb2tlPSIjMDA1NEE0IiBwb2ludHM9IjEuNjY2NjY2NjcgMCA1LjYwMzcwMzA1IDAgNS42MDM3MDMwNSAzLjg0Mjc1ODg3Ij48L3BvbHlsaW5lPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) !important;
}

    .external-link.white-external-link {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjlweCIgdmlld0JveD0iMCAwIDkgOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDIgKDM2NzgxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA1PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFydGJvYXJkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMxNi4wMDAwMDAsIC0yODIuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzMTcuMDAwMDAwLCAyODIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtNyIgcG9pbnRzPSIwIDAgMCA4IDggOCI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUGF0aC04IiBwb2ludHM9IjMgMSA3IDEgNyA1Ij48L3BvbHlsaW5lPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTIsNiBMNywxIiBpZD0iUGF0aC05Ij48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) !important;
    }

    .external-link.external-link-tr {
        background-position: top right !important;
    }

.list-container .lounge-group {
    margin-left: 5px;
    margin-right: 5px;
}

    .list-container .lounge-group .list-lounge {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 15px;
    }

        .list-container .lounge-group .list-lounge .discover .media-lists {
            position: relative;
            /*.heading-top {
            position: absolute;
            top: 0;
            z-index: 9999;
            padding: 3px 0;
            background-color: #333;
            opacity: 0.8;
            width: 100%;
            strong {
              font-size: 16px;
              color: #fff;
              text-align: center;
              font-weight: bold;
            }
          }*/
        }

            .list-container .lounge-group .list-lounge .discover .media-lists.no-image-lounge {
                min-height: 233px;
                background-image: url("../images/site-logo.png");
                background-repeat: no-repeat;
                background-size: cover;
            }

        .list-container .lounge-group .list-lounge .discover .caption.caption-lounge {
            font-size: 14px;
            padding: 0;
        }

            .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .row:nth-of-type(2n) {
                background-color: #fbfbfb;
            }

            .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .row {
                margin: 0;
                padding: 7px 25px;
                line-height: 1.3;
            }

                .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .row.one-line {
                    display: table;
                    width: 100%;
                }

                    .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .row.one-line .text-tb {
                        display: table-cell !important;
                        float: none !important;
                        height: 20px !important;
                        vertical-align: middle !important;
                        padding: 0;
                    }

                .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .row.two-line {
                    display: table;
                    width: 100%;
                }

                    .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .row.two-line .text-tb {
                        display: table-cell !important;
                        float: none !important;
                        height: 34px !important;
                        vertical-align: middle !important;
                        padding: 0;
                    }

                    .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .row.two-line.heading-text {
                        padding: 0;
                    }

                .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .row.three-line {
                    display: table;
                    width: 100%;
                }

                    .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .row.three-line .text-tb {
                        display: table-cell !important;
                        float: none !important;
                        height: 61px !important;
                        vertical-align: middle !important;
                        padding: 0;
                    }

                    .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .row.three-line .bold-text {
                        padding: 0;
                    }

                    .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .row.three-line .text-data-desc {
                        padding: 0;
                        padding-left: 5px;
                        max-height: 300px;
                        overflow-y: auto;
                    }

                    .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .row.three-line.description {
                        padding-top: 25px;
                    }

                .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .row.white-background {
                    background-color: #fff;
                }

                    .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .row.white-background .text-link {
                        cursor: pointer;
                    }

                    .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .row.white-background .bold-text span.text-link {
                        color: #0054a4;
                    }

                        .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .row.white-background .bold-text span.text-link.select-close {
                            cursor: pointer;
                        }

                            .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .row.white-background .bold-text span.text-link.select-close .glyphicon.glyphicon-arrowblue {
                                width: 13px;
                                height: 10px;
                                background-image: url(../images/arrow-brandblue-close.png);
                                background-repeat: no-repeat;
                                overflow: hidden;
                            }

                .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .row .external-link {
                    background: none !important;
                }

                    .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .row .external-link .glyphicon-3d-image {
                        background-image: url("../images/3d-image.png");
                        background-repeat: no-repeat;
                        background-size: 30px 30px;
                        height: 30px;
                        margin-left: 8px;
                        overflow: hidden;
                        width: 30px;
                    }

                .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .row p {
                    margin: 0;
                }

            .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .bold-text {
                font-weight: 700;
            }

            .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .text-data {
                padding-left: 5px;
            }

                .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .text-data .text-underline.text-bold > a {
                    text-decoration: underline;
                    color: #333;
                }

                .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .text-data .glyphicon {
                    margin-left: -1px;
                }

                    .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .text-data .glyphicon.glyphicon-map-marker {
                        background-color: #3E62AE;
                        color: #ffffff;
                        padding: 4px;
                    }

                        .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .text-data .glyphicon.glyphicon-map-marker:hover {
                            color: #000000;
                        }

                .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .text-data .no-margin {
                    margin: 0px;
                }

                    .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .text-data .no-margin a {
                        font-weight: bold;
                        text-decoration: underline;
                    }

                        .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .text-data .no-margin a:hover {
                            text-decoration: none;
                            color: #4eb495;
                        }

                .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .text-data .image-facilities-container img {
                    margin-right: 5px;
                    margin-bottom: 3px;
                    margin-top: 3px;
                }

            .list-container .lounge-group .list-lounge .discover .caption.caption-lounge .text-data-desc {
                text-align: left;
                padding: 0;
            }

        .list-container .lounge-group .list-lounge .discover .lounge-footer .find-more-lounge {
            font-weight: 700;
            color: #e50049;
        }

.lounge-cont .image-descriptions {
    background-color: #fbfbfb;
}

    .lounge-cont .image-descriptions .image-heading {
        padding-left: 15px;
        padding-top: 15px;
        font-weight: 700;
        margin: 0;
    }

    .lounge-cont .image-descriptions .image-wrapper {
        overflow: hidden;
        width: 100%;
        padding: 15px;
        min-height: none;
    }

        .lounge-cont .image-descriptions .image-wrapper.full-height-image-wrapper {
            height: auto;
            max-height: none;
        }

        .lounge-cont .image-descriptions .image-wrapper li {
            float: left;
            width: 25%;
            min-height: 60px;
            overflow: hidden;
            padding-top: 10px;
        }

            .lounge-cont .image-descriptions .image-wrapper li img {
                float: left;
            }

            .lounge-cont .image-descriptions .image-wrapper li .bold-text {
                font-weight: 700;
                float: left;
                width: calc(100% - 40px);
                margin-left: 10px;
            }

@media (max-width: 992px) {
    .lounge-cont .image-descriptions {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .lounge-cont .image-descriptions .image-wrapper li {
            width: 50%;
        }
}

@media (max-width: 480px) {
    .lounge-cont .image-descriptions .image-wrapper li {
        width: 100%;
    }
}

.content-wrapper.container {
    margin: 10px auto;
}

    .content-wrapper.container .form_box {
        border: 2px solid #bbe9da;
        clear: both;
        overflow: hidden;
        margin: 0px;
        background-color: #f3f8f6;
        padding: 5px 15px 25px;
    }

        .content-wrapper.container .form_box label {
            font-weight: bold;
        }

        .content-wrapper.container .form_box strong {
            display: block;
            padding: 15px;
        }

        .content-wrapper.container .form_box .search_results {
            margin-left: -15px;
            margin-top: 10px;
        }

            .content-wrapper.container .form_box .search_results .result-listing {
                border: 2px solid #ccc;
                display: inline-block;
                color: #333;
                font-size: 13px;
                margin-top: 10px;
                width: 100%;
            }

                .content-wrapper.container .form_box .search_results .result-listing .row:nth-of-type(2n) {
                    background-color: #fbfbfb;
                }

.search_results.no-result {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 700;
}

.content-wrapper.container .search_results .result-listing .row {
    margin: 0px;
}

.content-wrapper.container .search_results .result-listing heading.bodered {
    display: block;
    margin: 0px;
    border-bottom: 2px solid #ccc;
    font-weight: bold;
    padding: 4px 0 13px 16px;
    background-color: #fbfbfb;
}

    .content-wrapper.container .search_results .result-listing heading.bodered span {
        line-height: 1.46;
    }

.content-wrapper.container .search_results .result-listing .bold-text {
    padding: 10px 0 4px 16px;
    line-height: 1.8;
    font-weight: bold;
}

.more-infosect .moreinfo-text .bold-text {
    font-weight: 700;
}

.marbtm15 {
    margin-bottom: 15px;
}

/*
@media (max-width: $screen-lg-min) { 
  .timetable-form .flight-step-date .row-flight-date {
      padding-left: 30px;
      font-size: 13px;
  }

}
*/
@media (max-width: 992px) {
    .before-header ul.alert-lists.in {
        margin-bottom: 0px;
    }

    .simplesearch .form-wrapper .book-steps-wrapper .glyphicon ~ span {
        max-width: 150px;
    }

    .muti-search .flight-step .btn-brand-pink {
        width: 208px;
        margin: 0 auto;
    }
}

@media (max-width: 639px) {
    .header-blue .margin-top-h1 {
        margin-top: 30px;
    }

    .animate-show .tb-update-status p span:nth-child(2) {
        display: none;
    }

    .pageHeader .navbar-nav .member-login .form-group input {
        max-width: none;
        box-shadow: none;
    }
}

@media (max-width: 639px) {
    /* --- for tabs in flight search ---*/
    .flightforms-wrapper .nav-tabs li#flightSearch {
        width: 51%;
    }

    .flightforms-wrapper .nav-tabs li.ng-isolate-scope {
        width: 49%;
    }
}

@media (max-width: 480px) {
    .nav > li > a {
        padding: 10px 0px;
    }

    .header-blue .container .pull-left.heading-cent {
        width: 100%;
    }

        .header-blue .container .pull-left.heading-cent h1 {
            font-size: 30px;
        }

    .header-blue .container .pull-right.heading-cent {
        width: 100%;
    }

        .header-blue .container .pull-right.heading-cent .margin-top-h1 {
            margin-top: 30px;
            text-align: center;
        }

    .header-blue .container .header-forms {
        width: 100%;
    }

        .header-blue .container .header-forms .ca-collapse-ctrl {
            text-align: center;
        }

        .header-blue .container .header-forms .ca-collapse .form-wrapper .hidden-xs {
            display: none;
        }

        .header-blue .container .header-forms .ca-collapse .form-wrapper .visible-xs {
            display: block;
        }

        .header-blue .container .header-forms .ca-collapse .form-result {
            text-align: center;
        }

    .fstatus-form-inner .form-group.flight-step-date {
        padding-left: 15px;
        padding-right: 15px;
    }

    .fstatus-form-inner .nav-tabs li a {
        padding: 10px 0px;
    }

    .timetable-form .flight-step-date .row-flight-date {
        padding-left: 24px;
        font-size: 12px;
    }

        .timetable-form .flight-step-date .row-flight-date .col-xs-6 {
            padding-right: 1px;
            padding-left: 14px;
        }
}

@media (max-width: 639px) {
    .search-results.list-container {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

        .search-results.list-container .lounge-group {
            margin-left: 0px !important;
            margin-right: 0px !important;
        }

            .search-results.list-container .lounge-group .list-lounge {
                padding-left: 0px !important;
                padding-right: 0px !important;
            }

    .marbtm15 {
        margin-bottom: 15px;
    }
}

.timetable-con .timetable-wrapper .flight-step-button .search-btn.search-btn-status {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 480px) {
    .pad0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.content-headline.pararaph-left-margin {
    margin-bottom: 0;
}

.header-image-Desktop {
    background-size: cover;
    background-repeat: no-repeat;
}

.header-image-Mobile {
    background-size: cover;
    background-repeat: no-repeat;
}

.btn.btn-default:disabled:hover {
    background-color: #0054a4;
}

table .btn.btn-default:disabled:hover {
    background-color: #fbfbfb;
}

.date-wrapper table td .btn.btn-default:hover {
    color: #0054a4;
}

.date-wrapper table td .btn.btn-default.btn-info:hover {
    color: #fff;
}

.date-wrapper table td .btn.btn-default.date-departure:hover .btn-info:hover {
    color: #fff;
}

.travel-pex p {
    color: #c20a0a;
    display: inline-block;
    margin-bottom: 0;
    padding-top: 15px;
}

    .travel-pex p:before {
        background-image: url("../images/icons/icon-error.png");
        background-repeat: no-repeat;
        content: "";
        height: 16px;
        margin-left: -22px;
        position: absolute;
        width: 16px;
    }

.promotion-banners .from {
    font-size: 12px;
    margin-bottom: 0;
    padding-top: 25px;
    color: #707070;
}

@media screen and (min-width: 639px) and (max-width: 992px) {
    .flight-step .col-sm-3 .search-btn {
        width: 170px !important;
        right: 10px;
    }
}

.modal-body h3 img {
    max-width: 100%;
}

.block-ui-overlay {
    background-image: url("../images/loading-ca.gif");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.8;
}

.tvcf-sec.cajourney {
    background: none;
}

    .tvcf-sec.cajourney .member .row-height .tvcf-pad {
        padding-left: 7.5px;
        padding-right: 7.5px;
        margin-top: 15px;
    }

@media (max-width: 480px) {
    .tvcf-sec.cajourney .member .row-height .tvcf-pad {
        padding: 0;
        margin: 0;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .tvcf-sec.cajourney .member .row-height .tvcf-pad .item {
        padding: 0;
        margin: 0;
    }
}

.tvcf-sec.cajourney .member .row-height .tvcf-pad .item h3 {
    font-weight: normal;
    font-size: 14px;
    /* padding-top:8px;
              padding-bottom:8px; */
    /*display: table-cell;*/
    height: 52px;
    /*padding: 0 20px 0 15px;*/
    vertical-align: middle;
    width: 100%;
    padding: 15px 20px 5px 15px;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
}

    .tvcf-sec.cajourney .member .row-height .tvcf-pad .item h3 .glyphicon {
        top: 0;
    }

        .tvcf-sec.cajourney .member .row-height .tvcf-pad .item h3 .glyphicon.glyphicon-arrowmore-blue {
            margin-top: 16px;
            position: absolute;
            right: 0;
        }

.tvcf-sec.cajourney .member .row-height .tvcf-pad .item .image-wrapper {
    min-height: 174px;
    height: 174px;
    background: #e6e6e6;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #e6e6e6 15%, #000 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 15%, center center, 100%, color-stop(0%, #e6e6e6), color-stop(100%, #000));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #e6e6e6 15%, #000 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #e6e6e6 15%, #000 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #e6e6e6 15%, #000 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #e6e6e6 15%, #000 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#000',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}

    .tvcf-sec.cajourney .member .row-height .tvcf-pad .item .image-wrapper .video-js.video-hover-in {
        opacity: 0.5;
    }

        .tvcf-sec.cajourney .member .row-height .tvcf-pad .item .image-wrapper .video-js.video-hover-in:hover {
            opacity: 0.7;
        }

.link-blue-breadcrumb {
    color: #0054a4;
    font-size: 12px;
    margin: 0 5px;
}

@media (max-width: 480px) {
    .full-text-width-list .full-text-content .divPageNavigation h2 {
        padding-top: 20px !important;
        padding-bottom: 0;
    }
}

.lounge-modal .modal-content {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.lounge-modal .close {
    background-image: url("../images/close-modal.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    opacity: 1;
}

.error-popup .modal-content {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.error-popup .close {
    background-image: url("../images/close-modal.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    opacity: 1;
}

.error-popup .modal-footer {
    padding: 15px 10px;
}

@media (max-width: 480px) {
    .error-popup .modal-footer .btn-brand-pink {
        max-width: 145px;
    }
}

@media (max-width: 359px) {
    .error-popup .modal-footer .btn-brand-pink {
        max-width: 135px;
    }

        .error-popup .modal-footer .btn-brand-pink:after {
            right: 5px;
        }
}

.text-tb.bold-text.padd-rght {
    padding-right: 10px !important;
}

/*for Retina screen*/
/*--------------------------*/
/*inset 0 1px 1px rgba(0, 0, 0, 0.075)*/
/*button with brand  color and has arrow on the right*/
.btn-brand-pink {
    color: white;
    background-color: #e50049;
    text-align: left;
    line-height: 60px;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 50px;
    position: relative;
}

    .btn-brand-pink:after {
        content: '';
        width: 8px;
        height: 18px;
        background-image: url(../images/icons/icon-bird-white.png);
        background-repeat: no-repeat;
        position: absolute;
        right: 14px;
        top: 50%;
        margin-top: -9px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .btn-brand-pink:after {
        /* background-image: url(../images/icons/icon-bird-white2x.png);*/
        background-size: 8px 18px;
    }
}

.btn-brand-pink:hover, .btn-brand-pink:focus {
    color: white;
    background-color: #d7094b;
}

@media (max-width: 640px) {
    .btn-brand-pink.btn-block-mobile {
        display: block;
        text-align: center;
        padding: 0;
    }
}

.btn-brand-blue {
    color: white;
    background-color: #0054a4;
    text-align: left;
    line-height: 50px;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 50px;
    position: relative;
}

    .btn-brand-blue:after {
        content: '';
        width: 8px;
        height: 18px;
        background-image: url(../images/icons/icon-bird-white.png);
        background-repeat: no-repeat;
        position: absolute;
        right: 14px;
        top: 50%;
        margin-top: -9px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .btn-brand-blue:after {
        background-image: url(../images/icons/icon-bird-white2x.png);
        background-size: 8px 18px;
    }
}

.btn-brand-blue:hover, .btn-brand-blue:focus {
    color: white;
    background-color: #014586;
}

@media (max-width: 640px) {
    .btn-brand-blue.btn-block-mobile {
        display: block;
        text-align: center;
        padding: 0;
    }
}

/*usually for header sub menu button*/
.btn-brand-violet {
    color: white;
    background-color: #3e62ad;
    text-align: left;
    line-height: 50px;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 50px;
    position: relative;
    width: 100%;
    line-height: 28px;
    max-width: 208px;
    margin: 10px 0;
    /*font-size: 16px;*/
    padding-top: 6px;
    padding-bottom: 6px;
}

    .btn-brand-violet:after {
        content: '';
        width: 8px;
        height: 18px;
        background-image: url(../images/icons/icon-bird-white.png);
        background-repeat: no-repeat;
        position: absolute;
        right: 14px;
        top: 50%;
        margin-top: -9px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .btn-brand-violet:after {
        background-image: url(../images/icons/icon-bird-white2x.png);
        background-size: 8px 18px;
    }
}

.btn-brand-violet:hover, .btn-brand-violet:focus {
    color: white;
    background-color: #075198;
}

@media (max-width: 640px) {
    .btn-brand-violet.btn-block-mobile {
        display: block;
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 640px) {
    .btn-brand-violet.btn-block-mobile {
        max-width: initial;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/*for ghost button*/
.btn-ghost-red {
    border: 1px solid #e50049;
    color: #e50049;
    background-color: transparent;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
}

    .btn-ghost-red:hover {
        color: #e50049;
        /*border:3px solid $color;*/
        -webkit-box-shadow: inset 0px 0px 0px 2px #e50049;
        -moz-box-shadow: inset 0px 0px 0px 2px #e50049;
        box-shadow: inset 0px 0px 0px 2px #e50049;
    }

    .btn-ghost-red:focus {
        color: #e50049;
    }

    .btn-ghost-red.btn-block-mobile {
        display: block;
        /*padding:0;*/
        text-align: center;
    }

.btn-ghost-blue {
    border: 1px solid #0054a4;
    color: #0054a4;
    background-color: transparent;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
}

    .btn-ghost-blue:hover {
        color: #0054a4;
        /*border:3px solid $color;*/
        -webkit-box-shadow: inset 0px 0px 0px 2px #0054a4;
        -moz-box-shadow: inset 0px 0px 0px 2px #0054a4;
        box-shadow: inset 0px 0px 0px 2px #0054a4;
    }

    .btn-ghost-blue:focus {
        color: #0054a4;
    }

    .btn-ghost-blue.btn-block-mobile {
        display: block;
        /*padding:0;*/
        text-align: center;
    }

/*---------------------------------*/
/*for article col-3 component*/
/*----------------*/
::-webkit-input-placeholder {
    /*color: #dddddd; */
    color: #666666;
}

:-moz-placeholder {
    /* Firefox 18- */
    /*color: #dddddd;*/
    color: #666666;
}

::-moz-placeholder {
    /* Firefox 19+ */
    /*color: #dddddd;*/
    color: #666666;
}

:-ms-input-placeholder {
    /*color: #dddddd;*/
    color: #666666;
}

/* Recommended placeholder styles */
.empty {
    color: #dddddd;
}

/*[readonly].empty { cursor: default; }*/
/* Emulate IE `onselectstart=return false` for demo */
/* [disabled].empty {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }*/
/* Hide browser placeholders for demo */
/*::-webkit-input-placeholder { color: transparent; }*/
/* Firefox 18- */
/*:-moz-placeholder { color: transparent; }*/
/* Firefox 19+ */
/*::-moz-placeholder {   color: transparent; }*/
/*:-ms-input-placeholder {   color: transparent; }*/
/* @media (max-width: 640px) {
  .half-gutter {
    padding: 0 7.5px; } } */
.faq-content h2 {
    font-size: 30px;
    font-weight: 300;
    padding: 0 7.5px;
    margin: 30px 0 20px 0;
}

.faq-content .faq-content-row {
    width: 100%;
    margin: 0;
}

.faq-content ul {
    margin: 20px 0 15px 0;
}

    .faq-content ul li img {
        width: 100%;
        padding: 25px 45px;
    }

    .faq-content ul li h3 {
        margin: 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
        display: block;
        text-align: center;
    }

    .faq-content ul li a {
        color: #0054a4;
        line-height: 24px;
        display: block;
        text-align: center;
        font-weight: 700;
    }

        .faq-content ul li a:hover {
            text-decoration: none;
            color: #333;
        }

.faq-header h1 {
    font-size: 45px;
    font-weight: 300;
    margin: 20px 0 10px 0;
}

.faq-header small {
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
}

.faq-questions {
    margin-bottom: 30px;
    /*select inspiration*/
}

    /*.faq-questions .faq-questions-head {
    border-top: 1px solid #ebebeb; }*/
    .faq-questions .faq-questions-head h2 {
        padding: 0 !important;
        margin-top: 20px;
        font-size: 20px;
        margin-bottom: 20px;
        display: inline-block;
    }

    .faq-questions .questions-list h2 {
        margin: 0;
        padding: 0;
    }

    .faq-questions .faq-questions-list {
        padding-left: 0;
    }

        .faq-questions .faq-questions-list a {
            display: block;
            margin: 15px 0 0;
            color: #0054a4;
            max-width: 480px;
        }

@media (min-width: 480px) {
    .faq-questions .faq-questions-list a {
        max-width: 460px;
    }
}

/*.faq-questions .faq-questions-list:last-of-type {
      padding-left: 7.5px; }*/
.faq-questions .search-faq {
    display: inline-block;
    float: right;
    border: 1px solid #ebebeb;
    margin-top: 0;
    margin-right: 0;
}

    .faq-questions .search-faq .search-form-fieldset {
        /*border:1px solid $cal-gray-light;*/
    }

    .faq-questions .search-faq .input-group-dSearch {
        position: relative;
    }

        .faq-questions .search-faq .input-group-dSearch input {
            min-width: 200px;
            border: none;
            /*text-indent: 10px;*/
        }

    .faq-questions .search-faq .btn-ghost-blue {
        border: none;
        border-left: 1px solid #ebebeb;
        height: 34px;
        line-height: 34px;
        padding: 0 12px;
        color: #0054a4;
    }

        .faq-questions .search-faq .btn-ghost-blue:hover {
            border-color: #0054a4;
            background-color: #0054a4;
            color: white;
        }

.faq-questions .faq-contact li {
    border-top: 1px solid #ebebeb;
    margin: 30px 0 0 0;
    padding-top: 0;
    min-height: 279px;
}

    .faq-questions .faq-contact li .faq-contact-warpper {
        display: block;
        width: 100%;
        margin: 20px auto;
        color: #333;
        font-weight: 700;
    }

        .faq-questions .faq-contact li .faq-contact-warpper:hover {
            text-decoration: none;
        }

        .faq-questions .faq-contact li .faq-contact-warpper img {
            display: block;
            margin: 0 auto;
            max-width: 128px;
        }

        .faq-questions .faq-contact li .faq-contact-warpper span {
            display: block;
            text-align: center;
            font-size: 14px;
            padding-top: 25px;
        }

.faq-result {
    margin-bottom: 30px;
    /*select inspiration*/
}

    .faq-result .faq-result-head {
        padding-left: 14px;
        border-bottom: 2px solid #ebebeb;
        background-color: #fbfbfb;
    }

        .faq-result .faq-result-head h2 {
            margin-top: 20px;
            margin-bottom: 17px;
            font-size: 20px;
            padding: 0;
            display: inline-block;
        }

    .faq-result .faq-result-list {
        padding: 0;
    }

        .faq-result .faq-result-list a {
            display: block;
            margin: 10px 0;
            color: #0054a4;
            max-width: 480px;
        }

    .faq-result .search-faq {
        display: inline-block;
        float: right;
        border: 1px solid #ebebeb;
        margin-top: 12px;
        margin-right: 15px;
    }

        .faq-result .search-faq .search-form-fieldset {
            /*border:1px solid $cal-gray-light;*/
        }

        .faq-result .search-faq .input-group-dSearch {
            position: relative;
        }

            .faq-result .search-faq .input-group-dSearch input {
                min-width: 200px;
                border: none;
                /*text-indent: 10px;*/
            }

        .faq-result .search-faq .btn-ghost-blue {
            border: none;
            border-left: 1px solid #ebebeb;
            height: 34px;
            line-height: 34px;
            padding: 0 12px;
            color: #0054a4;
        }

            .faq-result .search-faq .btn-ghost-blue:hover {
                border-color: #0054a4;
                background-color: #0054a4;
                color: white;
            }

.faq-result-droplist:nth-of-type(odd) .btn-faq-dropdown {
    background-color: #fbfbfb;
}

.faq-result-droplist:nth-of-type(odd) .dropdown-text {
    background-color: #fbfbfb;
}

.faq-dropdown-text {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ebebeb;
}

    .faq-dropdown-text .select-open {
        font-weight: bold;
    }

    .faq-dropdown-text .glyphicon-arrowblue {
        position: absolute;
        /*  background-image: url(../images/arrow-gray.png);*/
        right: 15px;
        top: 26px;
    }

    .faq-dropdown-text .btn-faq-dropdown {
        display: block;
        width: 100%;
        color: black;
        text-align: left;
        text-decoration: none;
        line-height: 22px;
        padding-right: 40px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .faq-dropdown-text .btn-faq-dropdown:hover {
            color: #333333;
        }

    .faq-dropdown-text .dropdown-text p {
        padding: 0 14px;
        /* word-break: break-all; */
        font-size: 14px;
        margin: 10px 0;
        margin-top: 0;
    }

.highlight {
    color: #0054a4;
    font-weight: bold;
}

/*faq tiwari*/
.faq-questions-search .search-faq {
    display: inline-block;
    float: right;
    border: 1px solid #ebebeb;
    margin-top: 20px;
    margin-right: 0;
}

    .faq-questions-search .search-faq .input-group-dSearch {
        position: relative;
    }

        .faq-questions-search .search-faq .input-group-dSearch input {
            min-width: 200px;
            border: none;
        }

    .faq-questions-search .search-faq .btn-ghost-blue {
        border: none;
        border-left: 1px solid #ebebeb;
        height: 34px;
        line-height: 34px;
        padding: 0 12px;
        color: #0054a4;
    }

        .faq-questions-search .search-faq .btn-ghost-blue:hover {
            border-color: #0054a4;
            background-color: #0054a4;
            color: white;
        }

.faq-questions-search .faq-questions-head {
    border-top: 1px solid #ebebeb;
}

.faq-questions .faq-questions-head {
    border-top: 1px solid #ebebeb;
}

.faq-questions-search .faq-questions-head h2 {
    margin-top: 30px;
    font-size: 20px;
    padding: 0;
    margin-bottom: 20px;
    display: inline-block;
}

/*faq tiwari*/
/*added by tiwari for corporate changes*/
.faq-company .ca-collapse {
    min-width: 250px;
}

    .faq-company .ca-collapse .form-wrapper {
        padding: 8px 0;
        position: relative;
        max-width: 280px;
        margin: auto;
    }

    .faq-company .ca-collapse .ca-collapse-ctrl {
        font-weight: bold;
        display: block;
        color: black;
    }

.faq-company .container .ca-collapse .ca-collapse-ctn {
    display: block;
    height: auto !important;
}

.faq-company .ca-collapse .ca-collapse-ctn > form {
    padding-top: 10px;
}

.faq-company .ca-collapse a, .ca-collapse .btn, .ca-collapse input {
    color: white;
    background: #0054a4;
}

.faq-company .ca-collapse .ca-collapse-ctn input {
    background: white;
    margin-bottom: 15px;
    border-color: transparent;
    height: 44px;
    line-height: 38px;
    text-indent: 5px;
    border: 1px solid #eee;
}

.faq-company .ca-collapse .ca-collapse-ctn .btn {
    border-color: #0054a4;
    margin-bottom: 5px;
    margin-top: 0;
    height: 42px;
    width: 100%;
    max-width: 280px;
}

.faq-company .ca-collapse .form-result {
    position: relative;
}

    .faq-company .ca-collapse .form-result .result-text {
        border-bottom: 1px dotted white;
    }

    .faq-company .ca-collapse .form-result .reslult-btn {
        background: white;
        color: #0054a4;
        border-radius: 50% 50%;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 12px;
        display: inline-block;
        width: 13px;
        height: 13px;
        line-height: 12px;
        text-align: center;
    }

.modal-button-flight-search {
    float: left;
}

.faq-company {
    margin-top: 30px;
}

    .faq-company .ca-collapse .form-result .reslult-btn {
        font-weight: bold;
        color: #e50049;
        position: relative;
    }

/*added by tiwari for corporate changes*/
/*# sourceMappingURL=faq.css.map */
@media (max-width: 639px) {
    .search-faq .pull-left.input-group-dSearch {
        width: 86%;
    }

    .search-faq .input-group.pull-left {
        width: 12%;
    }

    .faq-questions .faq-questions-head h2 {
        width: 100%;
    }

    .faq-questions .search-faq {
        width: 100%;
    }

    .faq-result .faq-result-head h2 {
        width: 100%;
        margin-top: 20px;
    }

    .faq-result .search-faq {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .search-faq .pull-left.input-group-dSearch {
        width: 86%;
    }
}

.faq-dropdown-text .content-headline {
    padding: 0;
}

@media (min-width: 640px) {
    .faq-questions .search-faq {
        margin-top: 30px;
    }
}

.list-table a {
    color: #333;
}

.list-table p {
    margin: 10px;
}

.search-list li.tableLi {
    border-bottom: 1px solid #ddd;
}

    .search-list li.tableLi:hover {
        background-color: #fbfbfb;
    }

    .search-list li.tableLi .firstspan {
        width: 98% !important;
        line-height: 21px !important;
        padding-bottom: 15px;
        font-size: 14px !important;
        padding-left: 15px;
        vertical-align: top;
        display: block;
    }

.list-table .search-list li.tableLi .main-title {
    padding-left: 15px;
    font-weight: normal;
    margin-top: 19px;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
}

@media (max-width: 762px) {
    .search-list li.tableLi .secondspan {
        width: 30%;
    }

    .search-list li.tableLi .firstspan {
        width: 98% !important;
    }

    .list-table .search-list li.tableLi .firstspan {
        width: 100%;
    }
}

/*css for table layout converted to div*/
/*changes for merging*/
.search-list li.tableLi:nth-of-type(even) {
    background: #fbfbfb;
}

@media (min-width: 639px) {
    h2 {
        line-height: 40px;
    }
}

h2, .h2 {
    font-size: 30px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h3, .h3 {
    font-size: 24px;
}

.col-xs-6 {
    width: 50%;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }