.question p {color:#3d3d3d; font-size: 18px; padding:5px;}
table.questions {
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}

table.questionnaire {
	width: 100%;
	text-align: left;
}

table.question_stores {
	width: 100%;
	text-align: left;
}

table.quiz_results {
	width: 100%;
	text-align: left;
	border-collapse:collapse;
}

table.quiz_results td {
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid #dddddd;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 20px;
}

td.nowrap_minwidth {
	width: 1%;
	white-space:nowrap;
}

div.quiz_menu {
	height: 60px;
	vertical-align: center;
}

div.quiz_menu a {
	margin-top: auto;
	margin-bottom: auto;
}

div.add-option-button {
	background: -moz-linear-gradient(center top , rgb(118, 191, 107), rgb(59, 130, 48)) repeat scroll 0% 0% rgb(98, 175, 86);
	border-color: rgb(45, 99, 36);
	color: rgb(255, 255, 255);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
	padding: 8px 10px;
}

form.quiz_form  label {
	display: inline;
}

div#choice-area label {

	display: inline;

}

/* GOMBOK */

input.kerdes_cim {
	width: 360px;
}

textarea.kerdes_leiras {
	width: 360px;
}

input.kerdes_pont {
	width: 18px;
}

.zoldgomb {
	background: -moz-linear-gradient(center top , #5a9e4f, #62AF56) repeat scroll 0 0 #62AF56;
    color: #FFFFFF;
    padding: 8px 10px;
   /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);*/
    border: 0px solid #38872b;
    border-radius: 0px 0px 0px 0px;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);*/
    font-weight: normal;
    text-decoration: none;
	cursor: pointer;
	margin: 30px 0px;
background-color: #38872b;
}

.zoldgomb:hover {
	background: none repeat scroll 0 0 #62AF56;
}



.sargagomb {
	background: -moz-linear-gradient(center top , #e7cc37, #fed700) repeat scroll 0 0 #fed700;
    color: #000000;
    padding: 8px 10px;
    /*text-shadow: 0 -1px 0 rgba(127, 127, 127, 0.5);*/
    border: 0px solid #d2b307;
    border-radius: 0px 0px 0px 0px;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);*/
    font-weight: normal;
    text-decoration: none;
	cursor: pointer;
	margin: 10px;
background-color: #d2b307;
}

.sargagomb:hover {
	background: none repeat scroll 0 0 #fed700;
}




.pirosgomb {
	background: -moz-linear-gradient(center top , #e04a15, #ff4200) repeat scroll 0 0 #ff4200;
    color: #FFFFFF;
    padding: 8px 10px;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);*/
    border: 0px solid #b33407;
    border-radius: 0px 0px 0px 0px;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);*/
    font-weight: normal;
    text-decoration: none;
	cursor: pointer;
	margin: 10px;
background-color: #b33407;
}

.pirosgomb:hover {
	background: none repeat scroll 0 0 #ff4200;
}

.menu_linkbutton {
	background: -moz-linear-gradient(center top , #777777, #888888) repeat scroll 0 0 #888888;
    color: #FFFFFF;
    padding: 8px 10px;
   /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);*/
    border: 0px solid #999999;
    border-radius: 0px 0px 0px 0px;
   /* box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);*/
    font-weight: normal;
    text-decoration: none;
	cursor: pointer;
	line-height: 40px;
background-color:#999999;
}

.menu_linkbutton:hover {
	background: none repeat scroll 0 0 #666666;
	color: #FFFFFF;
}

a {
	//color: #336699;
}

.new_linkbutton {
	background: -moz-linear-gradient(center top , #25b0ff, #008ee0) repeat scroll 0 0 #008ee0;
    color: #FFFFFF;
    padding: 8px 10px;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);*/
    border: 0px solid #188dd0;
    border-radius: 0px 0px 0px 0px;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);*/
    font-weight: normal;
    text-decoration: none;
	cursor: pointer;
	line-height: 40px;
	background-color: #18bc9c;
	margin: 10px 10px 10px 0px;
}

.new_linkbutton:hover {
	background: none repeat scroll 0 0 #128a72;
	color: #FFFFFF;
}


.blue_linkbutton {
	background: -moz-linear-gradient(center top , #25b0ff, #008ee0) repeat scroll 0 0 #008ee0;
    color: #FFFFFF;
    padding: 8px 10px;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);*/
    border: 0px solid #188dd0;
    border-radius: 0px 0px 0px 0px;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);*/
    font-weight: normal;
    text-decoration: none;
	cursor: pointer;
	line-height: 20px;
	background-color: #188dd0;
	margin: 10px 10px 10px 0px;
}

.blue_linkbutton:hover {
	background: none repeat scroll 0 0 #25b0ff;
	color: #FFFFFF;
}



.add_linkbutton {
	background: -moz-linear-gradient(center top , #25b0ff, #008ee0) repeat scroll 0 0 #008ee0;
    color: #FFFFFF;
    padding: 4px 5px;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);*/
    border: ,px solid #188dd0;
    border-radius: 0px 0px 0px 0px;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);*/
    font-weight: normal;
    text-decoration: none;
	cursor: pointer;
	font-size: 11px;
	line-height: 40px;
	background-color:#188dd0;

}

.add_linkbutton:hover {
	background: none repeat scroll 0 0 #25b0ff;
	color: #FFFFFF;
}

.del_linkbutton {
	background: -moz-linear-gradient(center top , #d63808, #f1683d) repeat scroll 0 0 #d63808;
    color: #FFFFFF;
    padding: 4px 5px;
   /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);*/
    border: ,px solid #a12702;
    border-radius: 0px 0px 0px 0px;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);*/
    font-weight: normal;
    text-decoration: none;
	cursor: pointer;
	font-size: 11px;
	background-color:#a12702;
	margin: 0 15px;
}

.del_linkbutton:hover {
	background: none repeat scroll 0 0 #f1683d;
	color: #FFFFFF;
}



table {
	margin-top: 15px;
}

h3 {
	color: #336699; 
}


/* Pagination */
table.pagination {
	width: 100%;
}

table.pagination td.numbers {
	width: 75%;
	text-align: center;
}

table.pagination td.itemsnum {
	width: 25%;
	text-align: right;
}


/* Listak */
select.text-inline {
	vertical-align: middle;
}


/* Feleletválasztós stilusok */


/* Szokitoltos stilusok */

div.gapfill {
	border: 1px solid #DDDDDD;
	padding: 2px;
	width: 400px;
	height: 100px;
	overflow: auto;
}

div.gapfill b {
	text-decoration: none;
	font-weight: bold;
	background: #FC3;
}

input.gapfill_textfield {
	border: 1px solid #999999;
	width: auto;
	font-size: 13px;
	padding: 0;
	margin: 0 3px;
	text-align: left;
}

textarea.freetext_textfield {
	border: 1px solid #999999;
	font-size: 13px;
	padding: 0;
	margin: 0 3px;
	width: 500px;
	height: 130px;
}

input[type="radio"] {
	margin: 3px;
}

input[type="checkbox"] {
	margin: 3px 10px;
}

div#choice-area input[type="checkbox"] {
	/*width: 0px;*/
	margin-left: 15px;
}


/* preview */

.wrong {
	background: #ff8e62;
}

.correct {
	background: #78ff00;
}

.wrong_txt {
	color: #ff4200;
}

.correct_txt {
	color: #62af56;
}

.feedback {
	margin: 10px 0;
}


/* Formok */
form.questions {
	width: 100%;
}



/* Questionnaires */

#sortable {
	list-style-type: none;
	margin: 0;
	float: left;
	margin-right: 10px;
	background: #eee url('/quiz/img/plusbg.png') no-repeat 50% 50%;
	padding: 5px;
	width: 440px;
	height: 500px;
	overflow-y: auto;
	overflow-x:hidden;
}

#sortable li { margin: 5px; padding: 5px; font-size: 0.8em; width: 400px; }
.questions-select ul { list-style-type: none; margin: 0; padding: 0; margin-bottom: 20px; }
.questions-select li { margin: 5px; padding: 5px; width: 400px; border: 1px solid black; cursor: pointer;}

ul#kerdesek li {
	font-size: 0.8em;
}

div.question input[type="checkbox"] {
	float: none;
	margin-left: 0px;
}

div.kerdestar_kerdeslista {
	width: 440px;
	max-height: 500px;
	overflow-y: auto;
	overflow-x:hidden;
}

table.questions-select {
	width: 100%;
}

.questions-select td {
	vertical-align: top;
}
#ajax_status {
margin: 10px 5px;
}

span.rejtett {
	display: none;
}

div.torles {
	background: url('/quiz/img/del.png') no-repeat;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	float: right;
	display: none;
}

div.datum_torles {
	background: url('/quiz/img/del.png') no-repeat;
	width: 16px;
	height: 16px;
	margin: 10px 0 0 10px;
	padding: 0;
	display: inline;
	cursor: pointer;
}

div.szerkesztes {
	background: url('/quiz/img/edit.png') no-repeat;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	padding: 0;
	float: right;
	display: inline;
}

div.elonezet {
	background: url('/quiz/img/zoom.png') no-repeat;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	padding: 0;
	float: right;
	display: inline;
}

table.questionnaire_topsplit {
	width: 100%;
}

table.questionnaire_topsplit td {
	vertical-align: top;
	width: 50%;
}

/* hozzarendeles csoportokhoz */
div.multicheck {
	border: 1px solid #DDDDDD;
	height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 25px;
}

div.multicheck label {
	display: inline;
}

/* online lejátszó */

p.run {
	clear: both;
}

h1.run {
    color: #18bc9c;
    font-size: 18px;
    /* font-weight: bold; */
    line-height: 40px;
}

h2.run {
	font-size: 15px;
	font-weight: bold;
}

h3.run {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-top: -10px;
	margin-bottom: 0;
}

div.question {
	border: 1px solid #dddddd;
	margin: 5px;
	padding: 20px;
	font-size: 18px;
	line-height: 23px;
color:#000;
}

div.question label {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

div.question div.checkbox {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

div.question div.checkbox label {
	font-size: 16px;
	display:inline-block;
color: #000;
margin-left: 20px;
}

div.question div.radio label {
	font-size: 16px;
	line-height: 25px;
color: #000;
}

div.description {
	color: #000000;
}

div.answers {
	color: #000000;
}

div#answer-options {
	margin-top: 30px;
}

input.run_textfield {
	border: 1px solid #999999;
	width: auto;
	font-size: 16px;
	padding: 0;
	margin: 0 3px;
}




form h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

form h3.run {
	margin-top: 0px;
	margin-bottom: 0px;
}

form label {
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: normal;
}

h4 {
	margin-top: 15px;
	line-height: 150%;
}

/* Popup ablak */
div#popup {
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 16000px;
	display: none;
	left: 0;
	top: 0;
	z-index: 1000;
}

div#pu_content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	padding: 20px;
	background-color: rgb(255,255,255);
	border: 5px solid #DDDDDD;
	width: 900px;
	min-height: 400px;
	max-height: 720px;
}

div#popup_close {
	float: right;
	width: 64px;
	height: 64px;
	cursor: pointer;
	background: url('/quiz/img/popup_close.png');
}

div#pu_body {
	margin-top:64px;
	padding: 24px;
	min-height: 400px;
	max-height: 600px;
	overflow: auto;
}


/* Teszt eredmények */

h1.results {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
}


span.choice_wrong {
	background-color: #ff6000;
}

span.choice_correct {
	background-color: #5dcf00;
}

span.choice_plain {
	color: #999999;
	font-weight: bold;
}

span.choice_selected {
	color: #000000;
	font-weight: bold;
}

span.gapfill_wrong {
	text-decoration: line-through;
	color:red;
	font-weight: bold;
}

span.gapfill_correct {
	color:green;
	font-weight: bold;
}

span.gapfill_plain {
	color: #999999;
	font-weight: bold;
}

#flashMessage.message {
	background-color: bisque;
    padding: 10px;
    margin-bottom: 10px;
}


div.ora {
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	float: right;
	text-align: right;
	border: 4px solid #EEEEEE;
}

span.ora {
	font-weight: bold;
	font-size: 18px;
	color: #0094FF;
}
