﻿/* Editor
================================= */

.nx-editor .textblock > .PageElement-Title {
    font-size: 13pt;
    font-family: Arial;
    font-weight: bold;
}

.nx-editor-default {
    width: 1000px;
}

.nx-editor-buttons-default {
    width: 1000px;
}

/* Site
================================= */

.nx-body {
    font-size: 12px;
    font-family: Arial;
    line-height: 1.428571429;
    color: #1f2426;
    width: 100%;
}

@media (min-width: 1200px) {
    .nx-body .container {
        max-width: 1000px;
        min-width: 1000px;
    }
}

.nx-body .SRPrice600 {
    font-size: 18px;
    text-decoration: none;
    font-family: Verdana, Arial, sans-serif;
}

.nx-header {
    background-color: #fff;
}

.nx-html.MenuTheme-TopNav-Square-Fixed .nx-page,
.nx-html.MenuTheme-TopNav-Gradient-Fixed .nx-page,
.nx-html.MenuTheme-TopNav-Tabs-Fixed .nx-page {
    margin-top: 25px;
}


/* Content: Offer Groups*/
.nx-body .OGMainTable {
    border: 1px solid #1f7099;
    background-color: #FFFFFF;
}

.nx-body .OGSupplierInfoContainer {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

.nx-body .OGCategoryTableHeader {
    text-align: center;
}

.nx-body .OGCategoryTableLeft {
    border-left: 1px solid #1f7099;
    border-bottom: 1px solid #1f7099;
}

.nx-body .OGCategoryTableRight {
    border-left: 1px solid #1f7099;
    border-right: 1px solid #1f7099;
    border-bottom: 1px solid #1f7099;
}

.nx-body .OGPaddedContainer {
    padding: 5px;
}

/* Menu & Content overrides */


@media (max-width: 1200px) {
    .nx-body .page-wrapper {
        /*max-width: inherit !important;
        float: none !important;*/
    }

    .nx-body .container {
        max-width: 1000px;
        width: inherit;
    }
}

@media (max-width: 768px) {
    .nx-menu nav {
        width: 100% !important;
    }

        .nx-menu nav ul li {
            border: none !important;
            width: 100%;
        }

            .nx-menu nav ul li a {
                color: white !important;
            }

    .nx-body .page-wrapper {
        max-width: inherit;
    }
}

/* Search result category header */
.nx-body .categories-header-color {
    color: white;
}

.search-filter {
    background: #f8f8f8 !important;
}

.advance-search-filter {
    background: #f8f8f8;
}

.more-search {
    background: #1f7099;
    color: white !important;
    text-align: center;
}

    .more-search:hover {
        background: #1f7099 !important;
    }

.offer-itinerary-tooltip {
    color: #1f7099 !important;
    background: #f8f8f8;
}

.offer-dates-preposition {
    color: #c2c9cc;
}

.resort-heading,
.resort-footer {
    background: #1f7099;
    color: #fff !important;
}

.nx-body .offer {
    border: 1px solid #c2c9cc;
    background: #f8f8f8 !important;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .nx-body .offer img {
        width: 100%;
    }

    .nx-body .offer h3 {
        margin-top: 10px;
        margin-bottom: 0;
    }

.nx-body .OGCategoryTableBorder {
    border-left: 1px solid #c2c9cc;
    border-right: 1px solid #c2c9cc;
    border-bottom: 1px solid #c2c9cc;
    height: 50px;
    width: 100%;
}
.nx-body .OGCategory-right {
    border-right: 1px solid #c2c9cc;
    border-bottom: 1px solid #c2c9cc;
    height: 50px;
    width: 100%;
}

.nx-body .OGCategory-left {
    border-left: 1px solid #c2c9cc;
    border-bottom: 1px solid #c2c9cc;
    height: 50px;
    width: 100%;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff !important;
    background-color: #1f7099;
    border-color: #1f7099;
}

.nx-body .search-item {
    border: 1px solid #c2c9cc;
    background: #f8f8f8;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .nx-body .search-item h3 {
        margin-top: 10px;
        margin-bottom: 0;
    }

.offer-amenity,
.offer-content-container {
    background: #f8f8f8;
}

.itinerary-table {
}

    .itinerary-table > tr:nth-child(2n + 1),
    .itinerary-table > tbody > tr:nth-child(2n + 1),
    .itinerary-table > tfoot > tr:nth-child(2n + 1) {
        background: #f8f8f8;
    }


.offer-price-sm {
    color: #0a4766;
    font-weight:bold;
}

.offer-price {
    color: #0a4766;
    font-weight:bold;
}
.system-container {
    border: 1px solid #c2c9cc;
    background: #f8f8f8;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}

/* Content: Quick Search */
.nx-body .quicksearch__v2 .quicksearch-container {
    padding: 15px;
}

    .nx-body .quicksearch__v2 .quicksearch-container h4 {
        color: #ffffff;
    }