<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**Fonts***/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700italic,800,700,800italic,300italic,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,400italic,500,500italic,700,700italic,900,900italic);

.clear {
	clear: both;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.displaynone {
	display: none;
}


body {
	padding-top: 0px;
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
	background-color: #242134;
	background: linear-gradient(90deg, rgb(0 33 66) 0%, rgba(36, 33, 52, 1) 100%);
	font-family: Poppins, Arial, sans-serif;
	margin-bottom: 60px; /* Margin bottom by footer height */
}

.body-topmargin {
	margin-top: 151px;
}
/*Bootstrap Overrides*/
.fa-fw {
	margin-right: 4px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
}

.nav-tabs {
	border-bottom: 0px;
}

input[type="checkbox"] {
	margin-right: 10px;
}

.input-sm {
	font-size: 12px !important;
	height: 30px !important;
	padding: 5px 10px !important;
	font-size: 12px;
	line-height: 1.5 !important;
	border-radius: 3px !important;
}

.hotel-markup, .hotel-fee, .activity-markup, .activity-fee {
	height: 42px !Important;
}

.form-control.input-sm:focus {
	border: 1px solid #66afe9 !Important;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)!Important;*/
	box-shadow: none !Important;
	outline: 0 none !Important;
}

option:disabled {
	color: #CCC;
	text-decoration: line-through;
	/* text-decoration-style: wavy; */
}

.hr-clear {
	clear: both;
	margin: 12px;
}

.popover {
	max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.btn {
	padding: 8px 12px;
	text-transform: uppercase;
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
	font-weight: bold;
}
/* centered columns styles */
.row-centered {
	text-align: center;
}

.col-centered {
	display: inline-block;
	float: none;
	/* reset the text-align */
	text-align: left;
	/* inline-block space fix */
	margin-right: -4px;
}

.counter {
	font-size: 20px;
	color: #777;
	padding-left: 2px;
}

	.counter:before {
		content: "$";
	}

.counter-number:before {
	content: "\a0";
}

.counter-success {
	border-left: 4px solid #5cb85c;
}

.counter-warning {
	border-left: 4px solid #f0ad4e;
}

.counter-unmatched {
	border-left: 4px solid #946192;
}

.counter-danger {
	border-left: 4px solid #d9534f;
}
/**********************MDB Overrides*********************************/
.card-wrapper {
	height: 450px;
	font-family: Poppins, Arial, sans-serif;
	text-align: left;
}

	.card-wrapper .icon {
		border-radius: 50%;
		display: block;
		height: 102px;
		margin: -65px auto 0;
		overflow: hidden;
		width: 120px;
		margin-bottom: 0px
	}

	.card-wrapper .fa-repeat, .card-wrapper .fa-undo {
		font-size: 20px;
		margin-top: 15px;
	}

[type="checkbox"] + label {
	padding-left: 25px;
	font-weight: normal !Important;
	font-size: 14px !Important;
	color: #333 !Important;
	line-height: 19px;
}

[type="radio"] + label {
	padding-left: 30px;
	font-weight: normal !Important;
	font-size: 14px !Important;
	color: #333 !Important;
}

[type="checkbox"] + label img {
	margin-top: -14px
}

[type=checkbox]:not(:checked) + label:after {
	border: 1px solid #999 !Important;
	background-color: #ffffff
}

[type="checkbox"] + label::after {
	background-color: #ffffff;
	border: 2px solid #058bbd;
	border: 2px solid var(--darkerdefault);
	height: 20px;
	top: 0;
	width: 20px;
	z-index: 0;
}

#filterModal [type=checkbox]:not(:checked) + label:after {
	margin-top: 10px;
}

#filterModal [type=checkbox]:checked + label:after {
	margin-top: 10px;
}

[type=radio]:checked, [type=radio]:not(:checked) {
	position: absolute;
	left: -9999px;
	visibility: hidden;
}

	[type=radio]:checked + label, [type=radio]:not(:checked) + label {
		position: relative;
		height: 25px;
		-webkit-transition: .28s ease;
		-moz-transition: .28s ease;
		-o-transition: .28s ease;
		-ms-transition: .28s ease;
		transition: .28s ease
	}

[type=radio] + label:after, [type=radio] + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin: 4px;
	width: 16px;
	height: 16px;
	z-index: 0;
	-webkit-transition: .28s ease;
	-moz-transition: .28s ease;
	-o-transition: .28s ease;
	-ms-transition: .28s ease;
	transition: .28s ease;
}

[type=radio]:not(:checked) + label:before {
	border-radius: 50%;
	border: 1px solid #cccccc
}

[type=radio]:not(:checked) + label:after {
	border-radius: 50%;
	border: 1px solid #cccccc;
	z-index: -1;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

[type=radio]:checked + label:before {
	border-radius: 50%;
	border: 2px solid transparent
}

[type=radio]:checked + label:after {
	border-radius: 50%;
	border: 2px solid #058bbd;
	background-color: #058bbd;
	border: 2px solid var(--darkerdefault);
	background-color: var(--darkerdefault);
	z-index: 0;
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02)
}

[type=radio].with-gap:checked + label:before {
	border-radius: 50%;
	border: 2px solid #4285F4
}

[type=radio].with-gap:checked + label:after {
	border-radius: 50%;
	border: 2px solid #4285F4;
	background-color: #4285F4;
	z-index: 0;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5)
}

[type=radio].with-gap:disabled:checked + label:before {
	border: 2px solid rgba(0,0,0,.26)
}

[type=radio].with-gap:disabled:checked + label:after {
	border: none;
	background-color: rgba(0,0,0,.26)
}

[type=radio]:disabled:checked + label:before, [type=radio]:disabled:not(:checked) + label:before {
	background-color: transparent;
	border-color: rgba(0,0,0,.26)
}

[type=radio]:disabled + label {
	color: rgba(0,0,0,.26)
}

[type=radio]:disabled:not(:checked) + label:before {
	border-color: rgba(0,0,0,.26)
}

[type=radio]:disabled:checked + label:after {
	background-color: rgba(0,0,0,.26);
	border-color: #BDBDBD
}

form p {
	margin-bottom: 10px;
	/*text-align: left*/
}



/************************Updated Styles for checkboxes****************************************/
/***********note updates default mdb checkbox to use similar style to .filled-in  checkbox(as we can't add classes to all checkboxes ******/


[type=checkbox]:checked, [type=checkbox]:not(:checked) {
	position: absolute;
	left: -9999px;
	visibility: hidden
}

[type=checkbox] + label {
	position: relative;
	height: 25px
}

	[type=checkbox] + label:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		z-index: 0;
		border: 0px solid #ccc;
		border-radius: 1px;
		margin-top: 2px;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-o-transition: .2s;
		-ms-transition: .2s;
		transition: .2s;
	}

	[type=checkbox] + label:after {
		border-radius: 2px
	}

	[type=checkbox] + label:after, [type=checkbox] + label:before {
		content: '';
		left: 0;
		position: absolute;
		transition: border 0s, background-color .5s /* width .2s, height 0s .1s, top .2s .1s, left .2s .1s*/;
		z-index: 1
	}

[type=checkbox]:not(:checked):disabled + label:before {
	border: none;
	background-color: rgba(0,0,0,.26)
}

[type=checkbox]:checked + label:before {
	top: 0px;
	left: 1px;
	width: 8px;
	height: 13px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

#filterModal [type=checkbox]:checked + label:before {
	top: 0px;
	left: 1px;
	width: 8px;
	height: 13px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	margin-top: 10px;
}

[type=checkbox]:checked + label:after {
	top: 0;
	width: 20px;
	height: 20px;
	/**Change background clor here of checked filled in*/
	border: 2px solid #058bbd;
	background-color: #058bbd;
	border: 2px solid #058bbd;
	background-color: #058bbd;
	z-index: 0
}



[type=checkbox]:checked:disabled + label:before {
	border-right: 0px solid rgba(0,0,0,.26);
	border-bottom: 0px solid rgba(0,0,0,.26)
}


[type=checkbox]:disabled:not(:checked) + label:before {
	background-color: transparent;
	border: 2px solid transparent
}

[type=checkbox]:disabled:not(:checked) + label:after {
	border-color: transparent;
	background-color: #BDBDBD
}

[type=checkbox]:disabled:checked + label:before {
	background-color: transparent
}

[type=checkbox]:disabled:checked + label:after {
	background-color: #BDBDBD;
	border-color: #BDBDBD
}


[type=checkbox]:indeterminate + label:before {
	left: 0px;
	top: 1px;
	width: 8px;
	height: 13px;
	border-top: none;
	border-left: none;
	border-right: 2px solid #4285F4;
	border-bottom: none;
}

[type=checkbox]:indeterminate:disabled + label:before {
	border-right: 2px solid rgba(0,0,0,.26);
	background-color: transparent
}

.progress .determinate, .progress .indeterminate {
	background-color: #059ad2;
	background-color: var(--default);
}

/***********************Banner/Flag Ribbons**************************/
/*Container for all ribbons*/
.all-rbns {
	position: absolute;
	margin-top: -22px;
}

#cruise-results .all-rbns {
	margin-left: -15px;
}
/*Common to all ribbons*/
.rbn {
	height: 32px;
	margin-left: 5px;
	position: relative !Important;
	float: left !Important;
	width: 34px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	color: #f2f2f2;
	z-index: 99;
	font-size: 20px;
	-webkit-box-shadow: 0px -5px 13px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px -5px 13px 0px rgba(0,0,0,0.55);
	box-shadow: 0px -5px 13px 0px rgba(0,0,0,0.55);
	margin-top: -2px;
}

	.rbn:after,
	.rbn:before {
		content: '';
		position: absolute;
		height: 0;
		width: 0;
		top: 100%;
	}

	.rbn:after {
		border-left: 25px solid transparent;
		right: 0px;
	}

	.rbn:before {
		border-right: 25px solid transparent;
		left: 0px;
	}


/*Colors etc for TSA(The Travelsavers Hotel Program)ribbon*/
.rbn-tsa {
	background: #d64248;
	margin-left: 10px;
}

	.rbn-tsa:after,
	.rbn-tsa:before {
		border-top: 15px solid #d64248;
	}


/*Colors etc for TSX Rates (The Affluent Traveler hotels) ribbon*/
.rbn-affluent {
	background: #c49922;
}

.badge-affluent {
	color: #c49922;
}

.rbn-affluent:after,
.rbn-affluent:before {
	border-top: 15px solid #c49922;
}

#hotel-options label i.affluent {
	background-color: #c49922;
	font-size: 16px;
	padding: 4px 6px;
}

#filterModal i.affluent {
	background-color: #c49922;
}

.panel-heading i.affluent {
	background-color: #c49922;
}

#filterModal h5 {
	margin-top: 0px;
}

#filterModal label {
	width: 100%;
	margin-bottom: 20px;
}

#filterModal .checkbox {
	margin-bottom: 15px;
}
/*Colors etc for Special Amenities/Rates ribbon*/
.alert .special {
	color: #28b939;
}

#hotel-options label i.special {
	background-color: #28b939;
}

#filterModal i.special {
	background-color: #28b939;
}

.panel-heading i.special {
	background-color: #28b939;
}

.special {
	background-color: #28b939 !important;
}

.badge-special {
	color: #28b939;
}

#hotel-options label i.preferred {
	background-color: #2BBBAD;
}

#filterModal i.preferred {
	background-color: #2BBBAD;
}

.panel-heading i.preferred {
	background-color: #2BBBAD;
}

.alert-preferred {
	color: #2BBBAD;
}

#hotel-options label i.netrate {
	background-color: #0277bd;
}

#filterModal i.netrate {
	background-color: #0277bd;
}

.panel-heading i.netrate {
	background-color: #0277bd;
}

.panel-heading i.norefundban {
	background-color: #e53935;
}

#filterModal i.norefundban {
	background-color: #e53935;
}

.rbn-special {
	background: #28b939;
}

	.rbn-special:after,
	.rbn-special:before {
		border-top: 15px solid #28b939;
	}

.preferred {
	background: #2BBBAD;
}

.badge-preferred {
	color: #2BBBAD;
}

.rbn-preferred {
	background: #2BBBAD;
}

	.rbn-preferred:after,
	.rbn-preferred:before {
		border-top: 15px solid #2BBBAD;
	}

	.rbn-preferred i {
		line-height: inherit;
	}

.rbn-netrate {
	background: #0277bd;
}

	.rbn-netrate:after,
	.rbn-netrate:before {
		border-top: 15px solid #0277bd;
	}

	.rbn-netrate i {
		line-height: inherit;
	}


.group {
	background: #2BBBAD !important;
}

.rbn-group {
	background: #2BBBAD;
}

	.rbn-group:after,
	.rbn-group:before {
		border-top: 15px solid #2BBBAD;
	}

.rbn-plus:after,
.rbn-plus:before {
	border-top: 15px solid #28b939;
}

.plus {
	background: #28b939 !important;
}

.rbn-plus {
	background: #28b939;
}

.upgrade {
	background: #aa66cc !important;
}

.vip {
	background: #059ad2;
	background: var(--default);
}

.badge-vip {
	color: #059ad2;
	color: var(--default);
}

.rbn-vip {
	background: #059ad2;
	background: var(--default);
}

	.rbn-vip:after,
	.rbn-vip:before {
		border-top: 15px solid #059ad2;
		border-top: 15px solid var(--default);
	}
/*Colors etc for Package/Rates ribbon*/
.rbn-package {
	background: #059ad2;
	background: var(--default);
}

	.rbn-package:after,
	.rbn-package:before {
		border-top: 15px solid #059ad2;
		border-top: 15px solid var(--default);
	}

/*.rbn-sar,.rbn-tsa,.rbn-tsx{	 -webkit-box-shadow: 0px 0px 2px #000;
       -moz-box-shadow: 0px 0px 2px #000;
            box-shadow: 0px 0px 2px #000;}*/


.btn-wsn {
	white-space: normal;
}

#side-btns {
	position: fixed;
	top: 120px;
	left: 0%;
	z-index: 99999;
}

#side-btns-right {
	position: fixed;
	top: 120px;
	right: 0%;
	z-index: 99999;
	text-align: right;
}

.btn-help {
	/*side button to show/hide Help panel*/
	float: left;
	clear: both;
	margin-bottom: 10px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	/* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)!Important; */
	/* float: right; */
	/* max-width: 1000px; */
}

.btn-back {
	/*side button to return to search*/
	float: left;
	clear: both;
	margin-bottom: 10px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	/* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)!Important; */
	/* float: right; */
	/* max-width: 1000px; */
}

.btn-up {
	/*side button to return to top of page. Hidden until user scrolls*/
	float: left;
	clear: both;
	margin-bottom: 10px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	/* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)!Important; */
	/* float: right; */
	/* max-width: 1000px; */
}

.btn-book, .btn-add, .btn-save, .btn-compare {
	/*right side buttons */
	float: right;
	clear: both;
	margin-bottom: 10px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	/* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)!Important; */
	/* float: right; */
	/* max-width: 1000px; */
}

@media only screen and (max-width : 1200px) {
	#side-btns {
		position: fixed;
		bottom: 0px !Important;
		z-index: 1000;
		width: 100%;
		top: auto; /*not sure how else to override top??*/
		background-color: rgba(31,142,184,0.75);
		text-align: center !Important;
		padding-left: 10px;
		padding-top: 10px;
		min-height: 71px
	}

	#side-btns-right {
		position: fixed;
		bottom: 0px !Important;
		z-index: 99999;
		top: auto; /*not sure how else to override top??*/
		text-align: center !Important;
		padding-left: 10px;
		padding-top: 10px;
	}

	.btn-up, .btn-back, .btn-help, .btn-book, .btn-add, .btn-save, .btn-compare {
		clear: none;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		width: 70px;
		position: relative;
		margin-right: 7px
	}

		.btn-up, .btn-back, .btn-help
		.btn-book, .btn-add .fa-fw, .btn-compare {
			margin-left: 0px
		}
}

.slidingDiv {
	height: auto;
	background-color: #059ad2;
	background-color: var(--default);
	padding: 20px;
	padding-bottom: 40px;
	margin-top: 10px;
	z-index: 99998;
	position: fixed;
	width: 100%;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0%;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	color: #ffffff;
}

	.slidingDiv .fa {
		color: #ffffff;
	}

@media only screen and (max-width : 1200px) {
	.slidingDiv {
		bottom: 90px;
		width: 98%;
	}
}

.btn-primary {
	background-color: #059ad2;
	background-color: var(--default);
	border-color: #059ad2;
	border-color: var(--default);
	color: #fff;
}

	.btn-primary:hover {
		background-color: #007ead;
		border-color: #007ead;
		background-color: var(--defaulthover);
		border-color: var(--defaulthover);
	}
	.btn-primary[disabled] {
		background-color: var(--default);
	}

.btn-vip {
	background-color: rgba(40, 185, 57, 0);
	border-color: #fff;
	color: #fff;
	border: 1px #fff solid;
}

	.btn-vip:hover {
		background-color: var(--defaulthover);
		border-color: var(--defaulthover);
		color: #fff;
	}

.btn-special {
	background-color: rgba(40, 185, 57, 0);
	border-color: #fff;
	color: #fff;
	border: 1px #fff solid;
}

	.btn-special:hover {
		background-color: #229f31;
		border-color: #229f31;
		color: #fff;
	}

.btn-affluent {
	background-color: rgba(40, 185, 57, 0);
	border-color: #fff;
	color: #fff;
	border: 1px #fff solid;
}

	.btn-affluent:hover {
		background-color: #a4811f;
		border-color: #a4811f;
		color: #fff;
	}

.btn-preferred {
	background-color: rgba(40, 185, 57, 0);
	border-color: #fff;
	color: #fff;
	border: 1px #fff solid;
}

	.btn-preferred:hover {
		background-color: #28a79a;
		border-color: #28a79a;
		color: #fff;
	}

.img-center {
	margin-left: auto;
	margin-right: auto;
}

hr {
	margin-top: 12px;
	margin-bottom: 12px;
}

.avatar {
	width: 52px;
	height: 52px;
	background-color: #ccc;
	border-radius: 50%;
	font-family: sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.avatar-sm {
	width: 34px;
	height: 34px;
	background-color: #ccc;
	border-radius: 50%;
	font-family: sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.avatar-lg {
	width: 100px;
	height: 100px;
	background-color: #ccc;
	border-radius: 50%;
	font-family: sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px auto;
}

.label-confirmed {
	background-color: #5cb85c;
	padding: .4em .6em .3em;
}

	.label-confirmed:before {
		content: "\e084";
		font-family: 'Glyphicons Halflings';
		margin-right: 3px;
	}

figure {
	position: relative;
}

figcaption {
	position: absolute;
	right: 10px;
	top: 0;
}

/*****Navbar*****/
.logo-header {
	background-color: rgba(44, 62, 80, 0.9);
	background-color: var(--topbackground);
	min-height: 85px;
	width: 100%;
}

.navbar-inverse {
	background-color: #343231;
}

.tx-logo {
	float: left;
	font-size: 18px;
	line-height: 20px;
	padding: 15px;
	padding-left: 0px
}

.right-btns a {
	color: #3b536c;
	color: var(--headerbuttons);
}

	.right-btns a:hover {
		color: var(--defaulthover);
	}

.right-btns {
	padding-top: 28px;
	text-align: right;
}

.c-trip a {
	background-color: #058bbd;
	background-color: var(--darkerdefault);
}

	.c-trip a:hover {
		background-color: #007ead !important;
		background-color: var(--defaulthover) !important;
		color: #fff !important;
	}
/*updated badge for current trip*/
.c-trip .badge {
	background-color: #00aeef;
	background-color: var(--iconfonts);
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	min-width: 10px;
	padding: 3px 8px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

/*Used to color fa icons*/
.tx-blue {
	color: #059ad2;
	color: var(--default);
}

.navbar {
	background-color: rgba(35,31,30,0.9);
	background-color: var(--navbackground);
	border-color: transparent;
	border: none;
	/*min-height: 127px;*/
	border-radius: 0px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
}

/*Remove menu transparency for smaller screens*/
@media only screen and (max-width : 768px) {

	.navbar {
		background-color: rgba(57,53,52,1);
	}

	.body-topmargin {
		margin-top: 60px;
	}
}


.navbar-brand {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.navbar-right {
	min-height: 0px;
	border-radius: 0px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	padding: 0px 0px;
}


.navbar-nav &gt; li &gt; a {
	padding-bottom: 12px;
	padding-top: 12px;
}

.navbar .navbar-nav &gt; li &gt; a {
	color: #fff;
	text-align: center;
}

	.navbar .navbar-nav &gt; li &gt; a:focus {
		color: #fff;
	}

	.navbar .navbar-nav &gt; li &gt; a:hover {
		color: var(#00aeef);
		color: var(--iconfonts);
	}

.navbar-nav &gt; li {
	border-right: #3b536c;
	border-right: 1px solid var(--headerbuttons);
}

.navbar-right .dropdown-menu {
	left: auto;
	right: auto;
}

.navbar-nav &gt; .active &gt; a, .navbar-nav &gt; .open &gt; a {
	color: #2c3e50 !Important;
	background-color: #ffffff !Important;
	border-top: 3px solid #00aeef !important;
	border-top: 3px solid var(--iconfonts) !important;
	/* padding-bottom: 29px; */
	/* padding-top: 21px; */
	box-sizing: border-box;
}

.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 2px solid #ffffff;
	border-radius: 4px;
	float: right;
	margin-bottom: 7px;
	margin-right: 15px;
	margin-top: 7px;
	padding: 9px 10px;
	position: relative;
}

.navbar-collapse {
	border-top: 0 solid transparent;
}

.navbar-nav {
	margin: 0px -15px;
}

@media only screen and (max-width : 768px) {
	.navbar-collapse li {
		border-bottom: 1px solid #3c4f63;
	}

	.dropdown-menu li {
		border-bottom: 0px solid #3c4f63;
	}
}

.navbar .navbar-nav .open .dropdown-menu &gt; li:hover {
	background-color: #dddddd;
}



/*dropdown menu*/


/*Animate dropdown on hover */
@media (min-width: 768px) {
	.dropdown .dropdown-menu {
		display: block;
		opacity: 0;
		-webkit-transition: all 100ms ease-in;
		-moz-transition: all 100ms ease-in;
		-ms-transition: all 100ms ease-in;
		-o-transition: all 100ms ease-in;
		transition: all 100ms ease-in;
		transform: scale(1, 0);
		-webkit-transform-origin: top;
		transform-origin: top;
	}

	.dropdown:hover .dropdown-menu {
		transform: scale(1, 1);
		display: block;
		opacity: 1;
	}
}





.dropdown-menu {
	border: 0px;
}

	.dropdown-menu &gt; li &gt; a {
		padding-left: 10px;
	}

	.dropdown-menu .fa {
		color: #cccccc;
		width: 25px;
	}

	.dropdown-menu li:hover {
		color: #252525;
	}

	.dropdown-menu &gt; li &gt; a:hover, .navbar .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
		background-color: #00aeef;
		background-color: var(--iconfonts);
		color: #ffffff;
	}


.navbar .navbar-toggle .icon-bar {
	background-color: #00aeef;
	background-color: var(--iconfonts);
}

.navbar .navbar-toggle:focus {
	background-color: transparent;
}

.navbar .navbar-toggle:hover {
}

.nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:hover, .nav-pills &gt; li.active &gt; a:focus {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.nav-pills &gt; li &gt; a {
	border-radius: 2px;
}

@media (max-width: 767px) {
	.nav-pills &gt; li {
		float: none;
	}

	.navbar-nav &gt; li &gt; a {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.navbar-nav &gt; .active &gt; a, .navbar-nav &gt; .open &gt; a {
		color: #2c3e50 !Important;
		background-color: #3f5367 !Important;
		border-top: 0px !important;
		padding-bottom: 10px;
		padding-top: 10px;
		box-sizing: border-box;
	}

	.navbar-nav &gt; .open &gt; a {
		color: #ffffff !Important;
	}

	.navbar-nav &gt; .active &gt; a {
		background-color: #ffffff !Important;
	}

	.navbar .navbar-nav &gt; li &gt; a:hover {
		background-color: #00aeef;
		background-color: var(--iconfonts);
		color: #ffffff;
	}

	.navbar-collapse {
		box-shadow: 0 0px 0 rgba(255, 255, 255, 0.1) inset;
	}
}



/*animated  navbar-toggle*/
.navbar-toggle {
	border: 1px;
	background: transparent !important;
}

	.navbar-toggle:hover {
		background: transparent !important;
	}

	.navbar-toggle .icon-bar {
		width: 22px;
		transition: all 0.2s;
	}

	.navbar-toggle .top-bar {
		transform: rotate(45deg);
		transform-origin: 10% 10%;
	}

	.navbar-toggle .middle-bar {
		opacity: 0;
	}

	.navbar-toggle .bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 10% 90%;
	}

	.navbar-toggle.collapsed .top-bar {
		transform: rotate(0);
	}

	.navbar-toggle.collapsed .middle-bar {
		opacity: 1;
	}

	.navbar-toggle.collapsed .bottom-bar {
		transform: rotate(0);
	}

.badge-message-count {
	position: absolute;
	background: #f12b24;
	height: 1.2rem;
	top: 0rem;
	right: 0.1rem;
	width: 1.2rem;
	text-align: center;
	line-height: 1.2rem;
	font-size: .8rem;
	border-radius: 50%;
	color: white;
	border: none;
}
/******/



/******End Navbar*****/

.bottom-buffer {
	margin-bottom: 10px;
}

.panel-body {
	padding: 15px;
}

.btn-toolbar .btn {
	margin-bottom: 5px;
}

.container-full {
	margin: 0 auto;
	width: 100%;
}

.jscroll-loading {
	text-align: center;
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

	.row.no-gutters &gt; [class^="col-"],
	.row.no-gutters &gt; [class*=" col-"] {
		padding-right: 0;
		padding-left: 0;
	}

.row.no-gutters-right {
	margin-right: 0;
}

	.row.no-gutters-right &gt; [class^="col-"],
	.row.no-gutters-right &gt; [class*=" col-"] {
		padding-right: 0;
	}

.buffer-top {
	margin-top: 10px;
}

.buffer-bottom {
	margin-bottom: 10px;
}

.panel-heading a.collapsable:after {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	color: grey;
}

/*.panel-heading a.collapsed:after {
    content: "\e080";
}*/




/* Make inline editables take the full width of their parents */
.editable-container.editable-inline {
	width: 70% !important;
}

	.editable-container.editable-inline .control-group.form-group,
	.editable-container.editable-inline .control-group.form-group .editable-input,
	.editable-container.editable-inline .control-group.form-group .editable-input textarea,
	.editable-container.editable-inline .control-group.form-group .editable-input select,
	.editable-container.editable-inline .control-group.form-group .editable-input input:not([type=radio]):not([type=checkbox]):not([type=submit]) {
		width: 100% !important;
	}
/*JQuery UI overrides*/
.ui-spinner-input {
	width: 20px;
}

.bootstrap-touchspin-down, .bootstrap-touchspin-up {
	border: 1px solid #ccc;
	box-shadow: none;
}
/* Custom icons */
span.hotel {
	content: url("/itinerary/images/hotel.png");
}

/*span.hotel-small
{
    content: url("/itinerary/images/hotel-small.png");
    width: 16px;
}
*/
span.hotel-small {
	background: url("/itinerary/images/hotel-small.png") no-repeat;
	background-size: contain;
	float: left;
	height: 16px;
	width: 16px;
}

.panel-hotel-comp {
	min-height: 600px;
}

#ContentMain_ctl00_cblRating td {
	white-space: nowrap;
}

.info-head {
	background-color: #059ad2;
	background-color: var(--default);
	color: #ffffff;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.form-group-highlight {
	background-color: #eff4f4;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#cruise-results h3 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 28px;
}

.change-currency {
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	margin-top: 10px;
}

	.change-currency span {
		margin-bottom: 5px;
		display: block
	}

span.cruise {
	content: url("/itinerary/images/cruise.png");
}

.cruise-special {
	width: 20px;
}

	.cruise-special i {
		color: #fff;
		font-size: 10pt;
		border-radius: 50%;
		background-color: #059ad2;
		background-color: var(--default);
		padding: 5px;
		/* float: left; */
		box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	}

.cruise-plus i {
	color: #fff;
	padding: 7px 13px;
	background-color: #5cb85c;
	border-radius: 50%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.cruise-plus div {
	overflow: hidden;
}

.cruise-date {
	width: 90px;
	padding: 0px !important;
}

.cruise-price {
	color: #2B3B4C;
	background-color: #eee;
	vertical-align: middle;
	border: 1px #fff solid;
	width: 90px;
	padding: 0px !important;
}

.cruise-price-btn {
	padding: 1px !important;
	width: 90px;
}

	.cruise-price-btn a {
		padding: 27px 12px;
		border-radius: 0px !important;
	}

.selGroups {
	font-size: 10px;
	max-width: 90px;
}

.cruise-price input[type="checkbox"] {
	margin-right: 0px;
}

span.cruise-small {
	content: url("/itinerary/images/cruise-small.png");
	width: 15px;
}

#cruise-options label {
	font-size: 13pt;
}

	#cruise-options label i {
		background-color: #00aeef;
		background-color: var(--iconfonts);
		border-radius: 50%;
		color: #ffffff;
		font-size: 16px;
		height: 24px;
		width: 24px;
		padding: 4px;
		text-align: center;
		box-sizing: border-box;
	}
/*#cruise-options label i.plus
{
        padding: 5px 8px;
}
#cruise-options label input[type="checkbox"]{
    height: 20px;
}*/
/*Cruise Category*/
#deckModal .modal-dialog {
	max-width: 300px;
	text-align: center;
}

.table-category td {
	max-width: 150px;
}

.table-wrapper {
	max-width: 60em;
	max-height: 52em;
	overflow: scroll;
	position: relative;
}

	.table-wrapper table {
		position: relative;
		border-collapse: collapse;
	}

	.table-wrapper td, .table-wrapper th {
		padding: 0.25em;
	}

	.table-wrapper thead th {
		position: -webkit-sticky; /* for Safari */
		position: sticky;
		top: 0;
		background: #ccc;
		z-index: 1;
	}

		.table-wrapper thead th:first-child {
			left: 0;
			z-index: 2;
		}

	.table-wrapper tbody th {
		position: -webkit-sticky; /* for Safari */
		position: sticky;
		left: 0;
		background: #FFF;
		border-right: 1px solid #CCC;
		z-index: 1;
	}

.panel-category {
	border: none !important;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15) !important;
}

	.panel-category &gt; .panel-heading {
		background-color: #059ad2;
		background-color: var(--default);
		border-color: #e0e0e0;
		color: #fff;
		border: 0px
	}

.panel-heading-tabs {
	padding-bottom: 0px
}

	.panel-heading-tabs .nav-tabs &gt; li.active &gt; a {
		box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0) inset
	}

	.panel-heading-tabs .nav-tabs &gt; li &gt; a {
		box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0) inset;
		outline: 0;
	}

	.panel-heading-tabs .nav-tabs &gt; li &gt; a {
		color: #ffffff;
		padding-left: 20px;
		padding-right: 20px;
		font-weight: normal
	}

	.panel-heading-tabs .nav-tabs &gt; li.active &gt; a {
		color: #000000;
		font-weight: normal
	}



.panel-category .well {
	border: 0px solid #e0e0e0
}

.cat-btns .btn {
	margin-bottom: 5px;
	word-wrap: break-word;
	white-space: normal
}

.select_cat_btn {
	padding: 15px;
	max-width: 300px
}

	.select_cat_btn .btn {
		word-wrap: break-word;
		white-space: normal
	}

span.air {
	content: url("/itinerary/images/air.png");
}

span.air-small {
	content: url("/itinerary/images/air-small.png");
	width: 15px;
}

span.car {
	content: url("/itinerary/images/car.png");
}

span.car-small {
	content: url("/itinerary/images/car-small.png");
	width: 15px;
}

span.restaurant {
	content: url("/itinerary/images/restaurant.png");
}

span.restaurant-small {
	content: url("/itinerary/images/restaurant-small.png");
	width: 15px;
}

span.excursion {
	content: url("/itinerary/images/excursion.png");
}

span.excursion-small {
	content: url("/itinerary/images/excursion-small.png");
	width: 15px;
}

span.tour {
	content: url("/itinerary/images/default.png");
}

span.tour-small {
	content: url("/itinerary/images/default-small.png");
	width: 15px;
}

span.groundtransportation {
	content: url("/itinerary/images/bus.png");
}

span.groundtransportation-small {
	content: url("/itinerary/images/bus-small.png");
	width: 15px;
}

span.rail {
	content: url("/itinerary/images/rail.png");
}

span.rail-small {
	content: url("/itinerary/images/rail-small.png");
	width: 15px;
}
/*Bootstrap style for gridview pager*/

.pagination-gv {
	display: inline-block;
	padding-left: 0;
	margin-bottom: 15px;
	border-radius: 4px;
	float: right;
}

.pagination-gv-left {
	display: table-row !important;
	float: none !important;
}

.pagination-gv table &gt; tbody &gt; tr &gt; td {
	display: inline;
}

	.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; a,
	.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; span {
		position: relative;
		float: left;
		padding: 8px 12px;
		line-height: 1.42857143;
		text-decoration: none;
		color: #337ab7;
		background-color: #ffffff;
		border: 1px solid #dddddd;
		margin-left: -1px;
	}

	.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; span {
		position: relative;
		float: left;
		padding: 8px 12px;
		line-height: 1.42857143;
		text-decoration: none;
		margin-left: -1px;
		z-index: 2;
		color: #aea79f;
		background-color: #f5f5f5;
		border-color: #dddddd;
		cursor: default;
	}

	.pagination-gv table &gt; tbody &gt; tr &gt; td:first-child &gt; a,
	.pagination-gv table &gt; tbody &gt; tr &gt; td:first-child &gt; span {
		margin-left: 0;
		border-bottom-left-radius: 4px;
		border-top-left-radius: 4px;
	}

	.pagination-gv table &gt; tbody &gt; tr &gt; td:last-child &gt; a,
	.pagination-gv table &gt; tbody &gt; tr &gt; td:last-child &gt; span {
		border-bottom-right-radius: 4px;
		border-top-right-radius: 4px;
	}

	.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; a:hover,
	.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; span:hover,
	.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; a:focus,
	.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; span:focus {
		color: #23527c;
		background-color: #eeeeee;
		border-color: #dddddd;
	}

#page-loading {
	text-align: center;
	padding-top: 200px;
	background-color: #ffffff;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 100;
}

.loading-ad {
	border: 1px solid #eee9e9;
	margin-top: 70px;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 468px) {
	.loading-ad {
		margin-top: 30px;
	}
}

/*Hotel Search*/

#hotel-options label i {
	background-color: #00aeef;
	background-color: var(--iconfonts);
	border-radius: 50%;
	color: #ffffff;
	font-size: 15px;
	height: 24px;
	width: 24px;
	padding: 4px;
	text-align: center;
	box-sizing: border-box;
}

.fa-search {
	margin-right: 12px;
}

.tblRooms {
	width: 100%;
}

	.tblRooms td {
		padding-right: 5px;
		padding-bottom: 5px;
	}

	.tblRooms select {
		margin-bottom: 5px;
	}

.room-ddl {
	padding: 6px 5px !important;
}

.room-icons i {
	margin-bottom: 4px;
}
/*Search Headers*/
.header-search {
	font-size: 20px;
	margin-left: 0px;
	color: #063a4e;
	font-weight: normal;
	margin-bottom: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

	.header-search.white-font {
		text-shadow: 0 1px 2px rgba(0,0,0,0.6);
		color: #fff;
	}

/*	.header-search .fa {
		color: #ffffff;
		background-color: #00aeef;
		background-color: var(--iconfonts);
		padding: 9px;
		border-radius: 50%;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
		text-shadow: none;
		height: 40px;
		width: 40px;
		text-align: center;
	}*/
/******************************Select Search Option 2 (tabs)*********************/

.fa-select {
	font-family: 'FontAwesome', 'Helvetica';
}

.no-topborder { /*remove top border of panel so that it doesn't cross tab*/
	border-top: #fff !Important;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.10) !Important;
}

.nav-tabs {
	border-bottom: 0px;
}

	.nav-tabs &gt; li &gt; a {
		background-color: rgba(0, 0, 0, 0.3);
		/* color: #323638; */ /*add inner shadow to bottom of tab*/
		-webkit-box-shadow: inset 0px -4px 5px -4px rgba(0,0,0,0.75);
		-moz-box-shadow: inset 0px -4px 5px -4px rgba(0,0,0,0.75);
		box-shadow: inset 0px -4px 5px -4px rgba(0,0,0,0.75); /*tab margin and radius*/
		margin-left: 4px;
		border-radius: 0;
	}

.select-search-tabs .nav-tabs &gt; li:last-child &gt; a {
	/*remove margin from last tab*/
	margin-right: 0px;
}

.select-search-tabs .nav-tabs &gt; li.active &gt; a {
	color: #059ad2;
	color: var(--default);
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
}

.select-search-tabs {
	float: none;
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
	height: 65px;
	font-size: 15px;
	font-weight: bold;
	color: #b3b2ae;
}

	.select-search-tabs .fa {
		font-weight: normal;
	}

	.select-search-tabs a {
		color: #ffffff;
	}

	.select-search-tabs li.active &gt; a:hover, .select-search-tabs li.active &gt; a:focus {
		color: #059ad2;
		color: var(--default);
		background-color: #fff !important;
	}

	.select-search-tabs a:hover, .select-search-tabs a:focus {
		background-color: rgba(119, 119, 119, 0.63) !important;
		border-color: transparent !important;
	}

	.select-search-tabs &gt; li.active &gt; .fa {
		color: #949a9c;
	}


@media only screen and (max-width : 768px) {
	/*tab text is hidden on xs screens using .hidden-xs*/

	h4.header-search {
		margin-bottom: 10px !Important;
	}

	.select-search-tabs {
		/*height: 58px;*/
		vertical-align: bottom;
	}

		.select-search-tabs .fa-fw {
			margin-right: 0px;
		}

		.select-search-tabs .nav-tabs &gt; li &gt; a {
			border-radius: 6px 6px 0 0;
			padding: 18px 18px;
			margin-left: 1px;
			margin-top: 10px;
		}
}

@media only screen and (max-width : 580px) {
	.select-search-tabs .nav-tabs &gt; li &gt; a {
		padding: 6px 6px;
	}

	.header-search {
		/* smaller font to allow tabs to fit*/
		font-size: 20px !Important;
	}
}

/******************************[End] Select Search Option 2 (tabs)*********************/
.amen {
	position: relative;
	float: left;
}

	.amen span {
		position: absolute;
		font-weight: bold;
		color: #66ff00;
	}

.ui-slider-range {
	background: #059ad2 !Important;
	background: var(--default) !Important;
}

.btn-primary:hover {
	background-color: #007ead !important;
	border-color: #007ead !important;
	background-color: var(--defaulthover) !important;
	border-color: var(--defaulthover) !important;
}

.btn-success:hover {
	background-color: #449d44 !important;
	border-color: #398439 !important;
}

/*Google Maps Responsive Layout*/
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	width: 100% !important;
}



/*Hotel detail*/

@media (min-width: 768px) {
	/*expand button and show text*/
	.btn-extend:hover {
		width: auto
	}

		.btn-extend:hover &gt; .btn-text {
			display: block;
		}

		.btn-extend:hover &gt; .btn-right-text {
			display: block;
		}
}

.btn-right-text {
	display: none;
	float: right;
	line-height: 28px;
	margin-left: 10px;
}

#hotel-info {
	margin-bottom: 20px;
	background-color: #ffffff;
}
/*.btn-update .fa { margin-left: 10px}*/

.gallery-thumb {
	padding: 5px;
}


/***Thumbnail gallery***/
#HotelImageThumb {
	height: 70px;
	object-fit: cover;
	width: 100% !Important;
}

.GalleryImageThumb {
	height: 70px;
	object-fit: cover;
	width: 100% !Important;
}

#CruiseImageThumb {
	height: 70px;
	object-fit: cover;
	width: 100% !Important;
}

#mainimg {
	height: 270px;
	object-fit: cover;
	object-position: 50% 50%;
}

.btn-category {
	margin: 1px;
	min-width: 60px;
}

.panel-body-amenity {
	min-height: 300px;
}

.panel-cruise-comp {
	min-height: 1470px;
}
/*sm*/
@media only screen and (min-width : 768px) and (max-width : 992px) {
	#mainimg {
		height: 100px;
	}

	#HotelImageThumb {
		height: 50px;
	}

	#CruiseImageThumb {
		height: 50px;
	}
}

/* md */
@media only screen and (min-width : 992px)and (max-width : 1200px) {
	#mainimg {
		height: 160px;
	}

	#HotelImageThumb {
		height: 50px;
	}

	#CruiseImageThumb {
		height: 50px;
	}
}


/* lg*/
@media only screen and (min-width : 1200px) {
	#mainimg {
		height: 180px;
	}
}
/***End Thumbnail gallery***/



/*Rooming List*/
#filterModal .fa {
	margin-right: 10px !important;
	background-color: #00aeef;
	background-color: var(--iconfonts);
	border-radius: 50%;
	color: #ffffff;
	padding: 7px;
	min-width: 44px;
	min-height: 42px;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

#filterModal .material-icons {
	margin-right: 10px;
	background-color: #00aeef;
	background-color: var(--iconfonts);
	border-radius: 50%;
	color: #ffffff;
	padding: 7px;
	min-width: 44px;
	min-height: 42px;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	font-size: 2em;
}

.netprice, .totalprice {
	white-space: nowrap;
}

/*form control*/
.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	display: block;
	font-size: 14px;
	height: 44px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}



/********Login Form******/

#login-form {
	margin-top: 100px;
}

	#login-form input[type="text"], #login-form input[type="password"], #login-form textarea, #login-form textarea.form-control {
		background: #fff none repeat scroll 0 0;
		border: 3px solid #fff;
		border-radius: 4px;
		box-shadow: none;
		color: #888;
		font-family: "Roboto",sans-serif;
		font-size: 16px;
		font-weight: 300;
		height: 50px;
		line-height: 50px;
		margin: 0;
		padding: 0 20px;
		transition: all 0.3s ease 0s;
		vertical-align: middle;
	}

/*not sure why this wasn't being picked up from Bootstrap*/
.form-control:focus {
	border: 3px solid #66afe9 !Important;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)!Important;*/
	box-shadow: none !Important;
	outline: 0 none !Important;
}

.invalid {
	border: 3px solid #a94442 !important;
}

	.invalid:focus {
		border: 3px solid red !important;
	}

.form-top {
	background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
	border-radius: 7px 7px 0 0;
	overflow: hidden;
	padding: 0 25px 15px;
	text-align: left;
}

.form-bottom {
	background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
	border-radius: 0 0 7px 7px;
	padding: 25px 25px 30px;
	text-align: left;
}

	.form-bottom table {
		width: 100%;
	}

	.form-bottom .lblError {
		color: #a94442;
	}

.form-top-left {
	float: left;
	padding-top: 25px;
	width: 75%;
}

.form-top-right {
	color: #fff;
	float: left;
	font-size: 66px;
	line-height: 100px;
	opacity: 0.3;
	padding-top: 5px;
	text-align: right;
	width: 25%;
}

.form-top-left h3 {
	color: #fff;
	margin-top: 0;
}

.form-signin input[type="checkbox"] {
	float: left;
}

.form-signin label {
	font-weight: normal;
	color: #cccccc !important;
	text-align: right;
	font-weight: normal;
	padding-bottom: 5px;
	float: left;
	padding-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
}

.input-group-addon {
	background-color: #cccccc;
	color: #ffffff;
}

/*Signin Form
#login_fields {
    margin: auto;
    width: 218px;
}
.form-signin input[type="checkbox"]
{ float: right;}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
 
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}*/

/*Bootstrap editable style*/
a.editable-white {
	color: #fff !important;
	text-decoration: none;
	border-bottom: none !important;
}

	a.editable-white:hover {
		color: #fff !important;
		text-decoration: none;
		border-bottom: dashed 1px #fff !important;
	}

a.editable-black {
	color: #fff !important;
	text-decoration: none;
	text-shadow: 1px 1px #000;
	border-bottom: none !important;
}

	a.editable-black:hover {
		color: #fff !important;
		text-decoration: none;
		text-shadow: 1px 1px #000;
		border-bottom: dashed 1px #000 !important;
	}

a.editable-disabled:hover {
	text-decoration: none !important;
	border-bottom: none !important;
}
/*Google Maps*/
.google-maps {
	position: relative;
	padding-bottom: 75%;
	// This is the aspect ratio height: 0;
	overflow: hidden;
}

	.google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
/*Cruise Listing*/
.divCategoryUpgrade {
	margin: 5px;
}

.namesearchresults {
	float: right;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.dvSelectedNamesToChoose {
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.dvsearchexplanation {
	/*float:right;*/
	padding-top: 10px;
	padding-bottom: 10px;
	color: red;
}

.tooltip-inner {
	font-size: 12px !important;
}

.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2000 !important;
	float: left;
	display: none;
	min-width: 160px;
	padding: 4px 0;
	margin: 0 0 10px 25px;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
}

	.ui-autocomplete h5 {
		margin: 0px;
	}

	.ui-autocomplete small {
		margin-left: 10px;
	}

.ui-menu-item &gt; a.ui-corner-all {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	white-space: nowrap;
	text-decoration: none;
}

.ui-state-hover, .ui-state-active {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
}

.bookeddate a {
	background: lightblue !important;
}

.dvvoucherdisplay {
	display: none !important;
}

@media print {

	/*html, body {
    width: 210mm;
    height: 297mm;
  }*/
	/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-size: 93%;
}*/
	a:after {
		display: none;
	}

	.scrollspy {
		display: none;
	}

	.jumbotron {
		background: none !important;
		background: none !important;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

		.jumbotron a.editable-black, .jumbotron a.editable-white {
			color: #000 !important;
		}

	.google-maps img {
		max-width: inherit !important;
	}

	.agent-contact-info {
		text-align: left;
	}

	.scrollspy-content {
		width: 100% !important;
	}

	.panel-body {
		padding: 5px;
		/*font-size: 90%;*/
	}

	.panel-heading {
		padding: 3px 5px;
	}

	div.panel-primary, div.item-panel, div.panel-default {
		display: block !important;
		position: relative;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
		border-width: 1px;
		padding-top: 10px;
	}

	.hidden-print, .btn, input[type="button"], anchor[role="button"], anchor[type="button"], .addthis_sharing_toolbox, .alert, .alert-danger, .alert-dismissible,
	.label-info {
		display: none !important;
	}

	body {
		margin: 25px;
	}
	/*body {
                margin: 0;
                padding: 0 !important;
                min-width: 768px;
            }*/

	.container {
		width: auto;
		min-width: 750px;
	}

	.container {
		max-width: none !important;
		width: 100% !important;
		padding-left: 0;
		padding-right: 0;
	}

	.row {
		margin-left: -1%;
		margin-left: -1%;
	}

	[class*="col-"] {
		float: left;
		padding-left: 1%;
		padding-right: 1%;
		min-height: 0px !important;
		border: 0 !important;
	}

	.col-sm-12,
	.col-md-12,
	.col-lg-12 {
		width: 100%;
	}

	.col-sm-11,
	.col-md-11,
	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-sm-10,
	.col-md-10,
	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-sm-9,
	.col-md-9,
	.col-lg-9 {
		width: 75%;
	}

	.col-sm-8,
	.col-md-8,
	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-sm-7,
	.col-md-7,
	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-sm-6,
	.col-md-6,
	.col-lg-6 {
		width: 50%;
	}

	.col-sm-5,
	.col-md-5,
	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-sm-4,
	.col-md-4,
	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-sm-3,
	.col-md-3,
	.col-lg-3 {
		width: 25%;
	}

	.col-sm-2,
	.col-md-2,
	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-sm-1,
	.col-md-1,
	.col-lg-1 {
		width: 8.33333333%;
	}
}
/*
 * DASHBOARD STYLES
 */

#new-booking-modal {
	overflow-y: auto;
}

.item-panel-print {
	page-break-before: always;
}

.color-swatch div {
	height: 44px;
}

.color-swatch {
	margin: 10px 0px;
}

.dashboard {
	margin-top: 5px;
}
/****Dashboard Side bar ****/
#wrapper {
	padding-left: 0;
	transition: all 0.5s ease 0s;
}

	#wrapper.toggled {
		padding-left: 250px;
	}

#sidebar-wrapper {
	background: #00aeef none repeat scroll 0 0;
	background: var(--iconfonts) none repeat scroll 0 0;
	height: 110%;
	left: 60px;
	margin-left: -60px;
	overflow-y: auto;
	position: fixed;
	transition: all 0.5s ease 0s;
	width: 0;
	z-index: 1000;
}

#wrapper.toggled #sidebar-wrapper {
	width: 60px;
}

#page-content-wrapper {
	padding: 120px 15px 15px;
	position: absolute;
	width: 100%;
}

#wrapper.toggled #page-content-wrapper {
	margin-right: -250px;
	position: absolute;
}

.nav-sidebar {
	list-style: outside none none;
	margin: 0;
	padding: 160px 0 0;
	position: absolute;
	top: 0;
	width: 70px;
}

	.nav-sidebar li {
		line-height: 40px;
		text-indent: 10px;
	}

		.nav-sidebar li a {
			color: #aae3f9;
			display: block;
			font-weight: bold;
			text-decoration: none;
			font-size: 16px;
		}

		.nav-sidebar li.active a {
			color: #ffffff;
		}

#toggle-menu {
	position: fixed;
	z-index: 900;
	right: 20px;
}
/*.nav-sidebar li.active{
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}*/

.nav-sidebar li a:hover {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	color: #fff;
	text-decoration: none;
}

.nav-sidebar li a:active, .nav-sidebar li a:focus {
	text-decoration: none;
}

.nav-sidebar &gt; .sidebar-brand {
	font-size: 18px;
	height: 65px;
	line-height: 60px;
}

	.nav-sidebar &gt; .sidebar-brand a {
		color: #999999;
	}

		.nav-sidebar &gt; .sidebar-brand a:hover {
			background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
			color: #fff;
		}

@media (min-width: 768px) {

	#wrapper {
		margin-top: -20px;
		padding-left: 60px;
	}

		#wrapper.toggled {
			padding-left: 0;
		}

	#sidebar-wrapper {
		width: 60px;
	}

	#wrapper.toggled #sidebar-wrapper {
		width: 0;
	}

	#page-content-wrapper {
		padding: 170px 20px 20px;
		position: relative;
	}

	#wrapper.toggled #page-content-wrapper {
		margin-right: 0;
		position: relative;
	}
}

.nav-sidebar .fa {
	/*margin-right: 30px;*/
	color: #ffffff;
}

/*charts*/
.visualization_wrap {
	border: 1px solid #e1eff4;
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
}

#destinations, #production, #suppliers, #bookingcount, #bookratio, #commission, #regions {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sub-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

/*.navbar-fixed-top {
  border: 0;
}*/
/**Countto Rows****/

#count-sectors {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 0px;
}

#count-sales {
	margin-top: 0px;
	text-align: center;
	margin-bottom: 0px;
}

#count-circles {
	min-height: 250px;
	margin-bottom: 20px;
}

/**Count to panels****/
#cruise-count, #hotel-count, #tour-count, #activity-sales {
	position: relative;
	min-height: 200px;
	overflow: hidden;
	text-transform: uppercase;
	color: #ffffff;
	padding: 22px;
	margin-bottom: 30px;
	border: 0px solid #e1eff4;
}

#total-sales, #total-comm, #total-cust {
	min-height: 120px;
	overflow: hidden;
	text-transform: uppercase;
	color: #ffffff;
	padding: 22px;
	margin-bottom: 30px;
	border: 1px solid #e1eff4;
}

#total-sales {
	background-color: #00aeef;
	background-color: var(--iconfonts);
}

#total-comm {
	background-color: #00aeef;
	background-color: var(--iconfonts);
}

#total-cust {
	background-color: #00aeef;
	background-color: var(--iconfonts);
}

#cruise-count {
	background-color: #4275da;
}

#hotel-count {
	background-color: #27972e;
}

#tour-count {
	background-color: #efb900;
}

#activity-sales {
	background-color: #dc3912;
}

.countto-sales, .countto-comm, .countto-hotel, .countto-cruise, .countto-tour, .countto-activity, .countto-happy {
	color: #ffffff;
	font-size: 43px;
	font-weight: bold;
}

#count-sales .fa, #count-sectors .fa {
	color: #ffffff;
	display: block;
}


#myStat {
	text-align: center;
}

.circliful {
	margin: 0 auto !Important;
}

#myStat1, #myStat2, #myStat3, #myStat4 {
	font-weight: bold;
}
/* Hide for mobile, show later */
.sidebar {
	display: none;
}

@media (min-width: 768px) {
	.sidebar {
		/*position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;*/
		z-index: 1000;
		display: block;
		padding-left: 10px;
		padding-right: 10px;
		overflow-x: hidden;
		overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
		background-color: #f5f5f5;
		border-right: 1px solid #eee;
	}
}

/* Sidebar navigation */
.nav-sidebar {
	/*margin-right: -21px;*/
	/* 20px padding + 1px border */
	margin-bottom: 20px;
	/*margin-left: -20px;*/
}

	.nav-sidebar &gt; li &gt; a {
		/*padding-right: 20px;
        padding-left: 20px;*/
	}

	.nav-sidebar &gt; .active &gt; a,
	.nav-sidebar &gt; .active &gt; a:hover,
	.nav-sidebar &gt; .active &gt; a:focus {
		color: #fff;
		background-color: #428bca;
	}

.panel-connection {
	min-height: 250px;
}

@media (min-width: 768px) {
	.main {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.main .page-header {
	margin-top: 0;
}

.placeholders {
	margin-bottom: 30px;
	text-align: center;
}

.placeholders h4 {
	margin-bottom: 0;
}

.placeholder {
	margin-bottom: 20px;
}

	.placeholder img {
		display: inline-block;
		border-radius: 50%;
	}

/* CUSTOMIZE THE CAROUSEL -------------------------------------------------- */
.carousel-control {
	background-image: none !important;
}

#myCarousel {
	height: 280px;
	margin-bottom: 15px;
}

.xpress_blue {
	color: #00aeef;
	color: var(--iconfonts);
}
/*test4*/

.carousel_main {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: bold;
}

.full {
	padding: 0px;
	margin-top: -20px;
}

/* Carousel base class */
.carousel {
	margin-bottom: 30px;
}

	.carousel .btn-lg {
		font-weight: bold;
		text-transform: uppercase;
	}

/*used where full background not used*/
/*.carousel .item {

 background-color: #777;
}*/

.default_bck {
	padding: 20px;
	padding-top: 20px;
	background-image: url(../images/squares.png);
	background-repeat: repeat;
	background-color: #05384b !Important;
}

	.default_bck img {
		max-width: 100%;
		margin: 0 auto;
	}

.full_back {
	height: 450px;
	background-repeat: no-repeat;
	background-position: center !Important;
	background-size: cover !Important;
}

.full_back_fixed {
	height: 450px;
	background-repeat: no-repeat;
	background-position: center !Important;
	background-size: cover !Important;
	background-attachment: fixed !Important;
	position: static;
}
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
	transition: opacity ease-out .7s;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

	.carousel-fade .carousel-inner .active.left,
	.carousel-fade .carousel-inner .active.right {
		left: 0;
		opacity: 0;
		z-index: 1;
	}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers &amp; apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner &gt; .item.next,
	.carousel-fade .carousel-inner &gt; .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.carousel-fade .carousel-inner &gt; .item.prev,
	.carousel-fade .carousel-inner &gt; .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

		.carousel-fade .carousel-inner &gt; .item.next.left,
		.carousel-fade .carousel-inner &gt; .item.prev.right,
		.carousel-fade .carousel-inner &gt; .item.active {
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
}

.carousel-inner &gt; .item &gt; img {
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 400px;
}

.carousel-indicators {
	bottom: -45px !important;
}

.carousel-caption {
	/*top:5%;
	bottom:10%;*/
	position: inherit;
	height: 260px;
	color: #fff;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
	margin-top: 30px;
}

.carousel-image {
	margin-top: 30px;
	opacity: 0.86;
}

	.carousel-image img {
		height: 260px;
		object-fit: scale-down;
		width: 100%;
	}

.overlay {
	background-image: url("/itinerary/images/overaly.png");
	background-repeat: repeat;
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(0, 0, 0, 0.3);
}


.overlay2 {
	background-repeat: repeat;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
}

.nav-sm &gt; li &gt; a {
	padding: 8px 11px !important;
}


/**Video for carousel****/
.video-section .pattern-overlay {
	background-color: rgba(71, 71, 71, 0.59);
	/*padding: 110px 0 32px;*/
	min-height: 496px;
	/* Incase of overlay problems just increase the min-height*/
}

.video-section h1, .video-section h3 {
	text-align: center;
	color: #fff;
}

.video-section h1 {
	font-size: 110px;
	font-family: 'Buenard', serif;
	font-weight: bold;
	text-transform: uppercase;
	/*margin: 40px auto 0px;*/
	text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
}

.video-section h3 {
	font-size: 25px;
	font-weight: lighter;
	margin: 0px auto 15px;
}

.video-section .buttonBar {
	display: none;
}

.player {
	font-size: 1px;
}
/**End Video for carousel****/

/*h1 .fa-chevron-right{color:var(--iconfonts); font-weight:normal; padding-right:10px}*/

.carousel-caption h1 {
	font-size: 30px;
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
}

.carousel-caption p {
	font-size: 16px;
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
	margin-bottom: 20px;
}

.carousel-content {
	top: 10%;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	/*max-width:1000px;*/
	padding-top: 20px;
}



/* Extra Small Devices, xs */
@media (max-width: 767px) {
	.carousel-caption p {
		font-size: 13px;
	}

	.carousel_main {
		font-size: 20px;
	}
}

/* Small Devices, sm-* */
@media (min-width: 768px) {
	.carousel-caption h1 {
		font-size: 40px;
	}

	.carousel-caption p {
		font-size: 18px;
	}
}


/* Medium Devices, md */
@media (min-width: 992px) {
	.carousel-caption {
		padding-left: 50px;
		padding-right: 50px;
	}

		.carousel-caption h1 {
			font-size: 40px;
		}

		.carousel-caption p {
			font-size: 20px;
		}
}

/* Large Devices, lg */
@media (min-width: 1200px) {

	.carousel-caption h1 {
		font-size: 50px;
	}

	.carousel-caption p {
		font-size: 22px;
	}
}


.nav .active {
	font-weight: bold;
	/*background: #eee;*/
}
/*Scroll spy for client page*/
.scrollspy .nav &gt; li &gt; a:focus {
	background-color: #eee;
	text-decoration: none;
}

.scrollspy .nav .active {
	font-weight: bold;
	background: #059ad2;
	background: var(--default);
	width: 100%;
}

	.scrollspy .nav .active a {
		color: #ffffff;
	}

.scrollspy .nav &gt; li &gt; a:focus {
	background-color: #eee;
	text-decoration: none;
}


.affix {
	top: 20px;
	width: 150px;
}
/**Activity Details***************************************************/
.activity-filter {
	margin: 0;
	padding: 0;
	margin-bottom: -20px;
	margin-right: 15px;
	float: right;
}

.activity-category {
	color: #fff;
}

.activity-result .btn {
	margin-top: 10px;
}

.activity-result h4 {
	font-size: 24px;
	margin-top: 0px;
}

.activity-result h4 small {
	display: block;
	margin-top: 5px;
	font-size: 65%;
}

.activity-result .panel-heading {
	padding-top: 0px;
}

/**Tour Details***************************************************/
/**Tour Details***************************************************/
.num-tours, .num-hotels {
	color: #059ad2;
	color: var(--default);
}

.tour-search .header-search {
	margin-left: 0px;
}

.tour-result .btn {
	margin-top: 10px;
}

.tour-result h4 {
	font-size: 24px;
	margin-top: 0px;
}

.tour-result h4 small {
	display: block;
	margin-top: 5px;
	font-size: 65%;
}

.tour-result .panel-heading {
	padding-top: 0px;
}

.sort-results li {
	margin-right: 8px;
}

#ContentMain_dvToursFound, #ContentMain_dvHotelsFound {
	margin-top: 5px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 30px;
}

#ContentMain_lbSortBy {
	border: 3px solid #ffffff;
}

#ContentMain_lbSortOrder {
	border: 3px solid #ffffff;
}

.readmore-fade {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 70px 0; /** might not need to go this big***/
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), #ffffff);
}

.readmore + [data-readmore-toggle], .readmore[data-readmore] {
	position: relative;
}
/*Ensures Read More link isnt under fade.*/
.readmore {
	padding-bottom: 70px;
}
/*Ensures content at bottom isn't covered*/

.highlight {
	color: #00aeef;
	color: var(--iconfonts);
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	/*border: 1px solid #cccccc;*/
	padding: 10px;
	background-color: #ffffff;
	margin-top: 10px;
}

	.highlight small {
		color: #000000 !Important;
		font-size: 45%;
		font-weight: normal;
	}

.tour-summary h3 {
	font-size: 28px;
	margin-top: 0px;
}

@media (max-width: 768px) {
	.tour-summary h3 {
		margin-top: 20px;
	}

	.nav-sort {
		width: 100%;
	}

	.sort-results li {
		margin-right: 0px;
	}
}

.panel-search {
	background-color: #059ad2;
	background-color: var(--default);
	color: #ffffff;
	padding-bottom: 20px;
	padding-left: 20px;
}
/**Client Itinerary***************************************************/
.image-day {
	padding: 0px;
}

.add-arrow {
	position: relative;
	margin-bottom: 30px;
}

	.add-arrow:after {
		content: '';
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 0;
		height: 0;
		border-top: solid 30px #059ad2;
		border-top: solid 30px var(--default);
		border-left: solid 30px transparent;
		border-right: solid 30px transparent;
	}


#agent-info {
	border: 0px solid #efeaea;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 10px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	font-size: 18px;
}

	#agent-info [class*="col-"] {
		/*min-height:120px;*/
		/*min height added to help vertical center logo*/
	}

	#agent-info .fa {
		margin-right: 10px;
	}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #f00;
}

#itinerary_lbAgentName {
	font-size: 20px;
	margin-top: 0px;
}

.grand-total.price-total {
	font-size: 26px;
}

/******Images width 100%***/
.img-circle-logo {
	border-radius: 50%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	height: 50px;
	width: 50px;
	object-fit: scale-down;
}

.img-fullwidth, .img-air, .img-car, .img-groundtransportation, .img-rail {
	width: 100%;
}

.img-cruise, .img-tour, .img-restaurant, .img-excursion, .img-hotel {
	object-fit: cover;
	width: 100%;
	height: 190px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.img-cruise-result {
	object-fit: cover;
	width: 100%;
	height: 140px;
}

.img-day, .img-itinerary {
	object-fit: cover;
	width: 100%;
	height: 250px;
}

#imgAgencyLogo {
	max-height: 150px;
	margin-top: 10px;
}
/*Google Maps Responsive Layout*/
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	width: 100% !important;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}


@media (max-width: 768px) {
	/*****Add borders when columns wrap***/

	.item-info [class*="col-"] {
		margin-bottom: 20px;
		border-bottom: 1px solid #dce2e4;
		padding-bottom: 20px;
	}


	#agent-info {
		border: 0px solid #efeaea;
		text-align: center;
	}

		#agent-info [class*="col-"] {
			border-bottom: 1px solid #f6f2f2;
			margin-bottom: 20px;
			padding-bottom: 20px;
		}

		#agent-info .img-responsive {
			margin: 0 auto;
		}
}


/*scrollspy*/
.affix {
	top: 20px;
	width: 170px;
}

/**contact**/
#contact {
	background: #242a33 none repeat scroll 0 0;
	background: var(--bottombackground) none repeat scroll 0 0;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	line-height: 18px;
	font-size: 14px;
}

#contact h4 {
	text-transform: uppercase;
	font-size: 18px;
}

#contact .fa {
	margin-right: 10px;
}

/**Panel*/
.panel, .well {
	box-shadow: none;
	border-radius: 0;
	border: none;
}

.roomgroup .panel {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	border: none !important;
}

.roomgroup {
	box-shadow: none !important;
	border: none !important;
}

.panel-default &gt; .panel-heading {
	border: none;
}

.panel-default {
	border: none;
}

.panel-heading .fa {
	margin-right: 5px !important;
	background-color: #00aeef;
	background-color: var(--iconfonts);
	border-radius: 50%;
	color: #ffffff;
	padding: 7px;
	min-width: 44px;
	min-height: 42px;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
/*
    This was making all fa icons blue?
    .panel-heading .fa:not(.fa-default) {
    margin-right: 5px !important;
    background-color: #00aeef;
    background-color: var(--iconfonts);
    border-radius: 50%;
    color: #ffffff;
    padding: 7px;
    min-width: 44px;
    min-height: 42px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}*/

.panel-heading .material-icons {
	margin-right: 5px;
	background-color: #00aeef;
	background-color: var(--iconfonts);
	border-radius: 50%;
	color: #ffffff;
	padding: 7px;
	min-width: 44px;
	min-height: 42px;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	font-size: 2em;
}


.panel-heading, .panel {
	border-radius: 0px;
	border-radius: 10px !important;
}

	.panel-heading h3 {
		font-size: 28px;
		font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
		margin-top: 10px;
		font-weight: initial;
	}

.item-title h4 {
	font-size: 24px;
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
	margin-top: 10px;
	font-weight: initial;
}

.panel-body-day {
	margin-top: -40px;
}

.panel-primary {
	border: solid 5px #059ad2;
	border: solid 5px var(--default);
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	border: none !important;
}

.panel-default {
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 5px 0 rgba(0,0,0,.15);
}

.panel-primary &gt; .panel-heading {
	background-color: #059ad2;
	background-color: var(--default);
	border-color: #059ad2;
	border-color: var(--default);
	color: #fff;
	background-color: #eee !important;
	color: inherit !important;
	border: none !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}


.panel-primary { /*-webkit-box-shadow: 0px 19px 21px -21px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 19px 21px -21px rgba(0,0,0,0.75);
box-shadow: 0px 19px 21px -21px rgba(0,0,0,0.75);*/
}


.gradient {
	background: rgba(5,155,210,1);
	background: -moz-linear-gradient(top, rgba(5,155,210,1) 0%, rgba(4,136,184,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,155,210,1)), color-stop(100%, rgba(4,136,184,1)));
	background: -webkit-linear-gradient(top, rgba(5,155,210,1) 0%, rgba(4,136,184,1) 100%);
	background: -o-linear-gradient(top, rgba(5,155,210,1) 0%, rgba(4,136,184,1) 100%);
	background: -ms-linear-gradient(top, rgba(5,155,210,1) 0%, rgba(4,136,184,1) 100%);
	background: linear-gradient(to bottom, rgba(5,155,210,1) 0%, rgba(4,136,184,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#059bd2', endColorstr='#0488b8', GradientType=0 );
}
/***Circle Progres***/
.circliful {
	position: relative;
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
	width: 100%;
	position: absolute;
	text-align: center;
	display: inline-block;
}

.circle-info, .circle-info-half {
	color: #999;
}

.circliful .fa {
	margin: -10px 3px 0 3px;
	position: relative;
	bottom: 8px;
}

.supplemental {
	background-image: linear-gradient(rgba(5, 154, 210, 0.6), rgba(5, 154, 210, 0.6)), url(/itinerary/images/background-2.jpg);
	background-attachment: fixed;
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-top: 0px;
}

.header-supp {
	font-size: 26px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

	.header-supp .fa {
		color: #ffffff;
		background-color: #00aeef;
		background-color: var(--iconfonts);
		padding: 7px;
		border-radius: 7px;
		margin-right: 10px;
	}

.about {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../sample_images/login/samp3.jpg);
	background-color: #06C;
	background-attachment: fixed;
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
}

.about-text {
	color: #FFF;
	font-size: 18px;
	background-color: transparent !Important;
}

.about-heading {
	font-size: 28px !Important;
}

.ad-300 {
	margin-top: 40px;
}

.ad-728 {
	margin-top: 40px;
	margin-bottom: 40px;
}
/******************Suplemental logos and captions*************************/

/* Supplemental Logo Box Style */
.box {
	border: 5px solid #fff;
	cursor: pointer;
	height: 200px;
	float: left;
	margin: 5px;
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	background-color: #FFF;
}

	/* Supplemental Logo (Centered) Image Style */
	.box img {
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		-webkit-transition: all 600ms ease-out;
		-moz-transition: all 600ms ease-out;
		-o-transition: all 600ms ease-out;
		-ms-transition: all 600ms ease-out;
		transition: all 600ms ease-out;
	}

	.box h3 {
		margin-top: 0px;
	}

	/* Caption Common Style */
	.box .caption {
		background-color: rgba(0,0,0,0.8);
		position: absolute;
		color: #fff;
		z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		left: 0;
	}


	/** Caption : Fade **/
	.box .fade-caption, .box .scale-caption {
		opacity: 0;
		width: 100%;
		height: 100%;
		text-align: left;
		padding: 15px;
	}

	/** Caption : Slide **/
	.box .slide-caption {
		width: 100%;
		height: 100%;
		text-align: left;
		padding: 15px;
		left: 100%;
	}


	/** Fade Caption :hover Behaviour **/
	.box:hover .fade-caption, .box:hover .scale-caption {
		opacity: 1;
	}

	.box:hover img {
		-moz-transform: scale(1.4);
		-o-transform: scale(1.4);
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}

	/** Slide Caption :hover Behaviour **/
	.box:hover .slide-caption {
		background-color: rgba(0,0,0,1) !important;
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		opacity: .8;
		transform: translateX(-100%);
	}

/******************End Suplemental logos and captions*************************/

/*hompage summary content for tours/activities/cruises/hotels*/

.summary-content {
	text-align: center;
	margin-top: 20px;
	border-color: #cccccc;
}

	.summary-content i {
		color: #059ad2;
		color: var(--default);
		border-width: 0px !Important;
		/* font-size: 24px;*/
	}

h4.about-heading {
	padding: 0px 0;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
}

h4.summary-heading {
	padding: 10px 0;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: normal;
}

.summary-text {
	min-height: 130px;
}

.summary-content span {
	background: #059ad2 none repeat scroll 0 0;
	background: var(--default) none repeat scroll 0 0;
	display: block;
	height: 1px;
	margin: 0 auto;
	width: 60%;
}

.summary-content p {
	letter-spacing: 1px;
	padding-top: 10px;
}


.shadow {
	box-shadow: 0 4px 4px -4px #eae9e7;
	-moz-box-shadow: 0 4px 4px -4px #eae9e7;
	-webkit-box-shadow: 0 4px 4px -4px #eae9e7;
}

.floatingHeader {
	position: fixed;
	top: 0;
	visibility: hidden;
	z-index: 1;
	border: 1px solid #428bca;
	border-radius: 0px;
	-webkit-box-shadow: 0px 5px 10px #888888;
	-moz-box-shadow: 0px 5px 10px #888888;
	box-shadow: 0px 5px 10px #888888;
}

.absoluteHeader {
	position: absolute;
	z-index: 1;
	visibility: hidden;
	border: 1px solid #428bca;
	border-bottom: 1px solid transparent;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

/***End*****hompage summary content for tours/activities/cruises/hotels*/
/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
}
/*#tblItineraryShort, #tblItinerary .head {
    font-size:10px;
}*/
.tdItinArrive, .tdItinDepart {
	display: none !important;
}

.tdItinDate {
	width: 100px;
}

#divPrimaryShipImage {
	min-height: 210px;
}

#txtFeed {
	min-height: 200px;
}


/* Suggestion Ads
-------------------------------------------------- */
.suggestion-ad {
	margin-bottom: 15px;
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.adspace {
	margin-top: 20px
}

img {
	max-width: 100%;
}

	/**Using Object Fit on the image*/
	img.fit {
		width: 100%;
		height: 150px;
		-o-object-fit: cover;
		object-fit: cover;
	}

/*Style/center the ad message*/
.ad-message {
	background-color: #09C;
	height: 150px;
	color: #FFF;
	text-align: center;
	font-size: 30px;
	font-family: 'Indie Flower', cursive;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*Remove col gutters from cols that make up the ad/img*/
.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

	.row.no-gutter [class*='col-']:not(:first-child),
	.row.no-gutter [class*='col-']:not(:last-child) {
		padding-right: 0;
		padding-left: 0;
	}

.make-block {
	display: block
}

a.make-block {
	text-decoration: none
}

.v2 {
	background-color: #696;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 26px
}

.v3 {
	background-color: #f8f8f8;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 23px;
	color: #555;
}

.ad-message div {
	padding: 10px;
}

.right-padding {
	text-align: right;
	padding-right: 7px;
}

.left-padding {
	text-align: left;
	padding-right: 7px;
}

.not-collapsed {
	display: none;
}

.flightinfobox {
	width: 100%;
	background-color: #049CCD;
	color: white;
	font-weight: bold;
	font-size: 18px;
}
/*#filterPanel {
            position: sticky;
            top: 70px;
        }*/
.borderbox {
	padding-top: 10px;
	padding-left: -15px;
}


/*Fixed Flight filter panel*/
/* Small Devices, xs-* */
#flight-filter.affix {
	position: inherit;
	width: inherit;
}

/* Small Devices, sm-* */
@media (min-width : 768px) {
	#flight-filter.affix {
		position: inherit;
		width: inherit;
	}

	.collapse.dont-collapse-sm {
		display: block;
		height: auto !important;
		visibility: visible;
	}
}
/* Medium Devices, md */
@media (min-width: 992px) {
	#flight-filter.affix {
		position: fixed;
		top: 40px;
	}

		#flight-filter.affix .flight-filter-panel {
			width: 213px;
		}
}

/* Large Devices, lg */
@media (min-width: 1200px) {
	#flight-filter.affix {
		position: fixed;
		top: 40px;
	}

		#flight-filter.affix .flight-filter-panel {
			width: 262px;
		}
}

a[aria-expanded=true] .fa-chevron-right {
	display: none;
}

a[aria-expanded=false] .fa-chevron-down {
	display: none;
}

a[aria-expanded=true] .glyphicon-chevron-right {
	display: none;
}

a[aria-expanded=false] .glyphicon-chevron-down {
	display: none;
}

.btn-class-group {
	margin-top: 10px;
}

	.btn-class-group button {
		padding: 5px !important;
		box-shadow: none;
	}

.flight-price-chevron .fa {
	background-color: transparent;
	border-radius: inherit;
	box-shadow: inherit;
	color: #3c763d;
}

.bubble {
	animation: expand .75s ease-in-out infinite;
	border-radius: 20px;
	display: inline-block;
	transform-origin: center center;
	margin: 0 10px;
	width: 20px;
	height: 20px;
}

	.bubble:nth-child(1) {
		background: #2980b9;
	}

	.bubble:nth-child(2) {
		animation-delay: 180ms;
		background: #2980b9;
	}

	.bubble:nth-child(3) {
		animation-delay: 360ms;
		background: #2980b9;
	}

	.bubble:nth-child(4) {
		animation-delay: 540ms;
		background: #2980b9;
	}

#booking-content .tabulator {
	margin-bottom: 5px !important;
}

.tabulator-header-filter input {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.tabulator .tabulator-footer .tabulator-page.active {
	color: #2980b9 !important;
}

.tabulator .tabulator-loader {
	background: #fff !important;
}

	.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
		border: none !important;
	}

	.tabulator .tabulator-loader .tabulator-loader-msg {
		background: none !important;
	}

.cancelBtn, .applyBtn {
	box-shadow: none !important;
}

@keyframes expand {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.55);
	}
}

.filepond--credits {
	display: none;
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.ad-message {
		padding-left: 20px !Important;
		padding-right: 20px !Important;
	}

	img.fit {
		width: 100%;
	}
}

.btn-removeflight {
	margin-top: 25px;
}

/**********************START FLIGHTSEARCH.ASCX STYLING*******************************/
.dialog-box {
	position: absolute;
	background: #fff;
	box-shadow: 0 0 5px lightgray;
	z-index: 1000;
	padding: 20px;
	padding-top: 30px;
}

.btn-decrease, .btn-increase {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	cursor: pointer;
}

.dialog-link {
	position: relative;
	cursor: pointer;
}

.traveler-count, .dialog-chevron {
	padding: 5px;
}

.via-btn {
	background-color: #EBEDED;
	border: none;
}

.dialog-listbox {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.dialog-listoption {
	list-style: none;
	padding: 10px;
	cursor: pointer;
}

	.dialog-listoption:hover {
		background-color: #EBEDED;
	}

.selected-listoption {
	background-color: #EBEDED;
	font-weight: bold;
}

#flTypeDialog, #restrictionDialog {
	padding: 0px;
}

.fa-chevron-up {
	margin-right: 6px;
}

.info-air {
	color: #C0C0C0;
}

.top-spacing {
	padding-top: 25px;
}
/**********************END FLIGHTSEARCH.ASCX STYLING*********************************/
/**********************START ADVANCEDSEARCH.ASPX STYLING*******************************/
.class-selected {
	background: #265a88;
}

.separator {
	height: 2px;
	border: none;
	background-color: #C0C0C0;
}

.carrier-width {
	max-width: 100px;
}

.flight-grey {
	color: #C0C0C0;
}

.flight-large {
	font-size: 20px;
}

.float-right {
	float: right;
}

.next-day-arrival {
	color: red;
	float: right;
}

.no-padding {
	padding: 0px;
}

.bottom-margin {
	margin-bottom: 10px;
}

.layovers {
	background-color: #DCDCDC;
}

.layover {
	padding: 7px;
}
/**********************END ADVANCEDSEARCH.ASPX STYLING*********************************/
/**********************START FLIGHTOPTIONS.ASPX STYLING*******************************/
.filter-option:hover, .cursor-pointer {
	cursor: pointer;
}

.filter-option &gt; a {
	display: none;
}

.filter-option:hover &gt; a {
	display: inline-block;
}

.bottom-spacing {
	padding-bottom: 10px;
}

.consumer-search-tabs .nav-tabs &gt; li &gt; a {
    text-align: center;
}
.consumer-search-tabs .nav-tabs &gt; li.active &gt; a {
	color: var(--default);
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
}
.consumer-search-tabs .nav-tabs li {
	width: 100%;
}
.consumer-search-tabs {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #b3b2ae;
	margin-top: 5px;
	margin-bottom: 13px;
}

.consumer-search-tabs .fa{font-weight: normal;}
.compressed-search{ margin-left: 5px; margin-right: 5px;}
.consumer-search-tabs a {
	color: #ffffff;
}

.consumer-search-tabs li.active &gt; a:hover, .consumer-search-tabs li.active &gt; a:focus {
	color: var(--default);
    background-color: #fff !important;
}

.consumer-search-tabs a:hover, .consumer-search-tabs a:focus {
	background-color: rgba(119, 119, 119, 0.63) !important;
    border-color: transparent !important;
}

    .consumer-search-tabs &gt; li.active &gt; .fa {
        color: #949a9c;
}

@media only screen and (max-width : 768px) {
/*tab text is hidden on xs screens using .hidden-xs*/

.consumer-search-tabs {
	/*height: 58px;*/
	vertical-align: bottom;
}

        .consumer-search-tabs .fa-fw {
            margin-right: 0px;
        }

.consumer-search-tabs .nav-tabs &gt; li &gt; a {
	border-radius: 6px 6px 0 0;
	padding: 18px 18px;
	margin-left: 1px;
            /*margin-top: 10px;*/
}
}

@media only screen and (max-width : 580px) {
    .consumer-search-tabs .nav-tabs &gt; li &gt; a {
        padding: 6px 6px;
    }
}

.compressed-search .form-group{
    margin-bottom: 4px;
}
.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #004a75;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin-top: 200px;
}

.full-container {
	height: 100%;
	width: 100%;
	position: fixed;
	background: linear-gradient(90deg, rgb(0 33 66) 0%, rgba(36, 33, 52, 1) 100%);
	z-index: 3000;
	top: 0px;
	left: 0px;
}
.full-container h4{
	color:#fff;
}
/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/************************************** Start Vacation Genie theme *****************************************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

:root {
	--iconfonts: #ad99ac;
	--default: #ad99ac; /*2*/
	--darkerdefault: #785c78; /*3*/
	--defaulthover: #785c78;
	--bottombackground: #242134; /*1*/
	--topbackground: #002142; /*4*/
	--navbackground: #242134;
	--navborder: #f2ede0;
	--headerbuttons: #242134;
}

.home-header-3 {
	color: #fff;
	font-size: 2rem;
	display: block;
	line-height: normal;
	text-shadow: 0px 0px 20px black;
	margin: auto;
	text-align: center;
	font-family: Poppins, Arial, sans-serif;
}

.home-search {
	position: relative;
	z-index: 2;
	margin-top: -50px;
	background-color: #fff;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.home-search .placeholder {
	margin-bottom: initial;
	color: #555 !important;
}

.home-search .btn-primary {
	height: 42px;
}

.ss-main .ss-single-selected {
	height: 45px !important;
	border-radius: 5px !important;
}

.card-wrapper .face {
	border-radius: 10px;
}

.card-wrapper .face .view {
	border-radius: 10px;
}

.card-wrapper h3 {
	font-size: 1rem;
	margin-top: 0;
}

.card-wrapper a {
	position: absolute;
	bottom: 10px;
	left: 15px;
}

.card-content {
	max-height: 185px;
	overflow: hidden;
}

.navbar img {
	max-width: 250px;
	filter: brightness(100);
	-webkit-filter: brightness(100);
}


#cruise-results .panel-body {
	padding: 10px !important;
}

#shipImage {
	max-height: 150px;
	object-fit: cover;
}

#ContentMain_dvContent {
	background-color: #fff;
	padding: 35px;
	border-radius: 10px;
}

	#ContentMain_dvContent p {
		margin: 14px 0 10px !important;
	}

.vcontent .panel-body .lowest-price h3 {
	margin: 0px;
	display: inline-block;
}

.vcontent .panel-body .lowest-price span {
	vertical-align: super;
}

.vcontent .panel-body .view-dates-btn {
	margin-top: 20px;
}

.vcontent #dvDatesPricing .cruise-date {
	width: 20%;
	padding: 0px !important;
}

.vcontent #dvDatesPricing .cruise-price {
	color: #2B3B4C;
	background-color: #eee;
	vertical-align: middle;
	border: 1px #fff solid;
	width: 13%;
	padding: 0px !important;
}

.vcontent #dvDatesPricing .cruise-price-btn {
	padding: 1px !important;
	width: 13%;
}

html body.body-topmargin.secondary-nav-margin {
	margin-top: 130px;
}

.vcontent .xs-vertical-reverse {
	display: flex;
	flex-direction: row;
}

/* Phones */
@media only screen and (max-width: 600px) {
	.vcontent .xs-vertical-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
}

/* Sticky navigation menu fixed below main navbar */
.sticky-menu {
	position: sticky;
	/*top: 119px;*/
	z-index: 3;
}

/* Sticky navigation menu fixed to top of page */
/*.sticky-menu.sticky-top {
	position: sticky;
	top: 0px;
	z-index: 3;
}*/

/* Phones: Do not display sticky menu */
@media only screen and (max-width: 600px) {
	/* try max-width:480px */
	.sticky-menu {
		display: none;
	}
}

/* Desktop: Content Menus float to the right */
@media only screen and (min-width:1025px) {
	#navbar ul .li-pull-right {
		float: right;
	}
}

/* Do not display selected date range in datepicker calendar */
.daterangepicker .drp-buttons .drp-selected {
	display: none;
}

/***Main hero**/
#main-slider {
	height: 575px;
	overflow: hidden;
	background-color: #38415b;
	margin-top: -20px;
}

#main-slider .item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 600px;
	background-size: cover;
	background-attachment: fixed;
	color: #ffffff;
	font-size: 5.2rem;
	font-family: Poppins, Arial, sans-serif;
	font-weight: 200;
	line-height: 5.7rem;
	background-position: right 15%;
}

@media only screen and (max-width: 1300px) {
	#main-slider .item {
		background-position: right 0px;
	}
}

#main-slider .owl-prev {
	left: -35px;
	text-indent: 12px;
}

#main-slider .owl-next {
	right: -35px;
	text-indent: -12px;
}

#main-slider .owl-prev,
#main-slider .owl-next {
	position: absolute;
	top: 50%;
	background-color: rgba(170, 170, 170, 0.1);
	color: #fff;
	font-size: 35px;
	display: inline-block;
	margin-top: -55px;
	height: 70px;
	width: 70px;
	line-height: 60px;
	text-align: center;
	border-radius: 100px;
	z-index: 5;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}

.hero-mainhead {
	display: block;
	max-width: 100%;
	text-shadow: 0px 0px 20px black;
}

.intro_head {
	text-align: left;
}

.bg-overlay {
	background-image: url(https://www.vacationgenie.com/media/325584/hero-overlay.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	filter: opacity(.75);
}

.hero-subhead {
	font-size: 2.5rem;
	display: block;
	line-height: normal;
	text-shadow: 0px 0px 20px black;
}


@media only screen and (min-width:768px) {
	.main-slider-container .col-sm-6 {
		width: 65%;
	}
}

@media only screen and (max-width:768px) {
	#main-slider .item {
		font-size: 3rem;
		line-height: normal;
		background-position: right 15%;
	}
}
#ContentMain_dvContent.dark {
	padding: 0;
	background-color: transparent;
	color: #f2f2f2;
}

.accordion .question-toggle {
	cursor: pointer;
	padding: 24px;
}

.panel-group.accordion .panel {
	background: #1d5184;
	border-bottom: 1px solid #002142;
	border-radius: 0 !important;
}

.panel-group.faqs {
	margin-bottom: 32px;
}

.panel-heading.question-toggle {
	border-radius: 0 !important;
	background: transparent;
	color: #f2f2f2;
	position: relative;
}

.panel-group.accordion .panel:first-child {
	border-radius: 10px 10px 0 0 !important;
}

.panel-group.accordion .panel:last-child {
	border-radius: 0 0 10px 10px !important;
	border: 0;
}

.panel-group.accordion .panel-body {
	background: #ffffff;
	color: #343434;
}

.faq-question-icon {
	position: absolute;
	height: 16px;
	width: 16px;
	top: 50%;
	right: 24px;
	margin-top: -8px;
	opacity: 0.3;
	border: none;
	cursor: pointer;
	transition: 0.2s;
	background: transparent;
	outline: none;
}

.faq-question-icon::before,
.faq-question-icon::after {
	content: "";
	display: block;
	position: absolute;
	transition: 0.3s;
	border-radius: 4px;
	background: #f2f2f2;
	width: 16px;
	height: 2px;
	top: 7px;
}

.panel-heading.question-toggle.collapsed .faq-question-icon::after {
	transform: rotate(90deg);
}

.ltBlueText {
	color: #1cbffa;
	font-weight: normal;
}

h3.callout {
	line-height: 1.5em;
}

h3.callout &gt; span {
	color: #f2f2f2;
	font-size: 18px;
}

.display-flex {
	display: flex;
}

#about-body {
	margin-top: -13vw;
}

#about-body .display-flex {
	align-items: center;
	flex-wrap: wrap;
}

#about-body .card-body {
	color: #333;
	padding: 10px 60px 10px 30px;
}

#about-body .card {
	margin: 32px 0;
}

#about-body .card-title {
	color: #333;
}

footer.footer {
	padding-top: 48px;
}

h4 {
	line-height: 1.5em;
}

#about-header {
	margin-top: -15px;
}

.about-header {
	background-image: url(https://www.vacationgenie.com/library/2024/Vacation-Genie/vacation-genie-site/images/rocks-hero.png);
	min-height: 27vw;
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -25px;
}

.about-header2 {
	background-image: url(images/surfer-hero.png);
}

.about-us-content {
	padding: 0px !important;
	background-color: transparent !important;
	color: #f2f2f2;
}

.faq-content {
	padding: 0px !important;
	background-color: transparent !important;
	color: #f2f2f2;
}

.container:has(&gt; .about-us-content) {
	width: auto !important;
	padding: 0px !important;
}

.ng-scope h3.text-uppercase, .ng-scope .text-uppercase small {
	color: #f2f2f2;
}

footer small, footer .text-muted {
	color: #ffffff;
}

.page-center {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.no-padding-inline {
	padding-inline: 0px;
}

.padding-left {
	padding-left: 7px;
}

/* Start CruiseSearch */
#spinner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	padding: 20px;
	border-radius: 8px;
}
.face.card-rotating__front {
	cursor: pointer;
}

/* ddlDestinations */
.ss-main .ss-single-selected span.placeholder.placeholder-no-selection {
	color: #999999 !important;
}

.ss-content .ss-list .ss-option.ss-disabled.ss-label-option {
	cursor: default;
	font-weight: bold;
	color: #666;
}

.ss-content .ss-list .ss-option.ss-destination-option {
	padding-left: 30px;
}
/* ddlDestinations */
/* End CruiseSearch */


/* Start CruiseListing */
.display-flex-center h3 {
	white-space: nowrap;
}

/* filters */
.checkbox-vendor input[type=checkbox] {
	text-decoration: none;
}

.checkbox-vendor input[type=checkbox]:disabled + label {
	text-decoration: line-through;
	color: #BDBDBD !important;
}

.checkbox-vendor input[type=checkbox]:disabled + label:after {
	background-color: #D1D1D1 !important;
}

h4 span.fa.fa-sm {
	padding-right: 7px;
}

#dvPortsShips .ss-single-selected .placeholder {
	margin-bottom: 0px;
}
/* filters */
/* End CruiseListing */


/* Start ShipItinerary */
.passenger-residence .panel-heading .fa {
	background-color: inherit;
	box-shadow: none;
	color: inherit;
	min-height: 0px;
	min-width: 0px;
}

.pax-residence.ship-itin-format {
	display: inline-flex;
	gap: 30px;
	width: 100%;
}

.pax-residence.ship-itin-format .display-flex-center {
	width: 33.33%;
	display: flex;
	align-items: center;
}

.pax-residence.cat-list-format {
	display: block;
}

/* Phones */
@media only screen and (max-width:767px) {
	.pax-residence.ship-itin-format {
		display: block;
	}
	.pax-residence.ship-itin-format .display-flex-center {
		width: 100%;
	}
}
/* End ShipItinerary */


/* Start ShipItinerary progress bar */
.progress-container {
	padding-bottom: 20px;
}

.progress-wrap {
	padding-left: 0px;
}

.progress-step {
	display: flex;
	width: 25%;
	height: 66px;
	justify-content: center;
	background: #fff;
	color: var(--darkerdefault);
	align-items: center;
}

.progress-step {
	position: relative;
}

.progress-step:not(:last-child)::after, .progress-step:not(:first-child)::before {
	border-style: solid;
	border-width: 33px 0 33px 15px;
	content: '';
	position: absolute;
	top: 0px;
}

.progress-step:not(:last-child)::after {
	border-color: var(--navbackground) transparent;
	right: 0px;
	z-index: 2;
}

.progress-step:not(:first-child)::before {
	border-color: transparent var(--navbackground);
	left: 0px;
	z-index: 1;
}

.progress-step.active {
	background: var(--darkerdefault);
	color: #fff
}

.progress-step:first-child {
	border-bottom-left-radius: 1rem;
	border-top-left-radius: 1rem;
}

.progress-step:last-child {
	border-bottom-right-radius: 1rem;
	border-top-right-radius: 1rem;
}

.progress-step-inner a {
	text-align: center;
}

.step-item-label {
	color: black;
}

.step-item-link {
	/*color: #1768e3;*/
	text-decoration: underline;
	white-space: nowrap;
}

.step-item-link.step-item-category {
	max-width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 auto;
}

/* Tablets */
@media only screen and (max-width:991px) {
	.progress-step {
		height: 60px;
	}

	.progress-step:not(:last-child)::after, .progress-step:not(:first-child)::before {
		border-width: 30px 0 30px 10px;
	}

	.breadcrumb-navbar-margin {
		margin-top: 100px;
	}

	.step-item-link.step-item-category {
		max-width: 40%;
	}
}

/* Phones */
@media only screen and (max-width:767px) {
	.progress-step {
		height: 36px;
	}

	.progress-step:not(:last-child)::after, .progress-step:not(:first-child)::before {
		border-width: 18px 0 18px 8px;
	}

	.breadcrumb-navbar-margin {
		margin-top: 0px;
	}

	.step-item-link {
		display: none;
	}
}
/* End ShipItinerary progress bar */


/* Start cruise itinerary */
summary.itinerary-title {
	cursor: pointer;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

summary.itinerary-title .caret {
	transition: transform 0.2s ease;
	transform: scale(1.5);
}

/* Rotate the caret when open */
details[open] &gt; summary.itinerary-title .caret {
	transform: rotate(180deg) scale(1.5);
}
/* End cruise itinerary */


/* Start ShipItinerary cruise itinerary */
#dvCruiseItinerary .responsive-itinerary-scroll {
	overflow-y: auto;
	overflow-x: hidden;
}
/* End ShipItinerary cruise itinerary */


/* Start Invoice full/deposit toggle */
.price-display:not(.price-display.remaining-amount) {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
}

.price-display.pay-amount span {
	line-height: 1.5em;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.price-display.remaining-amount div {
	display: flex;
	justify-content: space-between;
}

.price-display.remaining-amount div.remaining-amount-due {
	font-size: 16px;
	font-weight: bold;
}

.price-display.remaining-amount div.remaining-amount-date {
	font-size: 17px;
}

.toggle-pay {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.toggle-pay:after {
	padding-inline: 10px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 20px;
	margin-bottom: 0px;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--darkerdefault);
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 2px;
	background-color: white;
	transition: .4s;
}

input:checked + .slider {
	background-color: var(--default);
}
input:not(:checked) + .slider {
	background-color: var(--darkerdefault);
}

input:checked + .slider:before {
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.amount-due-deposit {
	display: none;
}

/* Tablets */
@media only screen and (max-width:1024px) {
	.price-display {
		font-size: 15px;
	}

	.price-display.pay-amount span {
		line-height: 1.5em;
		font-weight: bold;
		font-size: 15px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.switch {
		width: 40px;
	}

	input:checked + .slider:before {
		transform: translateX(16px);
	}
}

/* Phones */
@media only screen and (max-width:767px) {
	.price-display:first-child {
		border-color: #eee;
		border-top: 1px;
		border-top-style: solid;
		margin-top: 20px;
		padding-top: 20px;
	}
}
/* End Invoice full/deposit toggle */

/* Start Invoice itinerary details */
.itinerary-title {
	/*border: none;
	color: #333;*/
	background-color: #f5f5f5;
	/*border-color: #ddd;*/
	border-radius: 10px !important;
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
}

.itinerary-title[open] &gt; summary::before {
	content: '';
}

.itinerary-title[open] &gt; summary::before {
	content: ;
}

.itinerary-details {
	padding-left: 15px;
}

.itinerary-details li {
	padding-bottom: 15px;
}

.itinerary-details .location {
	display: flex;
}

.itinerary-details .time {
	display: flex;
	align-items: center;
	margin-top: 4px;
	gap: 10px;
}

.itinerary-details li {
	position: relative;
	/*display: block;*/
	/*margin-left: 8px;*/
	/*padding: 0 0 16px 16px;*/
	/*-moz-column-break-inside: avoid;*/
	/*break-inside: avoid-column;*/
}

/*.itinerary-details li::after {
	position: absolute;*/
	/*top: 0;
	bottom: 0;
	left: 0;
	width: 0;*/
	/*border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #dbdbdb;
	content: '';
}*/

/*.itinerary-details li::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #dbdbdb;
	content: '';
}*/

/* End Invoice itinerary details */


/* Start Invoice traveler */
.traveler-height-sm {
	height: 50px;
}

.traveler-header {
	display: inline-block;
	padding-right: 7px;
}

div.traveler-header {
	padding-bottom: 10px;
}

.row-padding-inline {
	padding-inline: 15px;
}

input[type="checkbox"].x-small-checkbox + .x-small-override {
	font-size: x-small !important;
}

input[type="checkbox"].x-small-checkbox + label:after,
input[type="checkbox"].x-small-checkbox + label:before {
	zoom: 0.75;
}
/* End Invoice traveler */


/* Start Invoice styling */
#dvItineraryInvoice .panel .itinerary-header.panel-heading,
.panel .itin-item-header.panel-heading {
	display: flex;
	align-items: center;
}

#dvItineraryInvoice #timer .dropdown-menu,
.itin-item-header.panel-heading #timer .dropdown-menu {
	padding: 15px;
	width: 350px;
}

#dvItineraryInvoice #timer {
	padding-left: 0px;
}

#dvItineraryInvoice #timer .dropdown-menu {
	transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}

/* Start MakePayment styling */
.payment-option {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.crypto-images {
	display: flex;
	align-items: center;
}

.crypto-images &gt; img {
    padding-right: 5px;
}

.crypto-images .crypto-types img {
	max-height: 25px;
}

.extra-small {
    font-size: x-small;
}

.crypto-types {
	border: 1px solid;
	border-color: lightgray;
	border-radius: 8px;
	padding: 5px;
}


.itinerary-sub-header {
	display: flex;
	justify-content: end;
}

/* Phones */
@media only screen and (max-width:767px) {
	#dvItineraryInvoice .panel .itinerary-header.panel-heading,
	.panel .itin-item-header.panel-heading {
		display: block;
	}
	
	.itinerary-sub-header {
		display: flex;
		justify-content: space-between;
	}

	.itinerary-sub-header div.pull-right {
		float: none;
	}
}
/* End MakePayment styling */
/* End Invoice styling */


/* Start CruiseListing compare */
.compare-padding {
	padding-inline: 0px;
}

#dvCompareSailings {
	padding-bottom: 15px;
	display: flex;
	align-items: center;
}

#dvCompareSailing .responsive-itinerary-scroll {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 400px;
}
/* End CruiseListing compare */


/* Start modal */
#cruiseComparison {
	overflow-y: auto;
	height: 85vh;
}

#dvCruiseComparison .modal-dialog {
	width: 75%;
}

.responsive-cruise-info {
	display: none;
}

.responsive-img {
	display: block;
}

.responsive-display {
	visibility: hidden;
}

#shipImage.img-fullwidth.responsive-img {
	margin-top: 10px;
	pointer-events: none;
}

.row-header {
	font-weight: bold;
}

.btn-fit-content {
	width: fit-content;
}

#dvCompareSailing table {
	border: 1px solid #ddd;
}

#dvCompareSailing table tr td:first-child {
	width: 10%;
}

#dvCompareSailing table tr td:not(:first-child) {
	width: 30%;
}

#dgCompareSailing tr td span.responsive-data-padding a.btn {
	width: fit-content;
	display: block;
	margin: auto;
}

/* Tablets */
@media only screen and (max-width:1024px) {
	#dvCompareSailings {
		padding-left: 0px;
		padding-bottom: 15px;
	}

	#dvCruiseComparison .modal-dialog {
		width: 100%
	}

	.responsive-cruise-info {
		display: none;
	}

	.responsive-img {
		display: block;
	}

	.responsive-display {
		visibility: hidden;
	}

	.row-header {
		font-weight: bold;
	}
}

/* Phones */
@media only screen and (max-width:767px) {
	#dgCompareSailing {
		margin-left: -15px;
	}

	#dgCompareSailing tr td {
		display: flex;
		align-items: center;
	}

	/* Will override above with the layout of the cruise info that shows for phones */
	#dgCompareSailing tr td.responsive-td {
		display: block;
	}

	#dvCruiseComparison .modal-dialog {
		width: 100%;
	}

	.responsive-cruise-info {
		display: block;
		max-width: 150px;
		text-align: left;
	}

	.responsive-img {
		display: none;
	}

	.responsive-data-padding {
		padding-left: 15px;
	}

	.responsive-display {
		display: block;
		visibility: visible;
	}

	.row-header {
		font-weight: bold;
		border-left: 4px solid rgba(0,0,0,.48);
		border-bottom: 0;
		background: rgba(0,0,0,.12);
	}

	.responsive-itinerary-scroll {
		overflow-y: auto;
		overflow-x: hidden;
		max-height: 300px;
		-webkit-overflow-scrolling: touch; /* enables momentum scrolling on iOS */
	}

	#dvCompareSailing table tr:last-child td span:first-child {
		max-width: none;
		margin-bottom: 7px;
	}

	#dvCompareSailing table tr td:first-child {
		width: 100%;
	}
	
	#dvCompareSailing table tr td:not(:first-child) {
		width: 100%;
	}
}
/* End modal */

/* Start compare sailings dropdown*/
#dvCompareSailings .btn-primary {
	background-color: transparent;
	border-color: var(--default);
	color: #ffffff;
	border: 1px solid var(--default);
}

#dvCompareSailings .ss-option-remove {
	font-weight: bold;
	cursor: pointer;
	margin-right: 10px;
}

#dvCompareSailings .ss-wrapper {
	display: flex;
	align-items: center;
}

#dvCompareSailings .ss-main .ss-content.ss-open {
	width: 300px;
}

#dvCompareSailings .option-text {
	border-right: 1px solid #ddd;
}

#dvCompareSailings .ss-main .ss-content .ss-search {
	display: none;
}

#dvCompareSailings .ss-main .ss-multi-selected {
	border: none;
}

#dvCompareSailings .ss-main .ss-multi-selected .ss-add {
	display: none;
}

#dvCompareSailings .ss-main .ss-multi-selected .ss-values .ss-value {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: var(--default)
}

#dvCompareSailings .ss-main {
	padding-inline: 0px;
}

#dvCompareSailings .ss-content .ss-list .ss-option.ss-disabled, .ss-content .ss-list .ss-option.ss-disabled:hover {
	cursor: default;
	color: #666;
}
/* End compare sailings dropdown*/


/* Start ShipItinerary ship information */
.ship-info-details {
	display: flex;
	align-items: center;
}

.ship-info-details ul.dropdown-menu {
	padding: 15px;
	transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
	white-space: nowrap;
}

.ship-info-details .dropdown button {
	border: none;
	background-color: white;
}

.ddl-cabin-categories select {
	width: fit-content;
}

.ddl-cabin-categories .ship-info-details {
	gap: 0.5rem;
	margin-bottom: 10px;
}

.ddl-cabin-categories .ship-info-details i {
	color: #d0d0d0;
}

.ddl-cabin-categories .xs-separator {
	display: none;
}

.ship-info-images .readmore {
	padding-bottom: 0px;
}

/* Phones */
@media only screen and (max-width:767px) {
	.ddl-cabin-categories select {
		width: 100%;
	}

	.ddl-cabin-categories .ship-info-details {
		margin-top: 20px;
	}

	.ddl-cabin-categories .xs-separator {
		display: block;
	}
}
/* End ShipItinerary ship information */


/* Start CategoryListing (category page) */
/* End CategoryListing (category page) */


/* Start CategoryListing (cabin page) */
#hdAvailableUpgrades {
	cursor: pointer;
}

#hdAvailableUpgrades .caret-icon {
	transition: transform 0.3s ease;
}

#hdAvailableUpgrades.collapsed .caret-icon {
	transform: rotate(0deg);
}

#hdAvailableUpgrades:not(.collapsed) .caret-icon {
	transform: rotate(180deg); /* points up when expanded */
}

#hdAvailableUpgrades h4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#dvAvailableUpgrades.panel-body {
	overflow-y: auto;
	overflow-x: hidden;
	height: 350px;
}

#dvAvailableUpgrades.panel-body.collapsing {
	height: 350px !important;
	overflow-y: auto;
}

#dvAvailableUpgrades .card.hoverable {
	padding: 10px;
	padding-inline: 0px;
	margin-inline: 30px;
}
/* End CategoryListing (cabin page) */


/* Start Support styling */
/* Start Support (question mark icon) styling */
.supportIcon {
	position: fixed;
	bottom: 18px;
	right: 16px;
	background-color: #4481eb;
	color: white;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	z-index: 1000;
}

.supportIcon:hover {
	background-color: #0056b3;
}

.hidden {
    display: none;
}

#dvEnterAgentID input[type="number"]::-webkit-outer-spin-button,
#dvEnterAgentID input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#dvEnterAgentID #hangUpCall {
    display: none;
}

#dvEnterAgentID .modal-dialog {
	width: 40%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
}
/* End Support (question mark icon) styling */
/* End Support styling */


/* Start Footer */
#socialLinks {
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	padding-bottom: 15px;
}

#socialLinks p {
	display: inline-block;
	padding: 2px;
	padding-top: 0;
}

#socialLinks p a {
	color: #ffffff;
}

#policyLinks {
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	padding-bottom: 0px;
}

#policyLinks p {
	display: inline-block;
	padding: 15px;
	padding-top: 0;
}

#policyLinks p a {
	color: #ffffff;
}
/* End Footer */


.margin-spacing {
	margin-right: 5px;
}

#optionCC label {
	font-weight: 400;
}

.display-flex-center {
	display: flex;
	align-items: center;
}

.price-display.paid-amount span, .price-display.pending-amount span {
	font-weight: bold;
}

.no-bottom-margin {
	margin-bottom: 0px;
}

.mandatory {
	color: red;
}




.vcontent .panel {
	position: relative; /* This is key */
}

.vcontent .panel .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(224, 224, 224, 0.70);
	pointer-events: all;
	z-index: 10;
	border-radius: 10px;
	display: flex;
	flex-direction: column;       /* Stack items vertically */
	justify-content: center;      /* Center vertically */
	align-items: center;          /* Center horizontally */
	font-weight: bold;
	font-size: 1.2em;
	color: #333;
	gap: 10px;                   /* Space between loading text and spinner */
}

/* Spinner styles */
.spinner {
	width: 30px;
	height: 30px;
	border: 4px solid #999;
	border-top-color: #333;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

/* Keyframes for spinner rotation */
@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

#dvSailingInfo .display-flex-center {
	justify-content: space-between;
}

.disabled-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6); /* semi-transparent */
	z-index: 10;
}

.disabled-container {
	position: relative; /* needed for overlay positioning */
}

.login-redirect {
	color: #fff;
	line-height: 30px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 17px;
}

/* Phones */
@media only screen and (max-width:767px) {
	#dvExpiredTimer {
		width: 100%;
	}
}

/* Phones */
@media only screen and (max-width:767px) {
	.wrap-text {
		overflow-wrap: break-word;
		word-break: break-all;
		white-space: normal;
	}
}

/* Phones */
@media only screen and (max-width:767px) {
	.dvInsurance table {
		font-size: smaller;
	}
}
/************************************** End Vacation Genie theme *****************************************/</pre></body></html>