body.school_test_body{

}
body.school_test_body .wp-list-table #image_exercise{
	width:450px;
}
body.school_test_body .wp-list-table .image_exercise img{
	max-width:450px;
	height:auto;
}


body.school_test_body #custom_field_answer_num div{
	overflow:hidden;
}
body.school_test_body #custom_field_answer_num div *{
	float:left;
}
body.school_test_body #cctm_instance_wrapper_image_exercise img.cctm_tiny_thumb{
	width:auto!important;
	height:auto!important;
	width:150px!important;
}
body.school_test_body div[id^=custom_field_exercise_belong_]{
	display:inline-block;
	width: 100px;
}

#form_test_pass div.question{
	padding-top:10px;
	padding-bottom:5px;
}
#form_test_pass div.question:hover{
	background-color: rgba(250,250,250,0.5);
}
#form_test_pass div.question img{
	max-width:665px;
}

#form_test_pass div.answers{
	display:inline-block;
	width: 85px;
	
	-webkit-border-radius: 2px;
	border-radius: 2px; 
}
#form_test_pass fieldset { 
	border: 1px solid #CCCCCC;
	padding:5px;
	
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}
#form_test_pass legend{
	margin-left: 4px;
    padding-left: 7px;
    padding-right: 7px;
	font-weight:bold;
} 
.user-checked-value{
	background-color: rgba(250,0,0,0.3);
}
.correct-user-answer-value{
	background-color: rgba(0,0,250,0.3);
}
.correct-answer-value{
	background-color: rgba(0,250,0,0.3);
}

/*==============================================*/
#shool-tests-theme-compare {padding:10px;}
#shool-tests-theme-compare label.title{ font-weight: bold; }
#list_created_data{}
#shool-tests-theme-compare .block-data{
	border: 1px solid #CCCCCC;
	padding:10px;
	margin: 3px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}
#shool-tests-theme-compare .block-data ul{
	overflow:hidden;
	margin:0px;
}
#shool-tests-theme-compare .block-data li,
ul.checked-subtheme li{
	float:left;
	width: 300px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:2px 5px;
	margin:1px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
ul.checked-subtheme li,ul#list_of_subtheme li{cursor:move;}
#shool-tests-theme-compare #list_of_all_cteated_themes li:hover{
	background-color:#EEEEEE;	
}
#shool-tests-theme-compare #list_of_all_cteated_subthemes li,ul.checked-subtheme li{
	background-color:#F2F2F2;	
}
#shool-tests-theme-compare #list_of_all_cteated_subthemes li:hover,ul.checked-subtheme li:hover{
	background-color:#DDDDDD;	
}
#shool-tests-theme-compare .input-sub-theme ul,#list_of_subtheme{
	min-height:30px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	border: 1px dotted #CCCCCC;
	margin-bottom:10px;
	padding: 10px;
	
	
}
span.one-element{
	display:inline-block;
	width:150px;
}

