﻿body, html {
 
    background-color: white;
}

body {
    font-family: Lato,Arial,Helvetica,sans-serif;
    background-color: #fff;
    color: #838383;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -ms-overflow-style: scrollbar;
    overflow-y: scroll;
    height: fit-content !important;
    color: rgba(0,0,0,.87);
}
/* Set padding to keep content from hitting the edges */
.body-content {
    background: #fff url("/NAVIGATOR_background.jpg") no-repeat top center fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 85%;
    /* float: left;*/
    width: 66%;
}

.purchaseorder input {
    width: auto !important;
}

.labor input {
    width: auto !important;
}
/* Set width on the form input elements since they're 100% wide by default */
.piecepage input,
select,
textarea {
    width: 100%;
    height: 26px;
}

.POpage input,
select,
textarea {
    width: 95%;
}


.navbar-brand img.img-responsive {
    width: 166px;
    height: 100%;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}



span.reqasterisk {
    padding-left: 6px;
    color: red;
}

.table tbody > tr > td.topBorder {
    border-top: 2px solid #428bca;
}

.amtalign {
    text-align: right;
}

/*
li.dropdown > a:after {
    display: inline-block;
    vertical-align: middle;
    content: '\e072';
    font-family: 'Glyphicons Halflings';
    font-size: 18px;
    color: inherit;
    margin-top: -6px;
    margin-left: 6px;
    -moz-transition: all 0.34s ease;
    -webkit-transition: all 0.34s ease;
    -o-transition: all 0.34s ease;
    transition: all 0.34s ease;
}
*/
.dropdown > a, .dropdown-menu > li > a, .nodropdown > a {
    letter-spacing: normal;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #f5f5f5;
    margin-left: 8px;
    margin-right: 8px;
}

.dropdown ul.dropdown-menu > li:hover > a, .chaser ul.dropdown-menu > li:hover > a {
    background-color: #f5f5f5;
    color: #01b7f2;
}

.dropdown ul.dropdown-menu > li:active > a, .chaser ul.dropdown-menu > li:active > a {
    background-color: #f5f5f5;
    color: #01b7f2;
}

.navbar-nav > li > .dropdown-menu {
    border: 2px solid #01b7f2;
}

.navy-stripe {
    background: #2d3e52;
    width: 100%;
    min-height: 40px;
    padding: 13.5px 0;
}

.navy-stripe-text {
    font-size: 20px;
    color: #FFFFFF;
    padding-left: 20px;
}

.mainbody {
    background-color: white;
}

.navbar {
    margin-bottom: 0px;
    background: white;
}

a {
    color: inherit;
}


/*.selectdiv:after {
    content: "\e072";
    font-family: 'Glyphicons Halflings';
    color: #ffffff;
    right: 155px;
    top: 31px;
    height: 27px;
    padding: 3px 6px 0px 8px;
    border-left: 1px solid #A9A9A9;
    position: absolute;
    pointer-events: none;
    background-color: #fdb714;
    /* Safari */
-webkit-transform: rotate(+90deg);
/* Firefox */
-moz-transform: rotate(+90deg);
/* IE */
-ms-transform: rotate(+90deg);
/* Opera */
-o-transform: rotate(+90deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
    display: none;
}

.selectdiv select {
    display: none;
    /* Add some styling */
    display: block;
    width: 100%;
    /*   height: 50px;
    float: right;*/
    margin: 0px 0px;
    /* padding: 0px 24px;*/
    font-size: 16px;
    line-height: 1.75;
    height: 26px;
    color: #333;
    background-color: #f0f0f0;
    background-image: none;
    /*border: 1px solid #0ebeff;*/
    -ms-word-break: normal;
    word-break: normal;
}

td.alignright {
    text-align: right;
}

.text-rightitemprc {
    float: right;
    padding-right: 60px;
}

.purchaseorder.row {
    margin-right: 10px;
    margin-left: 0px;
}

.main-menu ul.menu > li > a, .chaser ul.menu > li > a {
    font-weight: 400;
    display: block;
    padding: 0;
    height: 68px;
    line-height: 68px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.main-menu ul.menu, .chaser ul.menu {
    margin: 0;
    float: right;
}

.main-menu {
    padding: 15px;
}

    .main-menu ul.menu > li:first-child, .chaser ul.menu > li:first-child {
        padding-left: 0;
    }

    .main-menu ul.menu > li, .chaser ul.menu > li {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
    }

        .main-menu ul.menu > li.active > a, .chaser ul.menu > li.active > a {
            font-weight: normal;
            color: #01b7f2;
            background-color: transparent;
        }

        .main-menu ul.menu > li:hover > a, .chaser ul.menu > li:hover > a {
            color: #01b7f2;
            background-color: transparent;
        }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
    color: #01b7f2;
}

.breadcrumb {
    background-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
}

    .breadcrumb > li + li:before {
        color: #000;
    }

    .breadcrumb > .active {
        color: #428bca;
    }

    .breadcrumb a:hover, breadcrumb a:focus {
        color: #01b7f2;
    }

.breadcrumb {
    padding-left: 5px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-top: none;
    border-bottom: 1.5px solid #ddd;
    border-right: none;
    border-left: none;
    padding: 5px;
    vertical-align: middle;
}

.table-bordered {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
}
.table-post {
    table-layout: fixed;
}
td.hdrdate {
    width: 113px;
}
td.hdrbutton {
    width: 100px;
}
.buttonarea .btn {
    white-space: normal !important;
    word-wrap: break-word;
 }
white-space: normal !important; word-wrap: break-word; h3.border-bottom {
    border-bottom: 1px solid #ddd;
    line-height: 40px;
}

.sub-border-bottom {
    /*    border-bottom: 1px solid #ddd; */
}

    .sub-border-bottom::after {
        content: ""; /* This is necessary for the pseudo element to work. */
        display: block; /* This will put the pseudo element on its own line. */
        margin: 0 auto; /* This will center the border. */
        width: 98%; /* Change this to whatever width you want. */
        padding-top: 0px; /* This creates some space between the element and the border. */
        border-bottom: 1px solid #ddd; /* This creates the border. Replace black with whatever color you want. */
        margin-bottom: 10px;
    }

.purchaseorder {
    padding-left: 20px;
}

.inputform h3.border-bottom {
    margin-top: 0px;
}

button, input, select[multiple], textarea {
    background-color: #f5f5f5;
}

.navbar-toggle {
    background-color: #f5f5f5;
}

    .navbar-toggle .icon-bar {
        background-color: #01b7f2;
    }

.buttonarea {
    padding-top: 15px;
}

.tablecolumnheader {
    text-transform: uppercase;
    color: gray;
}

input {
    background-color: #f5f5f5;
}

.form-control {
    background-color: #f5f5f5;
}

h3 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 24px;
}

label {
    text-transform: uppercase;
    font-weight: normal;
}

button#btnSave {
    width: 90%;
    background-color: #004086;
    border-color: #004086;
    text-transform: uppercase;
    font-weight: bold;
    pointer-events: auto;
}

    button#btnSave:hover, button#btnSave:focus, button#btnSave:active, button#btnSave.active {
       /* color: #fff;*/
       /* background-color: #004086;*/
       /* border-color: #004086;*/
	color: #004086 ;
        background-color: #fff;
        border-color: #004086;
    }

button#btnCancel {
    width: 90%;
    background-color: #e01a33;
    border-color: #e01a33;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-dark {
    background-color: black;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}
    .btn-dark:hover, button#btnSave:focus, button#btnSave:active, button#btnSave.active {
        color: #fff;
        background-color: darkgray;
        border-color: darkgray;
    }
.btn-warning {
    color: #fff;
    background-color: #98ce44;
    border-color: #98ce44;
    text-transform: uppercase;
    font-weight: bold;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        background-color: #7fb231;
        border-color: #7fb231;
    }

.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #39b3d7;
    text-transform: uppercase;
    font-weight: bold;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        /* background-color: #7fb231;
        border-color: #7fb231;
        */
    }

.btn-danger {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #e01a33;
}

.btn-primary {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #01b7f2;
    border-color: #01b7f2;
}
.btn-info {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background-color: cadetblue;
    border-color: cadetblue;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        background-color: #2d3e52;
        border-color: #2d3e52;
    }

td.buttonarea {
    width: 162px;
}

td.buttonarea3 {
    width: 230px;
}

.btn-padd {
    margin-right: 7px;
}

@media (max-width: 767px) {
    .btn {
        margin-bottom: 10px;
    }
}

.addfunction {
    margin-right: 75px;
    margin-bottom: 5px;
    float: right;
}

@media (min-width: 1200px) {

    .container {
        max-width: 1430px;
    }
}

@media (min-width: 1200px) {

    .widepage {
        max-width: 1200px;
    }
}

.actions h3 {
    text-transform: uppercase;
}

.reports h3 {
    text-transform: uppercase;
}
/*.actionitems li {
    background-color: #f5f5f5;
    margin-bottom: 5px;
    height: 39px;
    vertical-align: middle;
    list-style: none;
}
ul.actionitems {
    padding-left: 0px;
}
.actionitems button.btn.btn-warning.btn-sm {
    float: right;
    margin-right: 10px;
    margin-top: -5px;
}
.actionitems li {
    background-color: #f5f5f5;
    margin-bottom: 5px;
    height: 39px;
    vertical-align: middle;
    list-style: none;
    padding-top: 9px;
    font-weight: bold;
    padding-left: 23px;
}
.actionitems li:hover {
    background-color: #98ce44;
    color:#000;

}*/
.actionitems li {
    list-style: none;
}

.actionbutton {
    width: 100%;
    text-align: left;
    padding: 0px;
    background-color: #f5f5f5;
    color: black;
    border-color: #f5f5f5;
    height: 39px;
    margin-bottom: 5px;
    padding-top: 9px;
    padding-left: 20px;
    text-transform: none;
    font-size: 15px;
}

ul.actionitems {
    padding-left: 0px;
}

.actionbutton:hover {
    background-color: #98ce44;
    outline: 0;
    border-color: #98ce44;
    text-transform: none;
}

<!--.actionbutton:not(:disabled):not(.disabled).active, .actionbutton:not(:disabled):not(.disabled):active, .show > .actionbutton.dropdown-toggle {
    background-color: #98ce44;
    color: #fff;
    border-color: #98ce44;
}

.reportselector select {
    margin-bottom: 10px;
    height: 35px;
    max-width: 100%;
    width: 100%;
}

.reportselector button#btnSave {
    width: 100%;
}

.reportcontainer {
    background-color: #f5f5f5;
    padding: 10px;
}

.news {
    padding: 15px;
}

.newsitems {
    background-color: white;
    padding: 10px;
}

footer {
    padding-top: 20px;
}

#header .topnav {
    height: 30px;
    background: #004086;
    width: 100%;
 border-top: 3px solid #CDB288;
}
#header .logo img, .chaser .logo img {
    width: 95px;
    height: 35px;
}
@media only screen and (min-width: 1200px)
{
#header .logo img, .chaser .logo img {
    width: 140px;
    height: 51.45px;
}
}
#footer .footer-wrapper {
    background: #004086;
    color: #fff;
    font-size: 15px;
    padding: 0;
   border-top: 3px solid #CDB288;

}
#footer .call-us {
    background: #00356b;
    padding: 20px 0;
    font-size: 25px;
    text-align: center;
    position: relative;
}
.pull-right {
    float: right !important;
}
@media only screen and (min-width: 48em)
{
#footer .subfooter .copyright {
    float: right;
}
}
#footer .subfooter .copyright p {
    margin: 0;
}
@media only screen and (min-width: 992px)
.footer {
    padding: 50px 0 50px;
}
@media only screen and (min-width: 48em)
.footer {
    padding: 0px 0 0px;
}
.footer {

    padding: 0px 25px 0px;
}
@media only screen and (min-width: 48em)
#footer .subfooter {
    padding: 20px 0;
    text-align: left;
}
#footer .subfooter {
    padding: 25px 0 45px;
    text-align: center;
}



.newsitems li {
    padding: 5px 0px;
    font-weight: bold;
    color: gray;
}

.newsitemsubtitle {
    padding: 5px 0px;
    font-weight: bold;
    color: gray;
}

.messagearea {
    border: 2px solid #01b7f2;
    padding: 10px 10px;
    margin: 20px 0px;
}

.messagetitle {
    padding-bottom: 10px;
    color: gray;
}

.messageitems {
    color: gray;
    font-weight: bold;
}

span.messageitemlabel {
    color: #01b7f2;
}

span.messageitemtext {
    font-weight: normal;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-title {
    position: relative;
}

    .panel-title::after {
        content: "\f107";
        color: #333;
        top: -2px;
        right: 0px;
        position: absolute;
        font-family: "FontAwesome"
    }

    .panel-title[aria-expanded="true"]::after {
        content: "\f106";
    }

.expandarea {
    padding: 10px;
}

.card.panel-body {
    margin-bottom: 5px;
}

.spaceholder {
    padding-top: 5px;
}

span.comingsoon {
    color: #98ce44;
}

input.radioinput {
    height: 18px;
    margin-right: 12px;
}

input#ItemQuantity {
    max-width: 150px;
}

input#ItemCost {
    max-width: 150px;
}

input#ItemDesc {
    max-width: 175px;
}

.purchaseorder input#ItemQuantity {
    width: 95% !important;
    max-width: 125px;
}

.itembuttonarea {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.itemlabelarea {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.subitems {
    /* border-bottom: 1px solid #ddd; */
    /* line-height: 40px; */
    margin-top: 10px;
    font-weight: bold;
    font-size: 24px;
}

.searchbutton {
    padding-top: 25px;
}

label.tablecolumnheader.border-bottom {
    text-transform: uppercase;
    color: gray;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-bottom: 10px;
}

.multicolumn.border-bottom {
    text-transform: uppercase;
    color: gray;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-bottom: 10px;
}

span.errormsg {
    color: red;
    font-weight: bold;
    padding-left: 20px;
}

@media (min-width: 991px) {

    .piecepage input[type="checkbox"] {
        width: 100%;
        height: 22px;
        float: none;
        margin-right: 0px;
    }
}

@media (max-width: 991px) {

    .piecepage input[type="checkbox"] {
        width: 40px !important;
        height: 16px;
        float: left;
        margin-right: 0px;
    }
}


span.markaddons {
    color: black;
}
.cruiseselection {
    padding-bottom: 29px;
}

.table-header-rotated {
    border-collapse: collapse;
}
    .table-header-rotated  td {
        width: 30px;
    }

    .table-header-rotated  th {
        padding: 5px 10px;
        padding-bottom:0px !important;
    }

.table-header-rotated td {
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #ccc;
    width:5%;
}

    .table-header-rotated th.rotate {
        height: 255px;
        white-space: nowrap;
        vertical-align: middle;
        padding-top: 124px;
    }
        .table-header-rotated th.rotate > div {
            transform: translate(25px, 51px) rotate(315deg);
            width: 30px;
        }

            .table-header-rotated th.rotate > div > span {
                border-bottom: 1px solid #ccc;
                padding: 5px 10px;
                background: white;
            }



.table-header-rotated th.row-header {
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
    vertical-align:middle;
    width:100px;
}
/*
.table-header-rotated {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    padding-top: 100px;
    overflow-y: auto;
    height: 500px;
}*/
.tourtable {
    max-width: 1200px;
    max-height: 630px;
    overflow: scroll;
    position: relative;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { /* STYLES GO HERE */

    .tourtable {
        max-width: 1200px;
        max-height: 382px;
        overflow: scroll;
        position: relative;
    }
}

        .tourtable table {
            position: relative;
            border-collapse: collapse;
        }

    thead th {
        position: -webkit-sticky; /* for Safari */
        position: sticky;
        top: 0;
        /*background: white;
    opacity: .5;
    color: black;*/
        background: #fff;
    }

        thead th:first-child {
            left: 0px;
            z-index: 1;
        }

        thead th:nth-child(2) {
            left: 56px;
            z-index: 1;
        }
    /* thead th:nth-child(3) {
        left: 115px;
        z-index: 1;
    }*/
    /*tbody th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background: #fff;
}*/

    .col-header1 {
        position: -webkit-sticky; /* for Safari */
        position: sticky;
        left: 0px;
        background: #fff;
    }

    .col-header2 {
        position: -webkit-sticky; /* for Safari */
        position: sticky;
        left: 56px;
        background: #fff;
    }

    .col-header3 {
        position: -webkit-sticky; /* for Safari */
        position: sticky;
        left: 115px;
        background: #fff;
    }

    th.prices {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        position: sticky;
        top: 145px;
        background: white;
        color: black;
        outline: 1px solid #ccc;
        border: none;
        outline-offset: -1px;
    }

    .prices span span {
        /* font-size: 12px; */
        border-bottom: 1px lightgray solid;
    }

    .cruiseselect {
        padding-bottom: 10px;
    }

    .redhead {
        color: red;
    }

    td.dollarinput {
        min-width: 81px;
    }

    .table thead > tr > th {
        text-align: center;
    }

    th.firstnonrotate {
        min-width: 90px;
    }

    td.paymentmethod {
        min-width: 250px;
    }

    .outerDiv {
        background: white;
        height: 138px;
        width: 80px;
        border: 1px solid black;
        border-bottom: 0;
        border-right: 0;
        border-top: 0;
        transform: skew(-14deg) translateX(11%);
    }

    th:first-child .outerDiv {
        border-left: 1px solid black;
        position: relative;
    }

    .innerDiv {
        position: absolute;
        width: 148px;
        height: 92px;
        bottom: -47%;
        left: 10px;
        transform: skew(30deg) rotate(-60deg);
        transform-origin: 0 0;
        text-align: left;
    }

    td.buttonarea {
        min-width: 175px;
    }

    .closebutton {
        padding-left: 0px;
    }

    @media (min-width: 768px) {
        .col-sm-2.closebutton {
            width: 14.666667%;
        }
    }

    @media (min-width: 768px) {
        .col-sm-3.closebutton {
            width: 22.666667%;
        }
    }

    @media (max-width: 768px) {


        button#btnSave {
            width: 49%;
        }

        button#btnCancel {
            width: 49%;
        }
    }

    .passengersearch.row {
        padding-top: 5px;
    }

    label.selectcruise.col-sm-3 {
        padding-left: 0px;
    }

    @media (min-width: 768px) {

        .col-md-3.leftclosebutton {
            width: 20%;
        }
    }

    @media (pointer:none), (pointer:coarse) {
        /* if mobile device hide*/
        .printable {
            /*      display: none;*/
        }
    }

    .premium {
        background-color: yellow;
    }
@media (min-width: 991px) {
    .piecepage input[type='checkbox'].tightcheckbox {
        width: 130px;
        background-color: white;
    pointer-events: auto;
    }
}
 @media (max-width: 991px) {
    .piecepage input[type='checkbox'].tightcheckbox {
        width: 45px;
	height:22px;
 background-color: white;
    pointer-events: auto;
    }
span.passengername {
    font-size: 18px;
}

}

    .changedfield {
        background-color: palegreen;
    }

    .resultmsg {
        padding-left: 50px;
        padding-top: 25px;
    }

        .resultmsg span {
            padding: 20px;
        }
.attendancelist {
    width: 94%;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 25px;
}
.passengerlist h3 {
    margin-top: 50px;
    padding-left: 22px;
}
.printlogo {
    display: none;
}
/* override styles when printing */
@media print {
    .noprint {
        display: none;
    }
    .printlogo {
        display: inline-block;
    }
    @page {
        size: auto;
        margin: 0mm;
    }
}
@page {
    size: auto;
    margin: 0mm;
}
.attendancelist td {
    width: auto;
}
td.row-header.checksign {
    text-align: left;
    padding-left: 25px;
}
.printheading {
    font-family: 'Calibri';
}
.printregular {
    font-family: 'Calibri'
}
md-dialog md-dialog-content {
    order: 0 !important;
}
.view-full-details-icon {
    position: relative;
    background: #666666;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: inline-block;
    color: white;
    text-align: center;
    line-height: 12px;
    margin-left: 15px;
}
.view-full-details {
    color: #004086;
    font-size: 17px;
    display: flex;
    align-items: center;
    cursor: pointer;
    letter-spacing: inherit;
}
.view-full-details-icon:before {
    content: '...';
    font-size: 20px;
    letter-spacing: 1px;
}
.md-dialog-content {
    padding: 30px;
    padding-top: 45px;
    border-radius: 6px;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    overflow: visible;
    width: 100%;
    max-width: 400px;
}
.md-title {

    font-size: 24px;
    color: #004086 !important;
}
.md-button.dialogbtn {
    color: #004086;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #004086;
    border-radius: 6px;
    padding: 17px 15px;
    letter-spacing: 0.04em;
    font-family: inherit;
    .pre-cruise-package-body p a color: #004086;
    padding-left: 5px;
    margin: 23px 8px 6px 8px;
}
.tourism-plan .pre-cruise-package-header {
    margin-top: 30px;
}

.tourism-plan .styled-checkbox-radio input[type='checkbox'] ~ label:before,
.tourism-plan .addonSelected.styled-checkbox-radio input[type='checkbox'] ~ label:before {
    border-radius: 4px;
    border-color: #9B9B9B;
}

.tourism-plan .styled-checkbox-radio .styled-checkbox:checked ~ label:before,
.tourism-plan .addonSelected.styled-checkbox-radio .styled-radio:checked ~ label:before {
    border-color: #3E9A00;
}

.tourism-plan .styled-checkbox-radio .styled-checkbox:checked ~ label:after,
.tourism-plan .addonSelected.styled-checkbox-radio .styled-radio:checked ~ label:after {
    content: "\e906" !important;
    font-family: 'acl-icons' !important;
    font-size: 16px;
    width: auto;
    height: auto;
    background: transparent !important;
    color: #3E9A00 !important;
    box-shadow: none;
}

.tourism-plan .styled-checkbox-radio .styled-checkbox:checked ~ label:after {
    transform: rotate(0deg);
    top: 0;
    left: 2px;
}

.tourism-plan .pre-cruise-package-body li .view-full-details {
    margin-top: 5px;
}

.price-per-person-wrap {
    margin-top: 35px;
}

    .price-per-person-wrap h5 {
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 24px;
    }

    .price-per-person-wrap h3 {
        color: #4E4E4E;
        font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-weight: 800;
        margin-bottom: 40px;
    }

    .price-per-person-wrap .styled-checkbox-radio label {
        color: #000000;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .price-per-person-wrap .styled-checkbox-radio [class*='styled'] + label:before {
        width: 28px;
        height: 28px;
    }

    .price-per-person-wrap .styled-checkbox-radio .styled-checkbox:checked + label:after {
        left: 6px;
        top: 3px;
        transform: rotate(0);
    }

.pre-cruise-package-body .mobile-view {
    display: none;
}

@media screen and (max-width: 991px) {
    .pre-cruise-package-body .mobile-view {
        display: block;
    }

    .tourism-plan {
        margin-top: 30px;
    }

        .tourism-plan p {
            font-size: 14px;
            line-height: 22px;
        }

    .pre-cruise-package-wrapper {
        padding: 0;
    }

    .pre-cruise-package-header {
        display: none;
    }

    .pre-cruise-package-body {
        padding: 15px 0;
    }

        .pre-cruise-package-body > ul,
        .pre-cruise-package-body > p {
            display: none;
        }

        .pre-cruise-package-body .mobile-view h4 {
            color: #000000;
            font-size: 16px;
            margin-bottom: 20px;
        }

        .pre-cruise-package-body .package-details {
            display: flex;
        }

            .pre-cruise-package-body .package-details .col-half {
                width: 50%;
            }

                .pre-cruise-package-body .package-details .col-half > div + div {
                    margin-top: 10px;
                }

            .pre-cruise-package-body .package-details strong,
            .pre-cruise-package-body .package-details span {
                color: #000000;
                font-size: 13px;
            }

                .pre-cruise-package-body .package-details strong:after {
                    content: ':';
                    display: inline-block;
                    margin-right: 5px;
                }

            .pre-cruise-package-body .package-details h6 {
                color: #4E4E4E;
                font-size: 20px;
                font-weight: 900;
            }

            .pre-cruise-package-body .package-details h5 {
                color: #4E4E4E;
                font-size: 15px;
                font-weight: 900;
            }

        .pre-cruise-package-body .mobile-view p {
            padding-left: 0;
            font-size: 13px;
        }

        .pre-cruise-package-body .mobile-view .btn {
            background: white;
            border: 1px solid currentColor;
            border-radius: 6px;
            color: #004086;
            font-size: 16px;
            font-weight: bold;
            height: 60px;
            width: 100%;
            max-width: 100%;
            margin-top: 15px;
            box-shadow: none;
        }

            .pre-cruise-package-body .mobile-view .btn:focus {
                outline: 0;
            }

            .pre-cruise-package-body .mobile-view .btn i {
                opacity: 0;
                margin-right: 5px;
            }

            .pre-cruise-package-body .mobile-view .btn.active {
                color: #3E9A00;
            }

                .pre-cruise-package-body .mobile-view .btn.active i {
                    opacity: 1;
                }

    .price-per-person-wrap {
        margin: 30px 0;
    }
}
.pre-cruise-package-wrapper {
    padding: 0 20px;
}

    .pre-cruise-package-wrapper > small {
        color: #000000;
        font-size: 15px;
        display: block;
        margin-top: 22px;
    }

        .pre-cruise-package-wrapper > small a {
            color: #004086;
        }

    .pre-cruise-package-wrapper h3 {
        color: #000000;
        font-family: Lato;
        font-size: 22px;
        font-weight: 900;
        margin-bottom: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #D8D8D8;
    }

.pre-cruise-package-header ul,
.pre-cruise-package-body ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.pre-cruise-package-header ul {
   /* border-bottom: 1px solid #D8D8D8;*/
    padding-bottom: 10px;
}

    .pre-cruise-package-header ul li {
        color: #000000;
        font-size: 18px;
        font-weight: bold;
    }

.pre-cruise-package-body ul li {
    color: #000000;
    font-size: 17px;
}

.pre-cruise-package-body {
    padding: 15px 10px;
}

    .pre-cruise-package-body h4 {
        color: #000000;
        font-size: 20px;
        font-weight: bold;
        /*margin-bottom: 0;*/
    }

    .pre-cruise-package-body strong {
        color: #000000;
        font-size: 18px;
        font-weight: bold;
    }

    .pre-cruise-package-body p {
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 0;
        padding-left: calc(10% + 20px);
    }

        .pre-cruise-package-body p a {
            color: #004086;
            padding-left: 5px;
        }

    .pre-cruise-package-body + .pre-cruise-package-body {
        border-top: 1px solid #D8D8D8;
    }

    .pre-cruise-package-body:nth-last-of-type(1) {
        border-bottom: 1px solid #D8D8D8;
    }






    .pre-cruise-package-header ul li:nth-child(1),
    .pre-cruise-package-body ul li:nth-child(1) {
        width: 35%;


    }
.pre-cruise-package-header ul li:nth-child(1){
display: inline-flex;
background-color: lightblue;
height:76px;
}
.pre-cruise-package-header ul li:nth-child(2),
.pre-cruise-package-header ul li:nth-child(3),.pre-cruise-package-header ul li:nth-child(4),
.pre-cruise-package-header ul li:nth-child(5),.pre-cruise-package-header ul li:nth-child(6){
display: inline-flex;
background-color: lightblue;
justify-content: center;
height:76px;
}

    .pre-cruise-package-header ul li:nth-child(2),
    .pre-cruise-package-body ul li:nth-child(2) {
        width: 19%;


    }

    .pre-cruise-package-header ul li:nth-child(3),
    .pre-cruise-package-body ul li:nth-child(3) {
        width: 15%;


    }

    .pre-cruise-package-header ul li:nth-child(4),
    .pre-cruise-package-body ul li:nth-child(4) {
        width: 15%;


    }
 .pre-cruise-package-header ul li:nth-child(5),
    .pre-cruise-package-body ul li:nth-child(5) {
        width: 17%;


    }
.pre-cruise-package-header ul li:nth-child(6),
    .pre-cruise-package-body ul li:nth-child(6) {
        width: 17%;


    }


/* MAY 12 UPDATES */
.tourism-plan {
    margin-top: 70px;
}

    .tourism-plan h3 {
        color: #000000;
        font-size: 22px;
        font-weight: 900;
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 30px;
        padding-bottom: 15px;
    }

    .tourism-plan p {
        color: #000000;
        font-family: Lato;
        font-size: 15px;
        letter-spacing: 0;
        margin-bottom: 0;
    }

        .tourism-plan p a {
            color: #004086;
        }

            .tourism-plan p a.doc {
                color: #000000;
                text-decoration: underline;
            }
h5.price {
    font-size: 17px;
    font-weight: 700;
    /*text-align: right;*/
}
span.startDate {
    font-size: 18px;
}
span.startTime {
    font-size: 18px;
}
span.endTime {
    font-size: 18px;
}
.totaltable {

    padding: 20px 10px 20px;
    font-size: 18px;
    font-weight: 700;
   min-height: 84px;
   text-align: center;
}

.totalsection {
    /*padding-top: 10px;*/
    /*background-color: lightblue;*/
    height: 300px;
    border:2px solid black;
}
.totalheader {
    font-size: 24px;
    font-weight: 700;
    min-height: 50px;
    background-color: lightblue;
    text-align: center;
    padding-top: 9px;
    border-bottom: 1px solid black;
}
@media only screen and (min-width: 991px)
{
.passengername
{
display:none;
}
span.internaltitle
{
display:none;
}
 .pre-cruise-package-header ul li + li,
    .pre-cruise-package-body ul li + li {
        /*padding-left: 16px;*/
	text-align:center
}
}
@media only screen and (max-width: 991px)
{
.pre-cruise-package-body > ul, .pre-cruise-package-body > p {
    display: none;
}
.pre-cruise-package-body ul, .pre-cruise-package-body > p {
    display: flex;
    flex-wrap: wrap;
}
.pre-cruise-package-body > ul, .pre-cruise-package-body > li {
    display: none;
}
.pre-cruise-package-body ul, .pre-cruise-package-body > li {
    display: flex;
    flex-wrap: wrap;
}
.pre-cruise-package-body ul li:nth-child(1) {
    width: calc(100% - 34px);
}
.pre-cruise-package-body ul li:nth-child(2) {
    width: calc(100% - 34px);
    padding-left: 18px;
}

.pre-cruise-package-body ul li:nth-child(3) {
    width: calc(100% - 119px);
    padding-left: 0px;
}
.pre-cruise-package-body ul li:nth-child(4) {
    width: calc(100% - 277px);
    padding-left: 18px;
}
.pre-cruise-package-body ul li:nth-child(5) {
    width: calc(100% - 34px);
    padding-left: 18px;
}
.pre-cruise-package-body ul li:nth-child(6) {
    width: calc(100% - 34px);
    padding-left: 18px;
}


}
.groupHeader {
    /*background-color: lightblue;*/
    padding: 10px 10px 10px 10px;
    /*border-bottom: 1px solid lightgray;*/
}
ul li.location {
    /*width: 100% !important;*/
    padding-left: 0px !important;
}
.contentandsidebar {
	position:relative;
}
@media (min-width: 1336px)
{
.totallist {
	position:fixed;
    margin-left: 1160px;

}
}
.totnum {
    text-align: right;
}
h3.formtitle {
    font-size: 30px;
}
.instructionarea {
    padding: 5px 25px;
    font-size: 16px;
}
@media (max-width: 1336px)
{
.totallist {
    position: fixed;
    margin-left: 1043px;
}
}
 md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
    background-color: #004086;
}
md-checkbox .md-icon {
  
    width: 22px !important;
    height: 22px !important;
  
}
md-checkbox.md-checked .md-icon:after {
   
    left: 5.66667px !important;
    top: .22222px !important;
}
 md-checkbox[disabled]:not(.md-checked) .md-icon {
    border-color: rgba(118, 118, 118, 0.3);
    background-color: rgba(170, 170, 170, .1);
}