/* CRUISE SHIPS CSS */

/* CRUISE DEALS TABS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Mobile Button */
.btn-shipMenu-mobile {
	width: 100%;
	background-color: #224273;
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}

.btn-shipMenu-mobile::after {
	display: inline-block;
	margin-left: 15px;
	vertical-align: 4px;
	content: "";
	border-top: 5px solid;
	border-right: 5px solid transparent;
	border-bottom: 0;
	border-left: 5px solid transparent;
}

.btn-shipMenu-mobile:hover,
.btn-shipMenu-mobile:active,
.btn-shipMenu-mobile:focus,
.btn-shipMenu-mobile.show {
	background-color: #3461a6 !important;
	color: #fff !important;
}


#shipProfileTabs .dropdown-menu {
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}


/* PILLS MENU ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#shipProfileTabs {
	margin-top: 25px;
}

#shipTabMenu {}

#shipProfileTabs .nav-pills {
	margin-bottom: 10px;
}

#shipProfileTabs .nav-pills .nav-item {
	margin-bottom: 10px;
	margin-right: 8px;
}

#shipProfileTabs .nav-pills .nav-link.active,
#shipProfileTabs .nav-pills .nav-link.active:hover {
	background-color: #224273;
	color: #FFF;
}

#shipProfileTabs .nav-pills .nav-link {
	background-color: rgba(112, 112, 112, 0.1);
	color: #5E5D5D;
}

#shipProfileTabs .nav-pills .nav-link:hover {
	background-color: rgba(52, 152, 219, 0.2);
	color: #06C;
}


/* TAB CONTENT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#shipProfileTabs .tab-content {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#shipProfileTabs .tab-content #deckPlans {
	padding-left: 10px;
	padding-right: 10px;
}


/* SHIP NAME ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.shipName h3 {
	color: #266c9d;
	text-align: center;
  	display: flex;
  	align-items: flex-end;
  	gap: 20px;
  	margin: 20px auto 15px;
}

.shipName h3::before,
.shipName h3::after {
	content: "";
  	height: 12px;
  	border-top: 1px solid #DDD;
  	display: block;
  	flex: 1;	
}


/* DECK LABEL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.control-label {
	text-align: end;
}

/* CATEGORY INFORMATION ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.category-info {
	margin-top: 15px;
	border-bottom: 1px solid rgb(221, 221, 221);
	padding-bottom: 5px;
}

.category-info:last-child {
	border-bottom: none;
}

.zzCatColor,
.catTitle {
	margin-bottom: 5px;
}

.zzCatColor span {
  	width: 18px;
  	height: 18px;
  	display: inline-block;
	vertical-align: top;
}

.zzCatColor strong {
	color: #0d3052;
	font-size: 15px;
}

.deckCatDetails {}

.deckCatDetails p {
	font-size: 13px;
	color: rgb(51, 51, 51);
}

.deckCatDetails p.catTitle {
	font-size: 14px;
	font-weight: bold;
	color: #224273;
}


/* DECK PLAN IMAGE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.deckPlan {
	text-align: center;
}

.btn-deck-plan {
	background-color: #0973ba;
  	border-radius: 3px;
  	padding: 2px 16px;
  	font-size: 18px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
}

.btn-deck-plan:hover {
	background-color: #07578d;
	color: #fff;
}

.btn-deck-plan::after {
	display: inline-block;
  	margin-left: 15px;
  	vertical-align: 2px;
  	content: "";
  	border-top: 8px solid;
  	border-right: 8px solid transparent;
  	border-bottom: 0;
  	border-left: 8px solid transparent;
}


/* VENUE INFORMATION ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.venues {
	margin-top: 8px;	
	padding-bottom: 8px;
	border-bottom: 1px solid rgb(221, 221, 221);
}

.venues:last-child {
	border-bottom: none;
}


.venueInfo p.venueTitle {
	color: #224273;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0; 
}

.venueInfo p.deckLocation {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

.venueInfo p {
	font-size: 14px;
	margin-bottom: 8px;
}

.venueImg {
	text-align: center;
}


/* SHIP PROFILE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#shipProfile table {
	margin-bottom: 5px;
}

.profileItems td:first-child {
	font-weight: 600;
}

.profileItems td {
	vertical-align: middle;
	color: #666;
}



/* STAR RATING ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#shipRatings table {
	margin-bottom: 5px;
}

.ratingHeadingBg .ratingHeading {
	background-color: rgb(52, 152, 219, 0.1);
	color: #224273 !important;
}

.ratingHeading {
	color: #d35400 !important;
	font-weight: bold;
}

.ratingHeading,
.rating {
	vertical-align: middle;
}

.ratingItem td:first-child {
	vertical-align: middle;
}

.rating {
	white-space: nowrap;
}

span.star::after {
	content: "\2605";
	color: goldenrod;
	font-size: 22px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MEDIA QUERIES~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* MOBILE */
@media (max-width: 575px) {
	/* venues */
	.venueImg {
		margin-bottom: 5px;
	}
	
	.venueImg img {
		width: 100%;
	}
	
	/* ship ratings */
	#shipRatings table {
		font-size: 14px;
	}	
}

/* BEFORE TABLET BREAKPOINT */
@media (max-width: 767px) {
	/* dropdown */
	#shipProfileTabs .dropdown-menu {
		z-index: 1040;
		background-color: #fff;;
	}
	
	/* nav */	
	#shipProfileTabs .nav-pills {
		margin-top: 2px;
		background-color: rgba(112, 112, 112, 0.1);
		border-left: 1px solid #dddcdc;
		border-right: 1px solid #dddcdc;
		border-bottom: 1px solid #dddcdc;
		width: 95%;
		margin-left: 12px;
	}
	
	#shipProfileTabs .nav-pills .nav-item {
		width: 100%;
		margin-bottom: 0;
		margin-right: 0;
	}	
	
	#shipProfileTabs .nav-pills .nav-link,
	#shipProfileTabs .nav-pills .nav-link.active, 
	#shipProfileTabs .nav-pills .nav-link.active:hover {
  		width: 100%;
		border-radius: 0;
	}
	
	#shipProfileTabs .nav-pills .nav-link,
	#shipProfileTabs .nav-pills .nav-link.active {
		background-color: transparent;
	}
	
	#shipProfileTabs .nav-pills .nav-link.active {
		color: #224273;
		font-weight: bold;
	}
	
	#shipProfileTabs .nav-pills .nav-link.active:hover {
		color: #224273;
		background-color: rgba(52, 152, 219, 0.2);
	}
	
	#shipProfileTabs .tab-content {
		margin-top: 15px;
	}	
	
	/* deck category */
	.deckCatDetails {
		margin-top: 10px;
	}
	
	/* deck label */
	.control-label {
		text-align: center;
		margin-bottom: 5px;
	}
	
	/* deck image */
	.deck-images-collapse {
		margin-top: 15px;
	}
	
	.deckPlan img {
		vertical-align: top;
	}
}


/* TABLET */
@media (min-width: 768px) {	
	/* nav */
	#shipProfileTabs .nav-pills {
	  padding-top: 15px;
	}
	
	#shipProfileTabs .dropdown-menu {
		position: relative;
	}
	
	/* deck category */
	.deckCat {
		padding-left: 0;
	}
	
	/* deck */
	.deckInfo,
	.deckPlan {
		max-height: 900px;
		overflow-y: scroll;
		padding-bottom: 15px;
	}
	
	/* venues */
	.venue-content {
		max-height: 900px;
		overflow-y: scroll;
		overflow-x: hidden;
		padding-bottom: 15px;
		padding-right: 15px;
	}
	
	.venueImg {
		padding-left: 0;
	}	
}