

/**************************************************/
/*   Module: cdu_branding.css                     */
/**************************************************/





body{
	font-family: 
	font: 100 0.92em "Calibri Light", Calibri , sans-serif;	
}

.headerBrandImage {
  border: 0;
  margin-top: 23px;
  margin-left: 10px;
  padding-left: 0;   		
}

.headerBrand {
	padding-top: 10px;
    margin-bottom: 20px;
}

.wrapper{
	overflow: hidden !important;

}

/*.footer {
    clear: both;
    border-top-width:0px; 
    border-top-style: solid
}*/


footer.footer {
  padding: 0px;
  color: #969696;
  background-color: #fff; 
  border: solid 0px #e7e7e7;
  font-size: 1em;
}

/*Gerards attemp to use new CDU Brand 
#footer-wrapper {
    color: #ccc;
	background: #373737 none repeat scroll 0% 0%;
	line-height:20px;
	bottom:0 !important;
}

#footer .region-footer ul li.first {
    background-image: none;
}

#footer .region-footer ul li {
    display: inline;
    background: transparent url("../images/dot.gif") no-repeat scroll 0px center;
    padding-left: 26px;
	padding-right:10px;
}

.tb-copyright {
    display: block;
	text-align:center;
	padding:10px;
}

.tb-copyright div{
	display:inline;
	padding:0 10px;
End Gerards attemp */

.footerInner span { 
	background: url('../images/dot.gif') 0 center no-repeat transparent; color: #969696; padding:6px;
}
.footerRow{
	display: flex;flex-direction: row;justify-content:space-evenly;align-items:center;
}

a.ftlink {
	color: #FFF !important;
}
a.ftlink:link,
a.ftlink:visited {
  text-decoration: none;
}
a.ftlink:hover {
  cursor: pointer;
}

/* .ftmenu{ */
	/* display:block;  */
	/* width:100%;  */
	/* float:left; */
	/* margin-top: 20px; */
/* } */

/* .ftlist{ */
	/* display:inline; */
	/* padding:0 !important; */
/* } */


.footerInner {
	
	width: 940px;
	border: solid 1px #201545;
	padding: 6px 0px;
	color: #ccc;
	background: #201545 none repeat scroll 0% 0%;
	bottom:0 !important;
	margin: 0 auto;
    display: flex;
    justify-content: space-around;
	flex-direction: row;
}

/* .ftmenu{ */
	/* display:inline;  */
	/* width:70%;  */
	/* float:right; */
	/* margin-top:0px; */
/* } */
/* .ftlist{ */
	/* display:inline; */
	/* padding:20px !important; */
/* } */


@media (max-width: 940px) {
	.footer { 
	
		width: 100%; 
		
	}	

	.footerInner {
		
		width: 100%;
		border: solid 1px #201545;
		padding: 6px 0px;
		color: #ccc;
		background: #201545 none repeat scroll 0% 0%;
		bottom:0 !important;
		margin: 0 auto;
		flex-direction: column;
	}
	
	
	/* .ftmenu{ */
		/* display:block;  */
		/* width:100%;  */
		/* float:none; */
		/* margin-top:0px; */
	/* } */
	/* .ftlist{ */
		/* display:block; */
		/* padding:20px !important; */
	/* } */
	
}

@media only print {
.pmtGroup {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  margin-top: 5px;
  padding: 0.5em;
}

.pmtCodeImgLabel {
  display: flex;
  justify-content: space-around;
  padding: 0.5em;
  color: red;
}

.invoiceLineBorder {
  border: 1px solid #b0b0b0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: -12px 0 10px 0;
  padding: 0.5em 0;
  height: auto;
  background-color: #fff;
  
}

}

  #UDS_ATTENDEE_SECTION {
    height: auto !important;
  }  