/*print css*/
@media print {
    @page {
        size: B4;
        margin: 0;
    }

    html, body {
        width: 250mm;
    }

    #flight-search {
        width: 240mm;
    }

    .noPrint,
    td.noPrint,
    th.noPrint,
    .parallax-mirror {
        display: none !important;
    }

    .print {
        display: table-cell !important;
    }
}

/* Start Angular Animate CSS */

/* The starting CSS styles for the enter animation */
.fadeIn.ng-enter {
    transition:0.5s linear all;
    opacity:0;
}

/* The finishing CSS styles for the enter animation */
.fadeIn.ng-enter.ng-enter-active {
    transition:0.5s linear all;
    opacity:1;
}

.fadeOut.ng-leave {
    transition:0.5s linear all;
    opacity:1;
}

.fadeOut.ng-leave.ng-leave-active {
    transition:0.5s linear all;
    opacity:0;
}

.transition10 {
    transition: 1.0s linear all;
}

.transition05 {
    transition: 0.5s linear all;
}

.transition03 {
    transition: 0.3s linear all;
}

/* End Angular Animate CSS */

/* common css */

.mt0 {
    margin-top: 0px !important;
}

.mt15p {
    margin-top: 15% !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.op0 {
    opacity: 0;
}

.op1 {
    opacity: 1;
}

.w100p {
    width: 100%;
}

/* common css */

/* header */
.header_top_white {
    background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff', GradientType=0 );
}

.header-logo {
    width: 160px;
    height: 130px;
    background-color: white;
    padding: 0px 15px;
    position: relative;
}

.header-logo img {
    width: 80%;
    bottom: 15px;
    position: absolute;
}

.plan_marquee {
    min-height: 30px;
    overflow: hidden;
}

.plan_marquee a,
.plan_marquee a:hover,
.plan_marquee a:active {
    color: white;
}

.marquee-item {
    display: inline-block;
}

@media(min-width:768px) {
    .marquee-item {
        width: 718px;
    }
}

@media(min-width:992px) {
    .marquee-item {
        width: 938px;
    }
}

@media(min-width:1200px) {
    .marquee-item {
        width: 1138px;
    }
}

/* header */

/* menu top */
.set-menu-top {
    position: fixed;
    top: 0;
    z-index: 999999;
}
.set-menu-top + .plan_marquee {
    margin-top: 60px;
}
/* menu top */

/* flighSearch directive */
#flight-search .angucomplete-dropdown {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 0px;
    width: 100%;
}
#header-fixed {
    position: fixed;
    top: 60px;
    z-index: 9;
}

@media(max-width:768px) {
    #header-fixed {
        top: 0px;
    }
}

/* flighSearch directive */

/* innerPage */
.inpage_table {
    text-align: left;
}
.inpage_table > tbody > tr > td:first-child {
    /*text-align: left;*/
}
.inpage_file_table {
    text-align: center;
}
.inpage_file_table > tbody > tr > td:first-child {
    text-align: left;
}
/* innerPage */

/*剛進頁面 提示圖示*/
.page-loading {
    width: 100%;
    height: 100%;
    padding-top: 40vh;
}

header, footer, #footer {
    display: none;
}

.show > header, footer {
    display: block !important;
}

.show > footer > #footer {
    display: block !important;
}



@media (max-width: 350px) {
    .table-bordered > tbody > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > thead > tr > th {
        padding: 8px 0px;
    }
}
