﻿@font-face {
    font-family: 'Material Icons';
    src: url('../../Content/Fonts/MaterialIcons-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*************Preloader*********************/
.OTPMask[type=tel] {
    -webkit-text-security: disc;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
}

.first-col {
    width: 100px;
    min-width: 50px;
    max-width: 100px;
    left: 0px;
}

.second-col {
    width: 150px;
    min-width: 50px;
    max-width: 150px;
    left: 40px;
}
.Preloaderbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    /*background: rgb(0,64,116);
    background: linear-gradient(180deg, rgba(0,64,116,1) 0%, rgba(16,107,181,1) 100%);*/
    z-index: 9999;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0074c6',endColorstr='#fc9e15',GradientType=0)*/
}

    .Preloaderbox .Preloadercontent {
        display: block;
        position: relative;
        left: 0;
        right: 0;
        top: 50%;
        bottom: 0;
        margin: auto;
        font-weight: bold;
        width: 200px;
        margin-top: -100px;
        height: 200px;
    }

.loader-logo {
    position: absolute;
    top: 0;
    width: 200px;
    height: 200px;
    line-height: 200px;
}



.loader-ring {
    position: relative;
}

    .loader-ring div {
        position: absolute;
        width: 160px;
        height: 160px;
        top: 20px;
        left: 20px;
        border-radius: 50%;
        border: 10px solid #000;
    }

        .loader-ring div:nth-child(1) {
            width: 160px;
            height: 160px;
            top: 20px;
            left: 20px;
            border-color: #e52d33 transparent #e52d33 transparent;
            -webkit-animation: loader-ring 1s linear infinite;
            animation: loader-ring 1s linear infinite;
        }

        .loader-ring div:nth-child(2) {
            width: 136px;
            height: 136px;
            top: 32px;
            left: 32px;
            border-color: transparent #fab626 transparent #fab626;
            -webkit-animation: loader-ring_reverse 1s linear infinite;
            animation: loader-ring_reverse 1s linear infinite;
        }

        .loader-ring div:nth-child(3) {
            width: 70px;
            height: 70px;
            top: 70px;
            left: 70px;
            border: none;
        }

.loader-ring {
    width: 100px !important;
    height: 100px !important;
    -webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
    transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
    margin: auto;
}

.tooltipAmount {
    position: relative;
    display: inline-block;
}

    .tooltipAmount .tooltiptextamount {
        visibility: hidden;
        width: 320px;
        color: #fff;
        background-color: #372187;
        padding: 5px 10px;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        right: 0%;
        left: -60px;
        opacity: 0;
        transition: opacity 1s;
        height: 120px;
        top: -85px;
    }

    .tooltipAmount:hover .tooltiptextamount {
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 999;
    }

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    border-bottom-color: #f44336;
}

/*Frequent passenger side push section*/
.side-push-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .9;
    display: none;
}

.push-left {
    left: 0;
    overflow-x: hidden;
}

.push-right {
    right: 0;
}

.side-push {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    background-color: #fff;
    transition: 0.5s;
}

.side-push-content a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .side-push-content a:hover, .offcanvas a:focus {
        color: #f1f1f1;
    }



.side-push-header {
    background-color: #ed6e38;
    border-radius: 3px;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px;
    text-align: center;
}


/*extra text color*/


.transparent {
    background-color: transparent !important;
}

/*Extras*/


[type='checkbox'], [type='radio'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

    [type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}

    ul:not(.browser-default) > li {
        list-style-type: none;
    }

:focus {
    outline: none;
}

.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.z-depth-0 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.z-depth-1, nav, .btn-floating, .dropdown-content, .collapsible, .sidenav {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}

    .z-depth-1-half, .btn-floating:hover {
        -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
    }

/* 6dp elevation modified*/
.z-depth-2 {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
}

.divider {
    overflow: hidden;
    height: 1px;
    background-color: #e0e0e0;
}

i {
    line-height: inherit;
}

    i.left {
        float: left;
        margin-right: 15px;
    }

    i.right {
        float: right;
        margin-left: 15px;
    }

    i.small {
        font-size: 1.2rem !important;
    }

.fade-in {
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    opacity: 0;
}





/*******************
  Utility Classes
*******************/
.hide {
    display: none !important;
}

.center, .center-align {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.circle {
    border-radius: 50%;
}

.truncate {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.no-padding {
    padding: 0 !important;
}

span.badge {
    font-size: 1rem;
    line-height: 22px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 3rem;
    height: 22px;
    margin-left: 14px;
    padding: 0 6px;
    text-align: center;
    color: #757575;
}

    span.badge.new {
        font-size: .8rem;
        font-weight: 300;
        color: #fff;
        border-radius: 2px;
        background-color: #ff4081;
    }

        span.badge.new:after {
            content: ' new';
        }

    span.badge[data-badge-caption]::after {
        content: ' ' attr(data-badge-caption);
    }

nav ul a span.badge {
    line-height: 22px;
    display: inline-block;
    float: none;
    height: 22px;
    margin-left: 4px;
    -webkit-font-smoothing: auto;
}

.collapsible span.badge {
    margin-left: auto;
}

.sidenav span.badge {
    margin-top: -webkit-calc(24px - 11px);
    margin-top: -moz-calc(24px - 11px);
    margin-top: calc(24px - 11px);
}

table span.badge {
    display: inline-block;
    float: none;
    margin-left: auto;
}

/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}



.container {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

.section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #fff;
}

/*table grid*/
table, th, td {
    border: none;
}

table {
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

    table.striped tr {
        border-bottom: none;
    }

    table.striped > tbody > tr:nth-child(odd) {
        background-color: rgba(242, 242, 242, .5);
    }

    table.striped > tbody > tr > td {
        border-radius: 0;
    }

    table.highlight > tbody > tr {
        -webkit-transition: background-color .25s ease;
        -moz-transition: background-color .25s ease;
        -o-transition: background-color .25s ease;
        transition: background-color .25s ease;
    }

        table.highlight > tbody > tr:hover {
            background-color: rgba(242, 242, 242, .5);
        }

    table.centered thead tr th, table.centered tbody tr td {
        text-align: center;
    }

tr {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

th {
    display: table-cell;
    padding: 10px 5px;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
    text-transform: uppercase;
}

td {
    display: table-cell;
    padding: 10px 5px;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
    text-transform: capitalize;
}

/*nav*/
nav {
    line-height: 56px;
    width: 100%;
    /*height: 56px;*/
    color: #fff;
    background-color: #1560a5;
}

    nav .nav-wrapper {
        position: relative;
        height: 100%;
    }

    nav .nav-title {
        font-size: 32px;
        display: inline-block;
        padding: 28px 0;
    }

    nav ul {
        margin: 0;
    }

        nav ul li {
            float: left;
            padding: 0;
            -webkit-transition: background-color .3s;
            -moz-transition: background-color .3s;
            -o-transition: background-color .3s;
            transition: background-color .3s;
            position: relative;
        }

            nav ul li.active {
                background-color: rgba(0, 0, 0, .1);
            }

        nav ul a {
            font-size: 1rem;
            display: block;
            padding: 0 15px;
            cursor: pointer;
            -webkit-transition: background-color .3s;
            -moz-transition: background-color .3s;
            -o-transition: background-color .3s;
            transition: background-color .3s;
            color: #fff;
        }

            nav ul a.btn, nav ul a.btn-large, nav ul a.btn-small, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
                margin-top: -2px;
                margin-right: 15px;
                margin-left: 15px;
            }

                nav ul a.btn > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-small > .material-icons, nav ul a.btn-large > .material-icons, nav

                ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {
                    line-height: inherit;
                    height: inherit;
                }

            nav ul a:hover {
                background-color: rgba(0, 0, 0, .1);
            }

        nav ul.left {
            float: left;
        }

    nav form {
        height: 100%;
    }

    nav .input-field {
        height: 100%;
        margin: 0;
    }

        nav .input-field input {
            font-size: 1.2rem;
            height: 100%;
            padding-left: 2rem;
            border: none;
        }

            nav .input-field input:focus, nav .input-field input[type='text']:valid, nav .input-field input[type='password']:valid, nav .input-field input

            [type='email']:valid, nav .input-field input[type='url']:valid, nav .input-field input[type='date']:valid {
                border: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        nav .input-field label {
            top: 0;
            left: 0;
        }

            nav .input-field label i {
                -webkit-transition: color .3s;
                -moz-transition: color .3s;
                -o-transition: color .3s;
                transition: color .3s;
                color: rgba(255, 255, 255, .7);
            }

            nav .input-field label.active i {
                color: #fff;
            }




html {
    /*font-family: Calibri;*/
    font-weight: normal;
    line-height: 1.5;
    color: rgba(0, 0, 0, .87);
}

.card {
    margin: .5rem 0 1rem 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}

    .card .card-content {
        padding: 15px;
        border-radius: 0 0 2px 2px;
    }

        .card .card-content p {
            margin: 0;
        }

        .card .card-content .card-title {
            line-height: 32px;
            display: block;
            margin-bottom: 8px;
            font-family: 'Fira Sans', sans-serif !important;
        }

            .card .card-content .card-title i {
                line-height: 32px;
            }

/*tabs*/
.tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: 35px;
    margin: 0 auto;
    /*white-space: nowrap;*/
    background-color: #fff;
}

    .tabs .tab {
        line-height: 35px;
        display: inline-block;
        height: 35px;
        margin: 0;
        padding: 0;
        text-align: center;
        text-transform: uppercase;
    }

        .tabs .tab a {
            font-size: 14px;
            display: block;
            /*overflow: hidden;*/
            width: 100%;
            height: 100%;
            padding: 0 24px;
            -webkit-transition: color .28s ease, background-color .28s ease;
            -moz-transition: color .28s ease, background-color .28s ease;
            -o-transition: color .28s ease, background-color .28s ease;
            transition: color .28s ease, background-color .28s ease;
            text-overflow: ellipsis;
            color: rgba(63, 81, 181, .7);
        }

            .tabs .tab a:hover, .tabs .tab a.active {
                color: #1560a5;
                background-color: transparent;
            }

.tabactive {
    color: #1560a5;
    background-color: rgba(114, 128, 206, .2);
    font-weight: bold;
}

.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
    cursor: default;
    color: rgba(63, 81, 181, .4);
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #7280ce;
    will-change: left, right;
}



.btn i, .btn-large i, .btn-small i, .btn-floating i, .btn-large i, .btn-small i, .btn-flat i {
    font-size: 1.2rem;
    line-height: 23px;
    vertical-align: middle;
}

.btn-floating:focus {
    background-color: #ff0d5f;
}

.btn-floating {
    line-height: 40px;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    vertical-align: middle;
    color: #fff;
    border-radius: 50%;
    background-color: #ff4081;
}

    .btn-floating:hover {
        background-color: #ff4081;
    }

    .btn-floating:before {
        border-radius: 0;
    }

    .btn-floating.btn-large {
        width: 4rem;
        height: 4rem;
        padding: 0;
    }

        .btn-floating.btn-large i {
            line-height: 4rem;
        }

    .btn-floating.btn-small {
        width: 28px;
        height: 28px;
        text-align: center;
        vertical-align: middle;
        line-height: 28px;
    }

        .btn-floating.btn-small i {
            line-height: 28px;
        }

    .btn-floating i {
        font-size: 1.6rem;
        line-height: 40px;
        display: inline-block;
        width: inherit;
        text-align: center;
        color: #fff;
    }

button.btn-floating {
    border: none;
}

.btn.disabled, .btn-floating.disabled, .btn-flat.disabled, .btn:disabled, .btn-floating:disabled, .btn-flat:disabled, .btn[disabled], .btn-floating[disabled], .btn-

flat[disabled] {
    cursor: default;
    pointer-events: none;
    /*color: #fb0c00 !important;*/
    background-color: #dfdfdf !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
}





.btn-large {
    font-size: 1rem;
    line-height: 44px;
    height: 44px;
    padding: 0 28px;
}

    .btn-large i {
        font-size: 1.6rem;
    }

.btn-small i {
    font-size: 1.2rem;
}

.btn-block {
    display: block;
}

/*dd*/
.dropdown-content {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    min-width: 100px;
    margin: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    background-color: #fff;
}

    .dropdown-content:focus {
        outline: 0;
    }

    .dropdown-content li {
        line-height: 1.5rem;
        clear: both;
        width: 100%;
        min-height: 50px;
        cursor: pointer;
        text-align: left;
        color: rgba(0, 0, 0, .87);
    }

        .dropdown-content li:hover, .dropdown-content li.active {
            background-color: #eee;
        }

        .dropdown-content li:focus {
            outline: none;
        }

        .dropdown-content li.divider {
            height: 1px;
            min-height: 0;
        }

        .dropdown-content li > a, .dropdown-content li > span {
            font-size: 16px;
            line-height: 22px;
            display: block;
            padding: 14px 16px;
            color: #ff4081;
        }

            .dropdown-content li > span > label {
                top: 1px;
                left: 0;
                height: 18px;
            }

            .dropdown-content li > a > i {
                line-height: inherit;
                float: left;
                width: 24px;
                height: inherit;
                margin: 0 24px 0 0;
            }

body.keyboard-focused .dropdown-content li:focus {
    background-color: #dadada;
}

.input-field.col .dropdown-content [type='checkbox'] + label {
    top: 1px;
    left: 0;
    height: 18px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.dropdown-trigger {
    cursor: pointer;
}

/*waves effect*/
.waves-effect {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

    .waves-effect input[type='button'], .waves-effect input[type='reset'], .waves-effect input[type='submit'] {
        font-size: inherit;
        font-style: normal;
        text-transform: inherit;
        border: 0;
        background: none;
    }

    .waves-effect img {
        position: relative;
        z-index: -1;
    }

.waves-block {
    display: block;
}

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
    z-index: -1;
}


.collapsible {
    margin: 1rem 0 2rem 0;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.collapsible-header {
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent;
}

    .collapsible-header:focus {
        outline: 0;
    }

    .collapsible-header i {
        font-size: 1.6rem;
        display: inline-block;
        width: 2rem;
        margin-right: 1rem;
        text-align: center;
    }

.keyboard-focused .collapsible-header:focus {
    background-color: #eee;
}

.collapsible-body {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;
    /*border-bottom: 1px solid #ddd;*/
}

.sidenav .collapsible, .sidenav.fixed .collapsible {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .sidenav .collapsible li, .sidenav.fixed .collapsible li {
        padding: 0;
    }

.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
    line-height: inherit;
    height: inherit;
    padding: 0 16px;
    border: none;
    background-color: transparent;
}

    .sidenav .collapsible-header:hover, .sidenav.fixed .collapsible-header:hover {
        background-color: rgba(0, 0, 0, .05);
    }

    .sidenav .collapsible-header i, .sidenav.fixed .collapsible-header i {
        line-height: inherit;
    }

.sidenav .collapsible-body, .sidenav.fixed .collapsible-body {
    border: 0;
    background-color: #fff;
}

    .sidenav .collapsible-body li a, .sidenav.fixed .collapsible-body li a {
        padding: 0 23.5px 0 31px;
    }



select:focus {
    outline: 1px solid white;
}

/* Style Placeholders */
::-webkit-input-placeholder {
    color: #999999;
}

::-moz-placeholder {
    color: #999999;
}

::placeholder {
    color: #999999;
}

/* Radio Buttons
   ========================================================================== */
[type='radio']:not(:checked),
[type='radio']:checked {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

    [type='radio']:not(:checked) + span,
    [type='radio']:checked + span {
        font-size: 1rem;
        line-height: 25px;
        position: relative;
        display: inline-block;
        height: 25px;
        padding-left: 25px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: .28s ease;
        -moz-transition: .28s ease;
        -o-transition: .28s ease;
        transition: .28s ease;
    }

[type='radio'] + span:before,
[type='radio'] + span:after {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin: 4px;
    content: '';
    -webkit-transition: .28s ease;
    -moz-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
}

/* Unchecked styles */
[type='radio']:not(:checked) + span:before, [type='radio']:not(:checked) + span:after, [type='radio']:checked + span:before, [type='radio']:checked + span:after,
[type='radio'].with-gap:checked + span:before, [type='radio'].with-gap:checked + span:after {
    border-radius: 50%;
}

[type='radio']:not(:checked) + span:before, [type='radio']:not(:checked) + span:after {
    border: 2px solid #5a5a5a;
}

[type='radio']:not(:checked) + span:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

/* Checked styles */
[type='radio']:checked + span:before {
    border: 2px solid transparent;
}

[type='radio']:checked + span:after,
[type='radio'].with-gap:checked + span:before, [type='radio'].with-gap:checked + span:after {
    border: 2px solid #1560a5;
}

[type='radio']:checked + span:after, [type='radio'].with-gap:checked + span:after {
    background-color: #1560a5;
}

[type='radio']:checked + span:after {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

/* Radio With gap */
[type='radio'].with-gap:checked + span:after {
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}

/* Focused styles */
[type='radio'].tabbed:focus + span:before {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
}

/* Disabled Radio With gap */
[type='radio'].with-gap:disabled:checked + span:before {
    border: 2px solid rgba(0, 0, 0, .42);
}

[type='radio'].with-gap:disabled:checked + span:after {
    border: none;
    background-color: rgba(0, 0, 0, .42);
}

/* Disabled style */
[type='radio']:disabled:not(:checked) + span:before, [type='radio']:disabled:checked + span:before {
    border-color: rgba(0, 0, 0, .42);
    background-color: transparent;
}

[type='radio']:disabled + span {
    color: rgba(0, 0, 0, .42);
}

[type='radio']:disabled:not(:checked) + span:before {
    border-color: rgba(0, 0, 0, .42);
}

[type='radio']:disabled:checked + span:after {
    border-color: #949494;
    background-color: rgba(0, 0, 0, .42);
}

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
[type='checkbox']:not(:checked), [type='checkbox']:checked {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

[type='checkbox'] {
    /* checkbox aspect */
}

    [type='checkbox'] + span:not(.lever) {
        font-size: 1rem;
        line-height: 20px;
        position: relative;
        display: inline-block;
        height: 25px;
        padding-left: 25px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        [type='checkbox'] + span:not(.lever):before, [type='checkbox']:not(.filled-in) + span:not(.lever):after {
            position: absolute;
            z-index: 0;
            top: 0;
            left: 0;
            width: 18px;
            height: 18px;
            margin-top: 3px;
            content: '';
            -webkit-transition: .2s;
            -moz-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
            border: 2px solid #5a5a5a;
            border-radius: 1px;
        }

    [type='checkbox']:not(.filled-in) + span:not(.lever):after {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        border: 0;
    }

    [type='checkbox']:not(:checked):disabled + span:not(.lever):before {
        border: none;
        background-color: rgba(0, 0, 0, .42);
    }

    [type='checkbox'].tabbed:focus + span:not(.lever):after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        border: 0;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
    }

    [type='checkbox']:checked + span:not(.lever):before {
        top: -4px;
        left: -5px;
        width: 12px;
        height: 22px;
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -o-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        border-top: 2px solid transparent;
        border-right: 2px solid #1560a5;
        border-bottom: 2px solid #1560a5;
        border-left: 2px solid transparent;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    [type='checkbox']:checked:disabled + span:before {
        border-right: 2px solid rgba(0, 0, 0, .42);
        border-bottom: 2px solid rgba(0, 0, 0, .42);
    }

    /* Indeterminate checkbox */
    [type='checkbox']:indeterminate + span:not(.lever):before {
        top: -11px;
        left: -12px;
        width: 10px;
        height: 22px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        border-top: none;
        border-right: 2px solid #1560a5;
        border-bottom: none;
        border-left: none;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    [type='checkbox']:indeterminate:disabled + span:not(.lever):before {
        border-right: 2px solid rgba(0, 0, 0, .42);
        background-color: transparent;
    }

    [type='checkbox'].filled-in + span:not(.lever):after {
        border-radius: 2px;
    }

    [type='checkbox'].filled-in + span:not(.lever):before, [type='checkbox'].filled-in + span:not(.lever):after {
        position: absolute;
        z-index: 1;
        left: 0;
        content: '';
        /* .1s delay is for check animation */
        -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
        -moz-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
        -o-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
        transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    }

    [type='checkbox'].filled-in:not(:checked) + span:not(.lever):before {
        top: 10px;
        left: 6px;
        width: 0;
        height: 0;
        -webkit-transform: rotateZ(37deg);
        -moz-transform: rotateZ(37deg);
        -ms-transform: rotate(37deg);
        -o-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        border: 3px solid transparent;
    }

    [type='checkbox'].filled-in:not(:checked) + span:not(.lever):after {
        z-index: 0;
        top: 0;
        width: 20px;
        height: 20px;
        border: 2px solid #5a5a5a;
        background-color: transparent;
    }

    [type='checkbox'].filled-in:checked + span:not(.lever):before {
        top: 0;
        left: 1px;
        width: 8px;
        height: 13px;
        -webkit-transform: rotateZ(37deg);
        -moz-transform: rotateZ(37deg);
        -ms-transform: rotate(37deg);
        -o-transform: rotateZ(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        border-top: 2px solid transparent;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-left: 2px solid transparent;
    }

    [type='checkbox'].filled-in:checked + span:not(.lever):after {
        z-index: 0;
        top: 0;
        width: 20px;
        height: 20px;
        border: 2px solid #1560a5;
        background-color: #1560a5;
    }

    [type='checkbox'].filled-in.tabbed:focus + span:not(.lever):after {
        border-color: #5a5a5a;
        border-radius: 2px;
        background-color: rgba(0, 0, 0, .1);
    }

    [type='checkbox'].filled-in.tabbed:checked:focus + span:not(.lever):after {
        border-color: #1560a5;
        border-radius: 2px;
        background-color: #1560a5;
    }

    [type='checkbox'].filled-in:disabled:not(:checked) + span:not(.lever):before {
        border: 2px solid transparent;
        background-color: transparent;
    }

    [type='checkbox'].filled-in:disabled:not(:checked) + span:not(.lever):after {
        border-color: transparent;
        background-color: #dddddd;
    }

    [type='checkbox'].filled-in:disabled:checked + span:not(.lever):before {
        background-color: transparent;
    }

    [type='checkbox'].filled-in:disabled:checked + span:not(.lever):after {
        border-color: #1560a5;
        background-color: #1560a5;
    }

/*side nav*/

.sidenav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    overflow-y: auto;
    width: 260px;
    height: 100%;
    height: -webkit-calc(100% + 60px);
    height: -moz-calc(100% + 60px);
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    margin: 0;
    padding-bottom: 60px;
    -webkit-transform: translateX(-100%);
    -webkit-transform: translateX(-105%);
    -moz-transform: translateX(-100%);
    -moz-transform: translateX(-105%);
    -ms-transform: translateX(-100%);
    -ms-transform: translateX(-105%);
    -o-transform: translateX(-100%);
    -o-transform: translateX(-105%);
    transform: translateX(-100%);
    transform: translateX(-105%);
    background-color: #fff;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .sidenav.right-aligned {
        right: 0;
        left: auto;
        -webkit-transform: translateX(105%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(105%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(105%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(105%);
        -o-transform: translateX(100%);
        transform: translateX(105%);
        transform: translateX(100%);
    }

    .sidenav .collapsible {
        margin: 0;
    }

    .sidenav li {
        line-height: 48px;
        float: none;
        cursor: pointer;
    }

        .sidenav li.active {
            background-color: rgba(0, 0, 0, .035);
        }

        .sidenav li > a {
            font-size: 14px;
            font-weight: 500;
            line-height: 48px;
            display: block;
            height: 48px;
            padding: 0 32px;
            color: rgba(0, 0, 0, .87);
        }

            .sidenav li > a:hover {
                background-color: rgba(0, 0, 0, .015);
            }

            .sidenav li > a > i, .sidenav li > a > [class^='mdi-'], .sidenav li > a li > a > [class*='mdi-'], .sidenav li > a > i.material-icons {
                line-height: 48px;
                float: left;
                width: 24px;
                height: 48px;
                margin: 0 32px 0 0;
                color: rgba(0, 0, 0, .54);
            }

    .sidenav .divider {
        margin: 8px 0 0 0;
    }

    .sidenav .subheader {
        font-size: 14px;
        font-weight: 500;
        line-height: 48px;
        cursor: initial;
        pointer-events: none;
        color: rgba(0, 0, 0, .54);
    }

        .sidenav .subheader:hover {
            background-color: transparent;
        }

    .sidenav.sidenav-fixed {
        position: fixed;
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

        .sidenav.sidenav-fixed.right-aligned {
            right: 0;
            left: auto;
        }


        .sidenav .collapsible-body > ul:not(.collapsible) > li.active, .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
            background-color: #1560a5;
        }

            .sidenav .collapsible-body > ul:not(.collapsible) > li.active a, .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
                color: #fff;
            }

    .sidenav .collapsible-body {
        padding: 0;
    }

.sidenav-overlay {
    position: fixed;
    z-index: 997;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    height: 120vh;
    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
}


.menu_Slider_Fix {
    display: inline-block;
    width: 100%;
    list-style: none;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    top: 1px;
    background: #fff !important;
    text-align: center;
    box-shadow: 0 2px 10px 0 #ccc;
    padding: 10px 0px;
}

    .menu_Slider_Fix.fixed {
        position: fixed;
        top: 0;
        z-index: 1;
        top: 0px;
        left: 0;
        right: 0;
        background: #fff !important;
        box-shadow: 0 2px 10px 0 #ccc;
        padding: 20px 80px;
    }

    .menu_Slider_Fix ul li a.active {
        border-bottom: 4px solid #3949ab;
    }

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
}

@-webkit-keyframes placeholder-animation {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes placeholder-animation {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.animated-background {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeholder-animation;
    animation-name: placeholder-animation;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    height: 20px;
    position: relative;
}

.search-masker {
    height: 65px !important;
}

.background-masker {
    background: #fff;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.outlined .background-masker {
    border: 1px solid #ddd;
}

.outlined:hover .background-masker {
    border: none;
}

    .outlined:hover .background-masker:hover {
        border: 1px solid #ccc;
        z-index: 1;
    }

.background-masker.control-one {
    top: 0px;
    left: 10%;
    height: 20px;
    width: 20px;
}

.background-masker.control-two {
    top: 0px;
    left: 40%;
    height: 20px;
    width: 20px;
}

.background-masker.control-three {
    top: 0px;
    left: 80%;
    height: 20px;
    width: 20px;
}

.background-masker.control-four {
    top: 0px;
    left: 99%;
    height: 20px;
    width: 20px;
}

.background-masker.airlogo-mask {
    height: 65px;
    left: 15%;
    top: 0;
    width: 25px;
}

.background-masker.fare-mask {
    top: 0px;
    left: 75%;
    height: 65px;
    width: 20px;
}

/*Coursal*/
.hotelAmenities {
    padding: 10px;
    margin: 10px;
    border: 1px solid #cccccc;
    background: #efefef;
}





.caret {
    display: none;
}

.fare_tablealign_td_head {
    padding: 5px !important;
}

.fare_tablealign_td_body {
    padding: 5px !important;
}



.air-logo-xs {
    width: 30px;
}

.air-logo-md {
    width: 35px;
}

.air-logo-lg {
    width: 40px;
}

.air-logo-ft {
    width: 18px;
}

.Unavailable_info {
    background-color: #cccccc;
    border: 2px solid #cccccc;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    cursor: not-allowed;
}

.LadiesOnly_info {
    background-color: #ffffff;
    border: 2px solid #d87c71;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    cursor: not-allowed;
}

.Available_info {
    background-color: #ffffff;
    border: 2px solid #bbbbbb;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    cursor: not-allowed;
}

.Selected_info {
    background-color: #65aa51;
    border: 2px solid #428030;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    cursor: not-allowed;
}

.policy {
    font-weight: bold;
    color: black;
    font-size: 12px;
}









.divtooltip {
    background-color: #BC502A;
    color: #fff;
    display: none;
    float: left;
    font-size: 10pt;
    margin: 30px 0px 0px 0px;
    padding: 2px 10px;
    position: absolute;
    width: auto;
    z-index: 999;
}

.selected-seat {
    background-color: #ed6e38;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin: 0px 5px;
}


.select-wrapper input.select-dropdown {
    margin: 0 0 0px 0;
    border: none;
    border-bottom: none;
    display: none !important;
}

.caret {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .caret::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

.caret-down::before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.StatusPndng {
    background-color: #fce4ec !important;
    color: #f44336 !important;
}

.StatusSucs {
    background-color: #e8f5e9 !important;
    color: #4caf50 !important;
}

.amenities-disabled {
    color: #eeeeee;
}

/*Seat Map*/

.seat-aisle {
    height: 24px;
    width: 44px;
}

.seat-ladies-available {
    background-position: -53px -134px;
    width: 28px;
    height: 25px;
    margin-bottom: 16px;
}

.seat-available, .berth-available, .seat-booked, .berth-booked, .seat-ladies-available, .berth-ladies-available, .seat-ladies-booked, .berth-ladies-booked, .seat-

selected, .berth-selected, .vertical-berth-available, .vertical-berth-booked, .vertical-berth-ladies-available, .vertical-berth-ladies-booked, .vertical-berth-selected {
    background-image: url('/Content/Images/seat_map.png');
    font-size: 10px;
    color: #666666;
    font-weight: bold;
    text-align: center;
}

.seat-available {
    background-position: -53px -53px;
    width: 28px;
    height: 25px;
    margin-bottom: 16px;
}

.berth-available {
    background-position: -103px -92px;
    width: 29px;
    height: 65px;
    margin-bottom: 16px;
}

.seat-booked {
    background-position: -53px -12px;
    width: 28px;
    height: 25px;
    margin-bottom: 16px;
}

.berth-booked {
    background-position: -139px -92px;
    width: 29px;
    height: 65px;
    margin-bottom: 16px;
}

.seat-ladies-available {
    background-position: -53px -134px;
    width: 28px;
    height: 25px;
    margin-bottom: 16px;
}

.berth-ladies-available {
    background-position: -103px -11px;
    width: 29px;
    height: 65px;
    margin-bottom: 16px;
}

.seat-ladies-booked {
    background-position: -53px -94px;
    width: 28px;
    height: 25px;
    margin-bottom: 16px;
}

.berth-ladies-booked {
    background-position: -139px -11px;
    width: 29px;
    height: 65px;
    margin-bottom: 16px;
}

.seat-selected {
    background-position: -53px -175px;
    width: 28px;
    height: 25px;
    margin-bottom: 16px;
}

.berth-selected {
    background-position: -103px -173px;
    width: 29px;
    height: 65px;
    margin-bottom: 16px;
}

.vertical-berth-available {
    background-position: -103px -92px;
    width: 29px;
    height: 65px;
    margin-bottom: 16px;
}

.vertical-berth-ladies-available {
    background-position: -103px -11px;
    width: 29px;
    height: 65px;
    margin-bottom: 16px;
}

.vertical-berth-ladies-booked {
    background-position: -139px -11px;
    width: 29px;
    height: 65px;
    margin-bottom: 16px;
}

.vertical-berth-booked {
    background-position: -139px -92px;
    width: 29px;
    height: 65px;
    margin-bottom: 16px;
}

.vertical-berth-selected {
    background-position: -103px -173px;
    width: 29px;
    height: 65px;
    margin-bottom: 16px;
}

.available {
    width: 20px;
    height: 20px;
    border: 2px solid #98a3b5;
    background: #ffffff;
    border-radius: 5px;
    float: left;
}

.booked {
    width: 20px;
    height: 20px;
    border: 2px solid #98a3b5;
    background: #c6ccd5;
    border-radius: 5px;
    float: left;
}

.ladies_available {
    width: 20px;
    height: 20px;
    border: 2px solid #5957a6;
    background: #ffffff;
    border-radius: 5px;
    float: left;
}

.ladies_booked {
    width: 20px;
    height: 20px;
    border: 2px solid #5957a6;
    background: #a6a5de;
    border-radius: 5px;
    float: left;
}

.selected_seat {
    width: 20px;
    height: 20px;
    border: 2px solid #5ca657;
    background: #a9dea5;
    border-radius: 5px;
    float: left;
}


.driver-seat {
    background-position: -170px -51px;
    margin: 10px;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    float: left;
}
/*Seat Map Arrangement*/
.booking-box {
    background: #ebebeb;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 10px;
}

.lower {
    background: #FFF;
    border: 1px solid #e1e1e1;
    padding: 5px 30px 5px 60px;
}

.upper {
    background: #FFF;
    border: 1px solid #e1e1e1;
    padding: 5px 30px 5px 60px;
}

.seat-column {
    width: auto;
    height: auto;
    display: -webkit-flex; /* Safari */
    -webkit-flex-direction: row; /* Safari 6.1+ */
    display: flex;
    flex-direction: row;
    padding: 2px 0px;
}

.driver {
    background-position: -160px -41px;
    margin: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../../Content/Images/sprite_seats.png");
    background-repeat: no-repeat;
    float: left;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.open > .dropdown-menu {
    display: block;
}

multiselect {
    display: block;
}

    multiselect .btn {
        width: 100%;
    }

        multiselect .btn.error {
            border: 1px solid #da4f49 !important;
        }

    multiselect .dropdown-menu {
        width: 185px;
        box-sizing: border-box;
        padding: 0px;
        left: -13px;
    }

        multiselect .dropdown-menu > li {
            padding: 5px;
            cursor: pointer;
            float: left;
            width: 100%;
        }

    multiselect .dropdown-menu {
        max-height: 290px;
        overflow-y: auto;
    }




.docclassactive {
    color: #FFFFFF;
    background: #ed6e38;
    font-size: 11px;
    cursor: pointer !important;
    width: 40px;
    height: 40px;
    float: left;
}

.docclass {
    color: #1560a5;
    border-color: #ed6e38;
    background: #FFFFFF;
    font-size: 11px;
    cursor: pointer !important;
}

/*AnguComplete - Alt*/
.angucomplete-holder {
    position: relative;
    text-align: left !important;
    left: 0px;
}

.cube {
    display: inline-block;
    border-color: transparent transparent #fd7e14;
    border-width: 12px;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    top: 25px;
    left: 50%;
}

.angucomplete-dropdown {
    border-color: #d0d4d8;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 100%;
    left: 0px;
    padding: 6px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    margin-top: 12px;
    background-color: #ffffff;
}

.angucomplete-searching {
    color: #acacac;
    font-size: 14px;
}

.angucomplete-dropdown::-webkit-scrollbar {
    width: 5px;
}

.angucomplete-dropdown::-webkit-scrollbar-track {
    background: #efefef;
}

.angucomplete-dropdown::-webkit-scrollbar-thumb {
    background: #555;
}

    .angucomplete-dropdown::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.angucomplete-description {
    font-size: 11px;
    font-weight: normal
}

.angucomplete-row {
    padding: 5px;
    color: #000000;
    margin-bottom: 4px;
    clear: both;
    font-size: 13px;
    font-weight: bold;
}



#anguScroll_dropdown {
    overflow-y: auto;
    max-height: 500px;
    margin-top: 9px;
}


#anguScroll_value {
    background: url('/Content/Images/icon_Location.png') no-repeat left;
    border: none;
    font-size: 16px;
    margin-top: 0px;
    padding: 0 0px 0 20px !important;
}

.search-date {
    background: #FFFFFF url('/Content/Images/icon_Calendar.png') no-repeat left;
    /*border: none;*/
    font-size: 16px !important;
    /*font-weight: bold;*/
    margin-top: 0px !important;
    border-radius: 5px !important;
    border: 1px solid #999999 !important;
    padding: 0 0px 0 20px !important;
}



#anguuser_value {
    background: url('Content/Images/User_TextBox.png') no-repeat right;
}

#anguvisa_value {
    background: url('Content/Images/User_TextBox.png') no-repeat right;
}

/*AnguComplete - Alt*/
.pointer {
    cursor: pointer;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.scrollbar {
    margin-left: 30px;
    float: left;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.progress-meter {
    padding: 0;
    margin: 0;
    opacity: 0.5;
}

ol.progress-meter li {
    display: inline-block;
    width: 100%;
    border-bottom-width: 4px;
    border-bottom-style: dotted;
}

    ol.progress-meter li:before {
        position: relative;
        float: left;
        text-indent: 0;
        left: 0;
    }

    ol.progress-meter li:after {
        position: relative;
        float: right;
        text-indent: 0;
        right: 0;
    }

    ol.progress-meter li.done:before {
        content: "";
        height: 12px;
        width: 12px;
        bottom: -8px;
        border: none;
        border-radius: 50%;
        border: 3px solid #f44336;
    }

    ol.progress-meter li.done:after {
        content: "";
        height: 12px;
        width: 12px;
        bottom: -8px;
        border: none;
        border-radius: 50%;
        border: 3px solid #f44336;
    }

    ol.progress-meter li.todo:before {
        content: "";
        bottom: -26.95px;
        line-height: 18.05px;
    }

    ol.progress-meter li.done {
        border-bottom-color: #f44336;
    }

        ol.progress-meter li.done:before {
            background-color: #ffffff;
        }

        ol.progress-meter li.done:after {
            background-color: #ffffff;
        }




.my-sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/*----------------------------------------
  filter
------------------------------------------*/
#filter .card-content hr,
#filter .modal-content hr {
    opacity: .3;
}

#filter .size-filter ul .active a {
    color: #fff;
    background: #7e57c2;
}

#filter .size-filter ul li {
    display: inline-block;
}

    #filter .size-filter ul li a {
        font-weight: 700;
        /*line-height: 34px;*/
        display: block;
        width: 34px;
        /*height: 34px;*/
        text-align: center;
        border-radius: 3px;
        background: #ede7f6;
    }


/*--------------------------------------------------------------------------------*/
#input-select .input-field label {
    font-size: .8rem;
    position: absolute;
    top: -14px;
}


/*----------------------------------------
    SideNav - Main Menu
------------------------------------------*/


.sidenav {
    top: 64px;
    overflow: hidden;
    width: inherit;
    height: 100%;
    -webkit-transition: auto !important;
    -moz-transition: auto !important;
    -o-transition: auto !important;
    transition: auto !important;
    border: none;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .2);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .sidenav.native-scroll {
        overflow-y: scroll !important;
    }

    .sidenav a {
        line-height: 42px;
        height: 42px;
    }

    .sidenav .navigation-header {
        font-size: .85rem;
        font-weight: 600;
        margin-top: 10px;
        padding: 0 17px;
        text-transform: uppercase;
    }

        .sidenav .navigation-header .navigation-header-icon {
            display: none;
        }

        .sidenav .navigation-header .navigation-header-text {
            font-size: .85rem;
            font-weight: 600;
            line-height: 30px;
            height: 30px;
            margin: 0;
            padding: 0 !important;
            color: #969696;
        }

            .sidenav .navigation-header .navigation-header-text:hover {
                background-color: transparent !important;
            }



    .sidenav li a {
        color: rgba(0, 0, 0, .87);
    }

        .sidenav li a i {
            font-size: 1.4rem;
            line-height: inherit;
            display: block;
            float: left;
            width: 2rem;
            margin-right: 1rem;
            text-align: center;
        }

    .sidenav .collapsible-header {
        font-weight: 400;
        margin: 0;
    }

        .sidenav .collapsible-header:after {
            font-family: 'Material Icons';
            font-size: 18px;
            position: absolute;
            right: 16px;
            content: 'keyboard_arrow_right';
            transition: transform .3s ease-in-out, opacity .25s ease-in-out .1s, -webkit-transform .3s ease-in-out;
            color: #afafaf;
        }

        .sidenav .collapsible-header.active:after {
            content: 'keyboard_arrow_down';
        }

    .sidenav li .collapsible-body {
        background: transparent;
    }

        .sidenav li .collapsible-body a i {
            font-size: .7rem;
        }

    .sidenav li a.active {
        color: #fff;
        background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2);
        background: -moz- oldlinear-gradient(45deg, #303f9f, #7b1fa2);
        background: -o-linear-gradient(45deg, #303f9f, #7b1fa2);
        background: linear-gradient(45deg, #303f9f, #7b1fa2);
        -webkit-box-shadow: 3px 3px 20px 0 rgba(123, 31, 162, .5);
        box-shadow: 3px 3px 20px 0 rgba(123, 31, 162, .5);
    }

        .sidenav li a.active i {
            color: #fff;
        }

    .sidenav li:not(.active).open {
        background-color: rgba(0, 0, 0, .035);
    }

    .sidenav li.active {
        background-color: transparent;
    }

        .sidenav li.active > .collapsible-header:after {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .sidenav li.open {
        background: rgba(0, 0, 0, .1);
    }

    .sidenav li > a,
    .sidenav li a.collapsible-header {
        font-weight: 400;
        line-height: 44px;
        height: 44px;
        padding: 0 16px !important;
    }

        .sidenav li > a > i.material-icons,
        .sidenav li a.collapsible-header > i.material-icons {
            line-height: 44px;
            height: 44px;
            margin: 0 0px 0 0;
        }

        .sidenav li > a:not(.active):hover {
            background-color: rgba(0, 0, 0, .035) !important;
        }

    .sidenav .collapsible-body > ul:not(.collapsible) > li.active,
    .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
        background-color: #d1d6ef;
    }

        .sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
        .sidenav .collapsible-body > ul:not(.collapsible) > li.active i,
        .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a,
        .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active i {
            color: #1560a5;
            background: none;
        }



/*----------------------------------------
  Material
------------------------------------------*/



.material-icons {
    font-family: 'Material Icons';
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    /* Preferred icon size */
    display: inline-block;
    white-space: nowrap;
    letter-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

    /* Rules for sizing the icon. */
    .material-icons.md-18 {
        font-size: 18px;
    }

    .material-icons.md-14 {
        font-size: 14px;
    }

    .material-icons.md-24 {
        font-size: 24px;
    }

    .material-icons.md-36 {
        font-size: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
    }

    /* Rules for using icons as black on a light background. */
    .material-icons.md-dark {
        color: rgba(0, 0, 0, .54);
    }

        .material-icons.md-dark.md-inactive {
            color: rgba(0, 0, 0, .26);
        }

    /* Rules for using icons as white on a dark background. */
    .material-icons.md-light {
        color: white;
    }

        .material-icons.md-light.md-inactive {
            color: rgba(255, 255, 255, .3);
        }

/*----------------------------------------
	Avatar
------------------------------------------*/
.avatar-status {
    /*line-height: 50px;*/
    position: relative;
    display: inline-block;
    width: 28px;
    vertical-align: bottom;
    white-space: nowrap;
    border-radius: 50px;
}

    .avatar-status i {
        position: absolute;
        right: -2px;
        bottom: 18px;
        width: 9px !important;
        height: 9px !important;
        border: 1px solid #fff;
        border-radius: 100%;
    }



    .avatar-status img {
        width: 100%;
        max-width: 100%;
        height: auto;
        border: 0 none;
        border-radius: 1000px;
        background: #e6e6e6;
    }

/*
  Gradient color mixin
*/



#main {
    min-height: -webkit-calc(100% - 116px);
    min-height: -moz-calc(100% - 116px);
    min-height: calc(100% - 116px);
    padding-left: 0;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    #main.main-full {
        padding-left: 0;
    }

    #main .content-wrapper-before {
        position: absolute;
        z-index: -1;
        top: 64px;
        left: 0;
        width: 100%;
        /*height: 213px;*/
        -webkit-transition: .3s ease all;
        -moz-transition: .3s ease all;
        -o-transition: .3s ease all;
        transition: .3s ease all;
    }

.dropdown-toggle::after {
    display: none !important;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

html, body {
    height: 100%;
}

body {
    background-color: #eeeeee;
}

@font-face {
    font-family: 'Roboto', sans-serif !important;
    font-style: normal;
    src: local('Roboto-Regular'), local('Roboto-Regular'), url(/Content/Fonts/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'FiraSans', sans-serif !important;
    font-style: normal;
    src: local('FiraSans-Regular-Regular'), local('FiraSans-Regular-Regular'), url(/Content/Fonts/FiraSans-Regular-Regular.ttf) format('truetype');
}

.roboto_font {
    font-family: 'Roboto', sans-serif !important;
}


/*.fira_sans_fonts {
    font-family: 'Fira Sans', sans-serif !important;
}*/

select {
    width: 96%;
    height: 2.5rem;
    padding: 5px;
    /*background-color: transparent;*/
    border: none;
}

.container {
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0 .5rem;
}



button, html [type='button'], [type='reset'], [type='submit'] {
    cursor: pointer;
    -webkit-appearance: none;
}

/*----------------------------------------
   Navbar
------------------------------------------*/
.navbar .header-search-wrapper {
    position: relative;
    display: inline-block;
    width: -webkit-calc(70% - 600px);
    width: -moz-calc(70% - 600px);
    width: calc(70% - 600px);
    height: 40px;
    margin: 10px auto 0 245px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .navbar .header-search-wrapper i {
        font-size: 24px;
        line-height: 32px !important;
        position: absolute;
        top: 6px;
        left: 24px;
        -webkit-transition: color 200ms ease;
        -moz-transition: color 200ms ease;
        -o-transition: color 200ms ease;
        transition: color 200ms ease;
    }

.navbar .nav-collapsed .header-search-wrapper {
    margin: 10px auto 0 10px;
}



nav.display-none.search-sm .nav-wrapper form .input-field input.search-box-sm:not(:focus) {
    color: #fff;
}

.lbl-bold {
    font-weight: bold !important;
}

.lbl-small {
    font-size: 11px;
}

lbl-xsmall {
    font-size: 10px;
}

.lbl-medium {
    font-size: 14px;
}

.lbl-xmedium {
    font-size: 12px;
}

.lbl-large {
    font-size: 16px !important;
}




.lbl-xsmall {
    font-size: 10px;
}

.lbl-tiny {
    font-size: 8px;
}

.lbl-xhuge {
    font-size: 36px;
}

.lbl-duration {
    position: relative;
    top: 5px;
}



.lbl-XXhuge {
    font-size: 72px;
}



.display-grid {
    display: grid !important;
}

/* Border Radius */
.border-radius-1 {
    border-radius: 1px !important;
}



.border-radius-4 {
    border-radius: 4px !important;
}

.border-radius-5 {
    border-radius: 5px !important;
}



.border-radius-9 {
    border-radius: 9px !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-round {
    border-radius: 150px !important;
}

.section {
    padding: .5rem 0;
}

.mt-7 {
    margin-top: 7% !important;
}

.pl-10 {
    padding-left: 10% !important;
}

.pr-10 {
    padding-right: 10% !important;
}

.search-card {
    margin-top: 0px !important;
}

    .search-card .card-body {
        padding: 0px 0 0;
    }



.search-box .card {
    border: none;
}

.search-box .card-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.search-box .card > input {
    font-weight: bold;
    font-size: 16px;
}

.search-box .card-header {
    background-color: #ff9800;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #111111;
}

    .search-box .card-header [type='radio']:not(:checked) + span:before, [type='radio']:not(:checked) + span:after {
        border: 2px solid #333333;
    }

    .search-box .card-header [type='checkbox'].filled-in:not(:checked) + span:not(.lever):after {
        border: 2px solid #333333;
    }

.search-box .box-cell {
    border-right: 1px solid #ccc;
    height: 50px;
    padding-top: 5px;
}

.round-box {
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
}



.modal-dialog {
    pointer-events: inherit !important;
    height: 100%;
}



.small-alert {
    position: fixed;
    top: 15%;
    right: 5%;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-color: #fff;
    height: 50px;
    z-index: 99999 !important;
}


.small-alert-icon {
    position: absolute;
    background-color: #FDBC2C;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    top: 0px;
}

.small-alert-message {
    float: left;
    margin: 10px 10px 10px 50px;
    width: auto;
}



.modal-header {
    color: #fc9e15;
}

.main-grid {
    border-radius: 10px;
    float: left;
    position: relative;
    /*width: 25%;*/
    box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    cursor: pointer;
    text-align: center;
    min-width: 120px;
    margin-bottom: 50px;
}


.main-grid-head .logo {
    background-color: #fff;
    border: 3px solid #DCDCDC;
    border-radius: 50%;
    color: #97ce69;
    font-size: 2em;
    font-weight: 600;
    height: 50px;
    margin: 0 auto;
    padding: 26px;
    text-align: center;
    margin-top: -34px;
    width: 50px;
}

    .main-grid-head .logo img {
        left: -25px;
        position: relative;
        top: -25px;
        border-radius: 50%;
    }


.main-grid-box {
    text-align: center;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.main-grid-content {
    background-color: #fff;
    min-height: 240px;
}

.main-grid ul {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

    .main-grid ul li {
        list-style-type: none;
        text-align: center;
    }

        .main-grid ul li:nth-child(2) {
            background: #f5f5f5 none repeat scroll 0 0;
        }

/*Price Slider Start*/
.slider {
    border: 1px solid white;
    height: 0.5em !important;
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    text-align: left;
    width: 100%;
    background: #cccccc;
}

    .slider .handle {
        position: absolute;
        z-index: 2;
        width: 15px;
        height: 15px;
        background-color: #ffffff;
        top: -5px;
        border-radius: 16px;
        border: 2px solid #0069d9;
    }

.handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.slider .range {
    position: absolute;
    z-index: 1;
    display: block;
    font-size: .7em;
    background-color: #0069d9;
    top: 0;
    height: 100%;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 6px 0;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        box-shadow: 0px 0px 0px rgba(153, 153, 153, 0), 0px 0px 0px rgba(166, 166, 166, 0);
        background: rgba(153, 153, 153, 0);
        border-radius: 25px;
        border: 1px solid rgba(153, 153, 153, 0.5);
    }

    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0px 0px 0px #ed6e38, 0px 0px 0px #6967af;
        border: 1px solid #ed6e38;
        height: 13px;
        width: 13px;
        border-radius: 50px;
        background: #fff;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: rgba(166, 166, 166, 0);
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        box-shadow: 0px 0px 0px rgba(153, 153, 153, 0), 0px 0px 0px rgba(166, 166, 166, 0);
        background: rgba(153, 153, 153, 0);
        border-radius: 25px;
        border: 1px solid rgba(153, 153, 153, 0.5);
    }

    input[type=range]::-moz-range-thumb {
        box-shadow: 0px 0px 0px #ed6e38, 0px 0px 0px #6967af;
        border: 1px solid #ed6e38;
        height: 13px;
        width: 13px;
        border-radius: 50px;
        background: #fff;
        cursor: pointer;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: rgba(140, 140, 140, 0);
        border: 1px solid rgba(153, 153, 153, 0.5);
        border-radius: 50px;
        box-shadow: 0px 0px 0px rgba(153, 153, 153, 0), 0px 0px 0px rgba(166, 166, 166, 0);
    }

    input[type=range]::-ms-fill-upper {
        background: rgba(153, 153, 153, 0);
        border: 1px solid rgba(153, 153, 153, 0.5);
        border-radius: 50px;
        box-shadow: 0px 0px 0px rgba(153, 153, 153, 0), 0px 0px 0px rgba(166, 166, 166, 0);
    }

    input[type=range]::-ms-thumb {
        box-shadow: 0px 0px 0px #ed6e38, 0px 0px 0px #6967af;
        border: 1px solid #ed6e38;
        height: 13px;
        width: 13px;
        border-radius: 50px;
        background: #ed6e38;
        cursor: pointer;
        height: 1px;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: rgba(153, 153, 153, 0);
    }

    input[type=range]:focus::-ms-fill-upper {
        background: rgba(166, 166, 166, 0);
    }

.col-rd {
    padding-right: 25px !important;
}



.showPassword {
    position: relative;
    top: -32px;
    cursor: pointer;
}



.Seat_Blocked {
    position: relative;
    left: 0px;
    top: 10px;
    font-size: 12px;
}

.Seat_Avail {
    position: relative;
    left: 0px;
    top: 10px;
    font-size: 12px;
}

.air-seat-container {
    border: 1px solid #d0d4d8 !important;
    float: left !important;
    min-width: 75%;
    padding: 5px;
    text-align: center;
}

.air-seat-row {
}

    .air-seat-row li {
        margin: 0 !important;
        padding: 0 !important;
    }

.air-seat-selected {
    background: url("../../Content/Images/sprite_seats.png") no-repeat scroll;
    background-position: -210px -40px;
    cursor: pointer;
    height: 37px;
    width: 35px;
    display: block;
}

.air-seat-available {
    background: url("../../Content/Images/sprite_seats.png") no-repeat scroll;
    background-position: -279px -40px;
    cursor: pointer;
    height: 37px;
    width: 35px;
    display: block;
}



.air-seat-blocked {
    background: url("../../Content/Images/sprite_seats.png") no-repeat scroll;
    background-position: -246px -40px;
    cursor: pointer;
    height: 37px;
    width: 35px;
    display: block;
}

.air-seat-booked {
    background: url("../../Content/Images/sprite_seats.png") no-repeat scroll;
    background-position: -315px -40px;
    cursor: pointer;
    height: 37px;
    width: 32px;
    display: block;
}

.air-empty-seat {
    height: 30px;
    width: 40px;
    display: block;
}

.BAGGAGE {
    background-position: -648px -9px;
    width: 26px;
    height: 19px;
    background-image: url("../../Content/Images/sprite_seats.png");
    background-repeat: no-repeat;
    float: left;
}

.MEALS {
    background-position: -725px -30px;
    width: 26px;
    height: 19px;
    background-image: url("../../Content/Images/sprite_seats.png");
    background-repeat: no-repeat;
    float: left;
}

.LOUNGE {
    background-position: -698px -30px;
    width: 26px;
    height: 19px;
    background-image: url("../../Content/Images/sprite_seats.png");
    background-repeat: no-repeat;
    float: left;
}

.FASTFORWARD {
    background-position: -670px -33px;
    width: 26px;
    height: 19px;
    background-image: url("../../Content/Images/sprite_seats.png");
    background-repeat: no-repeat;
    float: left;
}

.BAGOUTFIRST {
    background-position: -673px -9px;
    width: 26px;
    height: 19px;
    background-image: url("../../Content/Images/sprite_seats.png");
    background-repeat: no-repeat;
    float: left;
}

.CARRYMORE {
    background-position: -697px -9px;
    width: 26px;
    height: 19px;
    background-image: url("../../Content/Images/sprite_seats.png");
    background-repeat: no-repeat;
    float: left;
}

.CELEBRATION {
    background-position: -722px -9px;
    width: 26px;
    height: 19px;
    background-image: url("../../Content/Images/sprite_seats.png");
    background-repeat: no-repeat;
    float: left;
}

.FASTFORWARD {
    background-position: -671px -30px;
    width: 26px;
    height: 19px;
    background-image: url("../../Content/Images/sprite_seats.png");
    background-repeat: no-repeat;
    float: left;
}

.FREQUENTFLYER {
    background-position: -696px -56px;
    width: 26px;
    height: 19px;
    background-image: url("../../Content/Images/sprite_seats.png");
    background-repeat: no-repeat;
    float: left;
}

.WHEELCHAIR {
    background-position: -646px -80px;
    width: 26px;
    height: 19px;
    background-image: url("../../Content/Images/sprite_seats.png");
    background-repeat: no-repeat;
    float: left;
}

.SEAT {
    background-position: -722px -56px;
    width: 26px;
    height: 19px;
    background-image: url("../../Content/Images/sprite_seats.png");
    background-repeat: no-repeat;
    float: left;
}

.activeSSR {
    background-position: -646px -56px;
    width: 26px;
    height: 19px;
    background-image: url("../../Content/Images/sprite_seats.png");
    background-repeat: no-repeat;
    float: right;
}


.InactiveSSR {
    background-position: -671px -56px;
    width: 26px;
    height: 19px;
    background-image: url("../../Content/Images/sprite_seats.png");
    background-repeat: no-repeat;
    float: right;
}


.btn-SSR {
    line-height: 36px;
    display: inline-block;
    height: 36px;
    padding-left: 5px;
    vertical-align: middle;
    text-transform: uppercase;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    -webkit-tap-highlight-color: transparent;
    background: #ECECEC;
    cursor: pointer;
}

/*login page style*/
.blended-image {
    background: #1560a5;
    /*background: linear-gradient(45deg, rgba(252,158,21,1) 0%, rgba(18,34,104,1) 100%);*/
}


@font-face {
    font-family: 'Open Sans';
    src: url(../../Content/Fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: 'Poppins';
    src: url(../../Content/Fonts/Poppins-Regular.ttf);
}

.Poppins {
    font-family: "Poppins",sans-serif;
}

.login-top-text {
    color: #165525;
    font-size: 14px;
    font-family: "Poppins",sans-serif;
    font-weight: bold;
}

.text-dark-blue {
    color: #1560a5 !important;
}

.text-green {
    color: #fc9e15 !important;
}


.text-dark-blue {
    color: #1560a5 !important;
}

.border-theme {
    border-color: #1560a5 !important;
}

.btn-theme {
    color: #fff;
    background-color: #1560a5 !important;
    border-color: #1560a5 !important;
}

    .btn-theme:hover {
        color: #fff;
        background-color: #1560a5 !important;
        border-color: #1560a5 !important;
    }

    .btn-theme:focus, .btn-theme.focus {
        box-shadow: 0 0 0 0.2rem rgba(221, 67, 28, 0.5) !important;
    }

.text-theme {
    color: #1560a5 !important;
}

/* Text inputs */
input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    font-size: 1rem;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 2.5rem;
    margin: 0 0 0px 0;
    padding: 0;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    -moz-transition: box-shadow .3s, border .3s;
    -o-transition: box-shadow .3s, border .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: Calibri;
}

    input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
        /*border-bottom: 1px solid #aecb08;
        -webkit-box-shadow: 0 1px 0 0 #aecb08;
        box-shadow: 0 1px 0 0 #aecb08;*/
    }

        input:not([type]):focus:not([readonly]) + label, input[type=text]:not(.browser-default):focus:not([readonly]) + label, input[type=password]:not(.browser-default):focus:not([readonly]) + label, input[type=email]:not(.browser-default):focus:not([readonly]) + label, input[type=url]:not(.browser-default):focus:not([readonly]) + label, input[type=time]:not(.browser-default):focus:not([readonly]) + label, input[type=date]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, input[type=tel]:not(.browser-default):focus:not([readonly]) + label, input[type=number]:not(.browser-default):focus:not([readonly]) + label, input[type=search]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
            color: #aecb08;
        }

    input:not([type]).validate + label, input[type=text]:not(.browser-default).validate + label, input[type=password]:not(.browser-default).validate + label, input[type=email]:not(.browser-default).validate + label, input[type=url]:not(.browser-default).validate + label, input[type=time]:not(.browser-default).validate + label, input[type=date]:not(.browser-default).validate + label, input[type=datetime]:not(.browser-default).validate + label, input[type=datetime-local]:not(.browser-default).validate + label, input[type=tel]:not(.browser-default).validate + label, input[type=number]:not(.browser-default).validate + label, input[type=search]:not(.browser-default).validate + label, textarea.materialize-textarea.validate + label {
        width: 100%;
    }

.input-field {
    position: relative;
    margin-bottom: 1rem;
}

    .input-field.inline {
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
    }

        .input-field.inline input,
        .input-field.inline .select-dropdown {
            margin-bottom: 1rem;
        }

    .input-field.col label {
        left: .75rem;
    }

    .input-field.col .prefix ~ label, .input-field.col .prefix ~ .validate ~ label {
        width: -webkit-calc(100% - 3rem - 1.5rem);
        width: -moz-calc(100% - 3rem - 1.5rem);
        width: calc(100% - 3rem - 1.5rem);
    }

    .input-field > label {
        font-size: 1rem;
        position: absolute;
        top: 0;
        left: 0;
        cursor: text;
        -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
        -moz-transition: transform .2s ease-out, color .2s ease-out, -moz-transform .2s ease-out;
        -o-transition: color .2s ease-out, -o-transform .2s ease-out;
        transition: color .2s ease-out, -webkit-transform .2s ease-out;
        transition: transform .2s ease-out, color .2s ease-out;
        transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out, -moz-transform .2s ease-out, -o-transform .2s ease-out;
        -webkit-transform: translateY(12px);
        -moz-transform: translateY(12px);
        -ms-transform: translateY(12px);
        -o-transform: translateY(12px);
        transform: translateY(12px);
        -webkit-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        -o-transform-origin: 0 100%;
        transform-origin: 0 100%;
        text-align: initial;
        color: #9e9e9e;
    }

        .input-field > label:not(.label-icon).active {
            -webkit-transform: translateY(-14px) scale(.8);
            -moz-transform: translateY(-14px) scale(.8);
            -ms-transform: translateY(-14px) scale(.8);
            -o-transform: translateY(-14px) scale(.8);
            transform: translateY(-14px) scale(.8);
            -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            transform-origin: 0 0;
        }

    .input-field > input[type]:-webkit-autofill:not(.browser-default) + label, .input-field > input[type=date]:not(.browser-default) + label, .input-field > input[type=time]:not(.browser-default) + label {
        -webkit-transform: translateY(-14px) scale(.8);
        transform: translateY(-14px) scale(.8);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .input-field .helper-text {
        font-size: 12px;
        position: relative;
        display: block;
        min-height: 18px;
        color: rgba(0, 0, 0, .54);
    }

        .input-field .helper-text::after {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 1;
        }

    .input-field .prefix {
        font-size: 2rem;
        position: absolute;
        top: 1rem;
        width: 1rem;
        -webkit-transition: color .2s;
        -moz-transition: color .2s;
        -o-transition: color .2s;
        transition: color .2s;
        left: -1rem;
    }

        .input-field .prefix.active {
            color: #ff4081;
        }

        .input-field .prefix ~ input, .input-field .prefix ~ textarea, .input-field .prefix ~ label, .input-field .prefix ~ .validate ~ label, .input-field .prefix ~ .helper-text, .input-field .prefix ~ .autocomplete-content {
            width: 100%;
            margin-left: 3rem;
        }

        .input-field .prefix ~ label {
            margin-left: 3rem;
        }

@media only screen and (max-width: 992px) {
    .input-field .prefix ~ input {
        width: 86%;
        width: -webkit-calc(100% - 3rem);
        width: -moz-calc(100% - 3rem);
        width: calc(100% - 3rem);
    }
}

@media only screen and (max-width: 600px) {
    .input-field .prefix ~ input {
        width: 80%;
        width: -webkit-calc(100% - 3rem);
        width: -moz-calc(100% - 3rem);
        width: calc(100% - 3rem);
    }
}

.input-field input[type=text] {
    position: relative;
    z-index: 2;
}

/* Search Field */

.input-field input[type=search] {
    line-height: inherit;
    display: block;
    -webkit-transition: .3s background-color;
    -moz-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
}


/* end Service Request Tracking Details  */

.animat-duration-fast {
    -webkit-animation-duration: 500ms !important;
    animation-duration: 500ms !important;
}




.h-22 {
    height: 22px;
}


.shortlayover {
    background-position: -686px -121px;
    width: 16px;
    height: 16px;
    margin: auto;
    float: left;
}

.longlayover {
    background-position: -716px -121px;
    width: 16px;
    height: 16px;
    margin: auto;
    float: left;
}

.RouteReplace {
    left: 333px;
    position: absolute;
    top: -27px;
    width: 28px;
    height: 28px;
    padding: 1px;
}



.filter-listview {
    overflow: hidden;
    overflow-y: auto;
    max-height: 250px;
}

#ticket-viewer {
    overflow: auto;
}

#Busticket-viewer {
    overflow: auto;
}



.notify-badge {
    background-color: red;
    border-radius: 50%;
    color: white;
    height: 0;
    padding: 5px 10px;
    position: relative;
    right: 20px;
    top: -45px;
    width: 0;
}


.tooltip_label[data-balloon] {
    overflow: visible;
}



[data-balloon] {
    position: relative;
    cursor: pointer;
}

    [data-balloon]:after {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.18s ease-out 0.18s;
        -moz-transition: all 0.18s ease-out 0.18s;
        -ms-transition: all 0.18s ease-out 0.18s;
        -o-transition: all 0.18s ease-out 0.18s;
        transition: all 0.18s ease-out 0.18s;
        font-family: sans-serif !important;
        font-weight: normal !important;
        font-style: normal !important;
        text-shadow: none !important;
        font-size: 12px !important;
        background: rgba(17, 17, 17, 0.9);
        border-radius: 4px;
        color: #fff;
        content: attr(data-balloon);
        padding: .5em 1em;
        position: absolute;
        white-space: nowrap;
        z-index: 10;
        line-height: 1.5 !important;
        text-transform: none !important;
    }

    [data-balloon]:before {
        background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E %3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C- 13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
        background-size: 100% auto;
        width: 18px;
        height: 6px;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.18s ease-out 0.18s;
        -moz-transition: all 0.18s ease-out 0.18s;
        -ms-transition: all 0.18s ease-out 0.18s;
        -o-transition: all 0.18s ease-out 0.18s;
        transition: all 0.18s ease-out 0.18s;
        content: '';
        position: absolute;
        z-index: 10;
    }

    [data-balloon]:hover:before, [data-balloon]:hover:after, [data-balloon][data-balloon-visible]:before, [data-balloon][data-balloon-visible]:after {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        pointer-events: auto;
    }

    [data-balloon].font-awesome:after {
        font-family: FontAwesome;
    }

    [data-balloon][data-balloon-break]:after {
        white-space: pre;
    }

    [data-balloon][data-balloon-blunt]:before, [data-balloon][data-balloon-blunt]:after {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    [data-balloon][data-balloon-pos="up"]:after {
        bottom: 100%;
        left: 50%;
        margin-bottom: 11px;
        -webkit-transform: translate(-50%, 10px);
        -moz-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px);
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
    }

    [data-balloon][data-balloon-pos="up"]:before {
        bottom: 100%;
        left: 50%;
        margin-bottom: 5px;
        -webkit-transform: translate(-50%, 10px);
        -moz-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px);
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
    }

    [data-balloon][data-balloon-pos="up"]:hover:after, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:after {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    [data-balloon][data-balloon-pos="up"]:hover:before, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:before {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    [data-balloon][data-balloon-pos="up-left"]:after {
        bottom: 100%;
        left: 0;
        margin-bottom: 11px;
        -webkit-transform: translate(0, 10px);
        -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px);
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
    }

    [data-balloon][data-balloon-pos="up-left"]:before {
        bottom: 100%;
        left: 5px;
        margin-bottom: 5px;
        -webkit-transform: translate(0, 10px);
        -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px);
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
    }

    [data-balloon][data-balloon-pos="up-left"]:hover:after, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:after {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    [data-balloon][data-balloon-pos="up-left"]:hover:before, [data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:before {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    [data-balloon][data-balloon-pos="up-right"]:after {
        bottom: 100%;
        right: 0;
        margin-bottom: 11px;
        -webkit-transform: translate(0, 10px);
        -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px);
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
    }

    [data-balloon][data-balloon-pos="up-right"]:before {
        bottom: 100%;
        right: 5px;
        margin-bottom: 5px;
        -webkit-transform: translate(0, 10px);
        -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px);
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
    }

    [data-balloon][data-balloon-pos="up-right"]:hover:after, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:after {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    [data-balloon][data-balloon-pos="up-right"]:hover:before, [data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:before {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    [data-balloon][data-balloon-pos='down']:after {
        left: 50%;
        margin-top: 11px;
        top: 100%;
        -webkit-transform: translate(-50%, -10px);
        -moz-transform: translate(-50%, -10px);
        -ms-transform: translate(-50%, -10px);
        transform: translate(-50%, -10px);
    }

    [data-balloon][data-balloon-pos='down']:before {
        background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E %3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C- 13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
        background-size: 100% auto;
        width: 18px;
        height: 6px;
        left: 50%;
        margin-top: 5px;
        top: 100%;
        -webkit-transform: translate(-50%, -10px);
        -moz-transform: translate(-50%, -10px);
        -ms-transform: translate(-50%, -10px);
        transform: translate(-50%, -10px);
    }

    [data-balloon][data-balloon-pos='down']:hover:after, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:after {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    [data-balloon][data-balloon-pos='down']:hover:before, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:before {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    [data-balloon][data-balloon-pos='down-left']:after {
        left: 0;
        margin-top: 11px;
        top: 100%;
        -webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        transform: translate(0, -10px);
    }

    [data-balloon][data-balloon-pos='down-left']:before {
        background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E %3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C- 13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
        background-size: 100% auto;
        width: 18px;
        height: 6px;
        left: 5px;
        margin-top: 5px;
        top: 100%;
        -webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        transform: translate(0, -10px);
    }

    [data-balloon][data-balloon-pos='down-left']:hover:after, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:after {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    [data-balloon][data-balloon-pos='down-left']:hover:before, [data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:before {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    [data-balloon][data-balloon-pos='down-right']:after {
        right: 0;
        margin-top: 11px;
        top: 100%;
        -webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        transform: translate(0, -10px);
    }

    [data-balloon][data-balloon-pos='down-right']:before {
        background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E %3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C- 13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
        background-size: 100% auto;
        width: 18px;
        height: 6px;
        right: 5px;
        margin-top: 5px;
        top: 100%;
        -webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        transform: translate(0, -10px);
    }

    [data-balloon][data-balloon-pos='down-right']:hover:after, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:after {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    [data-balloon][data-balloon-pos='down-right']:hover:before, [data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:before {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    [data-balloon][data-balloon-pos='left']:after {
        margin-right: 11px;
        right: 100%;
        top: 50%;
        -webkit-transform: translate(10px, -50%);
        -moz-transform: translate(10px, -50%);
        -ms-transform: translate(10px, -50%);
        transform: translate(10px, -50%);
    }

    [data-balloon][data-balloon-pos='left']:before {
        background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E %3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C- 13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
        background-size: 100% auto;
        width: 6px;
        height: 18px;
        margin-right: 5px;
        right: 100%;
        top: 50%;
        -webkit-transform: translate(10px, -50%);
        -moz-transform: translate(10px, -50%);
        -ms-transform: translate(10px, -50%);
        transform: translate(10px, -50%);
    }

    [data-balloon][data-balloon-pos='left']:hover:after, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:after {
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    [data-balloon][data-balloon-pos='left']:hover:before, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:before {
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    [data-balloon][data-balloon-pos='right']:after {
        left: 100%;
        margin-left: 11px;
        top: 50%;
        -webkit-transform: translate(-10px, -50%);
        -moz-transform: translate(-10px, -50%);
        -ms-transform: translate(-10px, -50%);
        transform: translate(-10px, -50%);
    }

    [data-balloon][data-balloon-pos='right']:before {
        background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E %3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C- 13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
        background-size: 100% auto;
        width: 6px;
        height: 18px;
        left: 100%;
        margin-left: 5px;
        top: 50%;
        -webkit-transform: translate(-10px, -50%);
        -moz-transform: translate(-10px, -50%);
        -ms-transform: translate(-10px, -50%);
        transform: translate(-10px, -50%);
    }

    [data-balloon][data-balloon-pos='right']:hover:after, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:after {
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    [data-balloon][data-balloon-pos='right']:hover:before, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:before {
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    [data-balloon][data-balloon-length='small']:after {
        white-space: normal;
        width: 80px;
    }

    [data-balloon][data-balloon-length='medium']:after {
        white-space: normal;
        width: 150px;
    }

    [data-balloon][data-balloon-length='large']:after {
        white-space: normal;
        width: 260px;
    }

    [data-balloon][data-balloon-length='xlarge']:after {
        white-space: normal;
        width: 380px;
    }

@media screen and (max-width: 768px) {
    [data-balloon][data-balloon-length='xlarge']:after {
        white-space: normal;
        width: 90vw;
    }
}

[data-balloon][data-balloon-length='fit']:after {
    white-space: normal;
    width: 100%;
}


.Scrollcontrol {   
    bottom: -100px;
    cursor: pointer;
    height: 32px;
    overflow: auto;
    position: fixed;
    right: 10px;
    top: auto !important;
    transition: all 0.7s ease-in-out 0s;
    width: 32px;
    z-index: 99999 !important;
}

    .Scrollcontrol::before {
        color: #fff;
        height: 30px;
        line-height: 30px;
        width: 50px;
    }



ul.action-bar {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.action-bar li {
        float: right;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        position: relative;
        margin-left: -50px;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        ul.action-bar li:last-child {
            margin-left: 0;
            margin-right: 15px;
        }

        ul.action-bar li a {
            color: #9d9d9d;
            overflow: hidden;
            -moz-border-radius: 25px;
            -webkit-border-radius: 25px;
            border-radius: 25px;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            text-decoration: none;
            height: 25px;
            text-align: center;
            min-width: 25px;
            display: block;
            line-height: 25px;
            padding-left: 52px;
            padding-right: 33.33333px;
            width: 25px;
        }

            ul.action-bar li a .material-icons {
                display: inline-block;
            }

            ul.action-bar li a .text {
                display: none;
                opacity: 0;
                position: relative;
                top: -3px;
            }

            ul.action-bar li a:hover {
                width: 170px;
            }

                ul.action-bar li a:hover .text {
                    display: inline-block;
                    opacity: 1;
                }

/*landing page css*/
.head-area {
    position: relative;
}

    .head-area .bg-shape {
        background: #fb0c27 url(../Images/banner-bg-1.jpg) no-repeat;
        width: 100%;
        height: 400px;
        /*height: 60vh;*/
        /*position: absolute;*/
        /*border-radius: 0 0 50% 50%;*/
        border-radius: 0 0 40% 40%;
        background-size: cover;
    }

.bg-shape {
    background: #fb0c27 url(../Images/banner-bg-1.jpg) no-repeat;
    width: 100%;
    height: 400px;
    /*height: 60vh;*/
    /*position: absolute;*/
    /*border-radius: 0 0 50% 50%;*/
    border-radius: 0 0 40% 40%;
    background-size: cover;
}



.head-area .container {
    z-index: 9;
}



.separator span {
    display: inline-block;
    height: 7px;
    border-radius: 1rem;
}

    .separator span.large {
        width: 70px;
    }

    .separator span.medium {
        width: 30px;
    }

    .separator span.small {
        width: 7px;
    }



.service {
    /*width: 100%;
        height: 230px;*/
    margin: 10px 0;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .service .heading {
        position: absolute;
        bottom: 10%;
        -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        text-shadow: 1px 1px #333333;
    }

    .service:hover {
        border-color: #9ec71f;
    }

        .service:hover .heading {
            top: 47%;
            z-index: 10;
            width: 100%;
            color: #fff000 !important;
            height: 40px;
            -webkit-transition: all 1200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition: all 1200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
            text-shadow: 1px 1px #333333;
        }

    .service .description {
        width: 100%;
        opacity: 0;
        -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .service:hover .description {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }



footer {
    background: #121921;
    padding: 30px 0;
}

    footer hr {
        border-color: #444;
    }

    footer h3 {
        font-size: 14px;
        font-weight: 600;
        color: #7c7c7c;
        margin-bottom: 15px;
    }

    footer a:hover {
        color: #999;
    }

    footer ul {
        margin: 0;
        padding: 0 0 10px;
    }

        footer ul li a {
            color: #9cadc1;
        }
/*end landing page css*/


.menu-act-holi {
    border-bottom: 3px solid rgba(5, 76, 19, .9);
    font-weight: bold;
    color: #1560a5 !important;
}



.spl-icon {
    width: 68px;
    height: 68px;
    position: absolute;
    bottom: -10px;
    left: -15px;
    -webkit-clip-path: inset(0% 0% 14% 22%);
    clip-path: inset(0% 0% 14% 22%);
}



.selected {
    border-bottom: 5px solid #fb0c00 !important;
}



.holiday-img-inner-responsive {
    width: 100%;
    height: 400px;
    position: relative;
    background-size: cover;
}

.holidayOpacity {
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

    .holidayOpacity div {
        min-height: 115px;
    }




.spinner {
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.no-holiday-found {
    background: #f0edeb url(../Images/no_holiday_found.png) no-repeat;
    background-size: cover;
    height: 340px;
    margin: auto;
    width: 760px;
}

/*Dashboard icons*/




.farerule-tabs-active {
    border-width: 1px;
    border-style: solid;
    border-color: #0069d9 #0069d9 #fff !important;
    width: auto;
    height: 68px;
    position: relative;
    left: 0px;
    top: 1px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background-color: rgba(254, 58, 59, .1);
}

.tooltipAmount_hotelfare {
    position: relative;
    display: inline-block;
}

    .tooltipAmount_hotelfare .tooltiptextamount {
        visibility: hidden;
        width: 320px;
        background-color: #372187;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 10px;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        right: 0%;
        margin-left: -60px;
        /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
        opacity: 0;
        transition: opacity 1s;
    }

    .tooltipAmount_hotelfare:hover .tooltiptextamount {
        visibility: visible;
        opacity: 1;
    }



/***********************File Input***********************/
.file-field {
    position: relative;
}

    .file-field .file-path-wrapper {
        overflow: hidden;
        padding-left: 10px;
    }

    .file-field input.file-path {
        width: 100%;
    }

    .file-field span {
        cursor: pointer;
    }

    .file-field input[type=file] {
        font-size: 20px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .file-field input[type=file]::-webkit-file-upload-button {
            display: none;
        }

/********Breaking News*********/



.title-arrow {
    width: 0;
    position: absolute;
    left: 30px;
    top: 8px;
    height: 0;
}

.ticker-content {
    padding-top: 10px;
    color: #000;
    height: 40px;
}

.ticker-messages {
    float: left;
    width: 90%;
}

.ticker-control {
    float: right;
}

/********************************/
canvas {
    width: auto !important;
}

/********hotel and tooltip hover*********/







.slideDown {
    display: none;
}

.amenitiesIcon {
    color: #6c757d !important;
    float: left;
}





.badge .material-icons {
    font-size: 12px;
    position: relative;
    right: 3px;
    top: 0px;
}



.mapview {
    background: url(../Images/city-map.jpg) center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 8px;
    border: 1px solid #ededed;
    height: 80px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.min, .max {
    cursor: pointer;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 17px;
    top: -3px;
    transition: 0.2s ease all;
}

.foucs-content .floating-label {
    top: 10px;
}

.search_top {
    top: -21px;
}
/******************************/


.height_Table_In {
    height: 260px;
}

.height_Table_Out {
    height: 485px;
}



a.disabled {
    color: #AAAAAA !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    text-decoration: none !important;
}



.paydeactive {
    border: 2px solid #cccccc;
    background: #ffffff;
    color: #555555;
}

.payactive {
    border: 2px solid #fc9e15;
    background: #ffffff;
    color: #fc9e15;
}


a {
    text-decoration: none !important;
}



.text-shadow {
    text-shadow: 2px 1px 2px #000000;
}

.border-right-light {
    border-right: 1px solid rgba(233, 233, 233, .2)
}



.btn-link {
    box-shadow: none !important;
}



.bg-gray-light {
    background-color: #eeeeee !important;
}



.input-field .angucomplete-holder {
    position: relative;
    text-align: left !important;
    left: 0px;
}






.rotate {
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    .rotate.down {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }



/***************************************/

.sidenavmenu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1040;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}



    .sidenavmenu li {
        list-style: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px 10px 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

        .sidenavmenu li a {
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            cursor: pointer;
            text-decoration: none;
            display: block;
            transition: 0.3s;
        }

            .sidenavmenu li a:hover {
                color: #f1f1f1;
            }

    .sidenavmenu .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenavmenu {
        padding-top: 15px;
    }

        .sidenavmenu a {
            font-size: 18px;
        }
}

.nav-curve {
    height: 90px;
    background: #1560a5;
}

.bg-primary-light {
    background-color: #066018;
}

.bg-primary-dark {
    background-color: #00390b;
}


.border-primary-dark {
    border-color: #00390b !important;
}



.input--ind {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: .5em auto;
    /*margin: .5em;*/
    width: 100%;
    /*width: calc(100% - 2em);*/
    vertical-align: top;
    background: #fff;
    overflow: hidden;
    padding: 0.25em 0;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 3px 0 #cbcbcb;
    box-shadow: 0 2px 3px 0 #cbcbcb;
}

    .input--ind::after {
        content: '';
        position: absolute;
        top: 0.5em;
        bottom: 0.5em;
        left: 2.5em;
        background: #f0f0f0;
        z-index: 100;
    }

.input__field--ind {
    background: transparent;
    padding: 20px 0px 0px 45px !important;
    width: 100%;
    color: #73829a;
    font-size: 14px;
    position: relative;
    display: block;
    float: right;
    border: none;
    border-radius: 0;
    font-weight: 600;
    -webkit-appearance: none; /* for box shadows to show on iOS */
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border-bottom: none !important;
}

    .input__field--ind:focus {
        outline: none;
    }

.input__label--ind {
    display: inline-block;
    float: right;
    color: #696969;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    width: 100%;
    text-align: left;
    padding-left: 3em;
    pointer-events: none;
}

.icon--ind {
    font-size: 20px !important;
    left: 15px;
    position: absolute;
    top: 10px;
}

.input__label__date {
    top: 0px !important;
}

.input__label-content--ind {
    position: relative;
    display: block;
    width: 100%;
    top: 10px;
    padding: 0 0;
    display: inline-block;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

    .input__label-content--ind span {
        display: inline-block;
    }

.input__field--ind:focus + .input__label--ind .input__label-content--ind,
.input--filled .input__label-content--ind {
    -webkit-animation: anim-ind-1 0.3s forwards;
    animation: anim-ind-1 0.3s forwards;
    top: 0px;
}

.input__field--ind:focus + .input__label--ind .icon--ind,
.input--filled .icon--ind {
    -webkit-animation: anim-ind-2 0.3s forwards;
    animation: anim-ind-2 0.3s forwards;
}

/*AnguComplete - Alt*/
@-webkit-keyframes placeholder-animation {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes placeholder-animation {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.animated-background {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeholder-animation;
    animation-name: placeholder-animation;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    height: 20px;
    position: relative;
}


.BookingType {
}

    .BookingType .active {
        background: #fff;
        border: 1px solid #fff !important;
        color: #1560a5 !important;
    }


.air-liner {
    margin: 0;
    padding: 0;
    position: relative;
    top: -20px;
    height: 3px;
    width: 161%;
    left: -19px
}

ol.air-liner li {
    border-bottom-style: dashed;
    border-bottom-width: 2px;
    display: inline-block;
    width: 100%;
}

    ol.air-liner li:before {
        position: relative;
        float: left;
        text-indent: 0;
        left: 0;
    }

    ol.air-liner li:after {
        position: relative;
        float: right;
        text-indent: 0;
        right: 0;
    }

    ol.air-liner li.done:before {
        content: "";
        height: 9px;
        width: 9px;
        bottom: -5px;
        border: none;
        border-radius: 50%;
        border: 3px solid #ff9800;
    }

    ol.air-liner li.done:after {
        content: "";
        height: 9px;
        width: 9px;
        bottom: -5px;
        border: none;
        border-radius: 50%;
        border: 3px solid #ff9800;
    }

    ol.air-liner li.todo:before {
        content: "";
        bottom: -26.95px;
        line-height: 18.05px;
    }

    ol.air-liner li.done {
        border-bottom-color: #ff9800;
    }

        ol.air-liner li.done:before {
            background-color: #ff9800;
        }

        ol.air-liner li.done:after {
            background-color: #ff9800;
        }


.search-card {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 2px 0 #cbcbcb;
    box-shadow: 0 2px 2px 0 #cbcbcb;
}




.modal-header {
    padding: .5rem 1rem !important;
}

.swipeactive {
    background-color: #ECECEC !important;
}

    .swipeactive a {
        color: #f44336 !important;
        font-weight: bold;
    }

.swipeactivefont {
    color: #fff !important;
}


.connflight {
    font-size: 12px;
}

.overflow_filter {
    /*height: 100px;*/
    overflow-y: auto;
}

.bg-dark_app {
    background-color: #343a40 !important;
}

.filter_icon {
    position: absolute;
    right: 20px;
    bottom: 3px;
    height: 25px;
    width: 25px;
}


.custom-control-label::before {
    width: 1.25rem;
    height: 1.25rem;
    top: 0.1rem;
}

.custom-control-label::after {
    width: 1.25rem;
    height: 1.25rem;
    top: 0.1rem;
}


.btn-SSR {
    line-height: 36px;
    display: inline-block;
    height: 36px;
    padding-left: 5px;
    vertical-align: middle;
    text-transform: uppercase;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    -webkit-tap-highlight-color: transparent;
    background: #ECECEC;
    cursor: pointer;
}



.air-liner-light {
    margin: 0;
    padding: 0;
    position: relative;
    top: -20px;
}

ol.air-liner-light li {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    display: inline-block;
    width: 100%;
}

    ol.air-liner-light li:before {
        position: relative;
        float: left;
        text-indent: 0;
        left: 0;
    }

    ol.air-liner-light li:after {
        position: relative;
        float: right;
        text-indent: 0;
        right: 0;
    }

    ol.air-liner-light li.done:before {
        content: "";
        height: 9px;
        width: 9px;
        bottom: -5px;
        border: none;
        border-radius: 50%;
        border: 3px solid #999999;
    }

    ol.air-liner-light li.done:after {
        content: "";
        height: 9px;
        width: 9px;
        bottom: -5px;
        border: none;
        border-radius: 50%;
        border: 3px solid #999999;
    }

    ol.air-liner-light li.todo:before {
        content: "";
        bottom: -26.95px;
        line-height: 18.05px;
    }

    ol.air-liner-light li.done {
        border-bottom-color: #999999;
    }

        ol.air-liner-light li.done:before {
            background-color: #999999;
        }

        ol.air-liner-light li.done:after {
            background-color: #999999;
        }

.city-modal {
    padding: 0 !important;
}

    .city-modal > .modal-dialog {
        margin: 0 !important;
        max-width: 100%;
        max-height: 100vh !important;
    }

        .city-modal > .modal-dialog > .modal-content {
            border-radius: 0 !important;
            max-height: 100vh !important;
            height: 100vh !important;
        }

            .city-modal > .modal-dialog > .modal-content > .modal-header {
                border-radius: 0 !important;
            }

            .city-modal > .modal-dialog > .modal-content > .modal-body {
                /*min-height: 96vh;
                max-height: 90vh;
                overflow: scroll;*/
            }

.modal-footer {
    padding: .5rem;
}
/*swiper Strat*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}



.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}




.swiper-slide {
    /*text-align: center;*/
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 3px 0 #cbcbcb;
    box-shadow: 0 2px 3px 0 #cbcbcb;
    cursor: pointer;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height, -webkit-transform;
        transition-property: height, -webkit-transform;
        -o-transition-property: transform, height;
        transition-property: transform, height;
        transition-property: transform, height, -webkit-transform;
    }
/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-wrapper,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-cube-shadow {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-slide-shadow-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-button-prev.swiper-button-disabled,
    .swiper-button-next.swiper-button-disabled {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d %3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d %3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d %3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d %3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d %3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d %3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: 200ms top, 200ms -webkit-transform;
            transition: 200ms top, 200ms -webkit-transform;
            -o-transition: 200ms transform, 200ms top;
            transition: 200ms transform, 200ms top;
            transition: 200ms transform, 200ms top, 200ms -webkit-transform;
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: 200ms left, 200ms -webkit-transform;
        transition: 200ms left, 200ms -webkit-transform;
        -o-transition: 200ms transform, 200ms left;
        transition: 200ms transform, 200ms left;
        transition: 200ms transform, 200ms left, 200ms -webkit-transform;
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

    .swiper-container-vertical > .swiper-pagination-progressbar,
    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #ffffff;
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000000;
    }

.swiper-pagination-lock {
    display: none;
}
/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > img,
    .swiper-zoom-container > svg,
    .swiper-zoom-container > canvas {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.swiper-slide-zoomed {
    cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns %3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke- width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity %3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref %3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E %3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate (180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity %3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref %3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C %2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink %3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width %3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity %3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref %3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E %3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate (180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity %3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref %3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C %2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}


    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-next,
    .swiper-container-cube .swiper-slide-prev,
    .swiper-container-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-top,
    .swiper-container-cube .swiper-slide-shadow-bottom,
    .swiper-container-cube .swiper-slide-shadow-left,
    .swiper-container-cube .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-flip {
    overflow: visible;
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-flip .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-flip .swiper-slide-shadow-top,
    .swiper-container-flip .swiper-slide-shadow-bottom,
    .swiper-container-flip .swiper-slide-shadow-left,
    .swiper-container-flip .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}
/*swiper End*/

.ADMdtpInput input {
    border: none !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.text-truncate-2line {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ActiveMobMenu {
    border-bottom: 3px solid #ffc107;
}

.dtp-ig {
    display: none !important
}

.ADMdtp-container {
    margin-top: 0px !important;
}

.ADMdtpInput input {
    height: 21px !important;
    padding: 0 0 0 0 !important;
}

.ui-widget-content {
    position: inherit !important;
    height: auto !important;
}

.dtePic-body {
    width: auto !important;
}

.faretext {
    float: inherit !important;
    margin: 5px auto !important;
}



.lbl-huge {
    font-size: 18px !important;
}





.tooltipFLight {
    /*position: relative;*/
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
    /*top: 4px;*/
}

    .tooltipFLight .tooltiptext {
        /*visibility: hidden;*/
        width: 100%;
        background-color: #fff;
        color: #000;
        text-align: center;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 1;
        top: 20px;
        left: 5%;
        margin-left: 0px;
        border-color: #2d2d79 !important;
    }

        .tooltipFLight .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            right: 5%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }





    .tooltipFLight table th {
        font-weight: normal;
        font-size: 12px;
    }


.Operate-By {
    color: red;
    font-weight: 700;
}

.service:hover .heading {
    top: inherit;
    z-index: 10;
    width: inherit;
    color: #ffffff !important;
    height: inherit;
    -webkit-transition: inherit;
    transition: inherit;
    text-shadow: 1px 1px #333333;
}

.pintext {
    font-family: 'Myanmar Text';
    font-size: 12px;
}

.div-disabled {
    pointer-events: none;
    opacity: 0.5;
    background: #CCC;
}

.tooltipAmount_hotelfare {
    position: relative;
    display: inline-block;
}

    .tooltipAmount_hotelfare .tooltiptextamount {
        visibility: hidden;
        width: 140px;
        background-color: #372187;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 4px 10px;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        right: 0%;
        margin-left: 6px;
        opacity: 0;
        transition: opacity 1s;
    }

.btn .caret_btn {
    margin-left: 0;
}

.caret_btn {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.angucomplete-holder {
    left: 0px;
}

.lastcard:last-child {
    margin-bottom: 50px !important;
}

.lastcardround:last-child {
    margin-bottom: 200px !important;
}

.page-link {
    padding: 0.5rem 0.75rem;
    border: 0px solid #dee2e6;
    font-weight: bold;
}

.custom-radio {
    left: -20px;
}

.mtopsearch {
    margin-top: -17px;
}

.mleft10 {
    margin-left: 10px
}

.dtePic-body {
    margin: 0 auto !important;
    max-width: 320px !important;
    width: 100% !important;
}


.rzslider .rz-bubble {
    bottom: -33px;
}

.non-stopcolor {
    color: green;
}

.onestopcolor {
    color: #f86300;
    font-weight: bold;
}

.onechangecolor {
    color: #e52725;
    font-weight: bold;
}

.activeDate {
    background-color: #36c;
}

.container {
    width: 600px;
    /* width: 100%; */
    /* overflow-x: scroll; */
}


#viewContainer {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    /* display: table; */
}

.page-Home {
    text-align: center;
    width: 35%;
    /* display: table-cell; */
    display: inline-block;
}

.page {
    text-align: center;
    /* display: table-cell; */
    display: inline-block;
}

.BookingSection .active {
    background: #1560a5;
    border: 1px solid #fff !important;
    color: white
}

.li-list {
    display: inline-block;
}

.angucomplete-holder input {
    width: 100%
}

.fontxxsmall {
    font-size: xx-small;
}

ol.air-liner li.done {
    border-bottom-color: #999 !important;
}

    ol.air-liner li.done:before {
        background-color: #999 !important;
    }

    ol.air-liner li.done:after {
        background-color: #999 !important;
    }

.Pchkdisabled {
    cursor: not-allowed;
}

.airnamefreinput input {
    border: none !important;
    width: 100% !important;
}

span.badge {
    min-width: auto !important;
}

.onestopcolor {
    color: #f86300;
    font-weight: bold;
}

.ADMdtpInput {
    padding-left: 23px;
}

.AccountBalance .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    background-color: #f1f1f1;
}

.listsbullet ul {
    list-style: none;
}

    .listsbullet ul li::before {
        content: "\2022";
        color: black;
        font-weight: bold;
        display: inline-block;
        width: 1em;
    }

.radio-cust-select {
    margin: 10px 0;
}

    .radio-cust-select input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

    .radio-cust-select label {
        display: inline-block;
        padding: 15px !important;
        font-size: 16px !important;
        border: 1px solid #bbbbbb;
        border-radius: 4px;
        position: relative !important;
        pointer-events: auto !important;
        top: 0 !important;
        font-weight: 600 !important;
        margin-bottom: 0 !important;
        margin-right: 10px;
        opacity: 1;
        line-height: 1.5;
        border-radius: .3rem;
        cursor: pointer;
        background-color: #ccc;
        color: #000;
        border-color: #ccc;
        height: 90px;
    }

        .radio-cust-select label:hover {
            background-color: #deef7b !important;
            color: #000 !important;
        }

    .radio-cust-select input[type="radio"]:focus + label {
        border: 1px solid #dfd;
    }

    .radio-cust-select input[type="radio"]:checked + label {
        background-color: #768B02 !important;
        border-color: #768B02 !important;
        color: #fff !important;
        opacity: 1;
    }


.AlertActive {
    font-weight: bold !important;
    background: #dddddd !important;
}


.bg-Benefits {
    background: #1560a5;
    background: linear-gradient(-45deg,rgba(16,19,86,1) 0%,rgba(25,32,215,1) 100%)
}

    .bg-Benefits:after {
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: url(../Images/AboutUs1.jpg) no-repeat top center;
        opacity: 0.1;
    }

.lbl-ShowHypen {
    display: block
}

.Flight-Detail-Icon {
    width: 20px !important;
}

@media only screen and (max-width:320px) {
    .lbl-huge {
        font-size: 15px !important;
    }

    .lbl-ShowHypen {
        display: none !important;
    }

    .lbl-SearchSmall {
        font-size: 12px !important;
    }

    .Flight-Detail-Icon {
        width: 24px !important;
    }

    .media-padding-right-1 {
        padding-right: 0.25rem !important;
    }

    .media-padding-0 {
        padding: 0px !important;
    }

    .dtePic-body {
        padding: 0px 20px 0px 10px !important;
        position: relative !important;
    }

    .lbl-media-small {
        font-size: 9px !important;
    }

    .lbl-media-huge {
        font-size: 15px !important;
    }
}

@media only screen and (max-width:280px) {
    .lbl-huge {
        font-size: 12px !important;
    }

    .lbl-ShowHypen {
        display: none !important;
    }

    .lbl-SearchSmall {
        font-size: 11px !important;
    }

    .Flight-Detail-Icon {
        width: 18px !important;
    }

    .lbl-small {
        font-size: 9px !important;
    }

    .dtePic-body {
        padding: 0px 50px 0px 0px !important;
        position: relative !important;
    }

    .lbl-media-small {
        font-size: 8px !important;
    }

    .lbl-large {
        font-size: 14px !important;
    }

    .lbl-media-huge {
        font-size: 12px !important;
    }
}

.lbl-PromoFare, .lbl-PromoFare a {
    font-size: 11px;
    font-weight: bold;
    color: green;
    height: 20px;
    animation: blink 1s linear infinite;
    margin-top: 2px;
}


@keyframes blink {
    50% {
        color: #fff;
    }
}


.group {
    position: relative;
    margin-top: 20px;
}

    .group input, .group select {
        font-size: 16px !important;
        padding: 4px 10px !important;
        display: block;
        width: 100% !important;
        border: 1px solid #999999 !important;
        border-radius: 5px !important;
        font-weight: 600;
        color: #495057;
        height: 50px !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    .group select {
        height: 50px !important;
    }


input:focus, select:focus {
    outline: none;
}

/* LABEL ======================================= */
.group label {
    color: #495057;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    pointer-events: all;
    left: 10px;
    top: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    /*color:#6c757d;*/
    pointer-events: none;
}

/* active state */
.group input:focus ~ label, .group input:valid ~ label, .group input:disabled ~ label, .group select:focus ~ label, .group select:valid ~ label, .group select:disabled ~ label {
    top: -10px;
    font-size: 13px;
    color: #5264AE;
    background: #fff !important;
    padding: 0 5px;
    font-weight: bold;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #5264AE;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after, select:focus ~ .bar:before, select:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight, select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.custom-file-Modifilabel {
    height: calc(2.5em + 0.75rem + 2px) !important;
    line-height: 2.5 !important;
    border: 1px solid #999999 !important;
}

    .custom-file-Modifilabel::after {
        height: calc(2.5em + 0.6rem + 2px) !important;
        line-height: 2.5 !important;
    }

.custom-file-input-op {
    opacity: 1 !important;
}

.responsivecalender {
    width: 75% !important;
}


#parent_kapchat_container .need-help-btn > img {
    width: 50px !important;
    height: 50px !important;
}


.words_round {
    width: 32px;
    height: 32px;
    float: left;
    text-align: center;
    line-height: 25px;
}

.box {
    margin: 0 10px;
    padding: 0px;
}

    .box ul:last-of-type {
        top: 15px;
    }

    .box ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
        transition: all 0.5s linear;
        top: 0;
    }

        .box ul:before {
            content: "";
            display: block;
            width: 0;
            height: 100%;
            border: 1px dashed #cccccc;
            position: absolute;
            top: 0;
            left: 30px;
        }

        .box ul li > span {
            content: "";
            display: block;
            width: 0;
            height: 100%;
            position: absolute;
            top: 0;
            left: 33px;
        }

            .box ul li > span:before {
                top: -10px;
            }

            .box ul li > span:before, .box ul li > span:after {
                content: "";
                display: block;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background: #cccccc;
                border: 2px solid #cccccc;
                position: absolute;
                left: -7.5px;
                bottom: 0px;
            }
