html {
  position: relative;
  min-height: 100%;
}

body {
	/* margin-bottom: 40px; /* Margin bottom by footer height */
	/* font-family: Geneva, Arial, Helvetica, sans-serif; */
	
	background-color: #1773a9;
}

.body-sweepstakes { 
	background-color: #fff;
	padding-top: 70px;
}

.body-package-sales {
	background-color: #1773a9;
}

#contentContainer { min-height: 600px; padding: 20px; } 

#content { background: #fff; margin-top: 60px; border-radius: 20px; padding: 20px; opacity: 0.9; }

h1, h2, h3 {
	margin-top: 5px;
	margin-bottom: 5px;	
}

.btnEnterSweepstake { background: #ed1a75; padding:30px 10px; }

.btnPackage { white-space: normal; background: #ed1a75; min-height: 200px; }


.packageBox { background: #ed1a75; text-align:center; color:#fff; margin-bottom: 20px; padding: 5px; border-radius: 10px; }
.packageBox.blue { background: #0061fe; }
.packageBox:hover { opacity: .8; }
.packageBox img { width: 100%; border-radius: 10px; }
.packageText { min-height:200px; }

/*
#packageCreateMain {
	margin-top: 50px;
	padding: 25px 10px ; 
	background: url(images/cv-map.png);
	background-color: #006098;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: contain;
}
*/

#packageCreateMain {
	margin-top: 50px;
	padding: 20px ; 
	background-color: #006098;
}
.packageBoxCreate { background: #aa00ff; text-align:center; color:#fff; margin-bottom: 20px; padding: 5px; border-radius: 10px; }
.packageBoxCreate:hover { opacity: .8; }
.packageTextCreate {  }

.packageBoxCreate.whiteBG { background-color: #ffffff;  }
.packageBoxCreate img { width: 100%; padding: 10px; }

.pbcPrice { background: blue; text-align:center; color:#fff; padding: 5px; border-radius: 10px;}
.pbcSpacer { height: 400px; }

.modal-body-gifting { background-color: #006098; }

.tnGiftOption { background: #1a70a3; color:#fff; margin-bottom: 10px; padding: 10px 0px; border-radius: 10px; }
.tnGiftOption:hover { background-color: #3380ad; }
.tnGiftOption img { width: 100%; border-radius: 5px; }
.txtGiftOption { }

.packageCreateInfo { background: #006098; text-align:center; color:#fff; margin-bottom: 20px; padding: 5px; border-radius: 10px; }

.title-header { color: #00aaff; font-weight: bold; }

.dashboardLink { padding: 60px 10px ; margin-bottom: 20px; border: 2px solid #666; }


canvas {
	position: relative;
	margin: 1px;
	/*
	margin-left: 0px;
	border: 1px solid #3a87ad; 
	*/
}

#divAreas {
	 
}

.imgMax {
	width: 100%;
}

.featureComment {
	 font-style: italic; color: #7d0000;
}

.showItem {
	display: block;
}

.hideItem	{
	display: none;	
}

.divPaging {
	 margin-bottom: 5px;
}
.numPaging {
	text-align: right;
}

#footerBar { background-color:#01609a; }
#footer { background-color:#01609a; padding: 30px 0px; color: #CCCCCC; }
#footer a { color:#ffffff; }

.copy { font-size: 12px; text-align:center; }

@media (max-width: 767px) {
	
	.pbcSpacer { height: 0px; }
	
  .numPaging {
		text-align: left;
	}
	
  /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		/*white-space: nowrap;*/
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); word-wrap: normal; }
}