﻿/*To Fix RadioButtonList look disturbed by bootstrap rules Start*/
.radio-btn-list > label {
    display: inline;
    margin: 0px 10px 0px 5px;
}

.radio-btn-list > span > label {
    display: inline;
    margin: 0px 10px 0px 5px;
}
/*To Fix RadioButtonList look disturbed by bootstrap rules End*/


/*To Fix RadioButtonList look disturbed by bootstrap rules Start*/
.compac-radio-btn-list > label {
    display: inline;
    margin: 0px 5px 0px 0px;
}

.compac-radio-btn-list > span > label {
    display: inline;
    margin: 0px 10px 0px 5px;
}
/*To Fix RadioButtonList look disturbed by bootstrap rules End*/

.remove-input-bottom-margin {
    margin-bottom: 0px !important;
}

/*For Login*/
.login-container {
    margin: 20px auto;
    width: 400px;
}

/*For Overlay message */
.OverlayMessage {
    width: 200px;
    height: 200px;
    margin: 200px auto;
}



.validation-message {
    color: Red;
    font-size: 10px;
}


#panel_TravelServiceInventoryPricePlan {
    height: 600px;
}

.airfair_container {
    margin-left: 0px !important;
}

    .airfair_container .control-group {
        margin-bottom: 3px;
    }


.airfare_buttons {
    width: 100%;
    text-align: center;
}



/*ADD / SELECT RECORD MODEL POPUP SECTION START */
.modal-popup-bg {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.8;
}

.add-select-modelpopup {
    min-width: 700px;
    min-height: 500px;
    background: white;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 5px 20px 5px 20px;
}

/* Only for Model Popup */
.remove-popup-bottom-margin .control-group {
    margin-bottom: 5px !important;
    line-height: 15px;
}
/*ADD / EDIT RECORD MODEL POPUP SECTION END */


.passive-air-modelpopup {
    min-width: 700px;
    min-height: 200px;
    background: white;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 20px;
}

/*HORIZONTAL FORM FIX FOR PASSIVE SEGMENT*/

.passive_segment_form .control-label {
    width: 115px !important;
}

.passive_segment_form .controls {
    margin-left: 120px !important;
}

/*VERTICAL FORM WITH LESS BOTTOM CONTROL MARGIN*/

.vertical_popup .control-group {
    margin-bottom: 5px;
}

.vertical_popup .control-label {
    width: 150px !important;
}

.invisibleColumn {
    display: none;
    width: 0px;
}

.top_separate_fields {
    margin-bottom: 12px !important;
}


#request_form .span4 {
    margin-left: 0px;
}

.padd_left_20 {
    padding-left: 20px;
}

.horizontal-line hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE -moz-use-text-color #FFFFFF;
    border-style: solid none;
    border-width: 2px 0;
    margin: 0px;
}


/*Booking Summary and detail CSS*/

.request-booking {
    width: 420px;
    float: left;
    background-color: #F8F8F8;
    padding: 10px;
}

.loyalty-accounts {
    width: 300px;
    float: left;
    margin-left: 30px;
    background-color: #C2DFFF;
    padding: 10px;
}

.request-totals {
    font-weight: bold;
}

.top-bottom-border {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    width: 150px;
}

.border-top {
    border-top: 1px solid black;
    width: 150px;
}

.tbl-booking td:nth-child(3) {
    text-align: right;
    width: 150px;
}

.tbl-booking td:nth-child(2) {
    width: 20px;
}

.tbl-loyalty-accounts td:nth-child(1) {
    width: 200px;
}

.tbl-loyalty-accounts td:nth-child(3) {
    text-align: right;
    width: 100px;
}

.tbl_cards_by_person td {
    padding: 5px 2px 2px 10px;
}

.tbl_cards_by_person th {
    text-align: left;
    color: #0088CC;
}

.expired_card {
    background-color: #D8D8D8;
}

.tbl_adjustments td:nth-child(2), .tbl_adjustments td:nth-child(5) {
    text-align: right;
    padding: 0px 5px 0px 5px;
}

.tbl-client-commissions td {
    text-align: right;
    padding: 5px 5px 0px 5px;
}



.table-finalize-itinerary tbody > tr:nth-child(even) > td, .table-finalize-itinerary tbody > tr:nth-child(odd) > th {
    background-color: #DBEEF3;
}

.table-finalize-itinerary tbody > tr > td {
    font-size: 12px;
    text-align: right;
    padding: 5px;
}

.table-finalize-itinerary-hover tbody tr:hover > td {
    /*background-color: #F2FEFE;*/
}

.table-finalize-itinerary tbody > tr > th {
    font-size: 11px !important;
    text-align: center;
    font-weight: bold;
    font-family: "Arial";
    padding: 3px;
}

.tbl-finalized-views tbody > tr > td:nth-child(2) {
    text-align: right;
    padding: 0px 0px 0px 10px;
}

.highlight {
    background-color: yellow;
}

.pricing_grid_header {
    background-color: #DBEEF3;
    font-weight: bold;
    font-size: 11px !important;
    text-align: center !important;
    font-family: Arial;
}


.border-left {
    border-left: 1px solid black;
}

#tbl_request_fee td:nth-child(2) {
    text-align: right;
    padding: 2px;
}

.read-only-label {
    background-color: Gray;
    width: 70px;
    border: 1px solid #F0F0F0;
    padding: 5px;
}

.remove-textboxes-bottom-margin td input[type="text"] {
    margin-bottom: 0px !important;
    line-height: 15px;
}

/*Sell Inventory */
.sell_inventory_right_column {
    background-color: #F2F2F2;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.week {
    background-color: #F2F2F2;
    width: 30px !important;
}

.selectable-day {
    font-size: 12px;
    width: 70px;
    height: 30px !important;
    font-weight: bold;
}

/*RADIO BUTTON LIST */
span.radio {
    padding: 0px;
}

    span.radio > input[type="radio"] {
        margin: 8px -5px 7px 0px;
    }

    span.radio > label {
        float: left;
        margin-right: 5px;
        padding: 0px 5px 0px 10px;
    }

.remove-textboxes-bottom-margin-div input[type="text"] {
    margin-bottom: 0px !important;
    line-height: 15px;
}

.week-internal-ids {
    position: absolute;
    display: none;
    width: 155px;
    background-color: #e0e0e0;
    border-radius: 7px;
    padding: 10px 5px;
}

    .week-internal-ids li {
        display: block;
    }


.my-resort {
    color: #a0a0a0;
    font-size: 12px;
    margin-left: 8px;
}


/*Vendor Inventory Dashboard */

.resort-image {
    width: 180px;
    height: 190px;
}


.resort-box {
    width: 80%;
    height: 110px;
    margin: 1px auto;
    background-color: #595959;
    padding: 5px;
    color: White;
}


.link-underline {
    text-decoration: underline;
    font-weight: bold;
}

.term_conditions {
    font-size: 20px;
    margin-left: 5px;
}


.gray-text {
    color: #A0A0A0;
    padding-top: 5px;
}


.inventory-months table {
    width: 100%;
}


.inventories-types {
    position: absolute;
    display: none;
    background: #595959;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
}

.pointer {
    cursor: pointer;
}

.resort-box-selected {
    width: 80%;
    height: 110px;
    margin: 1px auto;
    background-color: #A3A3A3;
    padding: 5px;
    color: White;
}

.inventory-arrival-date-selected {
    width: 80%;
    height: 110px;
    margin: 1px auto;
    background-color: #4BACC6;
    padding: 5px;
    color: White;
}

.compressed-form .control-group {
    margin-bottom: 3px;
}

.largeCheckBoxList input[type="checkbox"] {
    font-size: 22px;
    margin: 15px;
}

.largeCheckBoxList label {
    font-size: 22px;
    margin: 15px 0px 15px 15px;
}

.center-div {
    margin: 5px auto;
}

.search-limits h5 {
    margin-bottom: 2px !important;
}

.optional_text {
    font-size: 11px;
    font-weight: lighter;
    font-style: italic;
    line-height: 1;
}

#tlbSheetSummary {
    border: 2px solid #ddd;
}

    #tlbSheetSummary th {
        background-color: #f9f9f9;
        font-size: 13px;
        padding: 15px 0 0;
        text-align: center;
        width: 100px;
    }

        #tlbSheetSummary td:nth-child(5), #tlbSheetSummary td:nth-child(2), #tlbSheetSummary th:nth-child(5), #tlbSheetSummary th:nth-child(2) {
            border-left: 2px solid #ddd;
        }

#tbl_sellInventory td {
    vertical-align: top;
}

#tlbSheetSummary th:nth-child(1), #tlbSheetSummary td:nth-child(1) {
    text-align: left;
    vertical-align: middle;
    width: 450px;
    margin: 0px;
}

.internl_external_weeks {
    height: 30px;
    margin: -16px 0 40px;
    padding: 0 0 10px 50px;
    position: absolute;
    color: #767676;
}

.inventory_resort {
    padding: 5px;
}

    .inventory_resort h5 {
        display: inline;
    }


/* #tbl_sellInventory
{
    border: 2px solid #ddd;
}

#tbl_sellInventory h4 
{
    font-size: 14px;
    margin-top: 2px;
}

#tbl_sellInventory > tbody > td
{
    vertical-align: top;
}

#tbl_sellInventory > tbody > tr > td:first-child
{
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#tbl_sellInventory > tr:nth-child(2) td:first-child
{
    height: 180px;
}

#tbl_sellInventory > td:nth-child(1), #tbl_sellInventory > td:nth-child(2)
{
    width: 600px;
    height: 370px;
    float: left;
    padding: 10px;
}

#tbl_sellInventory > td:nth-child(2)
{
    width: 500px !important;
} */

.resort_thumbnail {
    width: 100px;
    height: 100px;
}

.normal-label {
    font-weight: normal !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.resort-unit-panel {
    min-height: 325px; /* max-height: 325px;*/
    overflow: hidden;
}

.inventory-misc-option-boxes {
    min-height: 175px;
    max-height: 175px;
    overflow: hidden;
}

.inventory-price-adjustments {
    min-height: 175px;
}

.bottom-border {
    border-bottom: 1px solid #ccc;
}

.top-border {
    border-top: 1px solid #ccc;
}

.resort-details-section {
    height: 150px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 5px;
    overflow-y: auto;
}

.row-with-padding {
    padding: 5px 0px 5px 0px;
}

.inventory-weeks-adjustments {
    max-height: 80px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 5px;
    overflow-y: auto;
}

.tbl-inventory-adjustments td {
    padding: 2px;
}

/*LOAD INVENTORY*/

.load_inventory_selection {
    padding: 0px 0px 0px 50px;
}

    .load_inventory_selection label {
        padding: 5px;
        color: #A9A9A9;
    }

    .load_inventory_selection input {
        margin: 0px 0px 0px 15px;
        color: #A9A9A9;
    }

.thick-horizontal-line {
    border-bottom: 2px solid #A9A9A9;
    margin: 2px 0px 10px 0px;
}

.single-horizontal-line {
    border-bottom: 1px solid #ddd;
    margin: 2px 0px 10px 0px;
}

.accept-link-green {
    /*color: #4A960C;*/
    color: #23527c;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}


.inventory-internal-external-option {
    min-height: 175px;
    overflow-y: auto;
}

.underlined-link {
    text-decoration: underline;
}


/* PROGRESS STEPS */

.tbl-progress-steps {
    width: 75%;
    margin: 10px;
}

    .tbl-progress-steps tr {
        height: 15px;
    }

.selected-progress-step {
    background-color: #5ea826;
    border-radius: 50px;
    color: white;
    font-size: 18px;
    height: 35px;
    line-height: 2.1;
    text-align: center;
    vertical-align: middle;
    width: 35px;
}

.progress-steps-connector {
    background-color: #A1A1A1;
    width: 250px;
    height: 8px;
}

.not-selected-progress-step {
    background-color: #d7d7d7;
    border-radius: 50px;
    color: white;
    font-size: 18px;
    height: 35px;
    width: 35px;
    line-height: 2.1;
    text-align: center;
    vertical-align: middle;
}

.tbl-progress-steps > tr td:nth-child(odd) {
    width: 35px;
}

.tbl-progress-steps h5 {
    position: absolute;
}

.panel-heading h4 {
    margin: 0px;
}

.calendar-title {
    font-size: 18px;
    color: darkgray;
}



.radio-button-list-yes-no {
    padding: 0px 0px 0px 10px;
}

    .radio-button-list-yes-no label {
        padding: 5px;
        color: #A9A9A9;
        font-size: 14px !important;
    }

    .radio-button-list-yes-no input {
        margin: 0px 0px 0px 15px;
        color: #A9A9A9;
    }

.crud-action-link {
    font-size: 14px;
    text-decoration: none;
}

    .crud-action-link:hover {
        font-size: 14px;
        text-decoration: none;
    }

.load-inventory-links {
    font-size: 14px;
    text-decoration: none;
}


.load-sheet-overlay {
    background-color: #E8E8E8;
    pointer-events: none;
    opacity: 0.6;
}


.selected-resort h4 {
    color: white;
    margin: 0;
}

/*DASHBOARD */

.blue-controls-bar {
    background: none repeat scroll 0 0 #0785ab;
    height: 42px;
    margin-top: 10px;
    padding: 5px 20px;
    color: White;
}

    .blue-controls-bar a, inventory-controls-links {
        color: White;
    }

    .blue-controls-bar h4 {
        margin: 8px 0px 0px -15px;
    }

.repeater-stripped .repeater-row, .listView-row {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

    .repeater-stripped .repeater-row:last-child {
        border-bottom: 1px solid #ddd;
    }

    .repeater-stripped .repeater-row:nth-of-type(odd) {
        background-color: #d7d7d7;
    }

    .repeater-stripped .repeater-row h3, .listView-row h3 {
        margin: 0px 15px 0px 5px;
        display: inline;
    }

    .repeater-stripped .repeater-row h4, .listView-row h4 {
        margin: 0px 15px 0px 5px;
        display: inline;
    }

    .repeater-stripped .repeater-row h5, .listView-row h5 {
        margin: 0px 15px 0px 5px;
        display: inline;
        color: #58606A;
    }

.remove-top-margin {
    margin-top: 0px !important;
}

.SelectedRowStyle {
    background-color: #a9a9a9 !important;
}

.row-with-no-margin {
    margin: 0px;
    padding: 5px;
}

.arrival-dates {
    /*background-color: #A0FFFF !important;*/
    margin: 2px !important;
}

.selected-inventory-filter {
    background-color: #fcfcfc !important;
    border-color: White !important;
    color: blue !important;
    font-weight: bold !important;
}


.navigation-link:hover {
    text-decoration: none;
}


td.week:hover {
    background-color: Silver;
    cursor: pointer;
}

.table > tbody > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: baseline;
    border-top: 1px solid #ddd;
    text-align: center;
}

.table > tbody > tr > th {
    text-align: center !important;
}

.light_gray_heading_bar h4 {
    font-size: 16px !important;
}

.white_heading_bar h4 {
    font-size: 16px;
    color: #747474;
}

.col-without-padding {
    padding: 0px 4px 0px 0px !important;
}

.panel-primary {
    border-color: #ccc !important;
}

.small-label label {
    font-weight: lighter;
    font-size: 11px;
}

.small-label div {
    padding: 0px !important;
    margin: 0px !important;
}

.tblQuickLoadInventory td {
    padding: 0px 5px 0px 5px;
}

/*.quick-load-inventory-entry
{
    padding: 7px 0px 5px 0px; border-bottom: 1px solid #a9a9a9;
}*/

.cusom-date-filter {
    font-size: 13px !important;
    padding: 2px 0px 0px 5px !important;
}

.zero-padding {
    padding: 0px !important;
}

.weeks-utilization {
    padding-left: 0px !important;
    padding-right: 0px !important;
    color: #337ab7 !important;
}

.percentage-sign {
    font-size: 25px;
}

#div_TopFilterLinks {
    margin-bottom: 15px;
}


.dashboard-calculations {
    padding-top: 0px;
}

    .dashboard-calculations span {
        margin-right: 50px;
    }



.inventory-week-value {
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 50px;
    font-size: 14px;
}

.inventory-week-label {
    width: 60px;
    float: left;
    font-size: 14px;
}

.month-week-utilization {
    float: left;
    font-size: 16px;
    margin: 8px 0px 0px 0px;
    width: 60px;
    text-align: right;
}

.date-week-utilization {
    float: left;
    font-size: 16px;
    margin: 8px 0 0 10px;
    padding-right: 10px;
    text-align: right;
    width: 70px;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.inventory-step-wizard .form-control {
    font-size: 14px !important;
}

.inventory-step-wizard label {
    font-size: 16px !important;
    font-weight: normal !important;
}

.display-line {
    display: inline !important;
}

#tbl-load-inventory-adjustmens td {
    padding: 0px 0px 5px 0px;
}

.step-wizard-back-link {
    margin: 0px 0px 15px 0px;
    display: block;
}


.top-bottom-padding {
    padding: 7px 0px 7px 0px;
}

.inventory-details-popup h6 {
    font-size: 11px;
}

a[class="control-bar-dashboard-link"] {
    color: White;
    display: block;
    margin: 6px 0 0;
}

a[class="control-bar-dashboard-link"] {
    color: White;
    display: block;
    margin: 6px 0 0;
}

.blue-controls-bar h2 {
    margin-top: 0px;
}

    .blue-controls-bar h2 a:hover {
        text-decoration: none;
    }

.left-bottom-padding {
    padding: 0px 0px 7px 10px;
}

.bottom-padding {
    padding-bottom: 7px;
}


.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.horizontal-label {
    text-align: right;
    padding: 0px 5px 0px 0px !important;
}

.horizontal-control {
    text-align: left;
}

.form-control-inline {
    width: auto !important;
    display: inline;
}


.home-page-logo {
    display: block;
    float: left;
}


.main-menu {
    float: left;
    margin-top: 20px;
}

.loggedin-view {
    /*float: right;*/
    /*margin-top: 20px;*/
}


.light-blue-heading-bar {
    background: #0ca7d3;
    height: 35px;
    padding: 2px 20px;
    margin-top: 5px;
    color: White;
    font-size: 16px;
    line-height: 2em;
}

.dark-blue-heading-bar {
    background: #0785ab;
    height: 40px;
    padding: 5px 19px;
    /*margin-top: 5px;*/
    color: White;
}

.white-heading-bar {
    height: 42px;
    padding: 5px 20px;
    margin-top: 5px;
    color: #7b676f !important;
    border: 2px solid gray;
}


.SelectedRowStyle td {
    /*background-color: #a9a9a9 !important;*/
    /*background-color: #e89e61 !important;*/
    background-color: #AFC0C6 !important;
    color: #fff !important;
}

.required-field {
    color: red;
    font-size: 17px;
}


.cross-icon h3 {
    margin: 5px;
}

.cross-icon a {
    color: #747474;
}

    .cross-icon a:hover {
        text-decoration: none;
    }

.normal-label label {
    font-weight: normal !important;
}

.col-without-padding {
    padding: 0px !important;
}

.white-heading-bar h4 {
    line-height: 8px;
}

.white-heading-bar .radio_button {
    margin-top: 5px !important;
}

.gray-heading-bar {
    background: #d7d7d7;
    height: 42px;
    margin-top: 5px;
    color: #747474;
}

.buy-inventory-filters {
    max-height: 150px;
    overflow-y: auto;
    font-size: 12px;
}

/*.reduce-padding {
    padding: 5px !important;
}*/


.buy-inventory-filter-panel .panel-heading {
    /*background-color: #0785ab !important;*/
    background: linear-gradient(90deg, #E0DCDC, #b4b6b6);
    background: -webkit-linear-gradient(90deg, #E0DCDC, #b4b6b6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #E0DCDC, #b4b6b6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #E0DCDC, #b4b6b6); /* For Firefox 3.6 to 15 */
    color: #000;
    border-color: #ccc;
}

.buy-inventory-filter-panel .panel-body {
    padding: 5px !important;
}

.site-footer {
    color: white;
    height: 50px;
    padding: 10px;
    background-color: #222;
}

    .site-footer a {
        color: white;
    }

    .site-footer .single-horizontal-line {
        border-bottom: 1px solid #ddd;
        margin: 0px 0px 5px 20px;
    }

.mouse-hover-popups {
    position: absolute;
    display: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 10px;
    background-color: white;
    border: 3px solid #dcd0d0;
    z-index: 111111;
}

.div-height-150-with-overflow {
    max-height: 150px;
    overflow-y: auto;
    font-size: 12px;
}


.inventory-quick-load label {
    font-weight: normal !important;
}

.inventory-quick-load td {
    padding: 5px;
}

.inventory-quick-load div {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.inventory-quick-load .add-week {
    display: block;
    margin-top: 5px;
    font-weight: bold;
    text-decoration: underline;
}

.weeks-popup label {
    font-weight: normal !important;
    font-size: 12px;
}

#div-arrival-weeks table {
    width: 100% !important;
}

.top-bottom-padding {
    padding-top: 3px;
    padding-bottom: 3px;
}


.p_content_big {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 16px;
    color: inherit;
}

.p_content_small {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 14px;
    color: inherit;
}

.inventory_load_comments {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 13px;
    color: inherit;
}

.alert_message_customization {
    border: solid 2px #a7d6e4;
    color: #3f717f !important;
    font-size: 16px;
}

.tooltip_help_icon {
    height: 15px;
    width: 15px;
    border-radius: 12px;
    background-color: white;
}


.dashboard_help {
    max-width: 400px;
    margin: 0 auto;
    position: fixed;
    top: 10px;
}

#dashboard_help .popover {
    min-width: 700px;
    height: 320px;
}

.dashboard_calculations_summary .popover {
    max-width: 400px;
    margin: 0 auto;
    position: fixed;
    top: 10px;
}

.my_account .popover {
    color: black !important;
    min-width: 600px;
}

.associated_resorts .popover {
    color: black !important;
    min-width: 600px;
}


.member_account .popover {
    max-width: 600px;
}

.gray_inventoy_heading {
    margin-top: 0px !important;
    font-size: 16px;
    /*background: #d7d7d7;*/
    /*margin-top: 5px;*/
    height: 37px;
    color: #747474;
}

.light_gray_heading_bar {
    background: #f9f9f9;
    height: 42px;
    color: #747474;
    border: 1px solid #ddd;
}

/**NEW CSS ADD HERE*/
.sky_heading_bar {
    background: #5bc0de;
    height: 42px;
    color: #fff;
    border: 1px solid #0785ab;
    background: -webkit-linear-gradient(0deg, #7bdcf7, #0ca7d3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, #7bdcf7, #0ca7d3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, #7bdcf7, #0ca7d3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, #7bdcf7, #0ca7d3); /* Standard syntax (must be last) */
    margin-left: 0px;
    max-width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


    .sky_heading_bar h4 {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

.sky-outer-block1 {
    border-top: 1px solid #0785ab;
    border-left: 1px solid #0785ab;
    border-right: 1px solid #0785ab;
    padding: 0px;
    border-color: #0785ab;
}

.sky-outer-block {
    border: 1px solid #0785ab;
    padding: 0px;
    border-radius: 3px;
    border-color: #0785ab;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 3px;
}

    .table > tbody > tr > th {
        text-align: center !important;
        background-color: #5bc0de;
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 2px solid #0785ab;
        background: -webkit-linear-gradient(180deg, #D1F4FF, #5DC4E2); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(180deg, #D1F4FF, #5DC4E2); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(180deg, #D1F4FF, #5DC4E2); /* For Firefox 3.6 to 15 */
        background: linear-gradient(180deg, #D1F4FF, #5DC4E2); /* Standard syntax (must be last) */
        max-width: 100%;
        height: 43px;
    }

    .table > tbody > tr {
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }


        .table > tbody > tr > td {
            padding: 8px;
            line-height: 1.42857143;
            vertical-align: baseline;
            border-top: 1px solid #ddd;
            text-align: center;
            color: #767777;
            font-size: 14px;
        }

.mGrid1 {
    width: 100%;
    background-color: #fff;
    margin: -6px 0 10px 0;
    /*border: solid 1px #2793B6;*/
    border-collapse: collapse;
}

    .mGrid1 td {
        /*padding:2px;*/
        padding: 10px;
        border: solid 1px #c1c1c1;
        color: #717171;
        text-align: center;
    }

    .mGrid1 th {
        padding: 4px 2px;
        color: #000;
        /*background: #A7DBF6 url('/Images/Grid/H3.jpg') repeat-x top;*/
        border-left: solid 1px #2793B6;
        background: -webkit-linear-gradient(180deg, #D1F4FF, #B0DFED); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(180deg, #D1F4FF, #B0DFED); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(180deg, #D1F4FF, #B0DFED); /* For Firefox 3.6 to 15 */
        background: linear-gradient(180deg, #D1F4FF, #B0DFED); /* Standard syntax (must be last) */
        height: 33px;
        border-top: 2px solid #0785ab;
        font-size: 0.9em;
        text-align: center;
    }

        .mGrid1 th a {
            color: #000;
            text-decoration: underline;
        }

    .mGrid1 tr {
        height: 26px;
    }

    .mGrid1 th a:hover {
        color: #000;
        text-decoration: underline;
    }

    .mGrid1 tr:hover {
        color: #000;
        /*background-image: url('/Images/Grid/H3.jpg');*/
        background: linear-gradient(90deg, #96C5F4, #9DE1F5);
        background: -webkit-linear-gradient(90deg, #96C5F4, #9DE1F5); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(90deg, #96C5F4, #9DE1F5); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(90deg, #96C5F4, #9DE1F5); /* For Firefox 3.6 to 15 */
        background-repeat: repeat-x;
    }

    .mGrid1 .pgr1 {
        background: #424242 url('/Images/Grid/H3.jpg') repeat-x top;
    }

        .mGrid1 .pgr1 table {
            margin: 5px 0;
        }

        .mGrid1 .pgr1 td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid1 .pgr1 a {
            color: #666;
            text-decoration: none;
        }

            .mGrid1 .pgr1 a:hover {
                color: #000;
                text-decoration: none;
            }



.radio_button label {
    padding-left: 5px;
}

.col-with-padding {
    padding: 7px !important;
}

/***NEW CSS CLOSES HERE***/


.saved_searches_headers {
    font-weight: normal !important;
}

.inventory_searches_panel {
    padding: 0px 15px;
    /*border: 2px solid #d7d7d7;*/
}


.white_heading_bar {
    height: 42px;
    color: #A0A0A3 !important;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.request_detail_entry label {
    font-weight: normal !important;
}


.light_gray_resort_filter_bar {
    background: #f9f9f9;
    color: #747474;
    border: 1px solid #ddd;
    padding: 10px;
    height: 80px;
}

.resort_name_filter {
    width: 150px;
    display: inline;
    margin-top: 10px;
}

.light_gray_resort_filter_bar div {
    padding: 0px;
}

.resort_item {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    height: 125px;
}

    .resort_item h6 {
        margin: 0px;
    }

    .resort_item h5 {
        margin: 3px 2px 3px 2px;
        color: #7b7c7c;
    }

.resort_slider_image {
    width: 150px;
    height: 100px !important;
}


.resort_tabs_info {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    min-height: 300px;
    padding: 10px;
}

.incentive_icon {
    height: 25px;
}

.selected_resort_details {
    padding: 10px;
}

    .selected_resort_details row {
        margin: 0px !important;
    }

.resort_carousel_images {
    width: 120px;
    height: 80px;
}

.inventory_price {
    color: #5ea123;
    font-weight: bold;
}

.selected_inventory h5 {
    color: #879497;
}

.thick-silver-horizontal-line {
    border-bottom: 2px solid #ddd;
    margin: 10px 0px 10px 0px;
}

.remove_left_padding {
    padding-left: 0px !important;
}

.remove_right_padding {
    padding-right: 0px !important;
}

.remove_top_padding {
    padding-top: 0px !important;
}

.remove_bottom_padding {
    padding-bottom: 0px !important;
}

.border_top {
    border-top: 1px solid #ddd;
}

.inventory_booking_details label {
    font-weight: normal !important;
}

.inventory_booking_details {
    color: #879497;
}

    .inventory_booking_details h4 {
        color: #3c3528 !important;
    }


.add_credit_card .row {
    padding: 5px;
}

.persons_credit_cards {
    max-height: 200px;
    overflow-x: auto;
}

#lnktermsAndConditions {
    cursor: pointer;
}

.light_gray_bar {
    background-color: #f5f5f5;
    margin: 10px 0px 10px;
    border: 1px solid #ddd;
    line-height: 2;
    vertical-align: middle;
}

.request_authorization_edits {
    margin-top: 10px;
}


.dashboard_small_right_boxes {
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
}

    .dashboard_small_right_boxes h4 {
        margin: 5px;
    }



.custom_dates_controls {
    margin-top: 2px;
}

    .custom_dates_controls .btn-success {
        margin-top: 2px;
    }

    .custom_dates_controls .custom_dates_button {
        padding-left: 0px;
    }

.selected_resort_filter {
}

    .selected_resort_filter h4 {
        margin-top: 0px;
        margin-bottom: 5px;
        color: #A0A0A0;
        font-weight: bold;
        font-size: 16px;
    }


/* FILTERS*
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 9px;
}

    */

.btn-default {
    height: 34px;
}

.droppingBorder { /* border-top: 1px solid #0785ab; */
    border-left: 1px solid #0785ab;
    border-right: 1px solid #0785ab;
    padding: 5px;
    /* border-radius: 3px; */
    border-color: #0785ab;
    border-bottom: 1px solid #0785ab;
}

.no-right-padding {
    padding-right: 0px;
}



.disabled_link a {
    text-decoration: none;
    color: #58606a !important;
}


.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.border_right_silver {
    border-right: 1px solid #ddd;
}

.dashboard_close_icon_posiion {
    float: right;
    margin-right: 25px;
}

.margin_right_15 {
    margin-right: 15px;
}


.grid_close_icon {
    text-align: left !important;
    width: 74px;
    padding: 0px;
}

.supplier_arrival_control_bar {
    margin: 5px;
    color: #A9A9A9;
    line-height: 2.5;
}

/*To Fix RadioButtonList look disturbed by bootstrap rules Start*/
.radio-btn-list-horizontal > label {
    display: inline;
    margin: 0px 10px 0px 5px;
    font-weight: normal;
}

.radio-btn-list-horizontal > span > label {
    display: inline;
    margin: 0px 10px 0px 5px;
    font-weight: normal;
}
/*To Fix RadioButtonList look disturbed by bootstrap rules End*/


.with-mi-gutter > [class*='col-'] {
    padding-right: 2px;
    padding-left: 2px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.light_gray_bar_locate_inventory {
    background-color: #f5f5f5;
    margin: 10px 0px 10px;
    border: 1px solid #ddd;
    line-height: 4;
    vertical-align: middle;
}

.col-without-gutter {
    padding-right: 2px;
    padding-left: 2px;
}

.nopadding {
    padding: 0 !important;
}


.credit_card_address_details {
    background-color: #cccccc;
    border-radius: 5px;
    margin-top: 2px;
    padding: 5px;
}

.no_bottom_margin {
    margin-bottom: 0px;
}

.text-left-force {
    text-align: left !important;
}

.larg_check_box input {
    width: 18px;
    height: 18px;
}

a.disabled_link {
    color: #58606a;
}

    a.disabled_link:hover {
        text-decoration: none;
    }

.ytd_payments {
    font-size: 14px;
}

.two_pixel_input_padding input, select {
    padding: 2px !important;
}



/*Custome Buttom */
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222222;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-inverse:hover,
    .btn-inverse:focus,
    .btn-inverse:active,
    .btn-inverse.active,
    .btn-inverse.disabled,
    .btn-inverse[disabled] {
        color: #ffffff;
        background-color: #222222;
        *background-color: #151515;
    }

    .btn-inverse:active,
    .btn-inverse.active {
        background-color: #080808 \9;
    }

.inventory_adjustments {
    margin-top: 10px;
    max-width: 640px;
    background-color: white;
    padding: 10px 10px 10px 20px;
    border-radius: 15px;
}

.white_text {
    color: white !important;
}


.border-div {
    border: 2px solid #ddd;
    padding: 5px 5px 10px 5px;
}

/*Fixed Header Table Start */
.table-fixed thead {
    width: 97%;
}

.table-fixed tbody {
    height: 230px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}

    .table-fixed tbody td, .table-fixed thead > tr > th {
        float: left;
        border-bottom-width: 0;
    }
/*Fixed Header Table End*/


.normal-labels label {
    font-weight: normal !important;
}

.header-table {
    padding: 0 !important;
    margin: 5px 0px 0px 0px !important;
   
}

    .header-table tr td {
        padding: 2px !important;
         color:white !important;
         font-family:'Oswald', sans-serif;
         text-align:left !important;
    }


    .inventory-price{
        color:black;
        font-size:18px;
        display:block;
        padding:5px 0px 5px 0px;
    }

    
.custom-overlay {
    background-color: #E8E8E8;
    pointer-events: none;
    opacity: 0.6;
}
