/*==============================
========= Sidebar Theme ========
================================*/
.public_content {
}

    .public_content h1 {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .public_content h2 {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .public_content h3 {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .public_content p {
        margin-bottom: 20px;
    }

.loginPopup_Form input {
    font-size: 15px;
}

.loginPopup_Form .btn-login {
    width: auto;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px 9px 20px;
    text-transform: uppercase;
    font-weight: bold;
    background: #2c51a1;
    border-color: #2c51a1;
}

.login_Form {
    margin-top: 5px;
}

    .login_Form ul {
        margin-top: -9px;
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 25px;
        height: 44px;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .login_Form ul li a {
            width: 70%;
            padding: 10px 0 !important;
            height: 38px;
            float: left;
            border-radius: 0;
            border-color: #ccc;
            margin-top: 4px;
            font-size: 12px;
            min-width: 100px;
            color: #221C35;
            background: none;
            text-transform: uppercase;
            font-weight: 600 !important;
        }

        .login_Form ul li:hover a {
            color: #ffffff;
            background: #005fb1;
            border-color: #005fb1;
        }

.no-arrow-number::-webkit-inner-spin-button,
.no-arrow-number::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.menu-section {
    background: #363636;
    max-height: 80px;
    padding: 0;
    box-sizing: border-box;
    background-size: auto;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

    .menu-section nav {
        border-radius: 0;
        border-color: transparent;
        position: relative;
        color: #fff;
        background: transparent;
        border: 0;
        margin-bottom: 0 !important;
    }

.navbar-default .navbar-nav > .active,
.c-content-tab-2 > .nav > li:hover > a,
.c-content-tab-2.c-opt-1 > .nav li.active,
.c-content-tab-2.c-opt-1 > .nav > li > a:focus,
.navbar-default .navbar-nav > .active > a {
    background-color: #fff !important;
}

.News-Title h1 {
    font-size: 28px;
}

/************************************/
/********** End Home Page ***********/
/************************************/


.c-content-v-center {
    width: 100% !important;
    position: relative !important;
}

.sample-show-hide {
    transition: all linear 0.5s;
}

    .sample-show-hide.ng-hide {
        opacity: 0;
    }



.error {
    color: red;
}

.pagination {
    margin: 5px;
}

div.PageContent {
    min-height: 300px;
}

div.ContentBox {
    margin-right: 2px;
    padding: 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.pop .clear {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    width: 0;
    height: 0;
}

.clearfix:before, .clearfix:after {
    display: block;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.txt-table {
    width: 100%;
}

.txt-label {
    width: 135px;
}

.fade.ng-enter,
.fade.ng-leave {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.fade.ng-enter {
    opacity: 0;
}

.fade.ng-enter-active {
    opacity: 1;
}

.fade.ng-leave {
    opacity: 1;
}

.fade.ng-leave-active {
    opacity: 0;
}

.animate-slide {
    left: 0;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    position: relative;
}

    .animate-slide.ng-hide {
        left: -50%;
    }

    .animate-slide.ng-hide-add {
        display: none;
    }

    .animate-slide.ng-hide-remove {
        transition: all linear 0.2s;
    }

.show-hide.ng-show {
    transition: all linear 0.5s;
    opacity: 1;
}

.show-hide.ng-hide {
    transition: all linear 0s;
    opacity: 0;
}

.slide.ng-enter {
    -moz-transition: 0.5s linear all;
    -o-transition: 0.5s linear all;
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
}

.slide.ng-enter {
    height: 0;
    opacity: 0;
}

.slide.ng-enter-active {
    height: auto;
    opacity: 1;
}

.slide.ng-leave {
    height: 0;
    opacity: 1;
}

.slide.ng-leave-active {
    height: 0;
    opacity: 0;
}


.CounterGrid:parent {
    background-color: #000;
}

div.SearchFlightLeg {
    display: table-row;
}

    div.SearchFlightLeg:not(:first-child) {
        border-top: 1px solid silver;
    }

    div.SearchFlightLeg > div {
        display: inline-block;
        padding: 7px 0 0;
        vertical-align: top;
    }

    div.SearchFlightLeg div.LegIndex {
        background-color: #abc4dd;
        white-space: nowrap;
        font-weight: bold;
        line-height: 35px;
        height: 45px;
        vertical-align: middle;
        display: inline-block;
        padding: 0 10px;
    }

        div.SearchFlightLeg div.LegIndex.NewLeg {
            background-color: #3949AB;
            color: white;
            vertical-align: middle;
        }

        div.SearchFlightLeg div.LegIndex > div {
            vertical-align: middle;
        }

    div.SearchFlightLeg button.remove {
        width: 26px;
        height: 26px;
        border: 1px solid silver;
        background-color: red;
        color: white;
    }

    div.SearchFlightLeg button.add {
        width: 26px;
        height: 26px;
        border: 1px solid silver;
        background-color: #5665BD;
        color: white;
    }

    div.SearchFlightLeg #radio_001, div.SearchFlightLeg #radio_003 {
        margin-bottom: 3px;
    }

div.buttons {
    text-align: right;
}



.ui-autocomplete-loading {
    background: transparent url("images/ui-anim_basic_16x16.gif") right center no-repeat;
}

button.airport-select {
    margin-left: -22px;
    width: 22px;
    border: medium none;
    background: none repeat scroll 0% 0% transparent;
    color: #6e79ba;
}

caption {
    margin-bottom: 0.3em;
    text-align: left;
    font-weight: normal;
}

.inside_main {
    padding: 0;
    margin: 25px 15px 50px 15px;
}

    .inside_main table {
        border: 1px solid #d5d5d5;
        border-spacing: 0;
        border-collapse: separate;
    }

    .inside_main th, .inside_main td, .inside_main .th, md-dialog th, md-dialog td {
        padding: 0.4em 5px;
    }

    .inside_main th, md-dialog th {
        border-color: #e6f3f8;
        background: none;
        background-color: #e6f3f8;
        color: #000;
        text-align: left;
    }

    .inside_main thead th, .inside_main tbody.body-header th, md-dialog thead th {
        white-space: nowrap;
        font-weight: bold;
    }

.data tr.odd td {
    background-color: #fff;
}

.data tr.even td {
    background-color: #f6f6f6;
}

.data tbody tr td.center, .data thead tr th.center {
    text-align: center;
}

.data tbody tr:hover td {
    border-color: #bbb;
    background-color: #ececec;
}

.inside_main tbody tr.selected td {
    border-color: #e2e3d3 !important;
    background-color: #fbfce5 !important;
}

.inside_main tbody tr.selected:hover td {
    border-color: #e2e3d3 !important;
    background-color: #fbfce5 !important;
}

.inside_main tfoot td {
    border-bottom: medium none;
}

table.noborder {
    border: none;
}

th.small-col {
    width: 60px;
}

td.quantity, td.unitPrice, td.totalPrice, th.totalPrice {
    text-align: right;
}

td.total {
    font-weight: bold;
}


div.generalText {
    white-space: pre-line;
}

.ConversationAnswers ul {
    margin: 2px 5px;
    padding: 2px;
}

.ConversationAnswers li {
    white-space: nowrap;
}

div.CabinProperty {
    padding: 2px;
    display: inline-block;
    width: 350px;
    background-color: #FAFAFA;
    margin: 1px;
    text-align: right;
}

    div.CabinProperty > div {
        float: left;
        text-align: right;
        margin-left: 80px;
        margin-right: -15px;
        margin-top: 5px;
        display: inline-block;
        width: 200px;
    }

div.CabinProperty-1 {
    padding: 2px;
    display: inline-block;
}

    div.CabinProperty-1 > div {
        text-align: left;
        margin-left: 5px;
        margin-right: 5px;
        display: inline-block;
    }

div.CabinProperty > span {
    width: 60px;
    text-align: left;
    float: right;
}

div.CabinProperty > input[type='checkbox'] {
    width: auto;
}

div.CabinProperty > input:focus {
    background-color: #9fd3ed;
}

img.PopupImage {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.fc-event-container {
    cursor: pointer;
}

.airportcentertb {
    padding: 5px 10px;
}

.menu_notification {
    font-family: Arial;
    position: absolute;
    margin: 14px 5px;
    z-index: 5;
    display: inline-block;
    background-color: #f00;
    color: white;
    font-size: 9px;
    font-weight: normal;
    padding: 1px 3px;
    border: 0;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    min-width: 20px;
    top: 0;
    right: 0;
}

.login_box {
    width: 150px;
    padding: 3px;
    background: rgba(255,255,255,0.30);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 98px;
    text-align: center;
    vertical-align: middle;
}

    .login_box a, .login_box a:visited {
        color: navy;
    }

        .login_box a:hover {
            color: red;
        }

i.fa-question-circle {
    color: navy;
    cursor: help;
}


.highlight {
    background-color: #fff34d;
    padding: 1px 4px;
    margin: 0 -4px;
    -moz-border-radius: 5px; /* FF1+ 
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}



.vAlignCenter {
    vertical-align: middle;
    display: table-cell;
}

.durationPicker input {
    width: 30px;
    text-align: right;
}

.videoItem {
    border-bottom: 1px solid grey;
    border-spacing: 10px;
}

    .videoItem .row {
        padding: 0 20px;
    }

        .videoItem .row img {
            padding: 0 10px;
            height: 110px;
            width: 200px;
        }

    .videoItem .col-md-3 {
        width: 20%;
    }

    .videoItem .videoTitle {
        font-weight: bold;
    }

    .videoItem .videoPublished {
        padding-top: 5px;
        color: lightgray;
    }

.requestDetails table th {
    background: rgba(238,238,238,0.4);
}

.ResponseTypeIcon {
    font-size: 12pt;
}

    .ResponseTypeIcon.Response-Direction-Unknown {
        color: transparent;
    }

    .ResponseTypeIcon.Response-Direction-Sent {
        color: darkgrey;
    }

    .ResponseTypeIcon.Response-Direction-Received {
        color: orangered;
    }

    .ResponseTypeIcon.Response-Direction-Sent-green {
        color: green;
    }

    .ResponseTypeIcon.Response-Direction-Received-green {
        color: green;
    }


.admin-verify-warning {
    color: darkorange;
    font-size: 18px;
    position: relative;
    top: 3px;
    cursor: pointer;
}



.chosen-container-single .chosen-single {
    border-radius: 4px;
    height: 30px !important;
    background: #fff !important;
}

    .chosen-container-single .chosen-single span {
        margin: 1px 0;
        padding-top: 4px;
        height: 25px;
        outline: 0;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none;
        color: #999;
        font-size: 100%;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0;
    }

input.airport-select::-ms-clear {
    display: none;
}


#allLegs th, #allLegs td {
    text-align: center;
}

#emptyLegs_form input.airport-select {
    font-size: 14px;
}

#emptyLegs_form a.chosen-single:not(.chosen-default) > span {
    color: black;
}



.icaoCodeSelect ul {
    padding: 0;
    border: 1px solid black;
    max-height: 200px;
    max-width: 330px;
    overflow-y: scroll;
}

.icaoCodeSelect input.NotValid {
    border: 1px solid red;
    background-color: unset;
}

ul.icaoCodeSelect li {
    font-size: 13px;
}

.CabinPropertyAlign {
    text-align: left;
    margin: 8px 0;
    max-width: 62% !important;
}

.SmokingAlign {
    display: block;
    float: left;
    padding: 0 15px;
}

.TutorialIcn {
    text-align: right;
    padding: 15px 0;
}

.Aircraft-tbl {
    display: table;
    border-collapse: separate;
    border-spacing: 10px 5px;
}

.Aircraft-tbl-cl {
    float: left;
    width: 146px;
}

.alignWidthItem {
    float: left;
    width: 146px;
}

.Smoking-tbl-cl {
    display: table-cell;
    padding-right: 5px;
    width: 149px;
}

.Luggage-tbl {
    display: table;
    border-collapse: separate;
    border-spacing: 10px 5px;
}

.Luggage-tbl-cl {
    display: table-cell;
    margin-right: 5px;
}

.range-cl {
    padding-left: 10px;
    margin-top: 2px;
    padding-right: 0;
}

.Lang-l {
    width: 100%;
}

    .Lang-l > div {
        width: 66.4444% !important;
    }

.rpt-slider {
    width: 70px;
    margin: 3px 20px 0 20px;
}

/*.reference {
    width: 40%;
}*/

.cage-dimensions-align {
    margin-left: 5px !important;
}

input[type=checkbox]:checked + span > label {
    font-weight: bold !important;
}

input[type=checkbox]:checked + label {
    font-weight: bold !important;
}

.chosen-container .chosen-drop {
    z-index: 49;
}

.resp-align {
    text-align: left !important;
    font-weight: bold;
}

    .resp-align img {
        max-width: 30px !important;
    }

.dis-inline {
    display: inline;
}

.req-align {
    text-align: right;
}

.req-float {
    float: right;
}

.search-float {
    float: right;
}

.chosen-container-single .chosen-single:not(.chosen-default) span {
    color: #333;
}

select.multipleSelectionFilterableBox {
    display: block;
}





.ValidationMessage {
    border-radius: 4px;
    border-color: #ffe79e;
    background-color: #ffe79e;
    color: #6b5100;
    position: relative;
    z-index: 48;
    float: left;
    margin-top: 2px;
    font-size: small;
    padding: 1px 9px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

.logourl {
    max-width: 100%;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #1e1d25;
}

.aircraftImage {
    cursor: pointer;
}

.FBO-Section h4 {
    border-bottom: 1px solid #5E9CD1;
    padding: 0px 0px 10px;
}

    .FBO-Section h4 span {
        border-bottom: 4px solid #5E9CD1;
        padding: 0px 0px 4px;
    }

.right-border {
    border-right: 1px solid #ccc;
}

.maxmin-height-37 {
    max-height: 37px;
    min-height: 37px;
}

.padding-textbox {
    padding: 5px 15px;
}

.padding-kbox {
    padding: 3px 15px;
}

.aircraft-type-bg {
    height: 90px;
    max-height: 90px;
}


.c-logo img {
    width: 230px;
}

.c-tab-content {
    background-color: #566f9a;
    font-family: 'Raleway', sans-serif;
    border-radius: 15px;
    color: #fff;
}

.c-content-title-1 {
    font-family: 'Raleway', sans-serif;
}

    .c-content-title-1 > h3.c-font-uppercase {
        font-size: 18px;
        font-weight: bold !important;
        color: #525764;
        margin-bottom: 0;
        margin-right: 15px;
    }

.c-content-box-sub {
    padding: 40px;
}

.c-content-tab-2 > .nav > li:hover > a, .c-content-tab-2.c-opt-1 > .nav li.active, .c-content-tab-2.c-opt-1 > .nav > li > a:focus {
    border: 0;
}

    .c-content-tab-2.c-opt-1 > .nav li.active > .c-arrow:before {
        border-bottom-color: #566f9a;
    }

.c-content-tab-2 > .nav > li.active > .c-arrow:before {
    left: 45%;
    border: 20px solid transparent;
    bottom: -3px;
}

.c-content-line-icon.c-operator-icon {
    background-image: url('images/Operatoricons/Air_Operator.png');
}

.c-content-line-icon.c-broker-icon {
    background-image: url('images/Operatoricons/Charter_Broker.png');
}

.c-content-line-icon.c-A-crew-icon {
    background-image: url('images/Operatoricons/Air_Crew.png');
}

.c-content-line-icon.c-G-crew-icon {
    background-image: url('images/Operatoricons/Ground_Crew.png');
}

.c-content-tab-2 > .nav > li > a > .c-title {
    color: #221c35;
}

.c-content-tab-2.c-theme > ul > li.active > a > .c-title, .c-content-tab-2.c-theme > ul > li:hover > a > .c-title {
    color: #2c618f;
}



.c-content-tab-2.c-opt-1 > .nav li > a {
    padding: 0;
}

.news-slide-box h3 {
    margin: 65px 0;
    font-family: 'Raleway', sans-serif;
    color: #1e1d25;
}

.ground-crew {
    padding-left: 0;
}

.news-slide {
    padding: 0;
}

    .news-slide p {
        font-size: 13px;
    }

    .news-slide span {
        width: 40px;
        display: block;
        height: 1px;
        background-color: #fff;
    }

    .news-slide div a {
        margin: 0 2px;
        padding: 5px 7px;
    }

.news-slide-img {
    text-align: center;
    margin: 8px 3px 0 -10px;
}

    .news-slide-img img {
        display: inline;
        max-height: 65px;
        margin: auto;
        max-width: 75%;
    }

.slick-arrow {
    display: inline-block;
    right: -35px;
    margin-top: -110px;
    padding: 15px;
    position: absolute;
    font-size: 22px;
    z-index: 0;
    color: #516887;
}

    .slick-arrow:hover {
        cursor: pointer;
    }

.memeber-slide li {
    width: 24.5%;
    display: inline-block;
    margin: 15px 0;
}

.navbar {
    margin-bottom: 0 !important;
}

.newsletter .c-area-3 {
    background-color: #516887;
    padding: 5px;
    margin-top: 0;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #edeff6;
}

.c-newsletter-widget {
    max-width: 100% !important;
    font-family: 'Raleway', sans-serif;
}

    .c-newsletter-widget img {
        position: absolute;
        margin-top: -24px;
        left: 37px;
        width: 63px;
        -ms-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        transform: rotate(-20deg);
    }

    .c-newsletter-widget h3 {
        color: #f1f2f7;
        text-align: center;
    }

.creative-title {
    border-bottom: 1px solid #acacac;
    padding-bottom: 20px;
    color: #221c35;
}

.counter-bg {
    background-image: url('images/counter_bg.png');
    width: 50px;
    background-repeat: no-repeat;
    height: 50px;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #00093c;
    line-height: 45px;
}

.nav > li > a, .dropdown-menu > li > a {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #fff;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 11px;
    padding-bottom: 9px;
    line-height: 18px;
}

.loginNav > li > a {
    padding-bottom: 1px;
    padding-top: 5px;
}


.dropdown > li:hover > a {
    border-bottom: 3px solid #566f9a;
    color: #000;
    background-color: rgba(210,212,218,0.6) !important;
}

.dropdown-menu > li > a {
    padding: 6px 18px;
    color: #000;
}

    .dropdown-menu > li > a:hover {
        color: #0054a5 !important;
    }


.c-content-tab-2 > .nav > li > a > .c-content-line-icon {
    width: 90px;
    height: 90px;
}

.c-content-line-icon.c-operator-icon:hover, .c-content-line-icon.c-operator-icon:focus {
    background-image: url('images/Operatoricons/Air_Operator_Hover.png');
}

.active .c-content-line-icon.c-operator-icon {
    background-image: url('images/Operatoricons/Air_Operator_Focus.png');
}

.c-content-line-icon.c-broker-icon:hover, .c-content-line-icon.c-broker-icon:focus {
    background-image: url('images/Operatoricons/Charter_Broker_Hover.png');
}

.active .c-content-line-icon.c-broker-icon {
    background-image: url('images/Operatoricons/Charter_Broker_Focus.png');
}

.c-content-line-icon.c-A-crew-icon:hover, .c-content-line-icon.c-A-crew-icon:focus {
    background-image: url('images/Operatoricons/Air_Crew_Hover.png');
}

.active .c-content-line-icon.c-A-crew-icon {
    background-image: url('images/Operatoricons/Air_Crew_Focus.png');
}

.c-content-line-icon.c-G-crew-icon:hover, .c-content-line-icon.c-G-crew-icon:focus {
    background-image: url('images/Operatoricons/Ground_Crew_Hover.png');
}

.active .c-content-line-icon.c-G-crew-icon {
    background-image: url('images/Operatoricons/Ground_Crew_Focus.png');
}


.EmptyLegBg {
    background-color: #ecf8ff !important;
}

#mainWebsiteContent {
    position: absolute;
    min-height: 100%;
    width: 100%;
    background: #fff;
}

.menu-social {
    position: fixed;
    bottom: 0;
    width: 250px;
    border-top: 1px solid #fff;
    padding: 5px 0;
    background: #363636;
    z-index: 9999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .menu-social a {
        display: inline-block !important;
        text-indent: 0;
        width: 30px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        margin: 5px;
        color: #000 !important;
        background: rgba(255,255,255,0.7) !important;
        border-radius: 15px;
    }

        .menu-social a:hover {
            background-color: #fff !important;
        }

.ebaa {
    width: 97%;
    padding: 0 10px 0 0;
}

.social-links {
    list-style: none;
    padding: 0;
    margin: 11px 0;
}

    .social-links li {
        color: #fff;
        float: left;
        font-size: 21px;
        border-radius: 50px;
        margin-right: 10px;
    }

        .social-links li .fa-facebook:hover {
            color: #fff;
            border-radius: 50px;
            background-color: #3b5998;
            border-color: #3b5998;
        }

        .social-links li .fa-twitter:hover {
            color: #fff;
            border-radius: 50px;
            background-color: #55acee;
            border-color: #55acee;
        }

        .social-links li .fa-linkedin:hover {
            color: #fff;
            border-radius: 50px;
            background-color: #007bb5;
            border-color: #007bb5;
        }

        .social-links li .fa-youtube-play:hover {
            color: #fff;
            border-radius: 50px;
            background-color: #bb0000;
            border-color: #bb0000;
        }

        .social-links li .fa-vk:hover {
            color: #fff;
            border-radius: 50px;
            background-color: #45668e;
            border-color: #45668e;
        }

        .social-links li .fa-instagram:hover {
            color: #fff;
            border-radius: 50px;
            background: linear-gradient( #400080, transparent), linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
        }

        .social-links li .fa-google-plus:hover {
            color: #fff;
            border-radius: 50px;
            background-color: #dd4b39;
            border-color: #dd4b39;
        }

        .social-links li a {
            color: #333;
            padding: 9px;
            text-align: center;
            width: 40px;
            height: 40px;
            text-decoration: none;
        }


.FindUs {
    padding: 10px 0;
    list-style: none;
    margin: 0;
}

    .FindUs li {
        padding: 5px 0;
    }

    .FindUs a {
        color: #333;
    }

        .FindUs a:hover {
            color: #2f7ec9;
        }

.Policy-Links {
    padding: 10px 0;
}

    .Policy-Links a {
        color: #333;
        display: block;
    }

        .Policy-Links a:hover {
            color: #2f7ec9;
        }

.c-content-tab-2 > .nav > li + li {
    margin-left: 0 !important;
}

.owl-item {
    background: #fff;
}

.c-tab-pane a {
    color: #fff;
}

    .c-tab-pane a:hover {
        color: #000;
    }

.owl-prev {
    color: transparent;
    float: left;
    margin-top: -31%;
    margin-left: -31px;
    background-image: url(images/leftarrow.png);
    background-position: 100%;
    background-size: 100%;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
}

.min-height-empty {
    min-height: 38px;
    max-height: 38px;
}

.owl-next {
    color: transparent;
    float: right;
    margin-top: -31%;
    margin-right: -31px;
    background-image: url(images/rightarrow.png);
    background-position: 100%;
    background-size: 100%;
    width: 35px;
    height: 35px;
    font-size: 15px;
    display: inline-block;
    line-height: 25px;
    font-weight: bold;
}

    .owl-next:hover {
        color: transparent !important;
    }

.slick-slide img {
    max-height: 380px;
}

.owl-carousel .owl-item {
    background-image: url(images/news-item.png);
    background-position: 50%;
    background-repeat: repeat-y;
    height: 100%;
}

.dropdown-menu {
    border: 1px solid #ccc;
    padding: 0;
    background: #1e1d25;
    min-width: 265px;
}

.c-layout-header.c-layout-header-6 .c-topbar .c-top-menu > .c-links > li > .btn {
    border-radius: 0;
    padding: 7px;
    border-color: #ccc;
}

.rev_slider_wrapper {
    max-height: 300px;
}

    .rev_slider_wrapper .c-theme-btn.btn {
        background: #516887;
        width: 70% !important;
        border: 1px solid #516887;
        -webkit-transition: opacity 2s ease-in;
        -moz-transition: opacity 2s ease-in;
        -o-transition: opacity 2s ease-in;
        -ms-transition: opacity 2s ease-in;
        transition: opacity 2s ease-in;
    }

        .rev_slider_wrapper .c-theme-btn.btn:hover {
            color: #1e1d25;
        }

.tp-iframe {
    position: absolute;
    z-index: 0;
    margin-top: -260px;
    left: 54%;
    background-color: transparent !important;
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}

.tp-loader.spinner0 {
    display: none;
}

.tp-bullets {
    display: none !important;
}

.member-bg {
    display: none;
}

.Location {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: Arial;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    height: 24px;
    line-height: 24px;
    text-decoration: none;
    padding: 0px 5px 0px 5px;
}

    .Location:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
    }

    .Location:active {
        position: relative;
        top: 1px;
    }

    .Location button {
        background-color: transparent;
        border: none;
        font-size: 9px;
    }

.tp-caption {
    background-image: url('images/HomePage/tp-caption.png');
    text-align: center;
    height: 400px;
    padding: 100px 0;
}

    .tp-caption p {
        text-align: center;
        font-size: 25px !important;
        color: #fff;
    }

    .tp-caption a {
        margin: auto;
    }


.bottom-border {
    border-bottom: 1px solid #ccc;
}

.tooltip-include {
    width: 95%;
    display: inline-block;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}



.chevron-right {
    background: #485c7f;
    background: -webkit-linear-gradient(#b0bcd0, #485c7f);
    background: -o-linear-gradient(#b0bcd0, #485c7f);
    background: -moz-linear-gradient(#b0bcd0, #485c7f);
    background: linear-gradient(#b0bcd0, #485c7f);
    border-radius: 50px;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    font-size: 15px;
    display: inline-block;
    line-height: 25px;
}

.videoplay {
    position: absolute;
    top: 5%;
    left: 0;
    opacity: 0.4;
}

.fancybox-media:hover > .videoplay {
    opacity: 1;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.fancybox-media > .videoplay {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    min-width: 230px;
}

.social-media-section {
    position: fixed;
    left: 0;
    z-index: 99;
    top: 25%;
    background-color: #363636;
    border-radius: 0 15px 15px 0;
}

    .social-media-section ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .social-media-section ul li {
            padding: 9px 0px;
            font-size: 20px;
            height: 47px;
            width: 47px;
            border-bottom: 1px solid #fff;
            text-align: center;
        }

            .social-media-section ul li a {
                text-decoration: none;
                color: #fff;
                opacity: 0.8;
            }

            .social-media-section ul li:hover a {
                text-decoration: none;
                color: #fff;
                opacity: 1;
            }

.dropdown-menu > li:hover {
    border-right: 5px solid #0054a5;
}

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 250px;
    }

#sidebar-wrapper {
    z-index: 1001;
    position: fixed;
    top: 0;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #363636;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #sidebar-wrapper .main > a {
        color: #fff;
        font-size: 16px;
    }

    #sidebar-wrapper .main .notification {
        padding: 5px 10px;
        color: rgb(255, 255, 255);
        background-color: red;
        border-radius: 3px;
    }

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    list-style: none;
    padding-bottom: 80px;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
        padding: 5px 0;
        border-bottom: 1px solid #aaa;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255,255,255,0.2);
            }

            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
        text-indent: 0px;
        color: #fff;
        margin-bottom: 45px;
        text-align: center;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

.stepBar {
    margin: 0 auto;
    padding: 9px 0;
}

    .stepBar div {
        height: 21.5px;
        background: #b4d3f2;
        color: #fff;
        position: relative;
        width: 200px;
        text-align: center;
        line-height: 21px;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        margin-right: 5px;
    }

        .stepBar div:after {
            content: "";
            position: absolute;
            height: 0;
            width: 0;
            left: 100%;
            top: 0;
            z-index: 20;
            border: 11px dotted transparent;
            border-top: 11px solid transparent;
            border-bottom: 11px solid transparent;
            border-left: 16px solid #b4d3f2;
        }

        .stepBar div span {
            display: block;
            content: "";
            position: absolute;
            height: 0;
            width: 0;
            top: 0;
            border: 11px solid transparent;
            z-index: 0;
            border-left: 15px solid #fff;
        }

    .stepBar .finish {
        border: 0;
    }

        .stepBar .finish:after {
            border: 0px;
            border-left: 0px;
        }

        .stepBar .finish.active {
            border: 0;
        }

    .stepBar .active {
        background: #237bd4;
    }

        .stepBar .active:after {
            border-left: 15px solid #237bd4;
        }

.wide-layout {
    border: 0 !important;
    margin: 0 0 10px;
    border-bottom: 1px solid #ccc !important;
}

    .wide-layout img {
        margin: 15px 0;
        border: 1px solid #ccc;
        width: 155px;
        height: 155px;
    }

    .wide-layout .details .name {
        color: #555;
        font-size: 22px;
        line-height: 22px;
        margin: 0;
        font-weight: 300;
        margin-top: 15px;
    }


    .wide-layout .details .price {
        color: #237bd4;
        font-size: 17px;
        font-weight: bold;
        margin: 5px 0 5px 0;
        display: table;
    }

    .wide-layout .details small {
        color: #AAB4BD;
        font-size: 11px;
        display: table-cell;
        vertical-align: top;
        padding-left: 4px;
        text-transform: lowercase;
        font-style: italic;
        line-height: 1;
    }

    .wide-layout .details .Flightroute {
        color: #bbb;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .wide-layout .details .EmptyLegroute {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 5px;
        background: #237bd4;
        padding: 1px 2px;
        width: 107px;
    }

    .wide-layout .details .route-details {
        color: #666;
        font-size: 17px;
        font-weight: 300;
        line-height: 1;
    }

    .wide-layout .details .options {
        padding: 0;
    }

        .wide-layout .details .options h5 {
            color: #bbb;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .wide-layout .details .options p {
            color: #666;
            font-size: 13px;
            font-weight: 700;
            line-height: 1;
        }

    .wide-layout .buttons {
        margin-top: 40px;
        text-align: center;
    }

.btn-details {
    text-transform: uppercase;
    background-color: #237bd4;
    border: none;
    font-size: 15px;
    color: #fff !important;
    padding: 10px;
    width: 100px;
    margin-bottom: 10px;
}

    .btn-details:hover, .btn-details .active {
        background-color: #b4d3f2 !important;
    }

.btn-select {
    text-transform: uppercase;
    background-color: #63d15e;
    border: none;
    font-size: 15px;
    color: #fff !important;
    width: 100px;
    padding: 10px;
    margin-right: 4px;
}

    .btn-select:hover, .btn-select .active, .btn-select:focus {
        background-color: #a2e4ad !important;
        color: #fff;
    }

.ui-autocomplete {
    max-width: 90%;
    max-height: 300px;
    overflow-y: scroll;
}

.chosen-choices {
    border-radius: 4px;
}

.LoginColor {
    color: #fff !important;
}

.news-section {
    margin: 65px 0;
    background-image: url(images/news-item.png);
    background-size: 100% 30%;
    background-repeat: no-repeat;
    background-position: 50%;
}

    .news-section .item {
        background-image: url(images/news-item.png);
        background-position: 50%;
        background-repeat: repeat-y;
        background-size: 3px;
    }

    .news-section .news-item {
        width: 155px;
        margin: 34px auto 72px;
        background: #363636;
        min-height: 380px;
        color: #fff;
        padding: 30px;
        text-align: center;
    }

        .news-section .news-item img {
            height: 180px;
        }

    .news-section .container {
        border: 2px solid #494d4e;
        background: #fff;
    }

.news-slide-item {
    padding: 35px 0;
}

.news-slide .owl-stage-outer {
    height: 486px;
}

.news-slide .owl-stage {
    height: 100%;
}

.news-slide-item p {
    background: #fff !important;
    color: #000;
    padding: 5px;
    text-align: center;
    margin: 25px 0;
    font-size: 18px;
}

.bottom-section {
    background-image: url(images/bottom_section.jpg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    background-color: #fff;
    height: 440px;
}

    .bottom-section .container {
        padding: 180px 0;
    }

    .bottom-section h1 {
        font-size: 40px;
        color: #0154a4;
    }

    .bottom-section a {
        border: 1px solid #3b3f40;
        color: #3c4041;
        padding: 5px;
        font-size: 23px;
        display: block;
        width: 135px;
        margin: auto;
    }

        .bottom-section a:hover {
            border: 1px solid #0154a4;
        }

    .bottom-section a {
        position: relative;
        z-index: 1;
    }

    .bottom-section a {
        overflow: hidden;
        margin: 0 auto;
    }

        .bottom-section a span {
            display: block;
            background: none;
            -o-transition: .5s;
            -ms-transition: .5s;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            transition: .5s;
        }

        .bottom-section a:hover {
            background: #0054a5;
            color: #fff;
            /*-o-transition: .5s;
            -ms-transition: .5s;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            transition: .5s;*/
        }

.owl-theme .owl-controls {
    margin-top: 0;
}




.slider-video {
    display: block;
    width: 100%;
    height: 180px;
    text-align: center;
    background-image: url(images/0.png);
    background-size: 320px;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-top: 20%;
    font-size: 55px;
    color: #ccc;
}

    .slider-video i {
        margin-top: 60px;
        color: #ccc !important;
        opacity: 0.4;
        transition: all 0.5s ease;
    }

    .slider-video:hover i {
        opacity: 1;
        transition: all 0.5s ease;
    }

    .slider-video i:hover {
        color: #ccc;
    }




.subscribe_btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 5px;
    font-size: 17px;
    display: block;
    width: 100px;
    margin: auto;
    background: #3c4041;
}


.subscribe_mobile .subscribe_btn {
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
    padding: 0;
}

    .subscribe_mobile .subscribe_btn:hover {
        border: 2px solid #0054a5;
    }

.subscribe_mobile .subscribe_btn {
    position: relative;
    z-index: 1;
}

.subscribe_mobile .subscribe_btn {
    overflow: hidden;
}

    .subscribe_mobile .subscribe_btn span {
        display: block;
        padding: 5px 20px;
        background: none;
        -webkit-transition: -webkit-transform 0.8s;
        -moz-transition: -moz-transform 0.8s;
        transition: transform 0.8s;
    }

    .subscribe_mobile .subscribe_btn::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        padding: 5px 20px;
        width: 100%;
        height: 100%;
        background: #0054a5;
        color: #fff;
        content: attr(data-hover);
        -webkit-transition: -webkit-transform 0.8s;
        -moz-transition: -moz-transform 0.8s;
        transition: transform 0.8s;
        -webkit-transform: translateX(-100%);
    }

    .subscribe_mobile .subscribe_btn:hover span,
    .subscribe_mobile .subscribe_btn:focus span {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }

    .subscribe_mobile .subscribe_btn:hover::before,
    .subscribe_mobile .subscribe_btn:focus::before {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        transform: translateX(0%);
    }

.tutorialbtn {
    position: relative;
    z-index: 1;
}

    .tutorialbtn span {
        display: block;
        padding: 10px 20px;
        background: none;
        -webkit-transition: -webkit-transform 0.8s;
        -moz-transition: -moz-transform 0.8s;
        transition: transform 0.8s;
        color: #fff;
    }

.tutorialbtn {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 320px;
    font-size: 15px;
    background-color: #0054a5;
    color: #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

    .tutorialbtn:hover {
        background-color: #fff;
        color: #0054a5;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .tutorialbtn:hover span {
            color: #0054a5;
        }

.modules-section .item .hover .right {
    /*position: absolute;
            left: 0;*/
    width: 100%;
    padding: 60px 15px;
    -o-transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    transition: .8s;
    height: 379px;
}

.modules-section .item:hover .hover .right {
    /*position: absolute;
        left: 100%;*/
    width: 100%;
    padding: 60px 15px;
    -o-transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    transition: .8s;
    background: #0054a5;
}

.c-theme-btn.btn:hover {
    color: #0054a5;
}

.searchresult-section {
    width: 70%;
}

.c-newsletter-widget .form-control {
    max-width: 100%;
    margin-bottom: 5px;
}

.c-square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

h3 {
    font-size: 18px;
    margin: 10px 0;
}

.ebaa {
    width: 85%;
}

.Navigation .overlay {
    display: none;
    top: 0;
    z-index: 1000;
    background: rgba(0,0,0,.7);
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
}

md-radio-group.md-default-theme:not([disabled]) .md-primary .md-on, md-radio-group:not([disabled]) .md-primary .md-on, md-radio-group.md-default-theme:not([disabled]).md-primary .md-on, md-radio-group:not([disabled]).md-primary .md-on, md-radio-button.md-default-theme:not([disabled]) .md-primary .md-on, md-radio-button:not([disabled]) .md-primary .md-on, md-radio-button.md-default-theme:not([disabled]).md-primary .md-on, md-radio-button:not([disabled]).md-primary .md-on,
md-radio-group.md-default-theme:not([disabled]) .md-primary .md-on, md-radio-group:not([disabled]) .md-primary .md-on, md-radio-group.md-default-theme:not([disabled]).md-primary .md-on, md-radio-group:not([disabled]).md-primary .md-on, md-radio-button.md-default-theme:not([disabled]) .md-primary .md-on, md-radio-button:not([disabled]) .md-primary .md-on, md-radio-button.md-default-theme:not([disabled]).md-primary .md-on, md-radio-button:not([disabled]).md-primary .md-on,
md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-ink-ripple, md-checkbox:not([disabled]).md-primary.md-checked .md-ink-ripple,
md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-icon, md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
    background-color: #2c51a1 !important;
    outline: none !important;
}

md-radio-group.md-default-theme:not([disabled]) .md-primary .md-checked .md-off, md-radio-group:not([disabled]) .md-primary .md-checked .md-off, md-radio-group.md-default-theme:not([disabled]) .md-primary.md-checked .md-off, md-radio-group:not([disabled]) .md-primary.md-checked .md-off, md-radio-group.md-default-theme:not([disabled]).md-primary .md-checked .md-off, md-radio-group:not([disabled]).md-primary .md-checked .md-off, md-radio-group.md-default-theme:not([disabled]).md-primary.md-checked .md-off, md-radio-group:not([disabled]).md-primary.md-checked .md-off, md-radio-button.md-default-theme:not([disabled]) .md-primary .md-checked .md-off, md-radio-button:not([disabled]) .md-primary .md-checked .md-off, md-radio-button.md-default-theme:not([disabled]) .md-primary.md-checked .md-off, md-radio-button:not([disabled]) .md-primary.md-checked .md-off, md-radio-button.md-default-theme:not([disabled]).md-primary .md-checked .md-off, md-radio-button:not([disabled]).md-primary .md-checked .md-off, md-radio-button.md-default-theme:not([disabled]).md-primary.md-checked .md-off, md-radio-button:not([disabled]).md-primary.md-checked .md-off {
    border-color: #2c51a1 !important;
    outline: none !important;
}

md-checkbox.md-checked .md-icon:after {
    display: block !important;
}

.chosen-container input {
    width: 100% !important;
}

.onClick {
    cursor: pointer;
}

.c-layout-go2top {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 10px;
    cursor: pointer;
    z-index: 9999;
}

    .c-layout-go2top > i {
        opacity: 0.5;
        filter: alpha(opacity=50);
        color: #89939e;
        font-size: 38px;
        font-weight: 300;
    }

    .c-layout-go2top:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

.c-layout-go2bottom {
    display: block;
    position: fixed;
    top: 370px;
    right: 10px;
    cursor: pointer;
    z-index: 9999;
    outline: none;
    border: 0;
}

    .c-layout-go2bottom > i {
        opacity: 0.5;
        filter: alpha(opacity=50);
        color: #89939e;
        font-size: 38px;
        font-weight: 300;
    }

    .c-layout-go2bottom:hover > i {
        opacity: 1;
    }

    .c-layout-go2bottom:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

.list_view .row {
    background: none !important;
    background-color: #fff !important;
}

.list_view .right-col {
    min-height: 75px !important;
    max-height: 75px !important;
}

.overflow {
    overflow: hidden;
}

.showhide {
    display: none;
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
}

.avi-layout {
    background-color: #fff !important;
}

.alert-warning {
    margin: 0;
}




#currencyDropDown-list, #emptyleg-currence-list {
    background-color: #fff;
    border: 0;
    width: 177px !important;
}

    #currencyDropDown-list, #currencyDropDown-list div, #emptyleg-currence-list, #emptyleg-currence-list div {
        width: 177px !important;
    }

        #currencyDropDown-list ul, #emptyleg-currence-list ul {
            width: 160px !important;
        }

        #currencyDropDown-list li, #emptyleg-currence-list li {
            background: #fff;
            box-shadow: none;
            border: 0;
            border-radius: 0;
            color: #000;
        }

            #currencyDropDown-list li:hover, #emptyleg-currence-list li:hover {
                border-right: 5px solid #237bd4;
                background-color: #efefef;
                box-shadow: none;
                border-radius: 0;
            }

.n-emptyleg {
    position: absolute;
    top: 5px;
}

.s-emptyleg {
    position: absolute;
    top: 5px;
}



/*==== Pricing Manager ====*/
.PricingManager {
    border: 1px solid #ccc;
}

    .PricingManager .row {
        margin-right: 0;
        margin-left: 0;
        border-bottom: 1px solid #ccc;
        background: url(images/bg-gradient-tab.gif) repeat-x scroll 0 100% #efefef;
    }

    .PricingManager .left-col {
        height: 40px;
        color: #000;
        padding: 7px 10px;
        font-weight: bold;
        background: url(images/bg-gradient-tab.gif) repeat-x scroll 0 100% #efefef;
    }


    .PricingManager .right-col {
        background-color: #fff;
        min-height: 40px;
        padding-top: 5px;
    }

.PricingManager-Genaral {
    border: 1px solid #ccc;
}

    .PricingManager-Genaral .row {
        margin-right: 0;
        margin-left: 0;
        border-bottom: 1px solid #ccc;
        background: url(images/bg-gradient-tab.gif) repeat-x scroll 0 100% #efefef;
    }

    .PricingManager-Genaral .left-col {
        height: 40px;
        color: #000;
        padding: 7px 10px;
        font-weight: bold;
    }

    .PricingManager-Genaral .sub-left-col {
        height: 40px;
        color: #000;
        padding: 7px 10px;
        font-weight: bold;
        border-left: 1px solid #ccc;
    }

    .PricingManager-Genaral .sub-right-col {
        padding: 7px 10px;
        background-color: #fff;
        min-height: 44px;
    }

    .PricingManager-Genaral .left-col button {
        min-width: 55px;
    }

    .PricingManager-Genaral .right-col {
        background-color: #fff;
        min-height: 40px;
        padding: 0;
    }




/***** Schedule Manager *****/

.schedule-manager .row {
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #ccc;
    background: url(images/bg-gradient-tab.gif) repeat-x scroll 0 100% #efefef;
}

.schedule-manager .left-col {
    height: 40px;
    color: #000;
    padding: 10px;
    font-weight: bold;
}

.schedule-manager .right-col {
    background-color: #fff;
    min-height: 40px;
    padding: 10px 15px;
    word-wrap: break-word;
}

}

/***** Sent Request *****/

.sentrequest .row {
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #ccc;
    background: url(images/bg-gradient-tab.gif) repeat-x scroll 0 100% #efefef;
}

.sentrequest .left-col {
    height: 40px;
    color: #000;
    padding: 10px;
    font-weight: bold;
}

.sentrequest .right-col {
    background-color: #fff;
    min-height: 40px;
    padding: 10px 15px;
    word-wrap: break-word;
}


/*=== Company ===*/
.CompanyProfile .row {
    margin-right: 0;
    margin-left: 0;
    height: 100%;
    border-bottom: 1px solid #ccc;
    background: url(images/bg-gradient-tab.gif) repeat-x scroll 0 100% #efefef;
}

.CompanyProfile .SocialMedia {
    line-height: 30px;
}

.CompanyProfile .left-col {
    height: 40px;
    padding: 10px;
    color: #000;
    font-weight: bold;
    background: #efefef;
}

.CompanyProfile .right-col {
    background-color: #fff;
    min-height: 40px;
    padding: 10px 15px;
    word-wrap: break-word;
}



/*=== Company ===*/
.AirCraft-Section .row {
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #ccc;
    background: url(images/bg-gradient-tab.gif) repeat-x scroll 0 100% #efefef;
}

.AirCraft-Section .left-col {
    min-height: 45px;
    padding: 10px 5px;
    color: #000;
    font-weight: bold;
}

.AirCraft-Section .right-col {
    background-color: #fff;
    min-height: 45px;
    padding: 8px 15px;
    word-wrap: break-word;
}

/*=== Schedule-Section ===*/

.Schedule-Section .row {
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #ccc;
    background: url(images/bg-gradient-tab.gif) repeat-x scroll 0 100% #efefef;
}

.Schedule-Section .left-col {
    min-height: 45px;
    padding: 10px 5px;
    color: #000;
    font-weight: bold;
}

.Schedule-Section .right-col {
    background-color: #fff;
    min-height: 45px;
    padding: 8px 15px;
    word-wrap: break-word;
}

.RequestListTabItem {
    float: left;
    width: 16.66666667%;
    background-color: #e6f3f8;
    border-radius: 20px 20px 0 0;
    text-align: center;
    border: 1px solid #d5d5d5;
    padding: 5px 0 0px 0;
    outline: none;
    margin: 5px 1px 0 0 !important;
}

    .RequestListTabItem h5 {
        margin: 0;
        color: #6d6d6d;
    }

    .RequestListTabItem p {
        margin: 0;
        color: red;
    }

    .RequestListTabItem.active {
        background-color: #e6f3f8 !important;
        border: 0;
        border-bottom: 1px solid #e6f3f8;
        border-right: 1px solid #2d51a1;
        border-top: 1px solid #2d51a1;
        border-left: 1px solid #2d51a1;
        padding-bottom: 1px;
        z-index: 5;
        position: relative;
    }

        .RequestListTabItem.active h5 {
            color: #333;
        }

/*=== aircraftPopUpBody ===*/


.aircraftPopUpBody .row {
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #ccc;
    background: url(images/bg-gradient-tab.gif) repeat-x scroll 0 100% #efefef;
}

.aircraftPopUpBody .left-col {
    min-height: 45px;
    padding: 10px 5px;
    color: #000;
    font-weight: bold;
}

.aircraftPopUpBody .right-col {
    background-color: #fff;
    min-height: 45px;
    padding: 8px 15px;
    word-wrap: break-word;
}

/*=== UserManager ===*/

.UserManager .row {
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #ccc;
    background: url(images/bg-gradient-tab.gif) repeat-x scroll 0 100% #efefef;
}

.UserManager .left-col {
    min-height: 45px;
    padding: 10px 5px;
    color: #000;
    font-weight: bold;
}

.UserManager .right-col {
    background-color: #fff;
    min-height: 45px;
    padding: 8px 15px;
    word-wrap: break-word;
}

/*=== ticket-section ===*/

.ticket-section .row {
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #ccc;
    background: url(images/bg-gradient-tab.gif) repeat-x scroll 0 100% #efefef;
}

.ticket-section .left-col {
    min-height: 45px;
    padding: 10px 5px;
    color: #000;
    font-weight: bold;
}

.ticket-section .right-col {
    background-color: #fff;
    min-height: 45px;
    padding: 8px 15px;
    word-wrap: break-word;
}
/*=== Helicoper-Section Manager ===*/

.Helicoper-Section .row {
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #ccc;
    background: url(images/bg-gradient-tab.gif) repeat-x scroll 0 100% #efefef;
}

.Helicoper-Section .left-col {
    min-height: 40px;
    padding: 8px 5px;
    color: #000;
    font-weight: bold;
}

.Helicoper-Section .right-col {
    background-color: #fff;
    min-height: 46px;
    padding: 7px 15px;
    word-wrap: break-word;
}

.Helicoper-Section .right-col-with-input {
    background-color: #fff;
    min-height: 40px;
    padding: 7px 15px;
    word-wrap: break-word;
}

/*=== Customer-Section Manager ===*/

.Customer-Section .row {
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #ccc;
    background: url(images/bg-gradient-tab.gif) repeat-x scroll 0 100% #efefef;
}

.Customer-Section .left-col {
    min-height: 40px;
    padding: 8px 5px;
    color: #000;
    font-weight: bold;
}

.Customer-Section .right-col {
    background-color: #fff;
    min-height: 46px;
    padding: 7px 15px;
    word-wrap: break-word;
}

.Customer-Section .right-col-with-input {
    background-color: #fff;
    min-height: 40px;
    padding: 7px 15px;
    word-wrap: break-word;
}



/**********************************/
/******** End Boxed View **********/
/**********************************/





/***** Request *****/

.Request .row {
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #ccc;
    background: url(images/bg-gradient-tab.gif) repeat-x scroll 0 100% #efefef;
}

.Request .left-col {
    height: 40px;
    color: #000;
    padding: 10px;
    font-weight: bold;
}

.Request .right-col {
    background-color: #fff;
    min-height: 40px;
    padding: 10px 15px;
    word-wrap: break-word;
}




/*=== AirportPopUp ===*/

.AirportPopUp .row {
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #ccc;
    background: url(images/bg-gradient-tab.gif) repeat-x scroll 0 100% #efefef;
}

.AirportPopUp .left-col {
    min-height: 40px;
    padding: 8px 5px;
    color: #000;
    font-weight: bold;
}

.AirportPopUp .right-col {
    background-color: #fff;
    min-height: 40px;
    padding: 7px 15px;
    word-wrap: break-word;
}


.schedule-emptyleg .row {
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #ccc;
    background: url(images/bg-gradient-tab.gif) repeat-x scroll 0 100% #efefef;
}

.schedule-emptyleg .left-col {
    min-height: 40px;
    padding: 8px 5px;
    color: #000;
    font-weight: bold;
}

.schedule-emptyleg .right-col {
    background-color: #fff;
    min-height: 40px;
    padding: 7px 15px;
    word-wrap: break-word;
}

.LegTitle {
    background: url(images/bg-gradient-tab.gif) repeat-x scroll 0 100% #efefef;
    width: 53px;
    font-weight: bold;
    float: left;
    padding: 5px 0;
    min-height: 50px;
}

.search-field {
    width: 100%;
}

.LegRoute {
    float: left;
    width: 42%;
    padding: 10px 0;
}

    .LegRoute input {
        height: 30px;
    }

.LegDeparture, .LegArrival {
    float: left;
    width: 49%;
    padding: 0 5px;
}

.LegDateTime {
    width: 205px;
    float: left;
    padding: 9px 0;
}

.LegDate, .LegTime {
    width: 48.888%;
    float: left;
}

.LegOptions {
    float: left;
    padding: 15px 5px;
}

.LegOptionClock {
    display: inline-block;
}

    .LegOptionClock md-radio-button {
        display: inline-block;
    }

.LegOptionRoute {
    display: inline-block;
    margin-left: 5px;
}

    .LegOptionRoute md-radio-button {
        display: inline-block;
    }

.LegPax {
    float: left;
    margin-left: 5px;
    padding: 10px 10px;
}

.LegButton {
    display: inline-block;
    float: right;
    margin: 11px 5px;
}

.LegViewMap {
    float: left;
    padding: 8px 5px;
}

.member-slider-item, .partner-slider-item {
    width: 285px;
    overflow: hidden;
    display: inline-block;
}

    .member-slider-item img, .partner-slider-item img {
        position: relative;
        left: 0;
        width: 90%;
        margin: auto;
    }

.title-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}



.center-slider {
    max-height: 440px;
}

.md-ripple-container {
    display: none;
}

/**************************/
/******* Coming Soon ******/
/**************************/
.comingsoon h1 {
    color: #0054a5;
    font-weight: bold;
    text-align: center;
    font-size: 26px;
}

.comingsoon .row {
    margin-bottom: 25px;
}

.comingsoon p {
    font-size: 16px;
}

.comingsoon h3 {
    font-size: 19px;
    font-weight: bold;
}

/**************************/
/******** About Us ********/
/**************************/

.AboutUs .AUHeader, .AboutUs .AUFooter {
    text-align: center;
}

    .AboutUs .AUHeader h1, .AboutUs .AUFooter h1 {
        color: #0054a5;
        font-size: 24px;
    }

.AboutUs .AUBody h3 {
    padding-bottom: 5px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.opt-in {
    margin: 30px 0 15px 0;
    background-color: #0054a5;
    color: #fff;
    box-shadow: 1px 2px 15px #aaa;
}

    .opt-in h1 {
        text-align: center;
        margin: 25px 0;
        font-size: 28px;
    }

        .opt-in h1 sup {
            margin-right: 5px;
        }

    .opt-in .form {
        margin: 20px 0;
        display: inline-block;
        width: 100%;
    }

        .opt-in .form div {
            text-align: center;
        }

        .opt-in .form .input-group-addon {
            background-color: #fff;
        }

            .opt-in .form .input-group-addon i {
                color: #0054a5;
                font-size: 26px;
            }

        .opt-in .form input, .opt-in .form select {
            font-size: 20px;
            width: 290px;
            height: 45px;
        }

    .opt-in .opt-buttom {
        background-color: #fff;
        color: #0054a5;
        font-size: 20px;
        height: 45px;
        width: 340px;
    }

        .opt-in .opt-buttom a {
            color: #0054a5;
        }

        .opt-in .opt-buttom i {
            color: #0054a5;
            font-size: 26px;
            text-align: left;
        }

.ASeperator {
    height: 2px;
    background-color: #5e9cd1;
}

.AMembers .row {
    margin-bottom: 25px;
}

.AMembers img {
    width: 100%;
}

.AMembers h2 {
    margin-bottom: 0;
}

.AMembers p {
    font-size: 17px;
}

.ACareers h1 {
    border-bottom: 2px solid #5e9cd1;
}

.ACareers .ACPicture {
    text-align: center;
}

    .ACareers .ACPicture img {
        max-width: 300px;
    }

.RequestPrice {
    padding: 0;
    min-height: 80px;
    max-height: 80px;
    display: inline-block;
    margin-top: 3px;
    width: 180px;
}

.color000 {
    color: #000 !important;
}






.LeftAd .bx-wrapper .bx-viewport {
    overflow: visible !important;
}

.news-mobile-section {
}

.news-mobile {
    padding: 0;
}

    .news-mobile ul {
        padding: 0;
        list-style: none;
    }

    .news-mobile li {
        position: relative !important;
        min-width: 320px !important;
        border-bottom: 1px solid #ccc;
        margin: 10px 0;
    }




.blog-nav {
    margin-top: 45px;
}

    .blog-nav .prev-blog {
        border: 1px solid #ccc;
        padding: 0;
    }

    .blog-nav .next-blog {
        border: 1px solid #ccc;
        padding: 0 0 0 8px;
    }

    .blog-nav .prev-blog i {
        font-size: 45px;
        background-color: #ccc;
        padding: 7px 5px 6px 0;
        float: left;
        margin-right: 5px;
        color: #363636;
    }

    .blog-nav .next-blog i {
        font-size: 45px;
        background-color: #ccc;
        padding: 7px 0 6px 5px;
        float: right;
        margin-left: 5px;
        color: #363636;
    }

.Avi-Schema {
    display: none !important;
}

.flex-caption small {
    bottom: 0;
    right: 0;
    position: absolute;
}

.brokerFilter {
    list-style-type: none;
}

.BrokerTest .slick-slide > div:nth-child(2) > div {
    margin-left: 10px;
    max-width: 234px;
}

.BrokerTest .slick-slide > div:nth-child(3) > div {
    margin-left: 15px;
    max-width: 229px;
}

.main-nav {
    list-style: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

    .main-nav > li {
        position: static;
        display: flex;
    }

        .main-nav > li > a {
            margin: 28px 14px 28px 14px;
            padding: 4px 4px 4px 4px;
        }

.right-main-nav {
    list-style: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

    .right-main-nav li > a {
        color: #8c95a2;
        font: normal bold 17px / 21px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
        text-transform: none;
    }

    .right-main-nav li:hover > a {
        color: #1f365c;
    }

    .right-main-nav li.right > a {
        background: #5e9cd1;
        color: #fff;
        padding: 33px 25px;
        margin-left: 10px;
    }


.header-bar-icon {
    line-height: 0px;
    width: 30px;
    margin-left: 15px;
}

    .header-bar-icon .menu-icon {
        display: inline-flex;
        border-radius: 0px;
        width: 44px;
        height: 44px;
        margin: 0 !important;
        transition: .3s;
        cursor: pointer;
        user-select: none;
    }

        .header-bar-icon .menu-icon .lines {
            background-color: #8c95a2;
            display: inline-block;
            width: 22px;
            height: 2px;
            top: 25px;
            position: relative;
        }

            .header-bar-icon .menu-icon .lines:after, .header-bar-icon .menu-icon .lines:before {
                position: absolute;
                left: 0;
                content: '';
                -webkit-transform-origin: 1.5px center;
                transform-origin: 1.5px center;
                -webkit-transition: all .3s;
                transition: all .3s;
                display: inline-block;
                width: 22px;
                height: 2px;
                background-color: #8c95a2;
            }

            .header-bar-icon .menu-icon .lines:before {
                top: 7px;
            }

        .header-bar-icon .menu-icon:hover .lines:before {
            top: 4px;
        }

        .header-bar-icon .menu-icon .lines:after {
            top: -7px;
        }

        .header-bar-icon .menu-icon:hover .lines:after {
            top: -4px;
        }


/*** Side Bar Menu ***/
.avi-sideMenu {
    position: fixed;
    top: 0;
    right: 336px;
    -ms-transform: translate3d(100%,0,0);
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -ms-transition: right .5s ease;
    -webkit-transition: right .5s ease;
    transition: right .5s ease;
    background-color: #ffffff;
    width: 340px;
    height: 100%;
    min-height: 100%;
    max-width: 100%;
    z-index: 9602;
    padding: 30px 30px 0;
    box-sizing: border-box;
}

.avi-sideMenu-icon {
    position: fixed;
    top: 0;
    width: 30px;
    height: 30px;
    z-index: 9999;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    left: auto;
    right: 0;
}

    .avi-sideMenu-icon span {
        color: #fff;
        background-color: #5e9cd1;
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
        margin: 0;
        cursor: pointer;
    }

        .avi-sideMenu-icon span:before, .avi-sideMenu-icon span:after {
            display: inline-block;
            height: 2px;
            background: #ecf0f1;
            position: absolute;
            content: '';
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            top: 50%;
            left: 50%;
            margin: -1px 0 0 -11px;
            width: 22px;
            -webkit-transition: -webkit-transform .1s ease;
            transition: transform .1s ease;
        }

        .avi-sideMenu-icon span:before {
            -ms-transform: rotate3d(0,0,1,45deg);
            -webkit-transform: rotate3d(0,0,1,45deg);
            transform: rotate3d(0,0,1,45deg);
        }

    .avi-sideMenu-icon:hover span:before {
        -ms-transform: rotate3d(0,0,1,0deg);
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }

    .avi-sideMenu-icon span:after {
        -ms-transform: rotate3d(0,0,1,-45deg);
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
    }

    .avi-sideMenu-icon:hover span:after {
        -ms-transform: rotate3d(0,0,1,0deg);
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }

sidebar {
    position: fixed;
    background-color: #fff;
    transition: transform .3s ease-in-out;
    z-index: 1000;
    top: 0;
    overflow: auto;
    height: 100%;
    width: 100%;
    display: none;
    box-shadow: none
}

    sidebar.sidebar--is-open.sidebar--left, sidebar.sidebar--is-open.sidebar--right {
        transform: translateX(0)
    }

    sidebar.sidebar--left {
        left: 0;
        transform: translateX(-100%)
    }

    sidebar.sidebar--right {
        right: 0;
        transform: translateX(100%)
    }

.sidebar-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity .2s linear,width 0s linear .2s,height 0s linear .2s
}

    .sidebar-bg.sidebar-bg--is-visible {
        opacity: .5;
        width: 100%;
        height: 100%;
        transition: opacity .2s linear
    }

/**** Side Bar Navigation ****/

.sideMenu-nav {
    list-style: none;
    background-color: #010a31;
    margin-bottom: 0 !important;
}

    .sideMenu-nav > li {
        position: relative;
        min-height: 35px;
        outline: none !important;
    }

        .sideMenu-nav > li:before {
            content: "";
            position: absolute;
            top: -.5px;
            height: 0;
            border-top: solid 1px rgba(31,54,92,0.08);
            width: 100%;
            max-width: 100%;
            left: 0;
        }

        .sideMenu-nav > li.first:before {
            border-color: transparent;
        }

    .sideMenu-nav li > a {
        height: 35px;
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0px 10px 40px;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        text-decoration: none;
        margin: 0;
    }

    .sideMenu-nav li:hover > a .nav-txt {
        color: #5e9cd1;
        cursor: pointer;
    }

    .sideMenu-nav > li.active > a .nav-txt {
        color: #5e9cd1;
    }

    .sideMenu-nav > li.drop > a:after {
        background-image: url('images/sideBar-plus.svg');
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -15px;
        width: 30px;
        height: 30px;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .sideMenu-nav li > a .nav-txt {
        font: bold 17px / 21px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
        color: #1f365c;
        text-transform: uppercase;
    }
    /**** Side Bar Sub Navigation  ****/

    .sideMenu-nav .sub-sideNav {
        width: 100%;
        margin-bottom: 16.5px;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        visibility: visible;
        opacity: 1;
        z-index: auto;
        list-style: none;
        margin-left: 20px;
        border-top: 1px solid #e6e6e6;
    }

        .sideMenu-nav .sub-sideNav li > a {
            padding: 7px 30px 7px 0;
        }

        .sideMenu-nav .sub-sideNav .nav-txt {
            font: bold 14px / 18px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
            color: #1f365c;
            text-transform: none;
        }

.smallMenuTxt {
    font-size: 11px;
    line-height: 1;
    text-align: right;
    margin-bottom: 0;
    font-style: italic;
    font-family: "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
}

.NearestAirport h2 {
    padding-bottom: 8px;
}

.NearestAirport .required {
    color: red;
    font-size: 22px;
}


.sentRequest .md-tab {
    padding: 0px 18px;
    background-color: #3863c4;
    border: 1px solid #fff;
    border-radius: 15px 15px 0 0;
    width: 140px;
}

    .sentRequest .md-tab:first-child {
        margin-left: 0;
    }

.sentRequest md-tabs-canvas {
    height: 50px;
    margin-bottom: 5px;
}

.sentRequest .md-tab h3 {
    font-size: 11px;
    text-align: center;
    margin: 0;
    line-height: 30px;
    color: #fff;
    text-transform: none;
    line-height: 20px;
    margin: 5px;
}

.sentRequest .md-tab.md-active {
    background-color: #2d51a1;
    border-right: 0;
    border-left: 0;
    z-index: 1;
}
/*---------- Received req------*/
.receivedRequest .md-tab {
    padding: 0px 18px;
    background-color: #3863c4;
    border: 1px solid #fff;
    border-radius: 15px 15px 0 0;
    margin-left: -10px;
}

    .receivedRequest .md-tab:first-child {
        margin-left: 0;
    }

.receivedRequest md-tabs-canvas {
    height: 30px;
    margin-bottom: 5px;
}

.receivedRequest .md-tab h3 {
    font-size: 11px;
    text-align: center;
    margin: 0;
    line-height: 30px;
    color: #fff;
    text-transform: none;
    line-height: 20px;
    margin: 5px;
}

.receivedRequest .md-tab.md-active {
    background-color: #2d51a1;
    border-right: 0;
    border-left: 0;
    z-index: 1;
}

/*------------------------------*/
.VIPRequest .sentRequest .md-tab h3 {
    color: #000;
}

.VIPRequest .sentRequest .md-tab {
    background-color: #ccc !important;
}

    .VIPRequest .sentRequest .md-tab.md-active {
        background-color: #eee !important;
    }

.sentRequest .md-tab.md-active h3 {
    color: #fff;
    line-height: 20px;
    margin: 5px;
}

.VIPRequest .sentRequest .md-tab.md-active h3 {
    color: #000;
    line-height: 20px;
    margin: 5px;
}

.load-wrap {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    background-image: url('images/loader.svg');
}

.right-main-nav {
    list-style: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

    .right-main-nav .logo {
        border: 1px solid #2f7ec9;
        background: #fff;
        width: 130px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        margin-right: -10px;
    }

    .right-main-nav .logoImg {
        max-width: 100%;
        max-height: 99%;
        vertical-align: middle;
        padding: 0 10px;
    }

    .right-main-nav .fa-user {
        display: block;
        font-size: 22px;
        line-height: 24px;
        margin-top: 6px;
        margin-bottom: 4px;
    }

    .right-main-nav .userAfterLogin {
        line-height: 62px;
    }

    .right-main-nav li > a {
        color: #8c95a2;
        font: normal bold 17px / 21px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
        text-transform: none;
    }

    .right-main-nav li:hover > a {
        color: #1f365c;
    }

    .right-main-nav li.right > a {
        background: #5e9cd1;
        color: #fff;
        padding: 33px 10px;
        margin-left: 10px;
    }

.masterHeadThree .right-main-nav {
    float: right;
    max-height: 80px;
    margin: 0;
    margin-right: 32px;
    padding-left: 0;
    padding-right: 15px;
    overflow: hidden;
}

    .masterHeadThree .right-main-nav li {
        display: inline-block;
        max-height: 80px;
        text-align: center;
    }

        .masterHeadThree .right-main-nav li > a {
            cursor: pointer;
            text-decoration: none;
            color: #221c38;
            font: normal 400 17px / 21px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
            text-transform: none;
        }

        .masterHeadThree .right-main-nav li.right > a {
            background-color: #2c51a1;
            color: #fff;
            margin-left: 10px;
            line-height: 90px;
            padding-top: 35px;
            background-size: 25px;
        }

    .masterHeadThree .right-main-nav .userProfile {
        border-radius: 50%;
        height: 65px;
        width: 65px;
        background-color: #fff;
        margin-top: -4px;
        border: 1px solid #2f7ec9;
        padding-right: 5px;
    }

.isOnRight .right-main-nav {
    padding-left: 0;
    padding-right: 40px;
}

.homebxslider li {
    width: 100% !important;
}

.homeInfo {
    padding: 0;
    margin: 0 auto;
    width: 70%;
    min-height: 360px;
}

    .homeInfo a {
        text-decoration: none;
    }

    .homeInfo p {
        margin: 0;
    }

    .homeInfo .item {
        padding: 0;
        text-align: center;
    }

        .homeInfo .item:hover .hover {
            background-color: #2c51a1;
            color: #fff;
        }

        .homeInfo .item span {
            display: block;
            width: 90px;
            height: 90px;
            background-size: 290% !important;
            margin: auto;
        }

        .homeInfo .item .hover {
            padding: 15px 30px;
            min-height: 325px;
            transition-duration: 0.5s;
        }

        .homeInfo .item:hover h1 {
            color: #fff;
        }



        .homeInfo .item .readmore {
            text-decoration: underline;
            display: none;
        }

        .homeInfo .item:hover .readmore {
            display: inline;
        }

        .homeInfo .item .btnreadmore {
            background: #2c51a1;
            color: #fff;
            padding: 3px 8px;
            display: block;
            width: 100px;
            margin: auto;
            margin-top: 15px;
        }

        .homeInfo .item:hover .btnreadmore {
            background: #fff;
            color: #2c51a1;
        }

.aviCounter {
    padding: 0;
    display: block;
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(images/HomePage/mapCounter.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 390px;
    width: 100%;
}

    .aviCounter ul {
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .aviCounter > ul > li {
        display: inline-block;
        width: 19%;
        border-right: 1px solid #2c51a1;
    }

    .aviCounter li h2 {
        padding: 10px 20px;
        color: #2c51a1;
    }

    .aviCounter li span {
        font-size: 80px;
        color: #333;
        font-weight: bold;
    }

    .aviCounter li img {
        padding-bottom: 5px;
        border-bottom: 5px solid #333;
    }

    .aviCounter li h2 small {
        color: #fff;
    }

.mainTitle {
    color: #0759a3;
    line-height: 40px;
    width: 100%;
    font-weight: bold;
    text-align: left;
    border-bottom: 2px solid #2f7ec9;
    margin-bottom: -1px;
    padding-bottom: 3px;
}

    .mainTitle .icon {
        width: 40px;
        height: 40px;
        margin-top: -15px;
        float: left;
    }

        .mainTitle .icon img {
            width: 100%;
        }

    .mainTitle h3 {
        margin-left: 8px;
    }

.provider {
    border: 1px solid #ccc;
    height: 50px;
    padding-top: 5px;
    padding-left: 15px;
    margin-bottom: 10px;
    padding-right: 5px;
}

    .provider .fa {
        color: #fff;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin-right: 5px;
    }

    .provider p {
        float: left;
        line-height: 40px;
        margin: 0;
    }

    .provider button {
        float: right;
    }

    .provider .fa-Facebook {
        background-color: #3B5998;
    }

    .provider .fa-Google {
        background-color: #DB4437;
    }

    .provider .fa-Twitter {
        background-color: #1DA1F2;
    }

    .provider .fa-LinkedIn {
        background-color: #0077B5;
    }

.socialSignIn a {
    width: 100%;
    display: block;
    height: 35px;
    line-height: 35px;
    color: #fff !important;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.socialSignIn p {
    font-weight: bold;
    text-align: left;
    line-height: 35px;
    width: 85px;
    height: 35px;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
}

.socialSignIn div {
    width: 100%;
    display: block;
    height: 35px;
    max-width: 170px;
    margin-bottom: 10px;
}

.socialSignIn .facebook {
    background-color: #3B5998;
}

.socialSignIn .google-plus {
    background-color: #DB4437;
}

.socialSignIn .twitter {
    background-color: #1DA1F2;
}

.socialSignIn .linkedin {
    background-color: #0077B5;
}

.aviEmptyLeg .row {
    margin-top: 10px;
}

.aviAircarft .row {
    margin-top: 10px;
}



.aviEmptyLeg .md-errors-spacer, .aviAircarft .md-errors-spacer {
    display: none;
}

.aviEmptyLeg button.airport-select, .aviAircarft button.airport-select {
    position: absolute;
}

.aviEmptyLeg .btnEmptyLeg {
    color: #fff;
    text-decoration: none;
    text-align: right;
    float: right;
    background-color: #3ea2ee;
    cursor: pointer;
    border-radius: 0;
    padding: 10px 15px;
    font-weight: bold;
}

.aviAircarft .btnEmptyLeg {
    color: #fff;
    text-decoration: none;
    text-align: right;
    float: right;
    border-radius: 0;
    background-color: #3ea2ee;
    cursor: pointer;
    padding: 10px 15px;
    font-weight: bold;
}


.leftSideBarTwo .main-txt {
    color: #333;
    cursor: pointer;
}

.iconClosed {
    display: block !important;
}

.sideMenu-nav li:hover > a .main-txt {
    color: #fff;
    font-weight: bold;
}

.sideMenu-nav li:hover {
    cursor: pointer;
}

.aviSettings ul {
    padding: 0;
    list-style: none;
}

.aviSettings li {
    line-height: 45px;
    border-bottom: 1px solid #ccc;
}

.aviSettings .active {
    border-bottom: 2px solid #2f7ec9;
    font-weight: bold;
}

.aviSettings a {
    text-decoration: none;
    color: #333;
}

    .aviSettings a:hover {
        font-weight: bold;
        color: #1f5ba4;
        text-decoration: none;
    }

.selectedBrokersOptions h3 {
    border-bottom: 2px solid #2f7ec9;
    padding: 10px;
    color: #2f7ec9;
}

.tutorialSettings md-tabs-canvas {
    width: 16.666666%;
    text-align: center;
    height: 100vh;
    overflow: initial;
}

.tutorialSettings md-next-button, .tutorialSettings md-prev-button {
    display: none;
}

.tutorialSettings md-tab-item {
    display: block;
    text-align: left;
    max-width: 11.66666% !important;
    float: none !important;
    color: #333 !important;
    text-transform: none;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
}

    .tutorialSettings md-tab-item:hover {
        color: #3379c1 !important;
    }

.tutorialSettings .md-active {
    color: #3379c1 !important;
    overflow: hidden;
}

.tutorialSettings md-tabs-content-wrapper {
    left: 20%;
    top: 0;
}

.flipster__button {
    z-index: 9 !important;
}



.aviSearch {
    padding-left: 0;
    list-style: none;
    padding-top: 43px;
    height: 100vh;
    border-right: 1px solid #2f7ec9;
}

    .aviSearch li {
        list-style: none;
        overflow: hidden;
        height: 40px;
        width: 40px;
        margin-left: 25px;
        border-radius: 5px 0 0 5px;
        border: 1px solid #2f7ec9;
        background-color: #2f7ec9;
    }

        .aviSearch li:hover {
            background-color: #fff;
        }

    .aviSearch .aviIcon {
        width: 100%;
        height: 40px;
        background-position: 50% 50% !important;
    }

.aviAircarft md-input-container,
.aviCalculator md-input-container,
.aviEmptyLeg md-input-container {
    width: 100%;
}



.aviAircarft, .aviEmptyLeg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    vertical-align: initial;
    background-size: 100% !important;
    margin-top: 35px;
}



.masterHeadTwo .navbar-default .navbar-nav > li .active .main-txt {
    border-bottom: 2px solid #5E9CD1;
}

.sideMenu-nav li .active .main-txt {
    color: #5E9CD1;
    font-weight: bold;
}

.aviArrowDown {
    text-align: center;
    height: 40px;
    font-size: 24px;
    width: 100%;
    bottom: 230px;
    position: absolute;
    color: #333;
    line-height: 40px;
    left: 0;
    animation: aviArrowDown 1s infinite;
    -webkit-animation: aviArrowDown 1s infinite;
    border: none;
}

    .aviArrowDown a {
        padding: 20px;
        border-radius: 50%;
        color: #333;
        border: 1px solid #333;
    }

        .aviArrowDown a.odd {
            color: #fff;
            border: 1px solid #fff;
        }

@-webkit-keyframes aviArrowDown {
    from {
        line-height: 35px;
    }

    to {
        line-height: 45px;
    }
}

/* Standard syntax */
@keyframes aviArrowDown {
    from {
        line-height: 45px;
    }

    to {
        line-height: 35px;
    }
}

.aviImage {
    padding: 0;
    background-image: url(images/banner/charterBackground.jpg);
    min-height: 100vh;
    background-position: 0;
    background-size: 100% 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

    .aviImage h1 {
        font-size: 4.375em;
    }

        .aviImage h1 span {
            color: #fff;
        }

    .aviImage h3 {
        font-size: 30px;
    }

    .aviImage .bx-wrapper {
        position: absolute;
        background-color: #fff;
        right: 0;
        bottom: 120px;
        width: 650px;
        height: 150px;
    }

    .aviImage .bx-viewport {
        height: 150px !important;
    }

    .aviImage .aviBanner {
        padding: 0;
    }

        .aviImage .aviBanner .row {
            margin: 0;
        }

        .aviImage .aviBanner .fa {
            width: 60px;
            height: 60px;
            text-align: center;
            line-height: 60px;
            background: #5e9cd1;
            color: #fff;
            font-size: 25px;
        }

        .aviImage .aviBanner li {
            width: 100% !important;
        }

        .aviImage .aviBanner p {
            display: inline-block;
        }

        .aviImage .aviBanner .secondRow {
            margin-left: 65px;
        }

    .aviImage .aviImageCaption small {
        font-size: 18px;
    }

    .aviImage .aviImageCaption span {
        font-size: 24px;
    }

    .aviImage .bx-wrapper .bx-prev {
        left: 15px;
        top: 56%;
    }

    .aviImage .bx-wrapper .bx-next {
        left: 15px;
        top: 83%;
    }


.flipster {
    height: 300px !important;
    margin: 20px 0;
}

    .flipster > h1 {
        text-align: center;
        margin-bottom: 30px;
    }
















.myItem {
    border: 1px solid #fff;
    background-color: #f4f4f4;
    margin-bottom: 30px;
    padding: 10px;
    width: 500px;
    cursor: pointer;
    height: 200px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .myItem:hover {
        background-color: #67a1d4;
        border: 1px solid #67a1d4;
        color: #fff;
    }

.flipster__item--current {
    border: 1px solid #67a1d4;
}

.myItem .pic {
    float: left;
    width: 180px;
    height: 180px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    text-align: center;
}

    .myItem .pic img {
        height: 100%;
        display: inline;
    }

.myItem .right {
    float: left;
    margin: 5px;
    max-width: 170px;
}

.myItem h3 {
    color: #333;
    font-size: .8em;
    line-height: 1.5em;
    font-weight: bold;
    padding: 0;
    margin: 0;
    width: 100%;
}

.myItem p {
    color: #aaa;
    font-size: .75em;
    line-height: 1em;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
}

.myItem .flag {
    margin-top: 20px;
}

    .myItem .flag img {
        float: left;
        width: 23px !important;
        margin-right: 5px;
    }

    .myItem .flag p {
        float: left;
        color: #333;
        width: 50%;
    }

.rightSideContent .sidebarPadding {
    padding: 0;
    padding-top: 120px;
    float: none;
}


.masterHeadThree {
    background-color: #e5eaec;
    height: 80px;
    position: relative;
    width: 100%;
    left: 0;
    padding-top: 0 !important;
}

    .masterHeadThree header {
        background-color: transparent;
    }

    .masterHeadThree .menu-section {
        background: none;
    }

    .masterHeadThree .aviLogo {
        float: left;
        line-height: 40px;
    }

        .masterHeadThree .aviLogo img {
            max-width: 100%;
            height: 70px;
        }



    .masterHeadThree .menu-section nav {
        max-height: 80px;
    }

    .masterHeadThree .navbar-nav > li {
        max-height: 100%;
        border-left: 1px solid #e5edf0;
        border-right: 1px solid #e5edf0;
        line-height: 60px;
        cursor: pointer;
        width: 125px;
        text-align: center;
    }

    .masterHeadThree .navbar-default .navbar-nav > li > a {
        color: #3379c1 !important;
        line-height: 60px;
    }

    .masterHeadThree .navbar-nav > li:hover, .masterHeadThree .navbar-nav > li.active {
        border-left: 0;
        border-right: 0;
        border-top: 5px solid #2c51a1;
        line-height: 55px;
        background-color: #e0e9f0;
    }

        .masterHeadThree .navbar-nav > li:hover > a, .masterHeadThree .navbar-nav > li.active > a, .masterHeadThree .navbar-nav > li.active {
            line-height: 55px;
            background-color: #e0e9f0 !important;
        }


.leftSideBarThree {
    position: fixed;
    z-index: 52;
    width: 230px;
    background: #010a31;
    max-width: 230px;
    min-width: 35px;
    height: 100%;
    top: 0;
    overflow: auto;
}


.isOnRight .rightSideContentThree {
    padding-right: 200px;
    width: 100%;
    padding-left: 0;
}

.rightSideContentThree .social-media-section {
    display: none;
}

.rightSideContentThree .aviAircarft label, .rightSideContentThree .aviEmptyLeg label {
    display: block;
}

.rightFooterThree {
    padding-left: 220px;
}

.isOnRight .leftSideBarThree {
    right: 0;
}

    .isOnRight .leftSideBarThree .toogleSideBar {
        right: 0;
        text-align: left;
    }

.isOnRight .rightSideContent {
    padding-left: 0;
    padding-right: 180px;
}

.isOnRight .leftSideBarThree .toogleSideBar span, .isOnRight .leftSideBarThree .toogleSideBar a {
    text-align: left !important;
    padding-left: 6px;
}

.leftSideBarThree .main-txt {
    color: #fff;
    cursor: pointer;
    font-family: 'AvenirLTStd-Book';
}

.toogleSideBar {
    background: #010a31;
    position: fixed;
    z-index: 1;
    top: 0px;
    text-align: right;
}

    .toogleSideBar a {
        width: 100%;
        display: block;
        padding: 0;
        cursor: pointer;
    }

.isClosed .toogleSideBar > a span {
    text-align: center !important;
}

.isClosed .toogleSideBar {
    width: 35px;
}

.isClosed {
    width: 35px;
    overflow-x: hidden;
    max-width: 35px;
}

    .isClosed span {
        display: none;
    }

    .isClosed .sideMenu-nav li > a {
        padding: 0 !important;
    }

    .isClosed.hasScroll {
        width: 55px;
        max-width: 55px;
    }

    .isClosed .aviNew {
        right: -19px !important;
        font-size: 11px !important;
        top: 0;
        margin: 0 !important;
        padding: 2px !important;
        line-height: 11px !important;
    }

.isLeftClosed {
    padding-left: 35px;
}

.active.aviIcon {
    background-color: #2c51a1;
}

.settings {
    line-height: 80px !important;
    font-size: 20px !important;
}

.up-right {
    margin-right: 40px;
}

    .up-right ul {
        border-right: 0;
        height: 100%;
        padding-top: 0;
        margin-top: -10px;
    }

        .up-right ul li {
            display: inline-block;
            border-radius: 5px 5px 0 0;
            float: right;
            margin-left: 0;
            margin-right: 25px;
            margin-top: -39px;
        }

.isOnRight .leftSideBarTwo {
    right: 0;
    box-shadow: rgb(94, 156, 209) -4px 0px 5px -2px;
}

.isOnRight .rightSideContentTwo {
    padding-right: 200px;
    padding-left: 0px;
}

.isOnRight .isLeftClosed {
    padding-right: 35px;
    padding-left: 0;
}

.isClosed sup {
    display: none;
}

.FleetSchedular .row, .FleetSchedular .left-col {
    background-color: #efefef !important;
}

.oneWayResults h1 {
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #24a5f9;
}

.oneWayResults .item {
    border-left: 8px solid #24a5f9;
    box-shadow: 1px 1px 5px #888888;
    margin: 7.5px 0;
    text-align: center;
    line-height: 40px;
}

.oneWayResults .icon {
    text-align: center;
}

.oneWayResults img {
    max-width: 40px;
}

.oneWayResults .item .md-button {
    background-color: #24a5f9;
    color: #fff;
    height: 30px;
    width: 60px;
    border-radius: 0;
}

.homeSlider .bx-wrapper .bx-caption {
    position: absolute;
    top: 85px;
    left: 15%;
    text-align: center;
    width: 400px;
    background: none;
}

.homeSlider .bx-wrapper h1 {
    color: #444;
    font-size: 30px;
}




.isOnRight .avi-footer.isLeftOpen {
    padding-left: 0;
    padding-right: 220px;
}

.isLeftOpen {
    padding-left: 230px;
}

.avi-footer.isLeftOpen {
    padding-left: 220px;
}

.isOnRight .avi-footer .isLeftOpen {
    padding-left: 0;
    padding-right: 220px;
}

.avi-footer .isLeftOpen {
    padding-left: 220px;
}

.aviCalculator .row {
    border-bottom: 1px solid #ccc;
    background: url(images/bg-gradient-tab.gif) repeat-x scroll 0 100% #efefef;
}

.aviCalculator .left-col {
    height: 40px;
    color: #000;
    padding: 10px;
    font-weight: bold;
    background-color: #efefef;
}

.aviCalculator .right-col {
    background-color: #fff;
    min-height: 40px;
    padding: 3px 15px;
}

.sideMenu-nav .menu_notification {
    font-family: Arial;
    position: absolute;
    margin: 14px 5px;
    z-index: 5;
    display: inline-block;
    background-color: #f00;
    color: white;
    font-size: 9px;
    font-weight: normal;
    padding: 1px 3px;
    border: 0;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    top: 0;
    right: 0;
    margin-top: 0px;
    margin-right: 0px;
    min-width: 15px;
}



.leftSideBarThree .sideMenuDrop .main-txt {
    color: #010a31 !important;
}

    .leftSideBarThree .sideMenuDrop .main-txt:hover {
        color: #010a31;
    }

.sideMenuDrop {
    padding: 0px;
    list-style: none;
    background-color: #fff;
    border-right: 1px solid #010a31;
}

    .sideMenuDrop li {
        padding: 0px 0px 0px 15px;
        background-position: 20px 4px !important;
    }

.isClosed .sideMenuDrop li {
    padding: 0px 0px 0px 0px;
    background-position: 4px 4px !important;
}

.sideMenuDrop .active {
    background-color: #e0e9f0 !important;
}

.sideMenuDrop .sideMenu-nav li > a:hover .main-txt {
    color: #010a31 !important;
}

.footer-icon {
    background-color: #2c51a1;
}

.footer-bg h3 span {
    border-bottom: 2px solid #2c51a1;
}

md-radio-button {
    outline: none !important;
}

.homeTutorial {
    display: block;
    background: #2850a2;
    font-size: 14px;
    padding: 10px 5px;
    width: 135px;
    margin: 19px auto;
    color: #f0f4f7;
    text-decoration: none !important;
}

    .homeTutorial:hover {
        background: #f0f4f7;
        color: #2850a2;
        border: 1px solid #2850a2;
    }



.homeSlider {
    background-image: url('images/banner/Banner3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 390px;
    width: 100%;
}





.wrap-button {
    overflow-wrap: break-word;
    display: block;
    white-space: normal;
}

.FAQ {
    padding: 0;
    list-style: none;
    margin-top: 20px
}

    .FAQ h3 {
        font-weight: normal !important;
        font-size: 15px;
    }

    .FAQ p {
        padding-left: 20px;
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 10px;
        margin-left: 25px;
    }

    .FAQ li i {
        font-size: 11px;
        background-color: #2850a2;
        color: #fff;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 21px;
        border-radius: 3px;
        float: left;
        margin-right: 10px;
    }

    .FAQ li span {
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
        margin: 0;
        padding: 0;
    }

    .FAQ li {
        padding: 0px 0px 8px;
        margin: 0px 0 8px;
        cursor: pointer;
        position: relative;
        border-bottom: 1px solid #ccc;
    }

    .FAQ [aria-expanded="true"] i:before {
        content: "\f068";
    }

.ChangeLogItem {
    border-bottom: 1px solid #2d51a1;
    padding-bottom: 25px;
    margin-bottom: 10px;
}

.aviIframe {
    height: 670px;
}

.unreadRequest {
    font-weight: bold;
}

.heliLocationType {
    float: left;
    padding: 15px 0px;
    margin-right: 5px
}

.heliAirportSelect {
    float: left;
    text-align: center;
    width: 17%;
    margin: 10px 0;
    margin-right: 8px;
    max-height: 30px;
    overflow: hidden;
}

    .heliAirportSelect .airportInput {
        height: 30px;
    }

    .heliAirportSelect .heliCoordinates {
        width: 45%;
        display: inline-block;
    }

.isLeftClosed .heliAirportSelect {
    width: 22%;
}

.heliDateTime {
    float: left;
    padding: 10px 0;
}

.heliOptions {
    float: left;
    padding: 15px 0;
    width: 120px;
}

.heliPax {
    float: left;
    padding: 10px 0;
    width: 90px;
    text-align: center;
}

.heliBtn {
    float: right;
    padding: 10px 0;
}



/**************************/
/****** Tabs Section ******/
/**************************/
ul.tabs {
    margin: 0;
    list-style-type: none;
    line-height: 35px;
    max-height: 35px;
    overflow: hidden;
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 1px;
}

    ul.tabs > li {
        float: left;
        background: #efeff0 !important;
        width: 200px;
        text-align: center;
    }

        ul.tabs > li > a {
            display: inline-block;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            text-decoration: none;
            color: #222;
            line-height: 14px;
        }





.tabLayout {
    margin-top: 1px;
}

    .tabLayout md-tabs-canvas {
        height: 40px;
        border-bottom: 1px solid #ccc;
    }

    .tabLayout.oneRequest md-tabs-canvas {
        display: none;
    }

    .tabLayout md-tabs-canvas.md-paginated {
        margin: 0 175px 0 32px !important;
    }

    .tabLayout md-tabs-wrapper md-next-button {
        right: 140px;
    }

    .tabLayout md-tab-item {
        padding: 3px 0;
        background: none;
    }

    .tabLayout .tab-box {
        float: left;
        background: #d5d5d5 !important;
        position: relative !important;
        border-radius: 20px 20px 0 0;
        width: 200px;
        text-align: center;
    }

    .tabLayout md-tabs[md-border-bottom] md-tabs-wrapper {
        border-width: 0 !important;
    }

    .tabLayout md-tab-item.md-active .tab-box {
        background: #e6f3f8 !important;
    }

    .tabLayout md-tab-item.md-active h3 {
        color: #000;
    }

    .tabLayout h3 {
        font-size: 11px;
        color: #727272;
        margin: 5px 0;
        line-height: 28px;
    }

/**************************/
/**** End Tabs Section ****/
/**************************/

.SearchSelectInput {
    padding: 0 15px 0 30px;
}

.isLeftClosed .SearchSelectInput {
    padding: 0 15px 0 20px;
}

.layout-design:hover .layoutDropDown {
    display: block !important;
}

.layoutDropDown {
    position: absolute;
    padding: 0;
    display: none;
    list-style: none;
    width: 160px;
    top: 30px;
    z-index: 1;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .layoutDropDown li {
        padding: 5px;
        border-bottom: 1px solid #ccc;
    }

        .layoutDropDown li:hover {
            background-color: #2d51a1;
        }

        .layoutDropDown li a {
            color: #000 !important;
            width: 100%;
            display: block;
        }

        .layoutDropDown li:hover a {
            color: #fff !important;
        }

.subTitleArrow {
    width: 200px;
    display: inline-block;
}

.cardLayout {
}

    .cardLayout md-tabs-canvas, .cardLayout md-pagination-wrapper {
        height: 150px !important;
    }

    .cardLayout .card-box {
        padding: 10px 10px 2px 10px;
        text-align: left;
        line-height: 20px;
        color: #000;
        width: 200px;
        margin-bottom: 27px;
        border-radius: 5px;
    }

    .cardLayout md-tabs-wrapper .md-active .card-box {
        border: 1px solid #f00;
    }

    .cardLayout md-tabs .md-tab.md-active {
        border-color: #2e51a1;
        color: #2e51a1 !important;
    }

    .cardLayout md-tab-item {
        border: 1px solid #e6e6e6;
        padding: 5px;
        overflow: hidden;
        margin-right: 10px;
        margin-top: 5px;
        border-radius: 5px;
    }

    .cardLayout .card-box h3 {
        margin: 0 !important;
        text-overflow: ellipsis;
        width: 180px;
        overflow: hidden;
        font-size: 16px;
    }

    .cardLayout .card-box p {
        margin: 0 !important;
    }

    .cardLayout md-tabs[md-border-bottom] md-tabs-wrapper {
        border-width: 0 !important;
    }

    .cardLayout .card-box .status {
        background: #fff;
        position: absolute;
        width: 100%;
        height: 27px;
        left: 0;
        color: #555;
        text-align: center;
        line-height: 27px;
        bottom: 0;
        display: block;
        z-index: 0;
    }

        .cardLayout .card-box .status.aviGreen {
            color: #fff;
        }

    .cardLayout md-tabs-canvas.md-paginated {
        margin: 0 175px 0 32px !important;
    }

    .cardLayout md-tabs-wrapper md-next-button {
        right: 140px;
    }

#SignupForm input[type="text"], #SignupForm input[type="email"], #SignupForm input[type="phone"], #SignupForm textarea, #SignupForm select {
    width: 380px;
}

#SignupForm .chosen-search > input {
    width: 370px;
}

#SignupForm [type="checkbox"] {
    position: relative;
    top: 1px;
    right: 5px;
}



.signup {
    min-height: 44vh
}

.signUpCounters h2 {
    color: #25b54a;
    line-height: 100px;
    font-weight: 300;
    margin: 0;
}

.signUpCounters p {
    width: 100px;
    height: 100px;
    display: inline-flex;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    font-size: 20px;
    margin: 0;
    margin-right: 80px;
    flex-wrap: wrap;
}

    .signUpCounters p:nth-child(1) {
        border: 1px solid #d7835c;
    }

    .signUpCounters p:nth-child(2) {
        border: 1px solid #6898f3;
    }

    .signUpCounters p:nth-child(3) {
        border: 1px solid #55c065;
    }

.signUpCounters span {
    width: 100px;
    display: block;
    margin-top: 12px;
    text-align: center;
}

.signUpCounters small {
    font-size: 11px;
    display: block;
    width: 100px;
    margin-top: -50px;
}

.signUpTypes {
    margin-top: 25px;
}

    .signUpTypes .item {
        width: 170px;
        margin-right: 25px;
        height: 65px;
        float: left;
        padding: 0 11px;
        text-align: center;
        background: #e1e1e1;
        line-height: 65px;
        border-radius: 15px;
        outline: none;
    }

        .signUpTypes .item:nth-child(2) span {
            line-height: 18px;
            margin-top: 18px;
            display: inline-block;
        }

        .signUpTypes .item.active {
            background-color: #4682f1;
            color: #fff;
        }
.signUpFlyPrivaLabel {
    width: 950px;
    margin-top:35px;
}
.signUpFlyPriva {
    background: #f6f6f6;
    margin: 0;
    padding: 20px 0;
    border-radius: 10px;
    width: 950px;
}

    .signUpFlyPriva img {
        width: 220px;
    }
     
    .signUpFlyPriva span {
        position: absolute;
        bottom: 12px;
        font-weight: bold;
        margin-left: 5px;
        width:180px;
    }

    .signUpFlyPriva .signUpFlyPrivaOptions {
        margin-left: 65px;
    }

.signUpInputs {
    margin-top: 35px;
}

.signUpBtn {
    background: #4682f1 !important;
    color: #fff;
    border-radius: 8px;
}

.helicopterSearchLeg {
    min-height: 62px;
}

.requestLeg {
    min-height: 22px !important;
    width: 345px;
    padding: 5px !important;
    float: left;
    overflow: hidden;
    max-height: 30px;
    margin-right: 10px;
}

.requestDateTime {
    width: 240px;
    padding: 5px;
    min-height: 22px;
    max-height: 30px;
    float: left;
    font-size: 12px;
    line-height: 20px;
}

.requestFlexibility {
    width: 85px;
    float: left;
    line-height: 30px;
    font-size: 12px;
}

.requestDistance {
    width: 100px;
    padding: 5px !important;
    float: left;
    min-height: 22px !important;
    max-height: 30px;
    font-size: 12px;
    line-height: 20px;
}

.requestPax {
    width: 50px;
    padding: 5px !important;
    float: left;
    min-height: 22px !important;
    max-height: 30px;
    font-size: 12px;
    line-height: 20px;
}

.requestStartEnd {
    width: 195px;
    padding: 5px !important;
    float: left;
    min-height: 22px !important;
    max-height: 30px;
}

.requestPrice {
    width: 240px;
    padding: 5px !important;
    float: left;
    min-height: 22px !important;
    max-height: 30px;
}

.CustomerRequest-OperatorName {
    width: 50px;
    float: left;
}

.CustomerRequest-Aircraft {
    width: 300px;
    float: left;
}

.ViewOperatorsQuotation {
    width: 150px;
    padding: 0;
    float: right;
    margin-top: 10px;
    outline: none !important;
}

.ViewOperatorsQuotation-icon {
    width: 30px;
    height: 30px;
    text-align: center;
    float: left;
    line-height: 30px;
}

    .ViewOperatorsQuotation-icon i {
        float: none !important;
        line-height: 20px !important;
    }

.ViewOperatorsQuotation-label {
    float: right;
    font-size: 14px;
    line-height: 14px;
    text-transform: none;
    width: 120px;
    font-weight: 300;
}

.exchangeMessagesOptions {
    width: 145px;
    padding: 5px;
    float: left;
}

.exchangeMessagesText {
    width: 53%;
    float: left;
    padding: 5px;
}

    .exchangeMessagesText textarea {
        width: 100%;
        resize: none;
        border-radius: 5px;
    }

.exchangeMessagesNote {
    width: 320px;
    float: left;
    padding: 5px;
}

    .exchangeMessagesNote textarea {
        width: 100%;
        resize: none;
        border-radius: 5px;
    }

.emptyLegSelect select {
    width: 75px;
    float: left;
    height: 30px;
    padding: 0;
}

.emptyLegType {
    padding: 5px;
    min-height: 40px;
    float: left;
    width: 420px;
}

.emptyLegAirportLeg {
    float: left;
    padding: 0px 5px;
}

    .emptyLegAirportLeg input.airport-select {
        width: 245px;
    }

.emptyLegDateTime {
    float: left;
    padding: 5px;
}

.emptyLegPax {
    float: left;
    padding: 5px 0;
}

.emptyLegMultiSelect {
    width: 335px;
    padding: 0 5px;
    float: left;
}

    .emptyLegMultiSelect .chosen-choices {
        padding-left: 25px;
        border: 1px solid red;
        border-left-width: 5px;
        background-repeat: no-repeat;
        background-size: 28px;
    }

    .emptyLegMultiSelect.region:before {
        content: "\f0ac";
        font-family: FontAwesome;
        position: absolute;
        z-index: 1;
        font-size: 21px;
        margin-left: 8px;
        color: #0c6cb8;
    }

    .emptyLegMultiSelect.country:before {
        content: "\f041";
        font-family: FontAwesome;
        position: absolute;
        z-index: 1;
        font-size: 21px;
        margin-left: 8px;
        color: #0c6cb8;
    }

.ValidationCountry.ng-valid + .chosen-container .chosen-choices {
    border-color: green !important;
}

.PreferredCompanies {
    padding: 10px;
}

.isArrival .airportSelect {
    background-image: url(images/Site-Icon-Arrival.png) !important;
}

.layoutDropDown .active:after {
    content: "\f00c";
    font-family: FontAwesome;
    float: right;
}

.SearchLayoutSettings img {
    width: 100%;
}

.Viewed .avi-btn-btn {
    background-color: #ccc !important;
}

.aviColorPending {
    color: black !important;
}

.tabLayout md-tab-item.md-active .aviColorPending {
    color: yellow !important;
}

youtube-fancybox .avi-btn-btn {
    background-color: red !important;
    color: #fff !important;
}

.CenterButton {
    line-height: 24px !important;
}

.SmallTextButton {
    width: 40px !important;
}

.AddClientPopUp .row {
    margin-bottom: 5px;
}

.AddClientPopUp .col-md-4 {
    line-height: 25px;
}

.AddClientPopUp input {
    max-height: 25px;
}

.AddClientPopUp .chosen-drop {
    max-height: 135px;
}

.AddClientPopUp .chosen-results {
    max-height: 95px;
}

.viewTutorial {
    text-decoration: underline;
    font-size: 9.5px;
    cursor: pointer;
}

.verifyAircraftWarningMsg:hover {
    cursor: pointer;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.ageSelect {
    width: 120px;
}

.ClientInput {
    width: calc(100% - 35px);
    float: left;
}

.gridWithHiddenColumn table {
    width: 100% !important;
    padding: 10px;
}

.gridWithHiddenColumn table {
    width: 100% !important;
}

.gwt-Image {
    margin-top: -4px;
}


/********************************/
/*** Start Main Title Classes ***/
/********************************/
.main-title {
    background-color: #2c51a1;
}

    .main-title .schedule-manager {
        text-align: right;
        color: #fff;
        line-height: 40px;
    }

        .main-title .schedule-manager ul {
            padding: 0;
            list-style-type: none;
            display: inline-block;
            margin-bottom: 0;
        }

            .main-title .schedule-manager ul li {
                display: inline-block;
            }

    .main-title h1 {
        color: #fff;
        margin: 5px 0;
    }

    .main-title .title-icon {
        height: 40px;
        width: 40px;
        line-height: 45px;
        float: left;
    }

    .main-title md-checkbox.md-default-theme:not([disabled]).md-primary .md-ink-ripple {
        color: #eff4f7;
    }

    .main-title md-checkbox:not([disabled]).md-primary.md-checked .md-ink-ripple {
        color: #2850a2;
    }

    .main-title md-checkbox.md-default-theme:not([disabled]).md-primary:not(.md-checked) .md-icon,
    .main-title md-checkbox:not([disabled]).md-primary:not(.md-checked) .md-icon {
        border-color: #fff !important;
    }
    .main-title md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-icon:after,
    .main-title md-checkbox:not([disabled]).md-primary.md-checked .md-icon:after {
        border-color: #2850a2 !important;
    }

    .main-title md-checkbox .md-label {
        color: #fff;
    }

    .main-title md-radio-group.md-default-theme:not([disabled]) .md-primary .md-on,
    .main-title md-radio-group:not([disabled]) .md-primary .md-on,
    .main-title md-radio-group.md-default-theme:not([disabled]).md-primary .md-on,
    .main-title md-radio-group:not([disabled]).md-primary .md-on,
    .main-title md-radio-button.md-default-theme:not([disabled]) .md-primary .md-on,
    .main-title md-radio-button:not([disabled]) .md-primary .md-on,
    .main-title md-radio-button.md-default-theme:not([disabled]).md-primary .md-on,
    .main-title md-radio-button:not([disabled]).md-primary .md-on,
    .main-title md-radio-group.md-default-theme:not([disabled]) .md-primary .md-on,
    .main-title md-radio-group:not([disabled]) .md-primary .md-on,
    .main-title md-radio-group.md-default-theme:not([disabled]).md-primary .md-on,
    .main-title md-radio-group:not([disabled]).md-primary .md-on,
    .main-title md-radio-button.md-default-theme:not([disabled]) .md-primary .md-on,
    .main-title md-radio-button:not([disabled]) .md-primary .md-on,
    .main-title md-radio-button.md-default-theme:not([disabled]).md-primary .md-on,
    .main-title md-radio-button:not([disabled]).md-primary .md-on,
    .main-title md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-ink-ripple,
    .main-title md-checkbox:not([disabled]).md-primary.md-checked .md-ink-ripple,
    .main-title md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-icon, .main-title md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
        background-color: #eff4f7 !important;
        outline: none !important;
        border-color: #fff !important;
    }

    .main-title md-radio-group.md-default-theme:not([disabled]) .md-primary .md-checked .md-off,
    .main-title md-radio-group:not([disabled]) .md-primary .md-checked .md-off,
    .main-title md-radio-group.md-default-theme:not([disabled]) .md-primary.md-checked .md-off,
    .main-title md-radio-group:not([disabled]) .md-primary.md-checked .md-off,
    .main-title md-radio-group.md-default-theme:not([disabled]).md-primary .md-checked .md-off,
    .main-title md-radio-group:not([disabled]).md-primary .md-checked .md-off,
    .main-title md-radio-group.md-default-theme:not([disabled]).md-primary.md-checked .md-off,
    .main-title md-radio-group:not([disabled]).md-primary.md-checked .md-off,
    .main-title md-radio-button.md-default-theme:not([disabled]) .md-primary .md-checked .md-off,
    .main-title md-radio-button:not([disabled]) .md-primary .md-checked .md-off,
    .main-title md-radio-button.md-default-theme:not([disabled]) .md-primary.md-checked .md-off,
    .main-title md-radio-button:not([disabled]) .md-primary.md-checked .md-off,
    .main-title md-radio-button.md-default-theme:not([disabled]).md-primary .md-checked .md-off,
    .main-title md-radio-button:not([disabled]).md-primary .md-checked .md-off,
    .main-title md-radio-button.md-default-theme:not([disabled]).md-primary.md-checked .md-off,
    .main-title md-radio-button:not([disabled]).md-primary.md-checked .md-off,
    .main-title md-radio-button.md-default-theme .md-off,
    .main-title md-radio-button .md-off {
        border-color: #fff !important;
    }

/********************************/
/**** End Main Title Classes ****/
/********************************/

/********************************/
/**** Override Kendo Classes ****/
/********************************/

.currencyDropDown,
.currencyDropDown .k-dropdown-wrap {
    background: none;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

    .currencyDropDown .k-select {
        display: none;
    }

.k-window-titlebar {
    background-color: #2f7ec9;
    color: #fff;
}

.aviAircarft .k-state-default .k-select,
.aviEmptyLeg .k-state-default .k-select {
    right: 0;
    border-color: transparent;
    background-color: #2f7ec9;
    color: #fff;
} 

.aviKendo .k-icon {
    width: 100%;
    height: 100%;
    max-width: 100%;
    vertical-align: initial;
}
.k-state-selected td {
    background-color: #5E9CD1 !important;
}

ul.tabs .k-state-active {
    background-color: #e6f3f8 !important;
    background-image: none;
    border-color: #e6f3f8 !important;
}

    ul.tabs .k-state-active a {
        color: #000 !important;
    }

.k-tabstrip-items .k-state-default {
    border-color: #d5d5d5 !important;
    border-radius: 20px 20px 0 0;
    margin-right: 1px;
}
.k-block,
.k-widget,
.k-input,
.k-textbox,
.k-group,
.k-content,
.k-header,
.k-filter-row > th,
.k-editable-area,
.k-separator,
.k-colorpicker .k-i-arrow-s,
.k-textbox > input,
.k-autocomplete,
.k-dropdown-wrap,
.k-toolbar,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-state-default,
.k-state-default .k-select,
.k-state-disabled,
.k-grid-header,
.k-grid-header-wrap,
.k-grid-header-locked,
.k-grid-footer-locked,
.k-grid-content-locked,
.k-grid td,
.k-grid td.k-state-selected,
.k-grid-footer-wrap,
.k-pager-wrap,
.k-pager-wrap .k-link,
.k-pager-refresh,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-panelbar > .k-item > .k-link,
.k-panel > .k-item > .k-link,
.k-panelbar .k-panel,
.k-panelbar .k-content,
.k-treemap-tile,
.k-calendar th,
.k-slider-track,
.k-splitbar,
.k-dropzone-active,
.k-tiles,
.k-toolbar,
.k-tooltip,
.k-button-group .k-tool,
.k-upload-files {
    border-color: #ccc;
}

    .k-tabstrip-items .k-state-default .k-link {
        color: #727272;
    }
.k-pager-wrap, .k-grid-header {
    background: url("images/bg-gradient-tab.gif") repeat-x scroll 0 100% #efefef;
    color: #000;
}

#SignupForm * .k-widget.k-tooltip-validation {
    display: none !important;
}

#AircraftDataEntryForm .k-widget.k-tooltip.k-tooltip-validation.k-invalid-msg {
    display: none !important;
}

.filterGrid .k-grid-header th.k-header {
    vertical-align: bottom;
    border-bottom: 0;
    background: #e6f3f8;
}

.k-grid-header th.k-header, .k-pager-wrap, .k-grid-header, .k-grid-header th{
    background: none;
    background-color: #e6f3f8!important;
}

.k-tabstrip .k-content.k-state-active {
    margin-top: -5px;
}
.removeFilterIcon .k-grid-filter{
    display:none;
}
/********************************/
/** End Override Kendo Classes **/
/********************************/
.requestStatisticsItem.pending {
    border: 3px solid #f1ea45
}
.intl-tel-input{
    display:block!important;
}
.inside_main table {
    border-collapse: collapse !important;
}

.form-control {
    border-color: #9E9E9E;
}

.loginPopup_Form input.form-control {
    height: 34px !important;
}

input.form-control, select.form-control {
    height: 30px !important;
    border-color: #9E9E9E !important;
}
.k-picker-wrap .k-input {
    border-radius: 5px 0 0 5px;
}

.chosen-single {
    border-color: #9E9E9E !important;
    height: 30px !important;
}

.chosen-container-single .chosen-search input[type=text] {
    height: 30px !important;
}

.masterHeadThree {
    height: 80px !important;
    position: relative;
    width: 100%;
    left: 0;
    padding-top: 0 !important;
    background-color: #fff !important;
    border-bottom: 1px solid #333;
}

    .masterHeadThree .menu-section nav {
        max-height: 80px;
    }

    .masterHeadThree .right-main-nav {
        height: 80px;
        max-height: 80px;
    }

    .masterHeadThree .aviLogo img {
        max-width: 280px;
        height: 75px;
    }

.sideMenu-nav {
    background-color: #010a31;
}

.leftSideBarThree {
    background: #010a31;
    border-right: 1px solid #333;
}

.isLeftOpen {
    padding-right: 0;
}

.toogleSideBar {
    background: #010a31;
}

.homeInfo p {
    color: #fff;
}

.active.aviIcon {
    background-color: #2b50a1;
    font-weight: bold;
    color: #fff;
}

    .active.aviIcon span, .active.aviIcon:hover span {
        color: #fff;
    }

.masterHeadThree .right-main-nav li > a {
    color: #2b50a1;
}

.leftSideBarThree .main-txt {
    color: #fff;
}

.sideMenu-nav li:hover > a .main-txt {
    color: #fff;
}

.inside_main {
    background-color: #fff;
    min-height: calc(100vh - 120px);
    margin-bottom: 80px;
}

footer {
    background-color: #010a31;
    border-top: 1px solid #333;
}

.social-links li a {
    color: #fff;
}

.allrights {
    color: #fff;
}

.homeInfo .item .btnreadmore {
    background-color: #fff;
    color: #2b50a1;
}

.homeInfo .item:hover .btnreadmore {
    color: #2b50a1;
}

.homeInfo .item h1 {
    color: #fff;
}

.homeInfo .item:hover .hover {
    background-color: #010a31;
}

.aviCounter li img {
    border-color: #2b50a1;
}

.aviCounter {
    background-image: url('images/HomePage/mapCounter-blue.jpg');
}

.arrowDown {
    background-image: url(icons/arrowDown.png);
}

.arrowUp {
    background-image: url(icons/arrowUp.png);
}

.arrowDown:hover {
    background-image: url(icons/hover/arrowDown-blue.png);
}

.arrowUp:hover {
    background-image: url(icons/hover/arrowUp-blue.png);
}

.masterHeadThree .aviLogo {
    text-align: left;
}

.contactus > h2 {
    border-bottom: 2px solid #2b50a1;
    padding-bottom: 8px;
}

/* NB Why change default a color ?? */
/*a, a:active, a:hover, a:focus {
	color: #010a31;
}*/

.c-theme-btn.btn {
    background: #2b50a1;
    border-color: #2b50a1;
}

    .c-theme-btn.btn:hover {
        background: #fff;
        color: #2b50a1;
    }

.loginPopup_Form .btn-login {
    background: #2b50a1;
    border-color: #2b50a1;
    padding: 7.5px 15px;
    font-size: 12px;
}

.mainTitle {
    color: #010a31;
    border-bottom: 0;
}

.aviSearch li {
    border: 1px solid #2b50a1;
    background-color: #2b50a1;
}

.aviAircarft .k-state-default .k-select, .aviEmptyLeg .k-state-default .k-select {
    background-color: #2b50a1;
    border-radius: 0;
}

md-radio-group.md-default-theme:not([disabled]) .md-primary .md-checked .md-off, md-radio-group:not([disabled]) .md-primary .md-checked .md-off, md-radio-group.md-default-theme:not([disabled]) .md-primary.md-checked .md-off, md-radio-group:not([disabled]) .md-primary.md-checked .md-off, md-radio-group.md-default-theme:not([disabled]).md-primary .md-checked .md-off, md-radio-group:not([disabled]).md-primary .md-checked .md-off, md-radio-group.md-default-theme:not([disabled]).md-primary.md-checked .md-off, md-radio-group:not([disabled]).md-primary.md-checked .md-off, md-radio-button.md-default-theme:not([disabled]) .md-primary .md-checked .md-off, md-radio-button:not([disabled]) .md-primary .md-checked .md-off, md-radio-button.md-default-theme:not([disabled]) .md-primary.md-checked .md-off, md-radio-button:not([disabled]) .md-primary.md-checked .md-off, md-radio-button.md-default-theme:not([disabled]).md-primary .md-checked .md-off, md-radio-button:not([disabled]).md-primary .md-checked .md-off, md-radio-button.md-default-theme:not([disabled]).md-primary.md-checked .md-off, md-radio-button:not([disabled]).md-primary.md-checked .md-off {
    border-color: #2b50a1 !important;
}

md-radio-group.md-default-theme:not([disabled]) .md-primary .md-on, md-radio-group:not([disabled]) .md-primary .md-on, md-radio-group.md-default-theme:not([disabled]).md-primary .md-on, md-radio-group:not([disabled]).md-primary .md-on, md-radio-button.md-default-theme:not([disabled]) .md-primary .md-on, md-radio-button:not([disabled]) .md-primary .md-on, md-radio-button.md-default-theme:not([disabled]).md-primary .md-on, md-radio-button:not([disabled]).md-primary .md-on, md-radio-group.md-default-theme:not([disabled]) .md-primary .md-on, md-radio-group:not([disabled]) .md-primary .md-on, md-radio-group.md-default-theme:not([disabled]).md-primary .md-on, md-radio-group:not([disabled]).md-primary .md-on, md-radio-button.md-default-theme:not([disabled]) .md-primary .md-on, md-radio-button:not([disabled]) .md-primary .md-on, md-radio-button.md-default-theme:not([disabled]).md-primary .md-on, md-radio-button:not([disabled]).md-primary .md-on, md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-ink-ripple, md-checkbox:not([disabled]).md-primary.md-checked .md-ink-ripple, md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-icon, md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
    background-color: #2b50a1 !important;
}
/*md-radio-button.md-default-theme .md-off, md-radio-button .md-off {
    border-color: #fff!important;
}*/
.rightSideContentThree .aviAircarft input, .rightSideContentThree .aviEmptyLeg input, .rightSideContentThree .aviAircarft select, .rightSideContentThree .aviEmptyLeg select {
    color: #000;
    padding: 0 5px !important;
    height: 30px;
    border: 1px solid #9E9E9E;
    font-size: 14px;
    background: none;
    max-width: 100%;
}

.rightSideContentThree .aviEmptyLeg textarea, .rightSideContentThree .aviAircarft textarea {
    color: #000;
    padding: 0 5px !important;
    border: 1px solid #9E9E9E;
    font-size: 14px;
    max-width: 100%;
}

.aviEmptyLeg .k-autocomplete.k-state-default, .aviEmptyLeg .k-picker-wrap.k-state-default, .aviEmptyLeg .k-numeric-wrap.k-state-default, .aviEmptyLeg .k-dropdown-wrap.k-state-default, .aviEmptyLeg .k-header, .aviAircarft .k-autocomplete.k-state-default, .aviAircarft .k-picker-wrap.k-state-default, .aviAircarft .k-numeric-wrap.k-state-default, .aviAircarft .k-dropdown-wrap.k-state-default, .aviAircarft .k-header {
	height: 30px;
    background:none!important;
    border-color:transparent!important;
}

.selectedBrokersOptions h3 {
    border-bottom: 0;
    padding: 10px;
    color: #2b50a1;
    font-weight: bold;
}

.stepBar .active {
    background-color: #2b50a1;
}

    .stepBar .active:after {
        border-left: 15px solid #2b50a1;
    }

.myItem {
    border: 1px solid #2b50a1;
    width: 300px;
    height: 110px;
    margin-left: -155px;
    margin-top: -55px;
}

    .myItem:hover {
        background-color: #2b50a1;
    }

    .myItem .pic {
        float: left;
        width: 90px;
        height: 90px;
    }

.myItemList {
    height: 70px;
    padding: 4px 4px;
    margin-bottom: 10px;
    border: 1px solid #2b50a1;
}

    .myItemList:hover {
        background-color: #2b50a1;
    }

    .myItemList .pic {
        float: left;
        width: 60px;
        height: 60px;
        border: 1px solid #fff;
        text-align: center;
        margin-right: 5px;
        background-color: #fff;
    }

        .myItemList .pic img {
            max-height: 100%;
            width: auto;
            max-width: 100%;
        }

.SelectedBrokers h2 {
    font-size: 17px;
    margin-top: 0;
    color: #2b50a1;
}

.SelectedBrokers h4 {
    font-size: 14px;
    margin-top: 0;
    color: #2b50a1;
}

.SelectedBrokers .myItem:hover h2, .SelectedBrokers .myItem:hover h4 {
    color: #fff;
}

.cardSelected {
    background-color: #2b50a1;
    color: #fff;
}

    .cardSelected h2, .cardSelected h4 {
        color: #fff;
    }

.sideMenu-nav ul {
    padding: 0px 0px 0px 35px;
    list-style: none;
    background-color: #2f5fca;
}

    .sideMenu-nav ul li a {
        padding-left: 28px;
    }

    .sideMenu-nav ul li .main-txt {
        margin-left: 10px;
    }

.main-title, .k-state-selected, .sub-title, div.cms-title {
    background-color: #2b50a1;
}

.UserManager .right-col {
    color: #191512;
}

.masterHeadThree .right-main-nav .userProfile {
    border: 1px solid #2b50a1;
}

.masterHeadThree .right-main-nav li.right > a {
    background-color: #2b50a1;
}


.bx-wrapper .bx-prev {
    background: url(images/controls-blue.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    background: url(images/controls-blue.png) no-repeat -43px -32px;
}

tr {
    background-color: #fff;
    color: #191512;
}

.airportDir input.airport-select.no-Airport-Selected, .airportDir input.airport-select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.airportDir .airport-select {
    display: none;
}

md-tabs-canvas {
    height: 50px;
    background-color: transparent;
}

md-pagination-wrapper {
    height: 50px;
    width: 90% !important;
    margin-left: 180px;
}

.md-tab {
    color: #191512 !important;
    background-color: #efefef;
    margin: 0 5px;
    height: 51px;
    font-size: 12px;
    width: 220px;
    padding: 5px 15px;
    line-height: 20px;
    border-radius: 25px 25px 0 0;
    margin-left: -30px;
    border: 1px solid #2b50a1;
}

md-tabs .md-tab:nth-child(1) {
    margin-right: 5px;
    margin-left: 0px;
}

md-tabs .md-tab.md-active {
    background-color: #2b50a1;
    color: #fff !important;
    border-bottom: 1px solid #2b50a1;
}

.viewcomparison {
    position: absolute;
    z-index: 5;
    right: 10px;
    top: 0px;
    color: #fff;
}

    .viewcomparison:hover {
        color: #2b50a1 !important;
    }

.bee3D--parent {
    height: 170px;
    width: 100%;
}

.bee3D--slide__active {
    z-index: 60 !important;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
    background-color: #2b50a1;
}

.homeInfo .item {
    background-color: #2c51a1;
}

.rightSideContentThree .aviAircarft label, .rightSideContentThree .aviEmptyLeg label {
    color: #2b50a1;
    font-weight: 500;
}

.EmptyLegVideo {
    width: 100%;
    height: 500px;
    background-image: url('vip/images/flyprivasolgan.jpg');
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100%;
}

    .EmptyLegVideo:hover {
        background-image: url('vip/images/flyprivasolganhover.jpg');
        background-repeat: no-repeat;
    }

.AircraftVideo {
    width: 100%;
    height: 500px;
    background-image: url(vip/images/flyprivasolgan1.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100%;
}

    .AircraftVideo:hover {
        background-image: url('vip/images/flyprivasolganhover1.jpg');
        background-repeat: no-repeat;
    }

.options {
    padding: 15px 10px;
    margin-top: 15px;
    display: inline-block;
}

.brokerGroup {
    min-height: 80px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 390px;
    width: 100%;
}

.brokerGroupHeader {
    width: 100%;
    height: 70px;
}

.brokerBoxed {
    max-height: 555px;
    overflow: hidden;
    padding: 0 15px;
}

.brokerClose {
    position: absolute;
    top: -8px;
    right: 3px;
    font-size: 20px;
}

.aviGold {
    background-color: #2b50a1 !important;
}

.oneWayResults h1, .oneWayResults .item {
    border-color: #2b50a1;
}

    .oneWayResults .item .md-button {
        background-color: #2b50a1;
    }

.priAbout h1 {
    font-size: 16px;
    padding-bottom: 8px;
}

.priAbout p, .priAbout li {
    font-size: 12px;
}

.priAbout ul {
    list-style-type: none;
    padding-left: 15px;
}

.priSignup {
    float: left;
    margin-left: 10px;
    color: #fff;
}

.intl-tel-input {
    display: block !important;
}

.signup h3 {
    font-size: 16px;
}

.signup .options {
    text-align: center;
    display: block;
    margin: 85px 25px;
}

.signup .btn {
    color: #fff;
    text-decoration: none;
    text-align: right;
    float: right;
    border-radius: 0;
    background-color: #2b50a1;
    cursor: pointer;
    height: 30px;
    line-height: 10px;
    margin-left: 5px;
    text-transform: uppercase;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 12px;
}

.darkBlue {
    color: #010a31;
}

.RedBorder input.ng-invalid, .RedBorder select.ng-invalid {
    border: 1px solid red !important;
}

.signupControl {
    padding-left: 0;
    margin-top: 15px;
    line-height: 42px;
}

.main-title h3 {
    font-size: 14px;
}

.gridLayout .left-col {
    font-size: 12px;
    min-height: 22px;
    line-height: 3px;
    padding: 10px 15px;
}

.gridLayout .right-col {
    font-size: 12px;
    line-height: 14px;
    min-height: 22px !important;
    padding: 7px 15px !important;
}

.exchangeMessages {
    background-color: #010a31;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 20px;
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
}

.stepBar {
    padding: 10px 0px;
}

.brokerBorder {
    padding: 10px;
    border: 1px solid #2b50a1;
}

button.btnEmptyLeg.aviGold.md-button[disabled] {
    background-color: grey !important;
}

.stepBar div {
    width: 23% !important;
}

@media(min-width:1200px) and (max-width:1600px) {
    h2 {
        font-size: 16px;
    }

    .stepBar div {
        width: 155px;
    }
}

@media(max-width:575px) {
    .masterHeadThree .aviLogo img {
        width: 100%;
    }

    .gridLayout .row {
        border: 1px solid #ccc;
        margin-bottom: 15px !important;
        border-bottom: 1px solid #ccc !important;
        margin-top: 5px !important;
    }

    .isClosed .toogleSideBar {
        position: fixed !important;
        height: 80px;
    }

    .toogleSideBar a {
        height: 80px !important;
    }

    .stepBar {
        padding: 9px 0 !important;
    }

        .stepBar div {
            width: 30% !important;
        }

    .bx-wrapper .bx-controls-direction a {
        z-index: 51 !important;
    }

    .homeInfo {
        width: 100% !important;
    }

    .aviCounter {
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
    }

    .signup .col-xs-12 {
        padding: 0;
        max-width: 100%;
    }

    .signup .md-label {
        max-height: 32px;
        line-height: 18px;
    }

    .signup .btn {
        width: 100% !important;
        text-align: center !important;
    }

    .socialSignIn div {
        max-width: 100% !important;
    }

    .aviEmptyLeg .btnEmptyLeg, .aviAircarft .btnEmptyLeg {
        width: 100% !important;
        text-align: center !important;
    }

    h1 {
        font-size: 17px !important;
    }

    md-tabs-canvas {
        height: 155px;
        margin-top: 20px;
    }

    md-pagination-wrapper {
        margin-left: 0;
        width: 100% !important;
    }

    .md-tab {
        max-width: 100% !important;
        width: 100%;
        margin-left: 0 !important;
        border-radius: 0;
    }

    .exchangeMessages {
        position: relative;
    }

    .main-title {
        height: 100%;
        min-height: 40px;
    }

    .brokerBoxed {
        padding: 0;
    }

    .right-main-nav {
        padding: 0 15px !important;
    }

        .right-main-nav .main-txt span {
            font-size: 12px !important;
        }
}

.badges {
    position: absolute;
    right: 5px;
    bottom: 0px;
    height: 45px;
    width: 80px;
    background-image: url('icons/verified-broker-icon.png?v=3');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0;
}

    .badges ul {
        padding: 0 10px;
        list-style: none;
    }

        .badges ul li {
            margin-bottom: 2px;
        }

    .badges img {
        width: 80px;
    }

    .badges .single-badge {
        position: absolute;
        right: 0;
        top: 2px;
        padding-left: 2px;
        height: 100%;
    }

single-badge img {
    width: 20px;
    bottom: 18px;
    position: absolute;
    right: 6px;
}

.grecaptcha-badge {
    bottom: 120px !important;
    display: none;
}

.myItemList:hover h2, .myItemList:hover h4 {
    color: #fff;
}

.brokerBoxed h2 {
    font-size: 1em !important;
}

.brokerBoxed h4 {
    font-size: 0.8em !important;
}

@media(min-width:1602px) {
    .inside_main {
        margin: 35px auto 15px !important;
    }
}

.k-grid-header th.k-header, .k-pager-wrap, .k-grid-header, .k-grid-header th {
    background-color: #efefef !important;
    color: #000;
    border-bottom: 0px;
}

    .k-block, .k-widget, .k-input, .k-textbox, .k-group, .k-content, .k-header, .k-filter-row > th, .k-editable-area, .k-separator, .k-colorpicker .k-i-arrow-s, .k-textbox > input, .k-autocomplete, .k-dropdown-wrap, .k-toolbar, .k-group-footer td, .k-grid-footer, .k-footer-template td, .k-state-default, .k-state-default .k-select, .k-state-disabled, .k-grid-header, .k-grid-header-wrap, .k-grid-header-locked, .k-grid-footer-locked, .k-grid-content-locked, .k-grid td, .k-grid td.k-state-selected, .k-grid-footer-wrap, .k-pager-wrap, .k-pager-wrap .k-link, .k-pager-refresh, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-panelbar > .k-item > .k-link, .k-panel > .k-item > .k-link, .k-panelbar .k-panel, .k-panelbar .k-content, .k-treemap-tile, .k-calendar th, .k-slider-track, .k-splitbar, .k-dropzone-active, .k-tiles, .k-toolbar, .k-tooltip, .k-button-group .k-tool, .k-upload-files {
        border-color: #ccc !important;
    }

