﻿.search-container {
    /*max-width: 960px;*/
    max-width: 1170px;
    margin: 0 auto;
}

.accordion_head {
    background: #FFF;
    color: #222222;
    cursor: pointer;
    font-size: 14px;
    margin: 5px 0 0 0;
    padding: 15px;
    font-weight: bold;
}

.accordion_head:hover, .accordion_head.selected {
    color: #ff7f01;
}

.accordion_body {
    background: #FFF;
    padding: 0 15px 15px 15px;
    position: relative;
}

.multi_class_dom{
float: right;
top: 0;
text-align: center;
}

@media only screen and (max-width: 991px) {
.multi_class_dom{
float: none;
top: 50px;
text-align: center;
right: 0;

}
}

    .accordion_body p {
        padding: 0 0 5px 0;
        margin: 0px;
    }

.plusminus {
    float: right;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    background: #ff7f01;
    color: #FFF;
}

.search-found {
    background: #FFF;
    padding: 15px;
}

    .search-found h4 {
        margin: 0;
    }

    .search-found > h4 > i {
        color: #fdb714;
        margin-right: 10px;
    }

.text-bold {
    font-weight: bold;
}

.hide-item {
    display: none;
}

.search-results {
    /*margin: 0 -15px;*/
}

.range-max, .range-min,#time-range span {
    background: none;
    border: 0;
    /*font-weight: bold;*/
    margin: 0 0 5px 0;
    width: 50px;
    color: #616161;
}

.range-max {
    float: right;
    text-align: right;
}
.skin-color {
    color: #ff7f01;
}

.sort-area {
    background: #FFF;
    /*padding: 13px;*/
    margin-bottom: 5px;
}
#breadcrumb, #breadcrumb2 {
    /*margin-top: 30px;*/
}

.sort-area ul {
    margin: 0;
    padding: 0;
}

.sort-area ul li {

    text-align: center;
    border-right: 1px solid #CCC;

}
.sort-area ul li:not(.bussorting) {
    /*border-bottom: 2px solid transparent;  */
    float: left;
    width: 15%;
}
.sort-area ul li a{
    padding: 11px 0;
    display: block;
    color: #575757;
    font-size: 13px;
}
.sort-area ul li a:active,.sort-area ul li a:focus, .sort-area ul li a:hover{
    text-decoration: none;
}

.sort-area ul li:last-child {
    /*border: 0;*/
}


.flight-detail .box, .flight-detail.box {
    background: #fff;
    margin-bottom: 5px;
}

    .flight-detail .box > *, .flight-detail.box > * {
        padding: 0;
    }

    .flight-detail .box:after, .flight-detail.box:after {
        display: table;
        clear: both;
        content: "";
    }

.flight-detail .review {
    display: block;
    text-transform: uppercase;
    font-size: 0.8333em;
    color: #9e9e9e;
}

.flight-detail .five-stars-container, .flight-detail .review {
    line-height: 1em;
}

.flight-detail .five-stars-container {
    color: #dbdbdb;
}

.flight-detail [class^="soap-icon"].circle {
    color: #d9d9d9;
    cursor: default;
    font-size: 16px;
    overflow: hidden;
}

.flight-detail [class^="soap-icon"].circle:hover {
    color: #01b7f2;
}

.flight-detail [class^="soap-icon"].circle:hover:before {
    -webkit-animation: toTopFromBottom 0.35s forwards;
    -moz-animation: toTopFromBottom 0.35s forwards;
    animation: toTopFromBottom 0.35s forwards;
}

.flight-detail .price {
    float: none;
    text-align: center;
}

.flight-detail.flight .box, .flight-detail.flight.box {
    padding: 10px 2px;
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 3px solid #c5c5c5;
    margin-bottom: 0;
    line-height: 1.3;
}

.flight-detail.flight figure {
    /*display: table-cell;*/
    /*background: #f5f5f5;*/
    /*vertical-align: middle;*/
    vertical-align: top;
    /*float: none;*/
}
.flight-detail.flight figure img{
    /*margin-right: 10px;*/
    /*margin-right: 24px;*/
    width: 28px;
}
/*.flight-detail.flight figure > div{
    margin-left: -18px;
}*/
.flight-detail.flight figure span {
    display: block;
    clear: both;
    text-align: left;
}

.flight-detail.flight figure span img {
    max-width: 100%;
    height: auto;
}

.flight-detail.flight .box-title {
    float: left;
}
.flight-detail.flight .stop {
    font-size: 12px;
    padding: 4px 10px;
    background: #c3c3c3;
    color: #FFF;
}
.flight-detail.flight .stop:hover {
    background: #fdb714;
}

.flight-detail.flight .amenities {
    margin-bottom: 10px;
    float: right;
}
.price {
    color: #7db921;
    font-size: 1.6667em;
    text-transform: uppercase;
    float: right;
    text-align: right;
    line-height: 1;
    display: block;
}
.price small {
    display: block;
    color: #838383;
    font-size: 0.5em;
    margin-bottom: 4px;
}
.btn-primary {
    background-color: #ff7f01;
    border: 0;
}
.flight-detail .price {
    float: none;
    text-align: center;
}
.flight-detail.flight .details {
    /*display: table-cell;*/
    padding-left: 15px;
    /*float: none;*/
    line-height: 1.3;
}

.flight-detail.flight .details .details-wrapper {
    display: table;
    width: 100%;
    line-height: 1.3;
}

.flight-detail.flight .details .details-wrapper > * {
    display: table-row;
}

.flight-detail.flight .details .details-wrapper > * > * {
    display: table-cell;
    padding: 15px 15px 0 15px;
}

.flight-detail.flight .details .details-wrapper > * > *:first-child {
    /*border-right: 1px solid #f5f5f5;*/
    padding-left: 0;
    padding-right: 0;
}

.flight-detail.flight .details .details-wrapper > * > *:last-child {
    text-align: center;
    padding-right: 0;
}

.flight-detail.flight .details .details-wrapper > *:first-child > * {
    /*border-bottom: 1px solid #f5f5f5;*/
    padding-top: 0;
}

.flight-detail.flight .details .details-wrapper .box-title {
    margin: 0 10px 15px 0;
    font-size: 1.3em;
    line-height: 22px;
}

.flight-detail.flight .details .details-wrapper .box-title small {
    display: block;
    font-size: 0.6em;
    text-transform: uppercase;
}

.flight-detail.flight .details .details-wrapper [class^="soap-icon"].circle {
    margin-right: 5px;
}

.flight-detail.flight .details .details-wrapper [class^="col-"], 
.flight-detail.flight .details .details-wrapper [class*=" col-"] {
    padding: 0;
}

.flight-detail.flight .details .details-wrapper .time > div {
    /*border-right: 1px solid #f5f5f5;*/
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #6f6f6f;
}

.flight-detail.flight .details .details-wrapper .time > div:last-child {
    border-right: none;
}

.flight-detail.flight .details .details-wrapper .time > div:nth-child(2){
    padding-left: 18px;
}
.flight-detail.flight .details .details-wrapper .time > div:nth-child(3){
    padding-left: 27px;
}
.flight-detail.flight .details .details-wrapper .time > div:nth-child(4){
    padding-left: 26px;
}

.flight-detail.flight .details .details-wrapper .time > div:first-child {
    padding-left: 0;
}

.flight-detail.flight .details .details-wrapper .time > div > div {
    padding-left: 20px;
    font-size: 0.85em;
}

.flight-detail.flight .details .details-wrapper .time .icon {
    float: left;
    padding: 0;
    font-size: 16px;
}

.flight-detail.flight .details .details-wrapper .time {
    letter-spacing: 0.04em;
}

.flight-detail.flight .details .details-wrapper .action {
    vertical-align: top;
    text-align: center;
}

.flight-detail.flight .take-off>.icon {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    display: inline-block;
}

.flight-detail.flight .landing>.icon {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    display: inline-block;
}




.checkbox {
    padding-left: 20px;
    margin-top: 0;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -19px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
    line-height: 16px;
}

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #ff7f01;
    border-color: #ff7f01;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #ff7f01;
    border-color: #ff7f01;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #ff7f01;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #ff7f01;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #ff7f01;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #ff7f01;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #ff7f01;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #ff7f01;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

.flight-details{
    background: #f9f9f9;
    border: 1px solid #c5c5c5;
    border-top: 0;
}
.hide-details{
    padding: 10px;
    background: #fff;
    /*margin-bottom: 5px;*/
}
.show-heading{
    padding: 10px 20px 10px 10px;
    font-size: 12px;
    color: #6f6f6f;
}
.show-details {
    cursor: pointer;
}
.show-details .updown {
    position: relative;
    left: 5px;
}
.tab-area .nav-pills{
    /*border-bottom: 1px solid #838383;*/
}
.tab-area .nav-pills > li.active > a,
.tab-area .nav-pills > li.active > a:focus,
.tab-area .nav-pills > li.active > a:hover {
    background: #ffffff;
    color: #eb7910;
    border-bottom: 2px solid #eb7910;
}

.tab-area .nav > li > a:focus, .nav > li > a:hover {
    background: #ffffff;
    color: #838383;
    border-bottom: 2px solid #ff7f01;
}

.tab-area .nav-pills > li > a {
    border-radius: 0;
    padding: 2px 16px;
    color: #838383;
    /* text-transform: uppercase; */
    font-size: 12px;
}

.tab-area .tab-content {
    padding: 5px 0 1px;
    border-top: 1px solid #f1f1f1;
}
.modify-search{
    padding: 5px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}
.modify-search .swap-img {
    right: -15px;
    text-align: center;
    top: 4px;
    background: #8e8e8e;
    width: 30px;
    height: 30px;
    line-height: 28px;
}
.modify-search .swap-img img{
    width: 20px
}
#reservation-form .modify-search  .form-inline .form-group {
    margin-bottom: 0;
}
.margin-b8{
    margin-bottom: 8px
}
.accordion-area {
    /*background: #FFF;
    padding: 10px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.17);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.17);*/
}
.option-heading {
    padding: 1em 0;
    border-top: 1px solid #e8e8e8;
    margin-bottom: 0;
    /*text-transform: uppercase;*/
    font-size: 12px;
    font-weight: 600;
    color: #00737f;
    letter-spacing: 1px;
    margin: 0;
}
.accordion-heading {
    padding: 1em 0;
    border-top: 1px solid #fff;
    margin-bottom: 0;
    /*text-transform: uppercase;*/
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #6f6f6f;
    letter-spacing: 1px;
    margin: 0;
}
.filter-heading{
    padding: 1em 0;
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
}
.accordion-heading span{
    font-size: 1.2em;
    margin-top: 0;
    color: #8a8a8a;
}
.accordion-content:before,.accordion-content:after{
    display: table;
    content: ''
}
.accordion-content:after{
    clear: both;
}
.accordion-content {
    padding: 0.2em 0 .7em;
    position: relative;
    border-bottom: 1px solid #d8d8d8;
}

.accordion-content label{
    display: block;
    font-size: 12px;
    color: #484848;
}
.accordion-content:last-child {
    border-bottom: 0;
}
label.checkbox-custom span{
    font-size: 12px;
    font-weight: 300;
}

.silder-range {
    margin-bottom: 10px
}
.silder-range span {
    font-size: 11px;
    display: inline-block;
    margin-bottom: 10px;
}

.box-filter{
    padding: 0;
    margin: 0;
    display: flex;
    background: #fff;
}
.box-filter li{
    list-style-type: none;
    float: left;
    border: 1px solid #c5c5c5;
    flex: 1;
    text-align: center;
    padding: 0;
    line-height: 1;
    cursor: pointer;
    border-right: 0;
    border-bottom: 2px solid #c5c5c5;
}
.box-filter li.active{
    background: #fff;
    border-bottom: 2px solid #ff7f01;
}
.box-filter li:last-child{
    border-right: 1px solid #c5c5c5;
}
.box-filter li i,.box-filter li span{
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}
.box-filter li label{
    margin: 0;
    padding: 10px;
}
i.fa-star{
    color: #ffc000;
}
i.fa-tripadvisor{
    color: #32bfc1;
}
.box-filter li small{
    color: #a2a2a2;
    font-size: 12px;
}
.pre-morning-icon, .morning-icon, .afternoon-icon, .night-icon{
    width: 24px;
    height: 24px;
    position: relative;
    left: 6px;
}
.pre-morning-icon{
    background: url('../images/pre-morning.png');
}
.morning-icon{
    background: url('../images/morning.png');
}
.afternoon-icon{
    background: url('../images/afternoon.png');
}
.night-icon{
    background: url('../images/night.png');
}

/*************************** ui-slider **********************************/
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider.ui-slider-horizontal {
    height: 6px;
}
.ui-slider.ui-widget-content {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #b1b1b1;
    border-color: #c5c5c5;
}
.ui-slider .ui-slider-range {
    display: block;
    position: absolute;
    z-index: 1;
    border: none;
    background: #ff7f01;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.ui-slider.ui-slider-horizontal .ui-slider-range {
    height: 100%;
}
.ui-slider.slider-color-yellow .ui-slider-range {
    background: #ff7f01;
}
.ui-slider .ui-slider-handle {
cursor: default;
    position: absolute;
    z-index: 2;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background: #ff7f01;
    border: 6px solid #b1b1b1;
}
.ui-slider.ui-slider-horizontal .ui-slider-handle {
    margin-left: -10px;
    top: -6px;
}

.main-container{
    margin: 0 0 20px 0;
}
.second-row > div span, .flight-detail.flight .box figure span{
    display: block;
    color: #6f6f6f;
    font-size: 11px;
    letter-spacing: 1px;
        font-weight: normal;
}
.price-block .price {
    font-size: 18px;
    color: #ff7f01;
    text-align: left;
    font-weight: bold;
}
span.refundable, .refundable{
    color: #6f6f6f !important;
    font-size:16px;
    font-weight:bold;
    margin-bottom:3px;
}
span.non-refundable, .non-refundable {
    color: #c00018 !important;
}
.second-row > div span.refundable,.second-row > div span.non-refundable{ 
    text-align: left;
}


.flight-detail.flight .detailed-row .box {
    padding: 0;
    border: 0;
}
.flight-details table {
    font-size: 12px;
    color: #6f6f6f;
    text-align: left;
}
.border-right{
    border-right: solid 1px #d7d7d7;
}
.border-bottom{
    border-bottom: solid 1px #d7d7d7;
}
.flight-details small{
    font-size: 11px;
    color: #6f6f6f;
    float: left;
}

.airlines-block,.checkbox-block {
    background: none repeat scroll 0 0 #F8F8F6;
    padding-left: 15px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    line-height: 22px;
    border: solid 1px #c5c5c5;
    cursor: pointer;
}
.checkbox-block .checkbox{
    margin: 0;padding: 0;
}
.accordion-content label:empty {
    margin: 0;padding: 0;
}
.airline_image {
    margin-right: 8px;
}
.airline_name{
    margin-bottom: 4px
}
.airline_infomation {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #484848;
}
.airline_infomation {
    line-height: 1;
}
.airline_name,.airline_info,.airline_price {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #484848;
}
.airline_info {
    line-height: 1;
}
.airline_price {
    font-size: 11px;
}

/*matrix matrix-banner style ------------------*/

.matrix-banner{
    margin-bottom: 20px;
    position: relative;
}
.matrix-banner .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    border: 0;
}
.matrix-banner .owl-carousel .owl-nav .owl-prev,
.matrix-banner .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    top: 0;
    background-color: #575757;
    color: #fff;
    font-size: 50px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ccc;
}
.matrix-banner .owl-carousel .owl-nav .owl-prev i,
.matrix-banner .owl-carousel .owl-nav .owl-next i{
    line-height: 46px;
}
.matrix-banner .owl-carousel .owl-nav .owl-prev{
    left: 0px;
}
.matrix-banner .owl-carousel .owl-nav .owl-next{
    right: 0;
}
.matrix-banner .owl-carousel {
    width: 88%;
    margin: 0 auto;
    border: 1px solid #cccccc;
    border-left: none;
    position: static;
}
.matrix-banner .owl-carousel .owl-item li {
    background: #fff;
    border-left: 1px solid #cccccc;
    
    text-align: center;
}
.matrix-banner .owl-carousel li a{
   padding: 9px 0;
   background: #fff;
   display: block;
}
.matrix-banner .owl-carousel li a:active,
.matrix-banner .owl-carousel li a:focus,
.matrix-banner .owl-carousel li a:hover{
    text-decoration: none;
}

.date_info_txt {
    font-size: 11px;
    color: #2f2f2f;
    text-transform: uppercase;
}
.block{
    display: block;
}

.hold-book{
    margin-top: 15px
}

.freeze-filter{
    background: #fff;
    border: 1px solid #ccc;
    padding: 0 15px;
}


/*------------------------------------- Flight itinery pages -----------------------------*/
.white-container {
    background: #fff;
    border-radius: 4px;
    border-bottom: #908f8f solid 2px;
    padding: 10px;
    margin-bottom: 12px;
}
.shadow-box.white-container{
    margin-top: 15px;
    margin-bottom: 15px;
}
.white-container {
    border-bottom: 0;
    box-shadow: 0 3px 5px 0 #908f8f;
    border-radius: 0;
}
.bottom-line{
    border-bottom: 1px solid #555;
    clear: both;
}
.ret-flight:before, .ret-flight:after, .dep-flight:before, .dep-flight:after,
.shadow-box:after, .shadow-box:before {
    display: table;
    content: " ";
}
.shadow-box:after,.ret-flight:after,.dep-flight:after{
   clear: both; 
}
.f-details,.p-details{
    border-bottom: 1px solid #ddd;
    padding: 12px;
}
.p-details{
    padding-left: 0;
    padding-right: 0;
}
.price-area{
    /*font-weight: 600;*/
}
.ret-flight{margin-top: 20px;}
.p-header{
    /*margin-left: 12px*/
    font-weight: 600;
}
.pax-details:first-of-type{margin-top: 10px;}



.fixed-bar-bottom{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    min-height: 70px;
    background: #255BA5;/*#fdb714;*/
    color: #fff;
    padding: 15px 0 0;
}
.fixed-bar-bottom .selected_airlines{
    width: auto;
    border-right: 1px solid;
    margin: 0;
}
.fixed-bar-bottom .selected_airlines:last-child{
    border-right: 0;
    margin-top: 7px;
}
.fixed-bar-bottom .selected_airlines li{
    display: inline-table;
    margin-right: 20px;
}
.fixed-bar-bottom .totalAmount{
    font-size: 25px;
    vertical-align: middle;
}
.fixed-bar-bottom #fare_rules{
cursor: pointer;
    color: inherit;
    font-size: 10px;
    text-decoration: underline;
}
.pasenger-area .pax-details .form-group{
    margin-left: 0;
    margin-right: 0
}
.bookedDetails .input-group-addon {
    padding: 6px 5px;
    font-size: 13px;
}
.trim-right{
    padding-right: 0
}
.trim-left{
    padding-left: 0
}
.push-top-15{
    margin-top: 15px
}
.push-top-10{
    margin-top: 10px
}
.pasenger-area .pax-details{
    margin-top: 0
}
.asterisk{color: red;}
.ui-menu .ui-menu-item:first-child a {font-weight:bold;border:1px solid #999;color:#444;}
.bookedDetails h4,.bookedDetails h5{
    margin: 10px 0
}
.flt-criteria {
    font-size: 12px;
    color: #ff1e48;
}
span.f-code {
    color: #ff1e48;
    display: inline-block;
}
.bookedDetails{
    font-size: 14px
}
.bookedDetails label{
    font-size: 13px
}
.white-container {
    color: #666 !important;
}
.bookedDetails .control-label {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.bookedDetails .form-group {
    margin-bottom: 4px;
}

/*support-packages*/
.support-packages table{
    border-collapse: separate;
    border-spacing: 1em 0;
    margin-top: 20px;
    margin-bottom: 0;
}
.support-packages table tr td{
    border: none;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    position: relative;
    line-height: 1.3;
}
.support-packages table tr td small{
    font-size: 14px;
}

.support-packages table tr.second-c td,
.support-packages table tr.third-c td,
.support-packages table tr.fourth-c td{
   /*height: 63px*/
}
.support-packages table tr.first-c td{
    /*height: 100px*/
}
.support-packages table tr.second-c td{
    background-color: #f9f9f9;
}
.support-packages table tr.third-c td{

}
.support-packages table tr.fourth-c td{
    background-color: #f9f9f9;
    /*border-bottom: 1px solid #ddd;*/
}
.support-packages table tr.fourth-c td.first{
    /*border-bottom: none*/
}
.support-packages table tr td.first{
    text-align: left;
}
.support-packages table tr td.second,
.support-packages table tr td.fourth{
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #ddd;
}
.support-packages table tr td.third{
    border-left: 4px solid;
    border-right: 4px solid;
    border-color: #59b559;
}
.support-packages table tr.first-c td.second,
.support-packages table tr.first-c td.fourth{
    border-top: 1px solid;
    border-color: #ddd;
}
.support-packages table tr.fourth-c td.second,
.support-packages table tr.fourth-c td.fourth{
    border-bottom: 1px solid;
    border-color: #ddd;
}
.support-packages table tr.first-c td.third{
    border-top: 4px solid;
    border-color: #59b559;
}
.support-packages table tr.fourth-c td.third{
    border-bottom: 4px solid;
    border-color: #59b559;
}
.support-packages table tr.first-c td.second b,
.support-packages table tr.first-c td.third b,
.support-packages table tr.first-c td.fourth b{
    font-size: 20px;
}
.support-packages table tr.first-c td.third b{
    margin-top: 8px;
    display: inline-block;
}
.support-packages .prem-img{
    position: absolute;
    top: -18px;
    background: #fff;
    left: 0;
    width: 30px;
    right: 0;
    margin: auto;
    text-align: center;
}
.support-packages table tr.first-c td.first,
.support-packages table tr.second-c td.first,
.support-packages table tr.third-c td.first,
.support-packages table tr.fourth-c td.first{
    width: 30%
}
.support-packages table tr.first-c td.second,
.support-packages table tr.second-c td.third,
.support-packages table tr.third-c td.fourth{
    width: 20%;
}
.support-packages .popover-icon{
    /*position: absolute;*/
    /*right: 11px;*/
    /*top: 22px;*/
    float: right;
    color: #a0a0a0;
}
.sort-area.return ul li {
    width: 25%;
}
.flight-detail.flight.return-trip .box, .flight-detail.flight.box {
    padding: 8px;
}
.flight-detail.flight.return-trip .details .details-wrapper .time > div {
    font-size: 14px;
    text-align: left;
}
.return-trip .second-row > div span,
.flight-detail.flight.return-trip .box figure span {
    font-size: 10px;
}
.return-trip .second-row > div span.refundable,
.return-trip .second-row > div span.non-refundable {
    font-weight: 600;
}
.return-trip .second-row > div span.price{
    font-size: 10px;
    position:relative;
}
.return-trip .second-row > div span.price i{
    position:absolute;
    left:-7px;
}
.return-trip .second-row > div span.price + span{
    margin-top:10px;
    /*text-align:center;*/
}
.return-trip .select-radio .radio {
    margin-top: 0;
    margin-bottom: 17px;
}
.main-container.return {
    margin: 0 0 10px 0;
}
.flight-detail.return-trip .box{
    cursor: pointer;
}
.flight-detail.return-trip .active .box{
    background: #fff4e7;
    cursor: default;
}

.sticky_bottom {
    background: #4a4a4a;
    border-top: solid 1px #fff;
    color: #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 200;
}
.bottom-selectright {
    width: 75%;
    display: inline-block;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    text-align: right;
    float: left;
}

.sticky_bottom p{
    margin-bottom: 0;
}
.sticky_bottom img {
    margin-right: 5px;
}

.top1 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.bottom1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.stk_btm_price {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.font-11 {
    font-size: 11px;
}
.font_12 {
    font-size: 12px;
}

.to_arrow {
    display: inline-block;
    margin-top: 10px;
}

.airline_select_sctn {
    border-right: solid 1px #bcbcbc;
    margin-top: 15px;
}

.total_amtsection {
    margin-top: 15px;
}

.stk_btm_rtPrice {
    background: #5e9435;
    color: #fff;
    padding: 3px 5px;
    font-size: 14px;
}

.stk_btm_bookbtn {
    color: #5e9435;
    width: 85px;
    text-align: right;
    font-size: 11px;
    margin-top: 15px;
}

.stk_btm_rtDiscount {
    margin-top: 15px;
}

.stk_btm_toptabs {
    font-size: 11px;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    top: -39px;
}

.stk_btm_toptabs a {
    width: 155px;
    display: inline-block;
}

a.stk_btm_selFlight {
    padding: 6px;
    background: #414141;
    color: #fff;
    border-radius: 4px 4px 0 0;
    position: relative;
}

a.stk_btm_chpFlight {
    padding: 6px;
    color: #fff;
    background: #5e9435;
    border-radius: 4px 4px 0 0;
    position: relative;
}

a.stk_btm_selFlight.active .tip_icon {
    background-position: -63px -5px;
    width: 20px;
    height: 10px;
    position: absolute;
    left: 45%;
    top: 97%;
}

a.stk_btm_chpFlight.active .tip_icon {
    background-position: -92px -5px;
    width: 20px;
    height: 10px;
    position: absolute;
    left: 45%;
    top: 97%;
}

.stk_btm_mobilePrice {
    font-size: 16px;
    line-height: 1;
}

.scratch_price {
    text-decoration: line-through;
}

.stk_tablet_airline_mobile {
    border-left: solid 1px #bcbcbc;
}

.stk_tablet_airline_mobile .row {
    margin-left: -8px;
}

.sticky_bottom_tooltip {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 2px;
    box-shadow: 0 0 6px rgba(0,0,0,0.5);
    position: absolute;
    left: -47%;
    bottom: 0;
    z-index: 5;
    display: none;
}
.airline-info {
    width: 59px;
    line-height: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block{
    display: block;
}
.underline{
    text-decoration: underline;
}

/*Flight details page */
.bdTitle2 {
    background: #ccc;
    padding: 10px 15px 10px;
    font-weight: bold;
    color: #666;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.itinerary-label{
    padding: 2px 6px;
    background: #ddd;
    font-size: 14px;
    position: relative;
    top: 5px;
    left: 5px;
    font-weight: 700;
    display: inline-block;
    color: #777;
    border-radius: 4px;
}
.itinerary-label.green{
    background: #36c246;
    color: #fff;
}
.fli_det p {
    margin: 0;
    font-size: 11px;
    color: #999;
    text-align: left;
}
.border-line{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 0px solid #eee;
    font-weight: bold;
}
.border-line-flight{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid #c2bcbc;
    font-weight: bold;
}
.fare-breakup {
    margin: 0;
    padding: 0 5px !important;
    /*border-left: #e1e1e1 solid 1px;*/
}
.fare-breakup table {
    font-size: 12px;
    margin-bottom: 10px;
    color: #444;
    width: 100%;
}
.fare-breakup table td {
    padding: 8px 0 !important;
    border-bottom: #e1e1e1 dashed 1px !important;
    font-size: 12px !important;
    text-align: right;
}
.fare-breakup.travellerslist table td {
    border-bottom: #e1e1e1 solid 1px;
    border: 0 !important;
    /* width: 33%; */
    text-align: center;
    display: inline-block;
}
.fare-breakup table td:first-child {
    text-align: left;
}
.surcharges {
    /*margin-left: 5% !important;*/
    width: 97% !important;
    background: #f9f9f9;
}
.surcharges td {
    padding-left: 3% !important;
    padding-right: 3% !important;
}
.total-fare td {
    border-bottom: none !important;
    color: #666 !important;
    font-size: 14px !important;
    padding: 2px !important;
}
#flight-details .shadow-box.white-container{
    margin-top: 0;
}
.other-charges{
    border-top: #e1e1e1 solid 1px;
}
.other-charges .itinerary-label{
    position: static;
    padding: 3px 5px;
    margin-top: 4px;
    clear: both;
}
.itinerary-container{
    margin-bottom: 20px
}
.bdTitle2 small{
    color: #999;
    font-size: 11px
}
.form-label{
    position: relative;
    top: 8px;
    font-size: 14px;
}
.txt-info{
    color: #999;
    font-size: 11px
}
.congrats{
    font-size: 13px;
    margin: 10px 0;
}

.passport-link{
    font-size: 14px;
    margin-bottom: 5px;
}
.form-label label{
    font-weight: 400;
    font-size: 13px;
}
.font14{
    font-size: 14px;
}
.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    /* margin: 0 0 20px; */
}
.wizard_horizontal ul.wizard_steps li {
    float: none;
    display: table-cell;
    text-align: center;
    margin: 0;
    width: 30%;
}
.wizard_horizontal ul.wizard_steps li a{
    display: block;
}
.wizard_horizontal ul.wizard_steps li a,
.wizard_horizontal ul.wizard_steps li:hover {
     /*display: block;*/
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #666;
    text-decoration: none;
}
.wizard_horizontal ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 2px;
    background: #ff7f01;
    top: 27px;
    width: 100%;
    z-index: 4;
    left: 0;
}
.wizard_horizontal ul.wizard_steps li a:before {
    height: 2px;
    top: 15px;
}
.wizard_horizontal ul.wizard_steps li:first-child a:before {
    left: 50%;
}
.step_no, .wizard_horizontal ul.wizard_steps li a.selected:before {
    background: #ff7f01;
    color: #fff;
    border: 2px solid #ff7f01;
}
.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 0;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 5;
}
.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 30px;
    height: 30px;
    line-height: 29px;
}
.wizard_horizontal ul.wizard_steps li a .step_descr {
    font-size: 11px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
}
.wizard_horizontal ul.wizard_steps li a .step_descr {
    font-size: 10px;
}
.wizard_horizontal ul.wizard_steps li:last-child a:before {
    right: 50%;
    width: 50%;
    left: auto;
}
.wizard_horizontal ul.wizard_steps li.active_step a .step_no,
.wizard_horizontal ul.wizard_steps li.active_step a:before {
    background: #36c246;
    color: #fff;
    font-weight: 600;
    border-color: #36c246;
}

#buses .canPolicy tbody tr td{
    padding: 5px 5px 2px
}
#buses .canPolicy tbody tr td:last-child{
    text-align: right;
}

.modal-header .close {
    margin-top: 3px;
    background: #ff7f01;
    padding: 0 4px;
    opacity: 1;
}
.modal-body table {
    margin-bottom: 0;
}
table tr th, table tr td{
    font-size: 13px;
}

.sidebar_static {
    position: static;
}
.sidebar_fixed {
    position: fixed;
    /* bottom: 0; */
    background-color: #fff;
    padding: 0 15px;
    margin-left: -15px;
    /*min-width: 22.1%;*/
    top: 120px;
}
.sidebar_fixed.dom_round{
    bottom: 74px;
}

article.demo-one {
    background: #fff;
    float: left;
    width: 100%;
}
.demo-one span {
    font-size: 13px;
}

.custom-scrollbar{
    overflow:auto;
    max-height:70vh;
    padding:0 10px;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
	background-color: #ccc;
	border-radius: 20px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    border-radius: 20px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #4c4848;
	border-radius: 20px; 
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
}