/* Custom Screen */
@media (min-width: 1101px) and (max-width: 1318px) {
    .ops-tile.bg-opsicorp .tile-left {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 1101px) and (max-width: 1250px) {
    table.trip-participant tr th:nth-child(2) {
        width: 22%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .anim-from-bottom {
        margin-bottom: 3.67rem;
    }
}

/*ONLY FOR MOBILE UX, XS only*/
@media (max-width: 767px) {

    .tripplan-row {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }

    .mt-5-xs {
        margin-top: 5px;
    }

    .tripplan-left {
        width: 100%;
        padding-right: 0;
        display: block;
    }

    .tripplan-right {
        display: block;
        padding: 0;
        height: 0;
        width: 0;
    }

    .nav-trip {
        margin-left: -20px;
        margin-right: -20px;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 3px;
    }

        .nav-trip.nav-tabs-component > li > a {
            padding-right: 15px;
            padding-left: 40px;
        }

    .train-row .flt-info {
        width: auto;
    }

    .fullscreen-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #eee;
        overflow: auto;
        z-index: 1031;
        transition: all ease 500ms;
    }

    .ng-hide .fullscreen-mobile,
    .ng-hide.fullscreen-mobile {
        left: 100%;
    }


    .ng-hide .fullscreen-mobile.anim-from-bottom,
        .ng-hide.fullscreen-mobile.anim-from-bottom {
            top: 56px;
        opacity: 0.5;
            left: 0;
        }

    .ng-hide.hide-anim.fullscreen-mobile {
        left: -25%;
    }
   
    .fullscreen-mobile {
        top: 0;
    }

        .fullscreen-mobile .fullscreen-mobile-heading {
            top: 0;
            position: sticky;
            background: #009688;
            color: #fff;
            z-index: 2000;
            min-height: 56px;
            border: none;
        }

            .fullscreen-mobile .fullscreen-mobile-heading .btn.btn-back i {
                color: #fff;
            }

            .fullscreen-mobile .fullscreen-mobile-heading .btn-back:hover {
                /* ReSharper disable once HexColorValueWithAlpha */
                background-color: #e0e0e052;
            }

        .fullscreen-mobile .fullscreen-mobile-body {
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 70px;
        }

    .fullscreen-mobile-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 0px 0px;
        border-top: 1px solid #ddd;
    }

        .fullscreen-mobile-footer .col-xs-4,
        .fullscreen-mobile-footer .col-xs-6 {
            padding: 0;
        }

            .fullscreen-mobile-footer .col-xs-4 .btn,
            .fullscreen-mobile-footer .col-xs-6 .btn{
                width: 100%;
                background: none;
                border: none;
                padding: 13px 0;
                border-radius: 0;
            }

                .fullscreen-mobile-footer .col-xs-4 .btn :active,
                .fullscreen-mobile-footer .col-xs-6 .btn :active {
                    background: #ddd;
                }

                .fullscreen-mobile-footer .col-xs-4 .btn.border-left:before,
                .fullscreen-mobile-footer .col-xs-6 .btn.border-left:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    background: #ddd;
                    width: 1px;
                    top: 8px;
                    bottom: 8px;
                }

                .fullscreen-mobile-footer .col-xs-4 .btn.border-right:after,
                .fullscreen-mobile-footer .col-xs-6 .btn.border-right:after {
                    content: '';
                    position: absolute;
                    right: 0;
                    background: #ddd;
                    width: 1px;
                    top: 8px;
                    bottom: 8px;
                }

                .fullscreen-mobile-footer .col-xs-4 .btn i,
                .fullscreen-mobile-footer .col-xs-6 .btn i {
                    margin-right: 5px;
                }


    .action-mobile-container {
        display: table;
        width: 100%;
    }

        .action-mobile-container .action-mobile-left {
            display: table-cell;
        }

            .action-mobile-container .action-mobile-left .btn {
                min-width: auto;
            }

        .action-mobile-container .action-mobile-right {
            display: table-cell;
            width: 100%
        }

            .action-mobile-container .action-mobile-right .btn {
                width: 100%
            }

    .hamburger {
        float: left;
        margin-top: -2px;
        margin-left: 8px
    }

    /*.mobile-collapse-bottom .panel-heading {
        border: none;
        color: #fff;
        position: absolute;
        top: -50px;
        background: none;
    }*/

    .mobile-collapse-bottom .panel {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        overflow: hidden;
    }

        /*.mobile-collapse-bottom .panel.panel-primary > .panel-heading,
        .mobile-collapse-bottom .panel > .panel-heading {
            border: none;
            color: #fff;
            position: absolute;
            top: -50px;
            background: none;
        }*/

    .nav-ui {
        margin-bottom: 20px;
        display: table;
        width: 100%;
        height: 56px;
        padding: 0 !important;
    }


        .nav-ui .nav-title .nav-subtitle {
            font-size: 12px;
            font-weight: 400;
            margin-bottom: 0px;
        }

    .panel-mobile-extend .panel-body {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .btn.btn-back {
        height: 100%;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 0;
        width: auto;
    }

    .modal {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .modal-body:nth-last-child(2) {
        max-height: calc(100vh - 180px);
    }

    .modal-content {
        max-width: 100%;
        width: 100%;
    }

    /*  ---------------------------
        FLIGHT RESULT ROW
        ---------------------------*/
    .flt-container {
        border-radius: 8px;
    }
    .flt-container:before {
        content: none;
    }
    .flt-list {
        margin-top: 15px;
    }
    .flt-content {
        padding: 5px 10px;
        margin-bottom: 10px;
        min-height: 93px;
    }

    .flt-block {
        padding-bottom: 43px;
        position: relative;
    }

    .flt-row {
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc;
        table-layout: fixed;
    }

    .flt-img {
        width: 30px;
        padding-bottom: 0;
    }

        .flt-img img {
            max-width: 30px;
            max-height: 30px;
        }

    .flt-info {
        width: auto;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 0px;
    }

    .flt-details-link {
        position: absolute;
        bottom: -3px;
        left: 5px;
    }

        .flt-details-link a {
            border-bottom: 2px solid;
            padding-bottom: 3px;
            font-size: 12px;
        }

    .collapsed .flt-details-link a {
        border-bottom: none;
    }

    .flt-row-select-flight-area {
        position: absolute;
        left: -10px;
        right: -10px;
        top: -10px;
        bottom: 43px;
    }

    .flt-info .flt-name {
    }

    .flt-info .flt-number {
        font-size: 12px;
        margin-top: -3px;
    }

    .flt-row .flt-route-container {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 150px;
    }

    .flt-row.train-row .flt-route-container {
        bottom: 10px;
    }

    .flt-row .flt-route {
        display: table-cell;
        width: 0;
    }

    .flt-route .flt-time {
        font-size: 13px;
    }

    .flt-route-text {
        position: absolute;
        bottom: 20px;
        color: #939396;
    }

    .flt-time-absolute {
        position: absolute;
        bottom: 0;
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

    .flt-route .flt-crossday {
        font-size: 12px;
        top: -5px;
    }

   
    .flt-row .flt-duration {
        width: 0;
    }

   

    

    .flt-row .flt-duration-absolute {
        display: block;
        position: absolute;
        width: 150px;
        text-align: right;
        right: 30px;
        bottom: 0;
        padding-bottom: 0;
    }

    .flt-row.train-row .flt-duration-absolute {
        bottom: 10px;
    }

    .train-container .segment_box {
        margin-top: 0px;
    }


    .flt-detail-line {
        margin-top: 5px;
        border-top: 1px solid #667fa0;
        margin-bottom: 15px;
    }

    .flt-duration-text {
        font-weight: 400;
        color: #939396;
    }

    .flt-transit-text {
        color: inherit;
        font-weight: 700;
    }

    .flt-row-chevron-container {
        position: absolute;
        right: 0px;
        bottom: 4px;
        cursor: pointer;
    }

        .flt-row-chevron-container .toggle-chevron-icon:before {
            font-size: 20px;
            font-weight: 900;
        }

    .flt-facilities {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 15%;
    }

    .flt-baggage {
        position: relative;
        color: #a5a5a5;
        margin-top: -2px;
    }

    .flt-facilities .ic-baggage {
        font-size: 21px;
        top: 4px;
    }


    .flt-baggage-notincluded {
        position: absolute;
        top: -13px;
        font-size: 15px;
        right: -4px;
    }



    .flt-price {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        width: 240px;
    }

    .radio-fare .text-fare {
        font-size: 12px;
    }

    .text-fare span {
        font-weight: 700;
    }

    .flt-chevron {
        color: #ffb733;
        margin-left: 15px;
        font-size: 19px;
        top: 5px;
    }

    .flt-detail-line {
        margin-left: -10px;
        margin-right: -10px;
    }

    .flt-detail-box {
        padding: 5px 5px 0px 5px;
    }

    .transit-duration {
        padding: 2px 0px;
        margin: 5px 0;
    }

    .segment_box {
        padding: 5px;
    }

    .segment_airline_block {
        display: table;
        width: 100%;
    }

    .segment_box .time_ {
        font-size: 13px;
    }

    .segment_box .city_name_ {
        font-size: 13px;
        font-weight: 700;
    }

    .segment_box .segment_airlines,
    .segment_box .segment_route {
        display: block;
        width: auto;
        margin-bottom: 10px;
    }

    .flt-detail-line {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .segment_box .segment_airlines .airlines_name,
    .segment_box .segment_airlines .airlines_operated_name {
        font-size: 13px;
    }

    .segment_box .segment_airlines .airlines_code,
    .segment_box .segment_airlines .airlines_operated_code {
        font-size: 12px;
    }

    .segment_box .duration_segment_ {
        padding: 0px 5px;
        font-size: 11px;
        margin: 4px 0px;
    }

    .segment_airline_block .airlines_logo {
        display: table-cell;
        vertical-align: top;
        width: 30px;
    }

    .segment_box .segment_airlines .airlines_logo img {
        max-width: 30px;
        max-height: 30px;
    }

    .segment_airline_block .airlines_info {
        display: table-cell;
        vertical-align: top;
        padding-left: 10px;
    }

    .segment_airline_block .class-info {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        position: initial;
    }

    .segment_box .segment_airlines {
        padding-right: 0px;
    }
    /*AIRLINE END*/

    .search-result-text {
        text-align: center;
        margin-bottom: 10px;
        font-size: 12px;
        margin-top: 0;
        font-style: italic;
        position: sticky;
        top: 56px;
        z-index: 1;
        background: #eee;
        margin-left: -15px;
        margin-right: -15px;
    }


    .hotel-maps {
        height: calc(100vh - 103px);
        border: none;
        width: auto;
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -40px;
        margin-bottom: -40px;
    }

    .filter-compact {
        position: fixed;
        right: 0;
        width: auto;
        z-index: 3;
    }

    .mobile-collapse-bottom .panel {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .tab-managetrip {
        position: absolute;
        top: -10px;
        right: 0;
        left: auto;
    }

    .pl-20-xs {
        padding-left: 20px !important;
    }

    .trip-notfound {
        text-align: center;
        height: calc(100vh - 310px);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .trip-notfound img {
            width: calc(100vw - 175px);
            min-width: 200px;
            max-width: 340px;
        }

        .trip-notfound .oops {
            font-size: 26px;
            margin-top: 20px;
        }

        .trip-notfound p {
            color: #919191;
            font-size: 16px;
        }

    .trip-notfound-inpanel {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .trip-notfound-inpanel img {
            min-width: 140px;
            max-width: 130px;
        }

        .trip-notfound-inpanel .oops {
            font-size: 20px;
        }

        .trip-notfound-inpanel p {
            color: #919191;
        }

    .tab-managetrip .nav-tabs.nav-tabs-bottom > li > a:after {
        bottom: 5px;
        height: 3px;
    }

    .tab-managetrip .nav > li > a {
        padding-left: 0px;
        padding-right: 0;
        margin-left: 10px;
    }

    .tripplan-row-inpanel {
        padding: 10px 15px;
        border-top: 1px solid #ddd;
    }

    .bg-overlay-xs {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 1200;
        display: block !important;
        background-color: rgb(0, 0, 0);
        opacity: 0.5;
        border-radius: 0;
        border: none;
        margin: 0;
        z-index: 2009;
    }

    .datepicker-overlay-xs {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 1200;
        display: block !important;
        background-color: rgb(0, 0, 0);
        opacity: 0.5;
        border-radius: 0;
        border: none;
        margin: 0;
        z-index: 2009;
    }

        .bg-overlay-xs.datepicker-inline {
            display: none !important;
        }

    .datepicker-title-xs {
        display: block !important;
        text-align: center;
        font-weight: 700;
        border-bottom: 1px solid #ddd;
        padding: 20px;
        background: #0e988b;
        color: #fff;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 10px;
        width: auto;
        max-width: initial;
        font-size: 16px;
    }

    .datepicker-inline .datepicker-title-xs {
        display: none !important;
    }


    .datepicker-xs {
        border-radius: 10px;
    }


        .datepicker-xs .datepicker-switch {
            font-size: 16px;
            font-weight: 900;
            color: #0e988b;
        }

        .datepicker-xs.datepicker.dropdown-menu {
            min-width: 275px;
            top: 20% !important;
            left: 50% !important;
            display: block;
            height: auto;
            transform: translate(-50%);
            width: calc(100vw - 20px);
            padding-top: 0px;
            max-width: 420px !important;
            overflow: hidden;
            border-radius: 16px;
            z-index: 2010 !important;
            position: fixed;
        }

        .datepicker-xs .table-condensed > tbody > tr > td,
        .datepicker-xs .table-condensed > tbody > tr > th,
        .datepicker-xs .table-condensed > tfoot > tr > td,
        .datepicker-xs .table-condensed > tfoot > tr > th,
        .datepicker-xs .table-condensed > thead > tr > td,
        .datepicker-xs .table-condensed > thead > tr > th {
            padding: 10px 0px;
        }

    .datepicker.datepicker-xs .next,
    .datepicker.datepicker-xs .prev {
        padding: 0;
    }

        .datepicker.datepicker-xs .next i,
        .datepicker.datepicker-xs .prev i {
            font-size: 18px;
            color: #0e988b;
        }

    .datepicker.datepicker-xs td span {
        width: 114px;
    }

    .datepicker.datepicker-xs td.day,
    .datepicker.datepicker-xs td.dow {
        font-size: 16px;
    }

    .map-input-address {
        padding: 10px;
        width: 100%;
        max-width: inherit;
    }

    .nav-tabs.nav-justified {
        border-bottom: 1px solid #ddd;
    }

        .nav-tabs.nav-justified > li.active > a,
        .nav-tabs.nav-justified > li.active > a:hover,
        .nav-tabs.nav-justified > li.active > a:focus {
            border: 0;
        }

    .dashboard-map {
        height: 400px;
    }

    .chart-height {
        height: 250px;
        line-height: 250px;
    }

    .flt-detail-line {
        border-top: 1px dashed #667fa0;
    }

    .segment_box .segment_route {
        padding-left: 40px;
    }

    .train-summary .segment_box .segment_route {
        padding-left: 0px;
    }

    .mobile-collapse-bottom {
        position: fixed;
        left: 0px;
        z-index: 2000;
        right: 0px;
        bottom: 0;
        max-height: 100vh;
        overflow: auto;
    }

        .mobile-collapse-bottom .panel {
            margin-bottom: 0;
        }

    .flt-detail-container {
        margin-top: -43px;
        margin-right: 25px;
        background: #fff;
        position: relative;
    }

    .train-summary {
        padding: 20px 20px;
    }

    .train-container {
        min-height: 0;
    }

    .train-detail-container {
        margin-top: -30px;
        margin-right: 25px;
    }

    .train-container .segment_box {
        background: #fff;
    }

    .train-row .flt-route {
        padding-left: 0px;
    }

    .train-container .flt-block {
        padding-bottom: 40px;
    }

    .train-container .flt-route-text {
        display: none;
    }

    .train-container .flt-row-chevron-container {
        bottom: 4px;
    }

    .train-container .segment_box {
        border: none;
        padding-top: 0;
    }

        .train-container .segment_box .segment_route {
            padding-left: 35px;
        }

    .flt-click-area-mobile-container {
        display: table-cell;
        width: 0;
     
    }

    .flt-click-area-mobile {
        position: absolute;
        left: -10px;
        right: 0;
        top: -5px;
        bottom: 0;
    }

    .eq-tt-container .eq-tt-mobile-display {
        display: block;
        cursor: pointer;
    }

    .eq-tt-mobile-display.form-control[readonly] {
        background-color: #fff;
    }

    .eq-tt-mobile-display.form-control[disabled] {
        background-color: #eee;
    }

    .eq-tt-container .eq-tt-mobile-popup {
        transition: all 400ms ease 0s;
        background: #fff;
        left: 0;
        right: 0;
        top: 100vh;
        bottom: 0;
        visibility: hidden;
        position: fixed;
        z-index: 2000;
        background: #fff;
        bottom: 0;
        opacity: 0;
    }

    .eq-tt-container.eq-tt-active .eq-tt-mobile-popup {
        top: 0px;
        visibility: visible;
        opacity: 1;
    }
    .tt-menu {
        right: 0;
        max-height: calc(100vh - 65px);
        overflow: auto;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 15px;
    }
    .tt-airport-empty {
        padding-left: 80px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 0;
    }
    .tt-airport-empty div {

        margin-top: 10px;
    }
    .eq-tt-header-mobile {
        /* ReSharper disable once CssNotResolved */
        background: var(--primary-color);
        padding: 15px;
        position: relative;
    }

    .eq-tt-nav {
        display: block;
        color: #fff;
        padding-left: 40px;
        position: relative;
        margin-bottom: 15px;
        font-size: 18px;
        padding-top: 10px;
    }
    .eq-tt-header-mobile .btn {
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        bottom: 0;
        width: 90px;
    }

        .eq-tt-header-mobile .btn:hover,
        .eq-tt-header-mobile .btn:active {
            color: #fff;
        }

    .tt-airport.tt-cursor,
    .tt-airport:hover {
        background: #fff;
    }
    .tt-header {
        background: #f6f8f8;
        margin-top: 0;
        border-bottom: none;
    }

    .opsicorp-typeahead {
        padding-right: 75px;
    }


    .flight-filter-checklist label {
        padding-left: 25px;
        font-size: 15px;
    }

    .mobile-collapse-bottom-header {
        padding-left: 10px;
        margin-bottom: 2px;
        color: #fff;
    }

        .mobile-collapse-bottom-header .btn {
            color: #fff;
        }

        .mobile-collapse-bottom-header span {
            font-size: 16px;
            font-weight: 900;
        }

    .navbar-user-container {
        float: right !important;
        margin-right: -15px;
        margin: 0;
        list-style: none;
        padding-left: 0;
         position: absolute; 
         right: 15px; 
         top: 10px; 
    }

    .content-center {
        min-width: 0;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
    }

    .pub--nav-content {
        min-width: 0;
        max-width: 100%;
    }

    .eq-tt-container .i-tt-popup {
        display: none;
    }
    .eq-tt-container.eq-tt-active .i-tt-popup {
        display: block;
    }

    .pub--nav-logo {
        margin-left: 20px;
    }

    .multicity-route-param {
        margin: 0 -15px;
        border-bottom: 1px solid #ddd;
        padding: 0 15px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        box-shadow: 0 4px 2px -2px #e6e6e6;
    }
 

        .multicity-route-title span {
            font-size: 14px;
            font-weight: bold;
            color: #009688;
        }

    .airline-filter img {
        height: 30px;
    }

    .datepicker-alwaysdisplay .datepicker-overlay-xs {
        display: none !important;
    }

    .global-alert-top {
        margin: -25px -20px 20px -20px;
       
    }
}
