body {
	background: #f0f0f0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.formTable {
	width: 1260px;
	margin: 20px auto !important;
	padding: 0 !important;
	text-align: left;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.resultContainer {
	width: 98%;
	padding: 1%;
}
.containerTable {
	width: 100%;
	padding: 0 !important;
}
.resultTable {
	width: 100%;
	margin-top: -40px;
	padding-top: 20px;
	margin-right: 20px;
}
.resultTable td {
	padding: 5px !important;
	word-wrap: break-word !important;
}
form {
	margin: 0;
	padding: 0;
}
.inputBox {
	width: 300px;
	height: 20px;
	background-color: #fafafa;
	border: #ebebeb 1px solid;
	font-size: 11px;
	color: #377b6e;
}
.inputBoxHalf {
	width: 150px;
	height: 20px;
	background-color: #fafafa;
	border: #ebebeb 1px solid;
	font-size: 12px;
	color: #377b6e;
}
.button {
	margin-top: 10px;
	border: none;
	height: 22px;
	color: white;
	font-weight: bold;
	background-color: #418d8d;
	background: url(images/button.png) repeat-x;
	text-transform: uppercase;
	cursor: pointer;
}
.header {
	width: 100%;
	height: 113px;
	display: block;
	border-radius: 10px 10px 0 0;
	background: url(images/header.png) bottom left no-repeat;
	position: relative;
}
.header-link {
	position: absolute; 
	right: 38px; 
	top: 16px;
}
.header-link a {
	color: #000;
	text-decoration: none;
}
.header-link a:hover {
	text-decoration: underline;
}
.header-help {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 15px;
	text-decoration: none;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #1e8975 !important;
}
.topCell {
	width: 100%;
	height: 140px;
	background: url(images/header.png) bottom left no-repeat;
	position: relative;
}
.top {
	width: 1200px;
	height: 113px;
	background: url(images/top.png) no-repeat;
	position: relative;
}
.topPure {
	width: 1200px;
	height: 113px;
	background: url(images/top_pure.png) no-repeat;
	position: relative;
}
#resultInfoBar {
	width: 97.5%;
	height: 35px;
	background-color: #fafafa;
	border: #e4e4e4 1px solid;
	border-radius: 5px;
	margin: 0 0 0 15px;
	text-align: center;
	line-height: 33px;
	font-weight: bold;
}
.resultHeader td {
	height: 16px !important;
	background: #15575f;
	color: #fff !important;
	font-weight: bold;
	text-align: center !important;
	padding: 3px !important;
}
.helpButton {
	position: absolute;
	left: 407px;
	top: 28px;
	width: 96px;
	height: 29px;
	cursor: pointer;
}
.helpButton a {
	display: block;
	width: 96px;
	height: 29px;
}
.helpBox {
	position: absolute;
	left: 200px;
	top: 2px;
	width: 205px;
	display: none;
}
.contentCell {
	vertical-align: top;
}
.content {
	padding: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #377b6e;
	letter-spacing: 2px;
}
div, p, td, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.titleData {
	width: 335px;
	height: 62px;
}
.registrationForm {
	width: 1200px;
}
.questionForm {
	width: 1200px;
}
.regTable {
	width: 100%;
}
.regData {
	width: 335px;
	height: 142px;
}
.loggedIn {
	margin-left: 3px;
	margin-top: 10px;
	width: 332px;
	height: 45px;
	background: url(images/logged_in.png) no-repeat top;
	background-color: #f3f3f3;
	position: relative;
}
.loggedInTitle {
	position: absolute;
	top: 6px;
	left: 15px;
	font-weight: bold;
	color: white;
}
.loggedInText {
	position: absolute;
	top: 6px;
	left: 135px;
	width: 190px;
}
.subject {
	margin-left: 3px;
	width: 332px;
	height: 30px;
	background: url(images/subject.png) no-repeat top;
	background-color: #f3f3f3;
	border-bottom: #e4e4e4 1px solid;
	position: relative;
}
.subjectTitle {
	position: absolute;
	top: 8px;
	left: 15px;
	font-weight: bold;
	color: white;
}
.subjectText {
	position: absolute;
	top: 8px;
	left: 135px;
	width: 190px;
}
.columnTitle {
	width: 645px;
}
.columns {
	margin-left: 17px;
	border-left: #ebebeb 1px solid;
}
.columns td {
	border-right: #ebebeb 1px solid;
}
.listTable {
	width: 100%;
}
.helpTable {
	width: 249px;
}
.helpTableLeft {
	vertical-align: top;
	background: url(images/bubble_left.png) no-repeat top right;
}
.helpTableRight {
	vertical-align: top;
	background: url(images/bubble_right.png) no-repeat top right;
}
.bubbleLeft {
	width: 42px;
}
.bubbleTop {
	width: 203px;
	height: 21px;
	background: url(images/bubble_top.png) no-repeat top;
}
.helpTableContent {
	width: 203px;
	vertical-align: top;
	background: url(images/bubble_back.png) repeat-y top;
}
.bubbleContent {
	width: 203px;
}
.bubbleContent div {
	padding: 0 10 0 10;
	color: #010101;
	font-size: 11px;
}
.bubbleBottom {
	width: 203px;
	height: 19px;
	background: url(images/bubble_bottom.png) no-repeat top;
}
.topIndicator {
	position: absolute;
	top: 70px;
	width: 44px;
	height: 43px;
	background: url(images/top_indicator.png) no-repeat;
}
.topIndIn {
	position: relative;
}
.topInUpper {
	position: absolute;
	left: 44px;
	top: 0px;
	color: black;
	width: 26px;
	height: 20px;
	line-height: 18px !important;
	text-align: center;
	font-weight: bold;
	border-top: #ebebeb 1px solid;
	border-bottom: #ebebeb 1px solid;
	border-left: none;
}
.topInLower {
	position: absolute;
	left: 44px;
	top: 20px;
	color: white;
	width: 26px;
	height: 22px;
	line-height: 20px !important;
	background-color: #7db700;
	text-align: center;
	font-weight: bold;
}
.ownerLogo,
.companyLogo {
	float: right;
	display: inline-block;
	width: 120px; 
	height: 80px;
	margin: 22px 25px 0 0;
}
.error {
	color: red;
	font-weight: bold;
}
.megjegyzes {
	color: #377b6e;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 25px;
	margin-bottom: 20px;
}
.textareaBox {
	margin-left: 5px;
	width: 520px;
	height: 50px;
	border: #a4cbcb 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.columnSeparatorCell {
	background-color: #31686d;
	width: 1px !important;
}
.columnSeparatorCell div {
	width: 1px !important;
}
.helpContainer {
	display: none;
	position: absolute;
	top: 0px;
	left: 440px;
	width: 530px;
	height: 64px;
	background: url(images/help2.png) no-repeat;
}
.helpContainer div {
	padding: 5 20 5 20;
	color: black;
	font-size: 11px;
}
.rowIndicator {
	display: block;
	width: 18px;
	height: 28px;
	background: url(images/exc.png) no-repeat top;
}
.questionsTable {
	margin: 5px 0 0 20px;
}
.questionsTable .question {
	padding: 20px 5px 5px 5px;
	font: normal 22px/1.5em Arial, Helvetica, sans-serif;
	color: #438377;
}
.questionsTable .stressed {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 2px;
}
ul.bullet {
	margin: 5px 0 5px 5px !important;
	padding: 0 !important;
}
ul.bullet li {
	width: 100%;
	margin: 0 !important;
	list-style: none !important;
	border-top: 1px solid #e1e1e1;
	padding: 5px 0;
	font: normal 12px/1.4em Arial, Helvetica, sans-serif;
}
ul.bullet li:last-child {
	border-bottom: 1px solid #e1e1e1;
}

.listRow div a {
	cursor: pointer;
}
.listRow div a:hover {
	/*padding-left: 500px;*/
	color: #438377 !important;
}
.activeTitle {
	margin: 0 0 0 -20px !important;
	padding: 0;
	text-indent: none;
	float: left;
	font-size: 20px;
	font-weight: bold;
}

.activeOptions {
	position: relative;
	z-index: 999;
	float: right;
}

.activeOptions a {
	width: 32px;
	height: 32px;
	position: relative;
	margin: 0 5px;
	display: inline-block;
}

.activeOptions .selectAll { background: url(images/icon_select_all.png) no-repeat; }
.activeOptions .selectNone { background: url(images/icon_select_none.png) no-repeat; }
.activeOptions .denySingle { background: url(images/icon_deny.png) no-repeat; }
.activeOptions .denyNomail { background: url(images/icon_deny_nomail.png) no-repeat; }
.activeOptions .callMe { background: url(images/icon_call_me.png) no-repeat; }
.activeOptions .sendMail { background: url(images/icon_send_mail.png) no-repeat; }
.activeOptions .pleaseWait { background: url(images/icon_please_wait.png) no-repeat; }
.activeOptions .export { background: url(images/icon_export.png) no-repeat; }
.activeOptions .apply { background: url(images/icon_apply.png) no-repeat; }

.activeOptions a:hover span {
	display: block;
}

.activeOptions a span {
	width: 350%;
	position: absolute;
	left: -150% !important;
	bottom: 35px;
	background: #444;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
	display: none;
}

.cv-icon {
	width: 24px;
	height: 24px;
	position: relative;
	top: 3px;
	left: 3px;
	display: inline-block;
	background: url(images/icon_file.png) no-repeat;
	cursor: pointer;
}

.userinfo {
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 1px;
	left: 3px;
	background: url(images/userinfo.png) no-repeat;
	cursor: pointer;
}

.hiddenRow {
	display: none;
}

.fullWidth {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	margin-top: -15px;
	padding-bottom: 10px;
	display: block;
}

.fullWidth .close {
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: #c11d1d;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.percent-link {
	cursor: pointer;
}

ul.data-list {
	width: 100%;
}

ul.data-list li {
	width: 23%;
	float: left;
	font-size: 11px;
	margin-right: 2%;
	padding: 3px 0;
}

ul.data-list.full-lis li {
	width: 31%;
}

.qualification-box {
	width: 20px; 
	text-align: center; 
	display: inline-block; 
	background: #ccc; 
	border: #aaa 1px solid; 
	font-weight: bold;
	cursor: pointer;
}

.qualification-li a {
	color: #377b6e;
	text-decoration: none;
	padding: 1px 2px;
}

.qualification-li a:hover {
	color: #377b6e;
	text-decoration: underline;
}

.qualification-li .active {
	background: #ddd;
	border: #999 1px solid;
	font-weight: bold;
}

/* Fazekas Zsolt 20200606 */

table { 
    border-collapse: collapse; 
}

tr.yes-AB {
	border-left: 3px dotted green;
}
tr.no-AB {
	border-left: 3px solid red;
}

