@charset "utf-8";
/* CSS Document */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
    color: #000;
	font-size: 16px;
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-weight: 400;
	line-height: 1.3em;
}
p, div {
    margin: 0;
}
a {
	color: #006; /* customize based on color scheme - nav background color*/
}
img {
	border: 0;
	max-width: 100%;
	height: auto;	
}
#wrapper, #footer {
	max-width: 1200px;	
	margin: 0 auto;
}

#container {
	padding: 20px;	
}

.center {
	text-align: center;	
}

.box {
	background: none repeat scroll 0 0 white;
	border: 1px solid #e6e5ec;
	border-radius: 4px;	
	box-shadow: 2px 2px 6px #ccc;
	padding: 12px;
}

#poweredby {
	margin-top: 36px; 
	display: flex;
}

.fixedBar {
  position: fixed;
  z-index: 4;
  min-height: 48px;
  overflow: hidden;
  width: 100%;
  background-color: darkgoldenrod;
  color: white;
  padding: 14px; 
  font-weight: bold; 
  font-size: 1.5em; 
  text-align: center;	
}

#fixedBottomBar {
  bottom: 0;
  left: 0;
}

#fixedTopBar {
  top: 0;
  left: 0;
}

.clearall {
	clear: both;
}
.title {
	font-size: 1.5em;
	font-weight: bold;
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}
.subtitle {
	font: 1.1em;
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-style: bold;
	margin-bottom: 0.2em;
}

/* general registration */
.notes {
	font-size: 0.8em;
}
.noregistration {
	padding: 3px 0px;
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ED1C24;
}

#ticketPanels {
	display: flex;
}

#ticketMain {
	width: 75%;
}

#ticketLogoMap {
	width: 25%;
	padding-left: 30px;
}

/* end general registration */

/* register.php */
.sessionListing {
	padding: 0.8em 0;
	border-bottom: 1px solid #C0C0C0; 	
}
.sessionInfo { float: left; max-width: 88% }
.sessionButton { float: right; width: 100px }
.sessionTitle {font-size: 1.1em; font-weight: 700}

a.reg_btn { 
	background-color:#006fb4;
    border: none;
	border-radius: 3px;
	color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 12px 30px;
    text-decoration: none;
	font-size: 15px;
	height: 44px;
	width: 320px;
	text-align: center;
}

.addtocart {
	width: auto;
	padding: 0.35em;
	border: 1px solid #000000;
	border-radius: 3px;	
	text-align: center;
}
.addtocart a {
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 0.9em;
	color: #fff;
	font-weight: bold;
	padding: 0.5em; /* 4px */
	text-decoration: none;	
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	border-radius: 10px;*/
}
/* end register */

/* register_add */
#googleMap {
	float: right;	
}

.detail-map-box {
	padding: 6px;
	background-color: white;
}

#eventLogo {
	width: 25%;
	text-align: right;
	padding-left: 30px;
}


.rounded-outer-table {
	padding-top: 6px;
	border: 2px solid #000000;
	border-radius: 3px;	
}

.ticketList {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 12px;
  border-bottom: 1px solid #808080;
  padding-bottom: 12px;	
}

.lineunder {
	border-bottom: 1px solid #C0C0C0;
}
.ticketLabel {
	padding-left: 0.5em;
}
.formQty {
	text-align: right;
	padding-right: 3em;
}
/* end register_add */

/* register_survey */
.colortemplate{
	border-bottom: 1px solid #000000;
	background-color: #368DF9; 
	color: #fff;
}

table#sessionDetail {
	padding-left: 0.5em;
}

.mobileSessionDetail {
	display: none;
}
/* end register_survey */

/* register_cart */
.editButton {
	float: left;
	padding-left: 10px;
}
.delButton {
	float: left;
	padding-left: 10px;
}
table#orderDetail, div#discountInfo {
	padding-right: 0.5em;
}

/* end register_cart */

/* notification.php */


/*one dropdown menu css*/
.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  left: 6px;
}

.dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  min-width: 50px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 0.9em;
}

.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.dropdownRight {
	float:right;
}

.dropdown-actions {
	min-width: 50px;
	top: 0px;
	left: 8px;	
}
.dropdown-actions a {
  padding: 4px;
  font-size: 0.75em;
}
/*one dropdown menu css end*/

@media screen and (max-width: 800px) { /* only do this if the screen size becomes less than 990px */
	/*#generalInfo{ float: none }*/
	#eventLogo { display: none; width: 0%; }
	
	.sessionInfo { float: none }
	.sessionButton { float: none; padding-top: 1em }

	#ticketPanels {
		display: block;
	}
	
	#ticketMain {
		width: 100%;
	}
	
	#ticketLogoMap {
		display: none;
	}
		

	.formQty { padding-right: 0em; }

	.ticketLabel { line-height: 1.1em; padding-left: 0.3em; }
	
	.mobileSessionDetail {
		display: block;
		padding-left: 1em;
	}
	
	table#sessionDetail { padding-left: 0em;	}	
	
	table#sessionDetail td:nth-child(2) { display: none; }
	
	table#orderDetail, div#discountInfo { padding-right: 0em;	}	
	
 	
}

@media screen and (max-width: 500px) { /* only do this if the screen size becomes less than 990px */

	#poweredby {
		height: 78px;
	}
	
	#poweredbyIcon { text-align: center; float: none; padding:0px; color: #FFF }
	#poweredbyLinks{ float: left; padding-top:10px; padding-left: 20px }
	#poweredbyMcaffee{ padding-right:6px;}
	
	form {
		font-size: 0.9em;
	}
		
	.labelDescription {
		display: none;
	}
	
	.editButton {
		float: none;
		padding-left: 0px;
	}
	.delButton {
		float: none;
		padding-left: 0px;
		padding-top: 10px;
	}

}