﻿
.PopUpBTNSize {
    font-size: 14px !important;
}

.masterhtml {
    font-size: 16px;
    min-height: 100%;
}

.masterbody {
    font: 75%/150% "Arial", Helvetica, sans-serif !important;
    background-color: #f5f5f5 !important;
    color: #838383;
    overflow-x: hidden;
}

/* Icons */
@font-face {
    font-family: 'soap-icons';
    src: url("../../../../../fonts/soap-icons.eot?26664784");
    src: url("../../../../../fonts/soap-icons.eot?26664784#iefix") format("embedded-opentype"), url("../../../../../fonts/soap-icons.woff?26664784") format("woff"), url("../../../../../fonts/soap-icons.ttf?26664784") format("truetype"), url("../../../../../fonts/soap-icons.svg?26664784#soap-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* font */
@font-face {
    font-family: 'NexaBlack';
    src: url("../../../../../fonts/NexaBlack.eot?") format("eot"), url("../../../../../fonts/NexaBlack.otf") format("opentype"), url("../../../../../fonts/NexaBlack.woff") format("woff"), url("../../../../../fonts/NexaBlack.ttf") format("truetype"), url("../../../../../fonts/NexaBlack.svg#NexaBlack") format("svg");
}

.divCultureSelect {
    width: 152px;
    float: right;
}

    .divCultureSelect ul {
        list-style-type: none;
    }

    .divCultureSelect li {
        float: right;
        margin: 3px;
        cursor: pointer;
    }

/*//////////////////  PopUP ////////////////*/

.modal-title {
    text-align: center;
    margin: 0;
    line-height: 1.4285;
    color: #fff !important;
    font-weight: bold !important;
}


.modal {
    display: none;
    overflow: auto;
    overflow-y: hidden;
    position: fixed;
    top: 15%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-footer {
    margin-top: 0px;
    padding: 3px 20px 6px;
    text-align: right;
    border: none !important;
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 65%;
        margin: 30px auto;
    }
}


/*/////////////////////////////////*/

.B2BMandactoryField {
    border: 1px solid red !important;
}

/* Added By Somesh    */

.blink_me {
    color: red;
}

.white_contentProcessPoup {
    display: none;
    position: fixed;
    top: 40%;
    left: 48%;
    z-index: 1002;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .50;
    filter: alpha(opacity=80);
}

.FlightDeatailMain {
    background-color: none;
    width: 98%;
    margin-top: 0px;
    overflow: hidden;
    padding: 0px 10px 0px 10px;
}

.FlightDeatailULDiv ul {
    list-style-type: none;
    padding-left: 0px !important;
}

.priceul {
    padding-left: 0px !important;
}

.FlightDeatailULDiv li {
    display: inline;
    padding: 7px 15px 7px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/********************/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
/************ Rules Tab Css*******************/

.rulesIMG {
    cursor: pointer;
}

.tab-wrapper {
    background: #fff;
}

    .tab-wrapper .tab-container .tab-content .tab-pane {
        padding-left: 0;
        padding-right: 0;
    }

.tab-pane [class^="col-"], .tab-pane [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.tab-pane .row {
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.tab-container ul.tabs {
    margin: 0;
    padding: 0;
}

    .tab-container ul.tabs li {
        float: left;
        padding-right: 4px;
    }

        .tab-container ul.tabs li:last-child {
            padding-right: 0;
        }

        .tab-container ul.tabs li a {
            color: #fff;
            display: block;
            padding: 0 20px;
            background: #d9d9d9;
            font-size: 1em;
            font-weight: bold;
            height: 40px;
            line-height: 40px;
            text-decoration: none;
            /*text-transform: uppercase;*/
            white-space: nowrap;
        }

        .tab-container ul.tabs li.active > a, .tab-container ul.tabs li:hover > a {
            color: #01b7f2;
            background: #fff;
        }

    .tab-container ul.tabs.full-width {
        display: block;
    }

        .tab-container ul.tabs.full-width li {
            float: none;
            display: table-cell;
            vertical-align: middle;
            width: 1%;
        }

            .tab-container ul.tabs.full-width li a {
                padding: 0;
                text-align: center;
            }

    .tab-container ul.tabs:after {
        display: table;
        content: "";
        clear: both;
    }

.tab-container .tab-content {
    background: #fff;
}

    .tab-container .tab-content .tab-pane {
        padding: 10px;
        line-height: 1.7em;
    }

        .tab-container .tab-content .tab-pane .row {
            margin-bottom: 15px;
        }

        .tab-container .tab-content .tab-pane > img {
            margin: 0 15px 0 0;
        }

        .tab-container .tab-content .tab-pane:after {
            content: "";
            display: table;
            clear: both;
        }

        .tab-container .tab-content .tab-pane .image-box .details {
            padding-right: 0;
        }

.tab-container.style1 ul.tabs {
    display: block;
    background: #fff;
    padding: 10px 0 10px 0px;
    border-bottom: 1px solid #f5f5f5;
}

    .tab-container.style1 ul.tabs li {
        padding-right: 10px;
    }

        .tab-container.style1 ul.tabs li a {
            height: 30px;
            line-height: 30px;
            background: #d9d9d9;
            padding: 0 18px;
            color: #404040;
            font-weight: normal;
            font-size: 0.9167em;
            font-weight: bold;
        }

        .tab-container.style1 ul.tabs li.active > a, .tab-container.style1 ul.tabs li:hover > a {
            color: #fff;
            background: #01b7f2;
            position: relative;
        }

            .tab-container.style1 ul.tabs li.active > a:after, .tab-container.style1 ul.tabs li:hover > a:after {
                position: absolute;
                bottom: -5px;
                left: 50%;
                margin-left: -10px;
                border-top: 5px solid #01b7f2;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                content: "";
            }

            .tab-container.style1 ul.tabs li:hover > a:after {
                display: none;
            }

        .tab-container.style1 ul.tabs li.active:hover > a:after {
            display: block;
        }

    .tab-container.style1 ul.tabs.full-width li a {
        padding: 0;
    }

.tab-container.trans-style {
    position: relative;
    z-index: 1;
    margin-top: -40px;
}

    .tab-container.trans-style ul.tabs {
        padding: 0 10px;
    }

        .tab-container.trans-style ul.tabs li a {
            filter: alpha(opacity=55.0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55.0)";
            -moz-opacity: 0.55;
            -khtml-opacity: 0.55;
            opacity: 0.55;
            background: #fff;
            color: #000;
            overflow: hidden;
        }

            .tab-container.trans-style ul.tabs li a i {
                font-size: 16px;
                vertical-align: middle;
                margin-right: 10px;
            }

                .tab-container.trans-style ul.tabs li a i[class^="soap-icon"] {
                    font-size: 20px;
                }

            .tab-container.trans-style ul.tabs li a:hover {
                filter: alpha(opacity=80);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                -moz-opacity: 0.8;
                -khtml-opacity: 0.8;
                opacity: 0.8;
                color: #01b7f2;
            }

                .tab-container.trans-style ul.tabs li a:hover i {
                    -webkit-animation: toTopFromBottom 0.3s forwards;
                    -moz-animation: toTopFromBottom 0.3s forwards;
                    animation: toTopFromBottom 0.3s forwards;
                }

        .tab-container.trans-style ul.tabs li.active a {
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
            color: #01b7f2;
        }

            .tab-container.trans-style ul.tabs li a:hover i, .tab-container.trans-style ul.tabs li.active a i {
                color: #fdb714;
            }

.tab-container.full-width-style ul.tabs {
    width: 14%;
    float: left;
}

    .tab-container.full-width-style ul.tabs:after {
        display: none;
        clear: none;
    }

    .tab-container.full-width-style ul.tabs li {
        float: none;
        margin: 0;
        padding-right: 0;
    }

        .tab-container.full-width-style ul.tabs li a {
            height: 100px;
            display: block;
            border-bottom: 3px solid #f5f5f5;
            border-right: 3px solid #f5f5f5;
            background: #fff;
            color: inherit;
            font-size: 1.1667em;
            text-transform: none;
            font-weight: normal;
            text-align: center;
            padding-top: 20px;
            line-height: 2em;
        }

            .tab-container.full-width-style ul.tabs li a > i {
                color: #d9d9d9;
                display: block;
                font-size: 18px;
                margin: 0 auto;
                width: 1.6em;
                height: 1.6em;
                line-height: 1.5em;
                overflow: hidden;
            }

            .tab-container.full-width-style ul.tabs li a:hover i:before {
                -webkit-animation: toTopFromBottom 0.3s forwards;
                -moz-animation: toTopFromBottom 0.3s forwards;
                animation: toTopFromBottom 0.3s forwards;
            }

            .tab-container.full-width-style ul.tabs li.active a, .tab-container.full-width-style ul.tabs li a:hover {
                color: #2d3e52;
            }

                .tab-container.full-width-style ul.tabs li a:hover i, .tab-container.full-width-style ul.tabs li.active a i {
                    color: #fdb714;
                    border-color: #fdb714;
                }

        .tab-container.full-width-style ul.tabs li:last-child.active a {
            border-bottom: none;
        }

        .tab-container.full-width-style ul.tabs li.active a {
            border-right-color: transparent;
        }

.tab-container.full-width-style.arrow-left ul.tabs li {
    margin-bottom: 4px;
}

    .tab-container.full-width-style.arrow-left ul.tabs li a {
        border: none;
        margin-right: 4px;
    }

    .tab-container.full-width-style.arrow-left ul.tabs li.active a {
        margin-right: 0;
        border-left: 2px solid #fdb714;
        position: relative;
    }

        .tab-container.full-width-style.arrow-left ul.tabs li.active a:after {
            display: block;
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -5px;
            border-left: 3px solid #fdb714;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }

.tab-container.full-width-style.arrow-left .tab-content .tab-pane {
    padding: 30px;
}

.tab-container.full-width-style .tab-content {
    float: left;
    width: 86%;
}

    .tab-container.full-width-style .tab-content .tab-content-title {
        color: #01b7f2;
    }

.tab-container.full-width-style:after {
    display: table;
    content: "";
    clear: both;
}
/************************** Rules Tab Css ************************/






/* 7.2. DatePicker ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.datepicker-wrap {
    position: relative;
}

    .datepicker-wrap .ui-datepicker-trigger {
        width: 30px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        background-color: transparent;
        z-index: 1;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .datepicker-wrap:before {
        display: block;
        font-family: "soap-icons";
        content: "\e86a";
        font-size: 25px;
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 30px;
        height: 100%;
        text-align: center;
        line-height: 34px;
        background: #fdb714;
    }

    .datepicker-wrap.yellow:after {
        background: #fdb714;
    }

    .datepicker-wrap.green:after {
        background: #7db921;
    }

    .datepicker-wrap.blue:after {
        background-color: #01b7f2;
    }

    .datepicker-wrap.dark-blue:after {
        background-color: #2d3e52;
    }

    .datepicker-wrap.transparent:after {
        background-color: transparent;
        color: #fdb714;
    }

.ui-datepicker {
    width: 20em;
    padding: 0;
    display: none;
    background: #fff;
    border: 1px solid #fdb714;
    z-index: 1060 !important;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
        background: #fdb714;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 10px;
        cursor: pointer;
    }

        .ui-datepicker .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-next.ui-state-disabled {
            visibility: hidden;
        }

        .ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }

    .ui-datepicker .ui-datepicker-prev {
        left: 24px;
    }

        .ui-datepicker .ui-datepicker-prev:before {
            border-right: 8px solid #fff;
        }

    .ui-datepicker .ui-datepicker-next {
        right: 24px;
    }

        .ui-datepicker .ui-datepicker-next:before {
            border-left: 8px solid #fff;
        }

        .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
            display: none;
        }

    .ui-datepicker .ui-datepicker-title {
        margin: 4px;
        text-align: center;
        color: #fff; /*font-size: 1.1667em;
                font-weight: bold;*/
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 33%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: 12px;
        border-collapse: collapse;
    }

    .ui-datepicker th {
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #f5f5f5;
    }

        .ui-datepicker th span {
            display: block;
            text-align: center;
            font-size: 1.1667em;
            font-weight: normal;
            color: #fdb714;
        }

    .ui-datepicker span.ui-datepicker-month {
        font-weight: bold;
    }

    .ui-datepicker .ui-datepicker-calendar td {
        vertical-align: middle !important;
        text-align: center !important;
    }

        .ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td span {
            color: inherit;
            display: block;
            height: 30px;
            vertical-align: middle !important;
            text-align: center !important;
            line-height: 27px;
        }

        .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span {
            color: #B2B2B2;
        }

        .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker .ui-datepicker-calendar td a:hover {
            background: #fdb714;
            color: #fff;
        }

    .ui-datepicker.yellow {
        border: 1px solid #fdb714;
    }

        .ui-datepicker.yellow .ui-datepicker-header {
            background: #fdb714;
        }

        .ui-datepicker.yellow th span {
            color: #fdb714;
        }

        .ui-datepicker.yellow .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.yellow .ui-datepicker-calendar td a:hover {
            background: #fdb714;
        }

    .ui-datepicker.green {
        border: 1px solid #7db921;
    }

        .ui-datepicker.green .ui-datepicker-header {
            background: #7db921;
        }

        .ui-datepicker.green th span {
            color: #7db921;
        }

        .ui-datepicker.green .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.green .ui-datepicker-calendar td a:hover {
            background: #7db921;
        }

    .ui-datepicker.blue {
        border: 1px solid #01b7f2;
    }

        .ui-datepicker.blue .ui-datepicker-header {
            background: #01b7f2;
        }

        .ui-datepicker.blue th span {
            color: #01b7f2;
        }

        .ui-datepicker.blue .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.blue .ui-datepicker-calendar td a:hover {
            background: #01b7f2;
        }

    .ui-datepicker.dark-blue {
        border: 1px solid #2d3e52;
    }

        .ui-datepicker.dark-blue .ui-datepicker-header {
            background: #2d3e52;
        }

        .ui-datepicker.dark-blue th span {
            color: #2d3e52;
        }

        .ui-datepicker.dark-blue .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.dark-blue .ui-datepicker-calendar td a:hover {
            background: #2d3e52;
        }

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: 35em !important;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 99%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}


/************************* Select Style*****/
select {
    height: 34px;
    padding: 8px 0 8px 8px;
}

    select option {
        padding: 2px 10px;
    }

.selector {
    position: relative;
    min-width: 60px;
    line-height: 0;
}

    .selector select {
        position: absolute;
        z-index: 1;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        width: 100%;
        -webkit-appearance: menulist-button;
        line-height: 30px;
    }

    .selector span.custom-select {
        display: inline-block;
        line-height: 32px;
        padding: 0 10px;
        position: relative;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
    }

        .selector span.custom-select:before {
            position: absolute;
            right: 0;
            top: 0;
            content: '';
            background: #fdb714;
            width: 24px;
            height: 100%;
        }

        .selector span.custom-select:after {
            position: absolute;
            right: 9px;
            top: 15px;
            border-top: 5px solid #fff;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            content: "";
        }

    .selector.style1 span.custom-select:before {
        background: transparent;
    }

    .selector.style1 span.custom-select:after {
        border-top-color: #fdb714;
    }



.dvMyTermsTXT ul, ol {
    font-weight: normal !important;
    list-style-type: square !important;
    font-size: 15px !important;
    line-height: 2em !important;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42px;
    background: #009dd0;
}

.dvTextBox {
    padding: 6px 5px;
    border: solid 1px #D8D8D8;
    background: #D8D8D8;
    height: 32px;
}

.txbPassword {
    background: #D8D8D8 !important;
    color: #838383 !important;
}

.modal-body {
    overflow: auto !important;
    max-height: 400px !important;
}

.modal-footer {
    display: none !important;
}

.tableNoBorder td, th {
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.tableNoBorder td, tr {
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.pricehederdiv {
    margin-top: -18px !important;
}

.marginbottomzero {
    margin-bottom: 0px !important;
}

.ddlLangDV {
    padding-top: 7px !important;
    width: 100px !important;
}

    .ddlLangDV span {
        border: 0px !important;
        background: #0a3568 !important;
        color: #ffffff !important;
    }

@media (min-width: 200px) and (max-width: 1540px) {
    .Hide-Adv {
        display: none;
    }
}