@charset "UTF-8";
/* CSS Document */

/* '''''''''''''''''''''''''''''''''''''' MODULE MENU '''''''''''''''''''''''''''''''' */

/* module menu on/off button */
#mmbtns {
	position: absolute;
	top: 1px;
	left: 0px;

/*z-index: 3;*/
}
#mmbtns img {
	border: 0px;
}
#mmbtns img:hover {
	background-color: white;
}
#mdmnuon, #mdmnuoff {
	border: 0px;
}
#mdmnuon, #mdmnuoff a {
	text-decoration: none;	
}
#mdmnuoff {
	display: none;
}

/* '''''' MDQR FOR MENU OFF BUTTON ,  for in-page module menu links in modules, presenaations, presenationsHome, learners-records pages '''''' */
@media (max-width: 450px) {
	#mmbtns .mnonoffbtn {
		width: 80%;
	}	
}

/* works with related javascript; utilising .."display: none" (below V)*/
/* module menu links */
#mdlmnlks {	
	font-size: 0.9em;
	line-height: 1.25em;	
	background-color: rgba(75,75,75,0.8);
	text-align: left;
	display: none;
	height: auto;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px 0px 0px 2px;	
	padding: 5px;
	position: absolute; 
	top: 30px; 
	left: 0; 
	z-index: 3;	
}

#mdlmnlks a {
	color: white;
	text-decoration: none;
	padding-right: 3px;
}
#mdlmnlks a:hover {
	color: gold;
	background-color: dimgray;
}

/* Used for Javascript below v , to determine "open/closed" state of the modules menu */
#mdlmnlks_MSG {
	display: none;
}																
/* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */     
