/*JoomlaLMS. CSS Document */

#left_nav_collapser
{
	display:block;
	height:100%;
	background-color:#e1e1e1;
	text-align:center;
	margin-left:1px;
}
#left_nav_collapser:hover
{
	background-color:#e9e9e9;
}
#left_nav_collapser:hover img
{
	background-color:#fff;		
}

/*Agenda classes*/
.week_names {
	width:14%; 
	text-align:center; 
	height:15px;
	background:#C5C0C0; 
	border-left:1px solid #B3B3B3;
	border-top:1px solid #B3B3B3;
}
td.month_header{
	text-align:center;
	font-weight:bold;
	height:18px;
	background:#B8B9B9;
	color:#FFFFFF;
	border-top:1px solid #929393;
}
.title_agenda{
	background:#D4D5D5;
	vertical-align:top;
	
}
div.joomlalms_sys_message {
	display: block;
	background: #ffd;
	padding: 10px;
	margin-bottom: 7px;
	margin-top: 4px;
	color: #333;
	border: 1px solid #ddb;
	font-weight:bold;
	text-align:center;
}
div.joomlalms_page_tip {
	display: block;
	background: #ffd;
	padding: 10px;
	margin-bottom: 7px;
	margin-top: 4px;
	color: #333;
	border: 1px solid #eea;
	font-weight:bold;
	text-align:center;
}
div.joomlalms_user_message {
	display: block;
	background: #ffd;
	padding: 10px;
	margin-bottom: 7px;
	margin-top: 4px;
	color: #333;
	border: 1px solid #efefef;
	font-weight:bold;
	text-align:center;
}
#jlms_mainarea div.joomlalms_user_message {
	text-align:center;
}
div.jlms_lpath_completion_message {
	display: block;
	background: #ffd;
	padding: 10px;
	margin-bottom: 7px;
	margin-top: 4px;
	color: #333;
	border: 1px solid #ddb;
	font-weight:bold;
	text-align:center;
}
div.jlms_controls_footer {
	display: block;
	/*fix Readmore (Max)*/	
	/*float: left;
	width: 100%;*/
	/*fix Readmore (Max)*/	
	
	background:transparent url(../lms_images/bg_footer.png) repeat-x scroll 0%;
	border-color:#DDDDDD rgb(221, 221, 221);
	border:1px solid #CCCCCC;
	vertical-align:middle;
	color:#666666;
	text-align:left;
	margin-top: 4px;
	margin-bottom: 4px;
}
div.jlms_controls_footer table {
	border-spacing: 2px;
}
div.jlms_controls_footer table td {
	padding: 2px;
}
table.lms_pro_menu td {
	padding-left: 2px;
}
span#JLMS_toolbar_tooltip {
	color: #000000;
}
div.jlms_footer_link {
	margin-top: 6px;
	margin-right:10px;
	float:right;
	vertical-align:middle;
}
div.jlms_footer_link a {
	text-decoration:underline;
	font-size:12px;
}
div.jlms_footer_link a:hover {
	text-decoration:underline;
}
/* Informational footer block */
div.joomlalms_info_legend {
	display: block;
	background: #ffd;
	padding: 6px;
	margin-bottom: 4px;
	margin-top: 8px;
	color: #333;
	border: 1px solid #ebebeb;
	font-weight:normal;
	text-align:left;
}
div.jlms_plugin {
	display: block;
	background: #ffd;
	padding: 10px;
	color: #333;
	border: 1px solid #ddb;
	font-weight:bold;
	text-align:center;
}

div.topicmaindiv {
	border:1px solid #EEEEEE;
	margin-bottom:5px;
	margin-top:5px;
	padding:3px;
}

div.topicmaindiv2 {
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	margin-top:5px;
	padding:3px;
}
td.controltd {
	width: 16px;
}
div.tablefixer1 {
	width: 5px;
}

div.tablefixer2 {
	width: 21px;
}

div.tablefixer3 {
	width: 312px;
}

div.tablefixer4 {
	width: 64px;
}

div.tablefixer5 {
	width: 120px;
}

div.tablefixer6 {
	width: 160px;
}

/*lms quizz*/
#quest_div_hs, 
#quest_div{
	position: relative;
}

#jq_quiz_container1 #quest_div div{
	text-align: center;
}

#cont div.jq_drop {
	float: right;
	margin: 0px;
	width: 250px;
	height:30px;
	overflow: hidden;
	/*clear: both;*/
	
	text-align: center;
	vertical-align:middle;
	border:1px solid #000000;
	background-color: #dddddd;
}

#cont div.jq_drag{
	position: relative;
	float: left;
	margin: 0px;
	width: 250px;
	height:30px;
	cursor: default;
	z-index: 1;
	overflow: hidden;
	/*clear: both;*/
	
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000000;
	background-color: #ffffff;
}

#quest_div div.jq_drop_pre {
	float: right;
	margin: 0px;
	width: 250px;
	height:30px;
	overflow: hidden;
	clear: both;
	
	text-align:center;
	vertical-align:middle;
	border:1px solid #000000;
	background-color: #dddddd;
}

#quest_div div.jq_drag_pre {
	float: left;
	margin: 0px;
	width: 250px;
	height:30px;
	overflow: hidden;
	clear: both;
	
	text-align:center;
	vertical-align:middle;
	border:1px solid #000000;
	background-color: #ffffff;
}

#cont div.jq_drag:hover{
	cursor: pointer;
}

.d_cont{
	position:relative;
	/*float:left;*/
	width:auto;
	text-align:center;
	margin: 0px auto;
}

	/*progressbar*/
	.progressbar_bg_middle {
	background-image: url(../lms_images/quiz/bg_middle.gif);
	background-repeat: repeat-x;
	overflow:hidden;
	}
	.progressbar_bg_right {
		background-image: url(../lms_images/quiz/bg_right.gif);
		background-repeat: no-repeat;
		background-position: right;
	}
	.progressbar_bg_left {
		background-image: url(../lms_images/quiz/bg_left.gif);
		background-repeat: no-repeat;
		background-position: left;
		padding: 1px;
		text-align: left;
	}
	.progressbar_fg {
		width: 0%;
		background-image: url(../lms_images/quiz/fg_middle.gif);
		background-repeat: repeat-x;
		overflow:hidden;
	}
	.progressbar_fg_right {
		background-image: url(../lms_images/quiz/fg_right.gif);
		background-repeat: no-repeat;
		background-position: right;
	}
	.progressbar_fg_left {
		background-image: url(../lms_images/quiz/fg_left.gif);
		background-repeat: no-repeat;
		background-position: left;
		height: 14px;
	}
	.progressbar_highlight{
		background-image: url(../lms_images/quiz/highlight.png);
		margin-left:-120px;
		height: 14px;
		width:120px;
	}
	.progressbar_highlight_ind{
		background-image: url(../lms_images/quiz/ind-highlight.png);
		margin-left:-120px;
		height: 14px;
		width:120px;
	}
	/*progressbar*/

.jq_msg_alert_0{
	background-color: #ff9999;
	background-image: url(../lms_images/quiz/incorrect.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: solid 1px #990000;
	width: 70%;
	margin: 0px auto;
	padding: 15px 0px;
	color: #990000;
	font: Verdana, Georgia, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.jq_msg_alert_1{
	background-color: #e6f8dd;
	background-image: url(../lms_images/quiz/correct.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: solid 1px #119911;
	width: 70%;
	margin: 0px auto;
	padding: 15px 0px;
	color: #119911;
	font: Verdana, Georgia, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.jq_msg_alert_2{
	background-color: #ffff99;
	background-image: url(../lms_images/quiz/time-up.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: solid 1px #ff9900;
	width: 70%;
	margin: 0px auto;
	padding: 15px 0px;
	color: #ff9900;
	font: Verdana, Georgia, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.jq_msg_alert_3{
	background-color: #a9dcfe;
	background-image: url(../lms_images/quiz/explanation.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: solid 1px #43b3fe;
	width: 70%;
	margin: 0px auto;
	padding: 15px 0px;
	color: #43b3fe;
	font: Verdana, Georgia, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/** ToolTips Mootools 1.6 only **/
.jlms_tool-tip {
	color: #fff;
	width: 250px;
	z-index: 13000;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

.jlms_tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../lms_images/tips.png) top left;
}

.jlms_tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../lms_images/tips.png) bottom right;
}
/*.jlms_tool-tip div div.jlms_tool-text {*/
.jlms_tool-tip div div.jlms_tool-text table td {
	color: #fff;
}
.jlms_tool-helper {
	font-size: 11px;
	color: #aaa;
	text-align:right;
	vertical-align: top;
}

.jlms_tool-footnote{
	font-size: 9px;
	color: #ccc;
}
/** END ToolTips Mootools 1.6 only **/


/** overlib - Joomla 1.5 only **/
.ol-foreground {
	background-color: #CBCBCB;
}
.ol-background {
	background-color: #3C79CD;
}
.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}
.ol-closefont {}
/** end of Overlib section **/

/* JS Courses menu */
table.jlms_top_menu_items_table#jlms_top_menu_items_table_id tr {
	cursor:pointer;
	background-color:#EEEEEE;
}
table.jlms_top_menu_items_table#jlms_top_menu_items_table_id td {
	border-left:1px solid #666666;
	border-right:1px solid #666666
}
table.jlms_top_menu_items_table#jlms_top_menu_items_table_id td div {
	cursor:pointer;
	overflow:hidden;
	white-space:nowrap;
	width:218px;
}
/* end of Courses menu */

/*Notices*/
div.notes_head{
	text-align: right !important;
	/*background: url('../lms_images/toolbar/btn_notice.png') 0% 0px no-repeat;*/
}

div.notes_foot{
	text-align: left !important;
}

.dynamic-tab-pane-control .tab-row .tab span {
	margin: 0;
}

/*
SCORM iframe fixes
SCORM player use 'main' class declaration - this keyword is widely used and can be redefined in custom template CSS.
Here is a style declaration with bigger weight (element + classname) to avoid this situation */
iframe#main {
	position: static;
	float: none;
	left: auto;
	top: auto;
	width: 100%;
}

/*Course Blog*/
.course_info{
	position: relative;
}

#whitebox div.course_sh_dsc,
.course_sh_ds{
	text-align: justify;
}

/*Joomla CSS for JLMS*/
.message{
	text-align: center;
	color: #ff0000;
}

/*Readmore CSS*/
#jlms_mainarea div.topics{
	display: block;
}

#jlms_mainarea div.topic_description{
	width: auto;
}

#jlms_mainarea div.clr{
	clear: both;
}
#jlms_mainarea div.toogle_readmore{
	display: block;
	width: 1%;
	white-space: nowrap;
}
#jlms_mainarea div.toogle_readmore a.readon{
	display: inline;
	float: none;
}
#jlms_mainarea div.topic_readmore{
	padding: 5px;
	display: none;
}
/*Readmore CSS*/

/*Default ProgressBar CSS*/
#jlms_mainarea div.progress{
	position: relative;
	width: 50px;
	height: 5px;
	overflow: hidden;
	padding: 2px;

	border: 1px solid #aaaaaa;
}
#jlms_mainarea div.progress div.bar{
	left: 0px;
	top: 0px;
	float: left;
	width: 0%;
	height: 5px;
	
	background: #cccccc;
}
#jlms_mainarea div.progress div.bar_text{
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 1;
	
	line-height: 10px;
	font-size: 9px;
	text-align: center;
}
/*Default ProgressBar CSS*/

/*LPath ProgressBar CSS*/
#jlms_mainarea div.progress_lpath{
	position: relative;
	width: 70px;
	height: 10px;
	overflow: hidden;
	padding: 2px;
	
}
#jlms_mainarea div.incompleted{
	border: 1px solid #aaaaaa;
}
#jlms_mainarea div.completed{
	border: 1px solid #00cc00;
}
#jlms_mainarea div.progress_lpath div.bar{
	left: 0px;
	top: 0px;
	float: left;
	
	width: 0%;
	height: 10px;
}

#jlms_mainarea div.progress_lpath div.no_show{
	visibility: hidden;
}

#jlms_mainarea div.incompleted div.bar{
	background: #cccccc;
}
#jlms_mainarea div.completed div.bar{
	background: #00ff00;
}
#jlms_mainarea div.progress_lpath div.bar_text{
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 1;
	
	line-height: 14px;
	font-size: 11px;
	text-align: center;
	color: #0000cc;
}
/*LPath ProgressBar CSS*/

/*JComments CSS edit*/
div.jcomments-links{
	float: right;
	margin-bottom: 5px;
}
/*JComments CSS edit*/

