@import url('bootstrap.min.css');
@import url('bootstrap-rtl.min.css');
@font-face {
  font-family: "Samim";
  src: url("../fonts/Samim.woff") format("woff");
}
@font-face {
  font-family: "Samim";
  font-weight: bold;
  src: url("../fonts/Samim-Bold.woff") format("woff");
}
body,table tr td, table tr td p,.hero-unit p,.tooltip,.jumbotron p{
	font-family:Samim;
	font-size:13px;
}
@media (max-width:768px){
	#profile_timer{
		right: 20px !important;
	}
	textarea.form-control{
		width: 100% !important;
	}
	#test_bottom_notes{
		width: 100% !important;
	}
	#full_name{
		display: none;
	}
	#full_name2{
		display: inherit !important;
	}
	body {
	  overscroll-behavior: contain;
	}
}
@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-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#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-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{
}
.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-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 {
	height: 250px;
	width: 50px;
	left: 0px;
	top: 200px;
}
.tahoma9 {
	font-size: 9pt;
}
.tahoma7 {
	font-size: 7pt;
}
.tahoma9white {
	font-size: 9pt;
	color:#FFFFFF;
}
.tahoma9red {
	font-size: 9pt;
	color:red;
}
.tahoma9green {
	font-size: 9pt;
	color:green;
}
.black{
	color:black;
}
.font_correct {
	font-size: 9pt;
	color: #009933;
}
.font_incorrect {
	font-size: 9pt;
	color: #FF0000;
}
.font_non_answered {
	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;
}
.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
{
	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;
	font-weight: bold
}
.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_answersheet{
	position: relative;
	width: 100%;
	margin-top: 10px;
	height: 100%;
	resize: both;
	overflow: auto;
	border: 1px solid gray;
	border-radius: 5px;
	padding: 5px;
	background-color: white;
}
#ttop_message_div_answersheet iframe{
	width:100%;
	height: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#ttop_message_div{
	width:90%;
	position: relative;
	margin: 0 auto;
	margin-top: 80px;
	min-height: 100px;
	max-height: 900px;
	resize: both;
	overflow: auto;
	border: 1px solid gray;
	border-radius: 5px;
	padding: 5px;
	background-color: white;
}
#ttop_message_div iframe{
	width:100%;
	height: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#ttop_message_main_div{
	width:100%;
	position: absolute;
	left: 0px;
	top: 30px;
	z-index: 2;
}
#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;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}

.table tr:nth-child(even) {
  background: white;
}

.jumbotron {
    box-shadow: 0 6px 12px rgba(140,152,164,.25);
    border: .0625rem solid rgba(231,234,243,.7);
    background: white;
}
hr{
	border-top: none;
	border-bottom: .0625rem solid #e7eaf3;
}
.label-primary{
    color: white;
    background-color: #1abc9c;
}
.answersheet{
}
.answersheet input[type=radio]{
	opacity: 0;
	position: fixed;
	top: 0px;
	right: 0px;
}
.answersheet input[type=radio]:checked + label {
  background-color: black;
}
.answersheet label{
	border: 1px solid #426b8b;
	font-size: 9px;
	border-radius: 4px;
	text-align: center;
	padding: 0px 2px;
	height: 14px;
	background-color: white;
	position: relative;
	width: 25px;
	color: #426b8b;
}
.answersheet_number
{
	position: absolute;
	left: 40%;
	top: -2px;
}
.answersheet label:hover{
	background-color: darkblue;
	color: white;
}
.answersheet_question_number{
	font-size: 14px;
	color: #d7798b;
}
.answersheet tr{
	line-height: 13px;
}
#answersheet_column{
	width: 300px;
	position: fixed;
	right: 0px;
	top: 50px;
	height: 700px;
	height: calc(100% - 50px);
	overflow-y: scroll;
}
#body_column{
	width: 700px;
	width: calc(100% - 300px);
	position: fixed;
	right: 300px;
	top: 50px;
	height: 700px;
	height: calc(100% - 50px);
	overflow-y: scroll;
}

#finish{
	padding-left: 30px;
	padding-right: 30px;
}
#answersheet_result{
	position: fixed;
	top: 50px;
	right: 50px;
	width: 270px;
	z-index: 99999;
	font-size: 15px;
}
#answersheet_table{
	border-collapse: inherit;
	background-color:white;
	margin-top:40px;
	border: 2px solid #e5bed2;
	border-radius: 8px;
	overflow: hidden;
	padding: 10px;
}
.ul-tests .btn
{
 text-align: inherit;
}
.full_block{
	display: block;
	width: 100%;
	height: 100%;
}
.main_menu_uls
{
	width: 100%;
}
@media (max-width:768px){
	#answersheet_column{
		position: static;
		width: 100%;
		height: auto;
		margin-top: 100px;
	}
	#body_column{
		position: static;
		width: 100%;
		height: auto;
	}
	#ttop_message_div{
		height: 600px;
	}
	#test-top-nav{
		font-size: 13px;
	}
	#answersheet_result{
		top: 100px;
		right: 80px;
	}
	.tab-content{
		overflow-x: scroll;
	}
	.main_menu_uls{
		width: max-content;
	}
	#ttop_message_div_answersheet {
		min-height: 500px;
	}
	#container {
	    margin-top: 60px;
	}
}
@media screen and (min-width: 768px)
{
	#navbar{
		text-align: center;
	}
	.navbar-nav {
	    float: inherit;
	    display: inline-block;
	}
}