#TransMessage .common-transition-loader-logo {
    background-color: #0b1f41;
    max-height: 100%;
}

.loading-logo {
    background-color: #0b1f41;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.full-page-external-loader-wrapper .client-loader .loading-logo {
    background-color: #0b1f41;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}



/* CHANGES BELOW MADE BY WAYNE */

/* cruise page cabin box colours for active, inactive and hover */
.category-tabs.nav-tabs-overline>.nav-tabs .nav-link:hover{
background:#51c1af;
}

.category-tabs.nav-tabs-overline>.nav-tabs .nav-link.active {
background:#51c1af;
}

.category-tabs.nav-tabs-overline>.nav-tabs .nav-link {
background:#dddddd;
}


/* setting the cabin name and price colour to navy */
.category-tab-content-box .additional-info-style {
color: #0b1f41;
}


/* setting the Includes taxes and fees text to navy */
div.text-wrap.cruise-tax-inclusive.text-primary {
color:#0b1f41!important;
font-size:14px!important;
}


/* font size of price on cruise page */
.category-price-table-cell .text-primary {
font-size:20px!important;
color:#0b1f41!important;
}

/* font size of includes taxes and fees on cruise page */
span.cruise-tax-inclusive.text-primary {
font-size:14px!important;
color:#0b1f41!important;
}



