@import url('../../default/css/bootstrap.min.css');
/*@font-face {
  font-family: "Mitra";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/WebMitra-Bold.woff") format("woff");
}*/
body,table tr td, table tr td p,.hero-unit p,.tooltip,.jumbotron p{
	font-family:Tahoma,Mitra, Geneva, sans-serif;
	font-size:13px;
}
@media (max-width:768px){
	#profile_timer{
		right:100px !important;
	}
	textarea.form-control{
		width:100% !important;
	}
	#test_bottom_notes{
		width:100% !important;
	}
}
@media (min-width:1200px){
	.navbar-nav > li {
		padding: 0px 40px;
	}
}
@media (max-width:1024px){
	#table-container table,#table-container #table{
		min-width:700px !important;
	}
	
}
@media (max-width:1000px) and (min-width:768px){
	#timer{
		display: none;
	}
}
.form-control{
	width:250px;
}
#timer{
	width:240px;
}
/*input[type=button],input[type=submit]{
	font-weight: bold;
}*/
body{
	background-image:url('../img/bg.jpg');
	background-attachment: fixed;
}
#date{
	position:fixed;
	left:10px;
	width:170px;
	height:50px;
	top:10px;
	color:#006;
}
#date img{
	float:left;
}
.login{
	width:300px;
	min-height:400px;
	position:relative;
	margin: 0 auto;
	padding: 20px !important;
}
.input{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9pt;
}
.input_checkbox{
	width:auto;
}
.error
{
	color:red;	
}
.required
{
	color:red;
}
#container {
    min-height: 350px;
    margin-top: 100px;
}
.jumbotron {
    min-height: 350px;
}
.tabbable{
    min-height: 300px;
}
.help
{
	font-size:8pt;
	color:gray;
}
.table_header{
	height:30px;
	background-color:black; 
	color:white;
}
.table_header td{
	background-color: #9B006D !important;
	padding: 3px;
	border: 1px solid #FFF;
	text-align: center;
	font-weight: bold;
}
.table_header td a {
    color: #D1EEF6;
}
.default_font{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9pt;
}
.table_rows td{
	padding:2px;
}
.table_rows:hover{
	background-color:#FFCC33;
}
.table_rows2{
	background-color:#EEEEEE;
	padding:3px;
}
.table_rows3{
	background-color:#F7F7F7;
	padding:3px;
}
.table_rows2:hover,.table_rows3:hover{
	background-color:#0088CC;
	color:white;
}
.tr_hover_class{
	background-color:white;
}
.table_rows_hover{
	background-color:#FFCC33 !important;
}
.separator
{
	height:37px;
	border-bottom: 1px dotted black;
}
.td_question_number
{
	text-align:center;
	vertical-align:top;
	font-weight:bold;
	background-color:#0088CC;
	color: white;
}
.popup_form{
	position:fixed;
	widthsite:stackoverflow.com: 0px;
	height:150px;
	background-color:#EFEFEF;
	border-radius:5px;
	top:200px;
	padding:5px;
	border:1px solid #DBDBDB;
	box-shadow:#B0B0B0 0px 0px 3px;
	z-index:100000;
}
.lock{
	position:fixed;
	top:0px;
	left:0px;
	background-color:black;
	opacity:0.8;
	width:100%;
	height:100%;
	z-index:9999;
}
#table-container{
	width:99%;
	min-height: 500px;
	overflow-x:scroll;
	border:1px solid gray;
}
#term-container{
	width:500px;
}
.small{
	font-size:7pt;
}
.large{
	font-size:10pt;
}
.hidden{
	display:none;
}

#tooltip
{
	position: absolute;
	width: 100px;
	border: 1px solid black;
	padding: 5px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 99;
	filter: progid:DXImageTransform .Microsoft .Shadow( color = gray, direction = 135 );
	font-family: Tahoma;
	font-size: 9pt;
	border-radius:3px;
	-moz-border-radius:3px;
	box-shadow:1px 1px 3px;
	-moz-box-shadow:1px 1px 3px;
}

#st_login{
	width:300px;
	height:200px;
	position:relative;
	top:200px;
}
.table_print_header
{
	border:1px black solid; 
	text-align:center;
	background-color:#bdbdbd;
}
.table_rows_border td{
	border:1px black solid;

}
.img_hover:hover{
	width:150px;
}
.print_font
{
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:black;
}
.print_font td
{
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:black;
}
.shadow
{
	 -moz-box-shadow:1px 1px 5px black; box-shadow:1px 1px 5px black;
}
.hover{
	text-decoration:underline;
}
.hover:hover{
	background-color:white;
}
.red {
	color: red;
}

.white {
	color: #FFFFFF;
}
.tr:hover[style]{
	background-color:black !important;	
}
.tr:hover{
	background-color:black;	
}
.menu {
	font-family: tahoma;
	font-size: 9pt;
	font-style: normal;
	height: 250px;
	width: 50px;
	left: 0px;
	top: 200px;
}
.tahoma9 {
	font-family: Tahoma;
	font-size: 9pt;
}
.tahoma7 {
	font-family: Tahoma;
	font-size: 7pt;
}
.tahoma9white {
	font-family: Tahoma;
	font-size: 9pt;
	color:#FFFFFF;
}
.tahoma9red {
	font-family: Tahoma;
	font-size: 9pt;
	color:red;
}
.tahoma9green {
	font-family: Tahoma;
	font-size: 9pt;
	color:green;
}
.black{
	color:black;
}
.font_correct {
	font-family: Tahoma;
	font-size: 9pt;
	color: #009933;
}
.font_incorrect {
	font-family: Tahoma;
	font-size: 9pt;
	color: #FF0000;
}
.font_non_answered {
	font-family: Tahoma;
	font-size: 9pt;
	color: #808080;
}
a
{
	padding:1px 2px 1px 2px;
}
a:hover {
	color: rgb(255, 255, 255);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	background-color: rgb(58, 135, 173);
	border-radius: 3px 3px 3px 3px;
	text-decoration: none;
}
.headlines{
	color:white;
}
table tr td
{
	font-family: Tahoma;
	font-size: 9pt;
}
.first_label
{
	display: inline-block;
	width: 200px;
}
.hero-unit
{
	padding: 30px;
}
.qlong_answer
{
	border:1px black dashed;
	padding: 4px;
	border-radius: 4px;
}
.round-border
{
	border-radius: 3px;
}
.alert2
{
	padding:5px;
	margin-bottom:10px;
	color: black;
	display:inline-block;
}
.success2
{
	padding:3px;
}
.error2
{
	padding: 3px;
}
.lesson-header
{
	background-color: yellow;
	border:1px black solid;
	width: 550px;
	border-radius: 0px 0px 0px 5px;
	margin-top: -2px;
	margin-right: -2px;
	padding: 2px;
}


/*User Side*/
#user_homepage_tests_pages li
{
	display: inline-block;

}
#user_homepage_tests_pages
{
	display: inline-block;
}
.nav > li > a:hover {
    text-decoration: none;
    background-color: silver;
    color: white;
}
.tests_list
{
	background-color: rgb(239, 241, 241);
	border: 1px dashed silver;
	padding: 3px;
	border-radius: 3px;
}
.ul-tests
{
	list-style-type: disc;
}
#test-top-nav
{
	height: 40px;
	padding-top: 10px;
	color:white;
	font-weight: bold;
}
#remaining_time
{
	letter-spacing: 5px;
	font-family: Sans-serif;
	font-size:13pt;
	padding-left: 7px;
}
#profile_timer
{
	position: fixed; height:30px; top:10px; 
}
.pointer
{
	cursor: pointer;
}
.textarea_answer
{
	width:500px;
	height: 100px;
}
.participate-history
{
	line-height:40px; 
	padding:5px 10px 5px 10px;
	color:black;
}
.correct_td
{
	background-color: green;
}
#user_test_result
{
	background-color: white;
	padding:10px;
	border-radius: 5px;
}
#user_test_result .label
{
	line-height:20px;
}
#result_multichoice
{
	border-radius: 5px;
	border:1px solid gray;
	padding:10px;
}
#result_lesson_by_lesson
{
	border-radius: 5px;
	border:1px solid gray;
	padding:10px;
}
#result_desc
{
	margin-top: 20px;
	border-radius: 5px;
	border:1px solid gray;
	padding:10px;
}
#drag-handle
{
	cursor: move;
}
.div-head
{
	position: absolute;
	top:0px;
	right:0px;
	border-radius: 0px 5px 0px 5px;
}
.qcontainer
{
	position:relative;
	padding-right:25px;
}
.main-q-container
{
	background:none;
	border-width:2px;
}
#print_header
{
	background-color: white;
	border-radius: 5px;
	height:100px;
	padding:20px;
}
.user_row
{
	background-color:yellow;
}
#admin_buttons img{
	background-color:silver;
}
#admin_buttons img:hover{
	background-color:white;
}
legend
{
	display: block !important;
	text-align: right !important;
	width:100%;
}
.panel-heading{
	text-align: center;
	font-weight: bold;
}
#search .form-control,
#search input[type="button"],
#search input[type="submit"],
.inline-input input,
.inline-input select {
	display: inline-block !important;
}

label{
	font-weight: 100;
}
.label{
	white-space: normal;
}
.dropdown-menu > li > a {
    text-align: right;
}
@media print
{    
    .noprint, .noprint *
    {
        display: none !important;
    }
}
.divcenter
{
	display: block;
	margin: 0 auto;
}
.inline-block{
	display: inline-block;
}
#user-properties{
	font-size: 13px;
}
#ttop_message_div{
	width:90%;
	position: relative;
	margin: 0 auto;
	margin-top: 80px;
	height:300px;
	resize: both;
	overflow: auto;
	border: 1px solid gray;
	border-radius: 5px;
	padding: 5px;
	background-color: white;
}
#ttop_message_div iframe{
	width:100%;
	height: 90%;
	position: relative;
}
#fixit_reverse{
	display: none;
}
#test_bottom_notes{
	display:block; width:500px; margin:0 auto;
}
.controls > input[type=radio] + label{
	margin-left:20px;
}
.center
{
	text-align: center;
}
.rounded
{
	border-radius:5px;
}