#loadBooth{
	width:100% !important;	
}
#loadBooth iframe{
	width:100% !important;
}
div[data-id="137154"] fieldset{
	float: left;
	clear: both;
	display: block;
	width: 100%;
}

div[data-id="137154"] fieldset legend{
	width: 25%;
	float: left;
	padding-left: 5px;
}



div[data-id="137154"] fieldset #boothcheck{
	width: 73% !important;
	float: left;	
}
div[data-id="137154"] fieldset #boothcheck
#terms-and-conditions p{
	margin:15px !important;	
}
div.field div.form-group fieldset .de_fieldset span label{
	width:90% !important;	
}
fieldset legend.left {
	width: 25% !important;
	float: left;
	font-size: inherit;
	font-weight: normal;
	margin-bottom: 0;
}
div.field div.form-group div {
	width: 73% !important;
	margin-top: 0px !important;
}
div.field div.form-group label {
	width: 25% !important;
}
.foot_note_input {
	width: 73%;
	float: right;
	padding: 10px;
	font-size: 13px;
	background: #efefef;
	border: 1px solid rgba(00,00,00,0.1);
}
#field-84819 p{
	display:none;	
}
#field-84819 .foot_note_input p{
	display:block !important;	
	margin: 5px !important;
}

#field-84819 .foot_note_input {
	float: right;
	margin: 5px;
	display: block;
	height: 100%;
	overflow: hidden;
	width: 73% !important;
	margin-top: 7px !important;
}
.fancybox-bg{
	opacity:0.6 !important;	
}
a#pricingButton,
a.navRegistrant,
input[value="Go"],
input#submitPay,
div.review a.btn-primary,
div.review a.btn-success,
div.col-sm-9 a.btn-primary,
div.col-sm-9 form input[type="submit"],
input.navButton,
a#register,
a#returning{
	background:rgba(00,174,239,0.8) !important;
	border-color:rgba(00,174,239,1.0) !important;
	color:#ffffff !important;
}
a#pricingButton:hover,
a.navRegistrant:hover,
input[value="Go"]:hover,
input#submitPay:hover,
div.review a.btn-primary:hover,
div.review a.btn-success:hover,
div.col-sm-9 a.btn-primary:hover,
div.col-sm-9 form input[type="submit"]:hover,
input.navButton:hover,
a#register:hover,
a#returning:hover:hover,
a#pricingButton:hover,
a.navRegistrant:focus,
input[value="Go"]:focus,
input#submitPay:focus,
div.review a.btn-primary:focus,
div.review a.btn-success:focus,
div.col-sm-9 a.btn-primary:focus,
div.col-sm-9 form input[type="submit"]:focus,
input.navButton:focus,
a#register:focus,
a#returning:focus{
	background:rgba(00,174,239,1.0) !important;
	border-color:rgba(00,174,239,1.0) !important;
	color:#ffffff !important;
	border-radius:6px !important;
}
div[data-group="yesno"] fieldset legend{
	border: none;
	float: left;
	width: 83% !important;
}
div[data-group="yesno"] fieldset div.de_fieldset{
	width: 17% !important;
	float: left;
	padding-left: 0px;
	margin-left: 0px;
}
div[data-group="yesno"] fieldset div.de_fieldset .de_cols_1{
	width: 50% !important;
	float: left;
	display: inline-block;
	clear: none;	
}
div[data-group="yesno"] fieldset div.de_fieldset .de_cols_1 label{
	padding-left: 43% !important;	
}
.foot_note_input{
	float: right !important;
	margin: 5px 0px !important;
	display: inline-block !important;
	margin-right: 5px !important;
	border-radius: 4px !important;
	font-size: 0.9rem !important;
	padding:0px !important;
}
.foot_note_input p{
	margin:15px !important;	
}
#field-116058 .foot_note_input{
	width: 98% !important;	
}
a#addAdt{
	display: inline-block !important;
	float:none !important;
}
.review #next{
	float:right;	
}
a.booth{
	background:rgba(00,174,239,0.9);
	border:1px solid rgba(00,174,239,1);
	color:#ffffff;
	padding: 10px !important;
	border-radius: 4px !important;
	text-align: center !important;
	float:right;
	width: 73%;
	margin: 0px 6px;
}
a.booth:hover,
a.booth:focus{
	background:rgba(00,174,239,1);
	border:1px solid rgba(00,174,239,1);
	color:#ffffff;	
}
div.event-title h1, #header.small div.event-title h1 {
	color: #0b0019 !important;
	margin: 48px 0px !important;
	font-size: 32px;
	display: none;
}

#header div.container,
#content,
#footer .footer{
	max-width:80%;
	width:100%;
}
div[data-group="file"] .form-group fieldset div {
	position: relative;
	width: 100%;
	height: 50px;
	margin: 15px;
}
div[data-group="file"] .form-group fieldset div:after {
	content: attr(data-text);
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	padding: 10px 15px;
	display: block;
	width: calc(100% - 40px);
	pointer-events: none;
	z-index: 2;
	height: 47px;
	line-height: 27px;
	color: #999;
	border-radius: 5px 10px 10px 5px;
	font-weight: 300;
	border: 1px solid rgba(00,00,00,0.1);
	box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}
div[data-group="file"] .form-group fieldset div:before {
	content: 'Upload';
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	height: 47px;
	background: #4daf7c;
	color: #fff;
	font-weight: normal;
	z-index: 3;
	font-size: 1rem;
	line-height: 40px;
	padding: 4px 10px;
	text-transform: uppercase;
	pointer-events: none;
	border-radius: 0 5px 5px 0;
}
div[data-group="file"] .form-group fieldset div:hover:before {
	background: #3d8c63;
}
div[data-group="file"] .form-group fieldset div input {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	height: 47px;
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	width: 100%;
}
div[data-group="file"] fieldset legend{
	border: none;
	width: 25%;
	float: left;
	padding-right: 15px;
	padding-left: 5px;
}

div[data-group="file"] div.form-group fieldset{
	margin-right: 0px;
	margin-bottom: 5px;	
}
div[data-group="file"] div.form-group fieldset div{
	width:75% !important;
	margin:0px;
	padding:0px;
}
div[data-group="file"] div.form-group fieldset legend{
	font-weight:400 !important;
	padding-top: 10px;
	/*padding-left: 2%;*/
}
div[data-group="file"] p{
	display:none;	
}
div[data-group="file"] p.foot{
	display: block;
	width: 74%;
	float: right;
	margin-top: 0px;
	padding: 5px;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	border-radius: 4px;
	margin-right: 0;
}