#form-view{ width: 100%; }

.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}


#form-view fieldset{
	border: 2px solid #d5d5d5;
	border-radius: 3px;
	margin: 20px 0;
	padding: 5px 10px;
	/*overflow: hidden;*/
}

#form-view fieldset legend{
	font-size: 16px;
	margin: 0px 0px 0px 10px;

}

div#errors-block{
/* fixed position a zero-height full width container */
	position: fixed;
	top: 40%;
	left: 0;
	right: 0;
	height: 0;
	/* center all inline content */
	text-align: center;
	z-index: 999;
	display: none;
}
div#success-block{
/* fixed position a zero-height full width container */
	position: fixed;
	top: 40%;
	left: 0;
	right: 0;
	height: 0;
	/* center all inline content */
	text-align: center;
	z-index: 999;
	display: none;
}
.text-center{ text-align: center;}
.no-margin{ margin: 0px;}
.no-margin-bot{ margin-bottom: 0px !important;}
span.green{
	color: green;
}
.white{
	background: #fff !important;
}
.clearfix{
	clear: both;
}
.red{
	color: red;
}
.green{
	color: green;
}
.mc-msg {
	padding: 10px;
	margin:10px 0;
	font-size:14px;
	position: relative;
    z-index: 5;
    width: 40%;
/* make the block inline */
	display: inline-block;
	/* reset container's center alignment */
	text-align: left;
	z-index: 9999;
	border-radius: 3px;
}

.mc-msg.full-msg{
	width: auto;
	display: block;
}
.mc-msg .close-btn,
.mc-msg .success-close{
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	color: #000000;
}
.mc-msg .close-btn i{
	color: #FFAEAE !important;
}

.mc-msg .success-close i{
	color: #BBDF8D !important;
}

.mc-msg p {
	font-size: 14px;
	margin: 5px 0;
}

.mc-msg.error ul {
	margin: 0 0 0 5px !important;
}

.mc-msg.error ul li {
	margin: 5px 0 !important;
	font-size: 12px;
	font-weight: bold;
	color: #DF0000;
}

.mc-msg.warning {
	background-color: #FFF6BF;
	border: 2px solid #FFD324;
}
.mc-msg.warning a {
	color: #0085CC;
}

.msg.warning a:hover, .msg.warning a:active, .msg.warning a:focus {
	color: #000;
}

.mc-msg.info {
	border: 2px solid #B8E2FB;
	background-color: #E8F6FF;
}

.mc-msg.done, .mc-msg.success {
	border: 2px solid #BBDF8D;
	background-color: #EAF7D9;
}

.mc-msg.error, .mc-msg.alert {
	border: 2px solid #FFAEAE;
	background-color: #FEEBEB;
}
/* To help center the error over the form area */
@media screen and (min-width: 1000px){
	.error-container {margin-right: 220px}
}


.block-error {font-size: 0.8em; font-style: oblique;}

/*
	form fields
*/
#form-view .form-view-error{
	padding: 10px;
	border: 2px solid #FFAEAE;
	background: #FEEBEB;
	border-radius: 3px;
	color: #4a4a4a;
}
#form-view .form-view-error a {color: #000}

#form-view span.span-error{
	color: #c00;
	font-size: 12px;
	font-style: italic;
}

#form-view .field-error{
	border: 1px solid #FFAEAE;
	background: #FEEBEB;
}

#form-view .field-correct{
	border: 1px solid #BBDF8D;
	background-color: #EAF7D9;
}


#form-view .lead{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
}
#form-view .title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}


#form-view p.low{
	font-size: 11px;
	margin: 2px 0;
	line-height: 16px
}

#form-view .layout-element{
	margin: 20px 0;
	position: relative;
}

#form-view .layout-element.field-label img{
	height: auto;
}

#form-view label{
	font-weight: bold;
	margin: 2px 0;
	text-align: left;
	float: none;
	clear: both;
}

#form-view input[ type="text"],
#form-view input[ type="password" ],
#form-view select,
#form-view textarea{
position: relative;
margin: 0;
outline: none;
width: 98%;


  height: 24px;
  padding: 0px 0px 0px 1px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#form-view textarea{
    height: 150px;
    font-family: inherit;
}

#form-view input:focus,
#form-view select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

#form-view select{
	height: 26px;
}
#form-view select[ multiple ]{
	height: 100px;
}

#form-view input[ type="text"].org-number{
    width: 92%;
}

#form-view .layout-view-element{
	margin: 10px 20px;
	overflow: hidden;
}

#form-view .col{
	float: left;
	height: 1000px;
}


#form-view .col.field{
	width:50%;
	background: #fff;
	overflow: hidden;


}
#form-view .headercol{
	float: left;
}
#form-view .headercol.field{
	width:50%;

}
#form-view .headercol.price{
	width:24.5%;

}
#form-view .headercol.discount{
	width:24.5%;

}

#form-view .col.price{
	width:24.5%;
	background: #fdfdfd;
	border-left: 1px solid #ccc;
	height:100%;
}

#form-view .col.discount{
	width:24.5%;
	background: #EDFFEB;
	border-left: 1px solid #ccc;
	height:100%;
}

#form-view .col.full{
	width: 49.5%;
}

#form-view .summary-section{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
	margin-top: 2px;
	background: #fdfdfd;

}
#form-view .summary-section.green{
	background: #EDFFEB;

}

#form-view  .summary-section .row{
	height: 50px;
	overflow: hidden;
}
#form-view  .summary-section .row.tall-1{
	height: 100px;
}
#form-view  .summary-section .row.tall-2{
	height: 150px;
}
#form-view  .summary-section .row.tall-3{
	height: 200px;
}
#form-view  .summary-section .row.tall-4{
	height: 250px;
}
#form-view  .summary-section .row.tall-5{
	height: 300px;
}
#form-view  .summary-section .type-label-space{
	margin: 10px 0;
}

#form-view  .summary-section .row.med-1{
	height: 30px;
}
#form-view  .summary-section .row.med-2{
	height: 60px;
}
#form-view  .summary-section .row.med-3{
	height: 90px;
}
#form-view  .summary-section .row.med-4{
	height: 120px;
}
#form-view  .summary-section .row.med-5{
	height: 150px;
}


#form-view .label-fields{
	margin: 15px 0 15px 5px;
	display: block;
	clear: both;
}

#form-view .label-fields label{
}


#form-view .label-fields .label-field{
	margin: 0px 0px 5px;
}

#form-view .label-fields .city-field{
	width: 31%;
	float: left;
	margin-right: 11px;
}

#form-view .label-fields .state-field{
	width: 30%;
	float: left;
	margin-right: 11px;

}

#form-view .label-fields .zip-field{
	width: 31%;
	float: left;

}

#form-view input.name-field{
	margin-right: 1.5px;
}

#form-view input.name-field:last-child{
	margin-right: 0px;
}


#form-view ul.options-list{
	margin: 10px 0;
	padding: 0px;
	clear: both;
	width: 100%;

}



#form-view ul.options-list li{
	display: block;
	list-style: none;
	position: relative;
	width: 90%;
    background : none;
}

#form-view ul.options-list li div{
	margin:5px;
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#form-view ul.options-list li:hover{
	position: relative;
}
/* Removed because text isnt being truncated
#form-view ul.options-list li.truncate[title]:hover:after {
  content: attr(data-title);
  padding: 4px 8px;
  color: #333;
  position: absolute;
  left: 20%;
  top: -30%;
  white-space: normal;
  z-index: 20;
  border-radius: 3px;
  background: #f1f1f1;
  border: 1px solid #4a4a4a;
}
*/


#form-view .toggle-title{
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	margin: 5px 0;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #ddd;
	cursor: pointer;
}

#form-view .toggle-title.show-toggle{
	background: #fff;
	border: 1px solid #ddd;

}

#form-view .toggle-title.hide-toggle:hover{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	cursor: pointer;
}

#form-view .events-btns{
	position: relative;
	width: 400px;
	margin: 0 auto;
}

#form-view .events-btns .linked-profile-menu{
	position: absolute;
	width: 60%;
	height: 100px;
	right: 0px;
	bottom: -100px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 3px;
	z-index: 999;
	overflow-y: auto;
	-webkit-box-shadow: 4px 3px 4px 0px rgba(221,221,221,1);
	-moz-box-shadow: 4px 3px 4px 0px rgba(221,221,221,1);
	box-shadow: 4px 3px 4px 0px rgba(221,221,221,1);
	display: none;
}

#form-view .carets{
	display: inline-block;
	width: 10px;
}
#form-view .toggle-actions{
	font-size: 12px;
	text-decoration: none;
	color:#428bca;
}
#form-view .toggle-actions:hover{
	text-decoration: underline;
	color: #2a6496;
}
.linked-profile-menu ul{
	margin: 0;
	padding: 0;
	border: 5px white solid;
	border-radius: 3px;
	text-align: left;
}

.linked-profile-menu ul li{
	list-style: none;
	padding: 3px 5px;
	cursor: pointer;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
}

.linked-profile-menu ul li:hover{
	background: #eee;
}
.linked-profile-menu ul li a{
	color: black;
	text-decoration: none;
}

.linked-profile-menu ul li a:hover{
	color: black;
	text-decoration: none;
}

#form-view #btn-controls{
	margin-bottom: 40px;
	float: right;
}
/*files*/
.fileinput-button {
    position: relative;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer;
}

.progress-animated {
    border: 1px solid;
    width: 200px;
}

.progress-animated .bar {
    background: url(../images/progressbar.gif) !important;
    filter: none;
    height: 20px;
}

.upload-msg {
    padding: 5px;
    margin: 10px 0;
    font-size: 14px;
    position: relative;
    z-index: 5;
}

.upload-msg p {
    font-size: 14px;
    margin: 0;
}

.upload-msg.done, .upload-msg.success {
    border: 2px solid #BBDF8D;
    background-color: #EAF7D9;
}

.upload-msg.error {
	border: 2px solid #FFAEAE;
	background-color: #FEEBEB;
}


/* modals */
.modal .modal-footer{
	min-height: 22px;
}



/* summary */
#summary-section{
	width: 100%
}

#summary-section .section-row{
	width: 95%;
	display: block;
	border-top: 1px solid #ccc;
	min-height: 30px;
	padding: 10px;
	margin: 10px auto;
}

#summary-section .section-row:before,
#summary-section .section-row:after {
    content:"";
    display:table;
}
#summary-section .section-row:after {
    clear:both;
}

#summary-section .type-label-space{
	margin-bottom: 10px;
}
#summary-section .section-row .section-title{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}

#summary-section .section-row div.row{
	margin: 15px auto;
}
#summary-section .section-row div.row > div{
	float: left;
}

#summary-section .section-row div.row div.item{
	width: 70%;
}

#summary-section .section-row div.row div.prices{
	float: right;
	width: 13%;
	text-align: right;
	padding-right: 10px;
}

#summary-section .section-row div.row div.item-price{
	margin: 5px 0;
}

#summary-section .section-row div.row div.item-price span.strike{
	text-decoration: line-through;
	color: #ccc;
}
#summary-section .section-row div.row div.item-price span.discount-price{
	color: green;
	font-weight: bold;
}

#form-view #summary-section .layout-view-element{
	margin: 0;
}

#password-modal label{
	margin: 0;
	display: block;
}

#password-modal input{
	width: 98%;
}



/* registrant sections */
#form-view .title.registrant-title{
	margin-bottom: 0px;
}
#summary-section div.registrant-section,
#summary-section div.applicant-section{
	background: #fff;
	border-radius: 5px;
	padding: 10px;
}

#summary-section div.registrant-section:nth-child(even),
#summary-section div.applicant-section:nth-child(even){
	background: #fafafa;
}

#summary-section div.registrant-section div.row,
#summary-section div.applicant-section div.row{
	margin: 5px auto;
}
#summary-section  div.registrant-section div.row div.item,
#summary-section div.applicant-section div.row div.item{
	margin-left: 15px;
}

#summary-section  div.registrant-section div.row:nth-child(1) div.item,
#summary-section div.applicant-section div.row:nth-child(1) div.item{
	margin-left: 5px;
}



/* bug fixes*/
span.symbol{
	position: absolute;
	top: 0px;
}
span.symbol.prepend{
	left:0px;
	top:20px;

}
img.processing-icon{
	position: relative;
	top: 12px;
	display: none;
}
