
/*
	Online jelentkező lap
*/

#jelentekezo-lap {	
	background-color: #cdbbe5;
	padding: 20px 24px; margin: 10px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	/*-moz-box-shadow: 1px 2px 3px #333;
	-webkit-box-shadow: 1px 2px 3px #333;*/
}
#jelentekezo-lap h2, #jelentekezo-lap h3 {
	margin-bottom: 16px;
}
#jelentekezo-lap h3 {
	color: #52226F;
}


.avec-form .form-row {
	padding: 10px 0;
}
.avec-form li {
	margin: 0; padding: 0;
	list-style-type: none;
}
.avec-form label {
	float: left;
	width: 20%;
	font-size: 13px; line-height: 22px;
	color: #5f2796;
}
.avec-form label.check-label {
	float: left;
}
.avec-form .radio, .avec-form .checkbox {
	float: left; margin: 0; margin-right: 3px; margin-top: 3px;
}
.avec-form .text, .avec-form textarea {
	float: left;
	width: 78%;
	border: 1px solid #9c78c2;
	padding: 4px 2px;
	font-size: 12px;
}


#jeletkezes-tipusok {
	margin-bottom: 20px;
}
#jeletkezes-tipusok li {
	width: 100%;
	padding: 6px 0;
}
#jeletkezes-tipusok label {
	width: 80%; font-size: 14px; font-weight: bold;
}


.form-content-box {
	background: #faf4ff;
	margin-bottom: 20px;
	padding: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.form-content-box textarea {
	width: 100%; font-size: 12px;
}
.form-content-box h4 {
	float: left;	font-size: 13px; font-weight: bold; margin-bottom: 10px;
}


#konzultacio, #csoport, #eloadas, #visszajelzes, #szemelyes-adatok {
	display: none;
}


#csoport .horizontal-list li label {
	font-size: 12px; padding: 0 6px
}


#csoport .horizontal-list li label {
	font-size: 12px; padding: 0 6px
}


#eloadas .table-title {
	width: 100%;
	padding: 10px 0;
}
#eloadas .table-title h4 {
	padding-left: 22px; margin-bottom: 0; width: 300px;
	background: url(../images/arrow-next-grey-thick.png) no-repeat left center;
}
#eloadas .table-title a {
	float: right; font-size: 13px; font-weight: bold;
}
#eloadas .table-content {
	color: #7d5aab;
	border-bottom: 1px dashed #cdbbe5; padding-bottom: 10px;
}
#eloadas .table-content strong {
	display: block; font-size: 11px; margin-bottom: 10px; font-style: italic;
}
#eloadas .table-content .desc {
	float: left; width: 200px; margin-right: 12px; font-size: 10px;
}
#eloadas .table-content .list {
	width: 318px;
}
#eloadas .table-content .list,
#eloadas .table-content .list strong,
#eloadas .table-content .list .horizontal-list {
	float: right;
}

#eloadas p {
	padding: 0 6px;
	margin-bottom: 4px;
}

#visszajelzes textarea {
	height: 100px;
}

.horizontal-list {
	float: left; margin: 0; 
	width: 100%;
}
.horizontal-list li {
	float: left; line-height: 20px; padding: 0 5px; margin: 0; margin-bottom: 5px;
	border-left: 1px solid #cdbbe5; position: relative;
}
#eloadas .horizontal-list li {
	float: right;
}
.horizontal-list li span.overlay {
	position: absolute; left: 10px; bottom: 16px; max-width: 120px;
	display: none; padding: 2px 5px; background: #5e2795; color: #fff;
}
.horizontal-list li span {
	display: none;
}
.horizontal-list li label {
	font-size: 10px; color: #481964; line-height: 20px; width: auto;
}
.horizontal-list li label.red {
	color: red;
}
.horizontal-list li span.overlay.red  {
	background: red;
}

#submit {
	background: #5e2795;
	color: #fff; padding: 4px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-left: 250px;
	border: none;
	cursor: pointer;
}

#submit.disabled {
	color: #aa75de
}


/*
	Clearfix
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { zoom: 1; display: inline-block; }
/* Hide form IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



