﻿.nx-menu {
    padding: 0;
    min-width: 40px;
    max-width: 640px;
}

    .nx-menu nav {
        margin: 0;
        padding: 2px;
        line-height: 0.9em;
    }

        .nx-menu nav a {
            color: #7c7c7c;
        }

            .nx-menu nav a:focus,
            .nx-menu nav a:hover {
                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 {
            list-style: none;
            position: relative;
            margin: 0;
            padding: 0;
        }

            .nx-menu nav ul:after {
                content: "";
                clear: both;
                display: block;
            }

            .nx-menu nav ul li {
                float: left;
            }

                .nx-menu nav ul li.more {
                    padding-right: 10px;
                    background-image: url(../Images/caret-down.png);
                    background-repeat: no-repeat;
                    background-position: right 14px top 14px;
                }

                .nx-menu nav ul li a {
                    display: block;
                    padding: 14px 15px;
                }

                .nx-menu nav ul li.current a {
                    color: #754940;
                }

                .nx-menu nav ul li:hover {
                    background-color: #F6F5F0;
                }


            .nx-menu nav ul ul {
                display: none;
                position: absolute;
                line-height: 1.2em;
                min-width: 150px;
            }

                .nx-menu nav ul ul li {
                    float: none;
                    border-top: 1px solid #eee;
                    border-right: 1px solid #eee;
                    position: relative;
                    background: #F6F5F0;
                    min-width: 150px;
                }

                    .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: #fbfbfb;
                    }

                .nx-menu nav ul ul ul {
                    position: absolute;
                    left: 101%;
                    top: 0;
                }

                    .nx-menu nav ul ul ul li {
                        background: #fbfbfb;
                        min-width: 150px;
                    }

        .nx-menu nav .selected {
            background: #FFF;
        }



/* Content: Quick Search  */

.quicksearch-container a {
    color: #fff;
}

    .quicksearch-container a:hover,
    .quicksearch-container a:focus {
        color: #fff;
    }

.quicksearch-tab a {
    background: #2F5079;
}

    .quicksearch-tab a.active {
        color: #fff;
        background: #1f7099;
    }

.quicksearch-tab-body {
    background: #1f7099;
    padding: 0 10px 15px 10px;
    min-width: 275px;
}

/* Content: Cruise Search  */

.cruisesearch-container a {
    color: #fff;
}

    .cruisesearch-container a:hover,
    .cruisesearch-container a:focus {
        color: #fff;
    }

.nx-body .OGSupplierInfoContainer {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
}


.nx-body .ODPriceBoxHeader {
    color: #fff;
    border-left: 1px solid #248A99;
    border-right: 1px solid #248A99;
}

.nx-body .ODPriceBoxRow1 {
    background: #EEE;
}

.nx-body td.SROfferContent {
    background-color: #fff;
}

.nx-body .SRPrice800 {
    color: #ffffcc;
}

.nx-body .SpecialOD {
    background-color: #abc5d3;
    border-color: #aaaaaa;
    border-style: solid;
    border-width: 1px;
}

/* Content: Offer Details */

.nx-body div#DetailPageTop {
    background-color: #fff;
}

.nx-body .MainContentOD {
    border: 1px solid #248A99;
    padding: 12px;
    background-color: #fff;
}

.nx-body .ODTabActive {
    background-color: #248A99;
}

.nx-body .ODTabInactive {
    background-color: #006470;
}

.nx-body table.ListTable1 {
    background-color: #fff;
}

.nx-body .tabactiveBackground {
    background-color: #248A99;
    color: #fff;
}

/* Content: Search Results */

.nx-body table.ContentTitleBar2 td {
    color: #fff;
    background-color: #248A99;
}

.nx-body .SRBottomSearchCritLabel {
    color: #fff;
}

.nx-body table.ContentTitleBar2 td a {
    color: #fff;
}


/* Content: Compare  */

.nx-body td.CompareColumn {
    border: 1px solid #999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
}

.nx-body div.CompareTop {
    background-color: #eee;
    color: #006470;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    height: 80px;
    overflow: hidden;
}

.nx-body .ResultsBoxTop {
    font-size: 12px;
    font-weight: bold;
}
/* Search result category header */
.nx-body .categories-header-color {
    color: white;
}

strong, b {
    font-size: 14px;
}

.wordwrap {
    word-break: break-word;
}

table.ODGroupBox {
    font-size: 12px;
}



.nx-related-offer-title {
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
}

@media (max-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .offers-col {
        width: 100% !important;
    }

    .filters-col {
        width: 100% !important;
    }
}

@media (max-width: 680px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    .col-xs-pull-12 {
        right: 100%;
    }

    .col-xs-pull-11 {
        right: 91.66666667%;
    }

    .col-xs-pull-10 {
        right: 83.33333333%;
    }

    .col-xs-pull-9 {
        right: 75%;
    }

    .col-xs-pull-8 {
        right: 66.66666667%;
    }

    .col-xs-pull-7 {
        right: 58.33333333%;
    }

    .col-xs-pull-6 {
        right: 50%;
    }

    .col-xs-pull-5 {
        right: 41.66666667%;
    }

    .col-xs-pull-4 {
        right: 33.33333333%;
    }

    .col-xs-pull-3 {
        right: 25%;
    }

    .col-xs-pull-2 {
        right: 16.66666667%;
    }

    .col-xs-pull-1 {
        right: 8.33333333%;
    }

    .col-xs-pull-0 {
        right: auto;
    }

    .col-xs-push-12 {
        left: 100%;
    }

    .col-xs-push-11 {
        left: 91.66666667%;
    }

    .col-xs-push-10 {
        left: 83.33333333%;
    }

    .col-xs-push-9 {
        left: 75%;
    }

    .col-xs-push-8 {
        left: 66.66666667%;
    }

    .col-xs-push-7 {
        left: 58.33333333%;
    }

    .col-xs-push-6 {
        left: 50%;
    }

    .col-xs-push-5 {
        left: 41.66666667%;
    }

    .col-xs-push-4 {
        left: 33.33333333%;
    }

    .col-xs-push-3 {
        left: 25%;
    }

    .col-xs-push-2 {
        left: 16.66666667%;
    }

    .col-xs-push-1 {
        left: 8.33333333%;
    }

    .col-xs-push-0 {
        left: auto;
    }

    .col-xs-offset-12 {
        margin-left: 100%;
    }

    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xs-offset-9 {
        margin-left: 75%;
    }

    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xs-offset-6 {
        margin-left: 50%;
    }

    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xs-offset-3 {
        margin-left: 25%;
    }

    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xs-offset-0 {
        margin-left: 0;
    }

    .offers-col {
        width: 100% !important;
    }

    .filters-col {
        width: 100% !important;
    }
}

.nx-body .offer {
    border: 1px solid #c2c9cc;
    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 .search-item {
    border: 1px solid #c2c9cc;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .nx-body .search-item h3 {
        margin-top: 10px;
        margin-bottom: 0;
    }


.offer-price-sm {
    color: #147ccc;
    font-weight: bold;
}

.offer-price {
    color: #147ccc;
    font-weight: bold;
}
/* used in MVC search result, offer group, offer details*/
.nx-body .OGCategory-left {
    border-left: 1px solid #147ccc;
    border-bottom: 1px solid #147ccc;
    height: 100%;
    width: 100%;
}

.nx-body .OGCategory-right {
    border-right: 1px solid #147ccc;
    border-bottom: 1px solid #147ccc;
    height: 100%;
    width: 100%;
}

/* Agent Directory */

.agent-bio {
    min-height: 60px;
    max-height: 60px;
}

    .agent-bio:after {
        height: 10px;
    }


.resort-heading,
.resort-footer {
    background: #1f7099;
    color: #fff !important;
}


.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 .system-container {
    border: 1px solid #c2c9cc;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.img-responsive {
    max-width: 100% !important;
}