.webinaris_error {
	display: none;
	padding: 10px;
	color: #990000;
	font-weight: 700;
	border: 1px solid #990000;
}

.webinaris_content .error {
	
}

.webinaris_content {
	position: relative;
	min-height: 150px;
}

.webinaris_loading {
	display: none;
	background: #f1f1f1;
	padding: 50px 10px;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.9;
}

.webinaris_loading_inner_html {
	display: table;
	width: 100%;
	height: 100%;
}

.webinaris_loading_text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.webinaris_content_data {
	display: none;
	padding: 5px;
}

.webinaris_form_fields_dates label {
	margin-bottom: 0;
	margin-bottom: 15px;
	padding-left: 30px;
	position: relative;
}

.webinaris_form_fields_dates label .webinaris_date_row_capacity {
	display: none;
	font-weight: 300;
	margin: 0 auto;
	background:#fec63d;
	text-align:center;
	color:#000;
	font-size:14px;
}

.webinaris_form_fields_dates .radio.selected .webinaris_date_row_capacity {
	display: block;
}

.webinaris_form_fields_dates label.radio:before {
	font-family:'FontAwesome';
	content: '\f1db';
	position:absolute;
	left:0;
	font-weight:normal;
	font-size:20px;
}
.webinaris_form_fields_dates label.radio.selected:before {
	content:'\f05d';
}

.webinaris_form_fields_dates input {
	display:none;
}

.webinaris_field_wrap {
	margin-bottom: 10px;
}

.webinaris_form_fields_user input[type="text"] {
	width: 100%;
}

.webinaris_field_error {
	display: none;
	color: #900;
	background: #fdd;
	padding: 0 5px;
	font-weight: 700;
	font-size: 14px;
}