﻿
.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;
    }

/* Content: Offer Groups*/
.nx-body .OGMainTable {
    border: 1px solid #147CCC;
    background-color: #FFFFFF;
}


/* Editor */

.nx-editor .textblock > .PageElement-Title {
    font-size: 36px;
    color: #1f7099;
}

.nx-editor-default {
    width: 1000px;
}

.nx-editor-buttons-default {
    width: 1000px;
}

/* Site */

.nx-body {
    line-height: 1.5em;
    color: #000;
}

    .nx-body .container {
        max-width: 1000px;
    }

    .nx-body.body-default {
        background: #ffffff;
    }


    /* Background Colors */

    .nx-body .primary-bg-color {
        background: #0a4766;
    }

    .nx-body .secondary-bg-color, .nx-body .bg1, .nx-body .bg2 {
        background: #1f7099;
    }

    .nx-body .tertiary-bg-color, .nx-body .bg3 {
        background: #062d40;
    }

.nx-page {
    background: #fff;
}

/* Typography */

.nx-body .primary-font-color {
    color: #0a4766;
}

.nx-body .secondary-font-color {
    color: #1f7099;
}

.nx-body a {
    color: #1f7099;
}

    .nx-body a:hover,
    .nx-body a:focus {
        color: #0a4766;
    }

.nx-body h1 {
    font-size: 2.5em;
    font-family: 'Alegreya Sans', sans-serif;
    text-transform: uppercase;
    color: #1f7099;
}

.nx-body h2 {
    font-size: 2.25em;
    font-family: 'Alegreya Sans', sans-serif;
    text-transform: uppercase;
    color: #1f7099;
}

.nx-body h3 {
    font-size: 2em;
    color: #1f7099;
}

.nx-body h4 {
    font-size: 1.75em;
    color: #1f7099;
}

.nx-body p {
    color: #1f2426;
}

/* Page Elements */
.nx-body .offerList {
    border: 1px solid #c2c9cc;
    background: #e6eef2;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .nx-body .offerList img {
        width: 100%;
    }

    .nx-body .offerList h3 {
        margin-top: 10px;
        margin-bottom: 0;
    }

.nx-body .offer {
    border: 1px solid #292929;
    background: #292929;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .nx-body .offer img {
        width: 100%;
    }

    .nx-body .offer h3 {
        margin-top: 10px;
        margin-bottom: 0;
    }

/* Header */

.nx-header {
    background-color: #fff;
}

    .nx-header.container {
        max-width: 100%;
        background-color: rgba(255, 255, 255, 0);
    }

/* Nav */

.nx-menu {
    width: 100%;
    position: relative;
    z-index: 1021;
}

    .nx-menu nav {
        z-index: 1;
        line-height: 0.9em;
        background: rgba(255, 255, 255, 0.88);
        top: 0px;
        left: 0px;
        position: fixed;
        width: 100%;
        box-shadow: 5px 5px 2px #585858;
        padding-left: 30px;
        text-align: center;
        list-style: none;
    }



        .nx-menu nav a:focus,
        .nx-menu nav a:hover {
            color: #fff;
            text-decoration: none;
        }

        .nx-menu nav ul li:hover > ul {
            display: block;
            position: absolute;
            box-shadow: 4px 4px 6px #333;
            z-index: 99;
        }


        .nx-menu nav ul {
            position: relative;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .nx-menu nav ul:after {
                content: "";
                clear: both;
                display: block;
            }


        .nx-menu nav > ul > li {
            display: inline-block;
        }



        .nx-menu nav > ul > li {
            border-color: rgba(228, 228, 228, 0);
            margin: 2px 2px 2px 2px;
        }

        .nx-menu nav a {
            color: #000;
            display: inline-block;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 0.85em;
            font-family: 'Raleway', sans-serif;
            border-color: rgba(228, 228, 228, 0);
        }

        .nx-menu nav ul li.more {
            background-position: right 2px top 14px;
        }

        .nx-menu nav ul li a {
            display: block;
            padding: 14px 10px;
        }

        .nx-menu nav ul li.current {
            background-color: #0a4766;
        }

            .nx-menu nav ul li.current a {
                color: #fff;
            }

        .nx-menu nav ul li:hover {
            background-color: #0a4766;
        }


        .nx-menu nav ul ul {
            display: none;
            position: absolute;
            /*top: 100%;*/
            line-height: 1.2em;
            min-width: 200px;
        }

            .nx-menu nav ul ul li {
                float: none;
                border-top: 1px solid #eee;
                border-right: 1px solid #0a4766;
                position: relative;
                background-color: #0a4766;
                /*width: 100%;*/
                min-width: 200px;
            }

                .nx-menu nav ul ul li.more {
                    padding-right: 0;
                    background-image: url(../Images/caret-right.png);
                    background-repeat: no-repeat;
                    background-position: right 10px top 16px;
                }

                .nx-menu nav ul ul li:hover {
                    background-color: #1f7099;
                }

            .nx-menu nav ul ul ul {
                position: absolute;
                left: 100%;
                top: 0;
            }

                .nx-menu nav ul ul ul li {
                    background-color: #1f7099;
                    min-width: 200px;
                }

                    .nx-menu nav ul ul ul li:hover {
                        background-color: #0a4766;
                    }

        .nx-menu nav .selected {
            background-color: rgba(255, 255, 255, 0.6);
        }

@media (max-width: 384px) {
    .nx-menu nav ul li {
        /*background-color: #1f7099;
        border-right: 1px solid #0a4766;
        border-top: 1px solid #0a4766;
        border-bottom: 1px solid #0a4766;*/
        width: 100%;
    }
}


.nx-mobile-menu a {
    color: black !important;
}

.nx-mobile-menu nav a {
    text-align: left;
}

.nx-mobile-menu .nav {
    overflow-x: auto;
    max-height: 500px;
}

/* Content */

/* Content: Search Results */

.nx-body table.ContentTitleBar2 td {
    color: #fff;
    background-color: #1f7099;
}

    .nx-body table.ContentTitleBar2 td a {
        color: #fff;
    }

.nx-body .SRBottomSearchCritLabel {
    color: #fff;
}

.nx-body .tabactiveBackground {
    background-color: #1f7099;
    color: #fff;
}

.nx-body .ODPriceBoxHeader {
    color: #fff;
    border-left: 1px solid #1f7099;
    border-right: 1px solid #1f7099;
}

.nx-body table.ODCabinCategoriesContainer th.ODPriceBoxHeader {
    border-left: none;
    border-right: none;
}

.nx-body .ODPriceBoxRow1 {
    background: #EEE;
}

.nx-body .SRPrice800 {
    color: #ffffcc;
}

.nx-body .SpecialOD {
    background-color: #ffffcc;
    border-color: #aaaaaa;
}

.card-header.sticky-top {
    z-index: 0;
}


/* Content: Offer Details */

.nx-body .MainContentOD {
    border: 1px solid #1f7099;
    padding: 15px;
}

.nx-body .ODTabActive {
    background-color: #1f7099;
}

.nx-body .ODTabInactive {
    background-color: #062d40;
}

/* Content: Compare  */

.nx-body td.CompareColumn {
    border: 1px solid #999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nx-body div.CompareTop {
    background-color: #eee;
    color: #062d40;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    height: 80px;
    overflow: hidden;
}

.nx-body .ResultsBoxTop {
    font-size: 14px;
    font-weight: bold;
}


/* Content: Quick Search  */

.quicksearch-container a {
    color: #fff;
}

    .quicksearch-container a:hover,
    .quicksearch-container a:focus {
        color: #fff;
    }


.quicksearch-tab a {
    background: #054766;
}

    .quicksearch-tab a.active {
        color: #fff;
        background: #1f7099;
    }

.quicksearch-tab-body {
    background: #1f7099;
}

.nx-body .quicksearch__v2 label.MuiInputLabel-shrink {
    color: #ffffff !important;
}

.nx-body .quicksearch__v2 span.MuiFormControlLabel-label:not(.MuiInputLabel-animated) {
    color: #ffffff !important;
}

.nx-body .MuiInputLabel-shrink {
    background-color: #0a4766 !important;
}

.nx-body .quicksearch__v2 .quicksearch-container {
    padding: 15px;
}

    .nx-body .quicksearch__v2 .quicksearch-container h4 {
        color: #ffffff;
    }

/* Content: Cruise Search  */

.cruisesearch-container a {
    color: #fff;
}

    .cruisesearch-container a:hover,
    .cruisesearch-container a:focus {
        color: #fff;
    }

/* Footer */

.nx-footer {
    color: #fff;
    box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.9);
    background: #062d40;
    width: 100%;
}

    .nx-footer p,
    .nx-footer h1,
    .nx-footer h2,
    .nx-footer h3,
    .nx-footer h4,
    .nx-footer li,
    .nx-footer a {
        color: #fff;
    }

        .nx-footer a:hover,
        .nx-footer a:focus {
            color: #fff;
        }

/* Content: Offer Groups*/


.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 .OGCategoryTableBorder {
    border-left: 1px solid #1f7099;
    border-right: 1px solid #1f7099;
    border-bottom: 1px solid #1f7099;
    height: 50px;
    width: 100%;
}

.nx-body .OGCategoryTableRight {
    border-left: 1px solid #1f7099;
    border-right: 1px solid #1f7099;
    border-bottom: 1px solid #1f7099;
}

.nx-body .OGCategory-right {
    border-right: 1px solid #1f7099;
    border-bottom: 1px solid #1f7099;
    height: 50px;
    width: 100%;
}

.nx-body .OGPaddedContainer {
    padding: 5px;
}
/* Search result category header */
.nx-body .categories-header-color {
    color: white;
}

.nx-related-offer-title {
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
}


@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

.search-filter {
    border: 1px solid #c2c9cc;
    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: #e6eef2;
}

.offer-dates-preposition {
    color: #c2c9cc;
}

.resort-heading,
.resort-footer {
    background: #1f7099;
    color: #fff !important;
}

.trip-details-title {
    color: #1f7099;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 0 !important;
}

.nx-body .search-item {
    border: 1px solid #c2c9cc;
    background: #f8f8f8 !important;
    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;
}

.offer-price-sm {
    color: #1f7099;
    font-weight: bold;
}

.offer-price {
    color: #1f7099;
    font-weight: bold;
}

.nx-body .system-container {
    border: 1px solid #c2c9cc;
    background: #f8f8f8 !important;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}
