/* CSS Document */
.center_back{
	background-color:#FFF;
	opacity:.9;
	padding: 3px 3px 0px 10px;
}
#tools{
	text-align:right;
}
.supporting_text_control{
	display:inline-block;
	padding:2px 2px 2px 10px;
	border-radius:4px;
	border:1px solid #6F6F6F;
	background-color:#6F6F6F;
	color:#fff;
}
#university_logo{
	margin:15px 0px 5px 0px;
}
.text_control{
	display:inline-block;
	padding:2px 2px 2px 10px;
	border-radius:4px;
	border:1px solid #6F6F6F;
	background-color:#6F6F6F;
	color:#fff;
}
.narration_control{
	display:inline-block;
	padding:2px 2px 2px 10px;
	border-radius:4px;
	border:1px solid #6F6F6F;
	background-color:#6F6F6F;
	color:#fff;
}
header{
	padding-top:5px;
	margin-bottom:5px;
}
header .school_title{
	padding-top:5px;
	font-size:180%;
	margin-bottom:0;
}
header  .rlo_title{
	font-size:120%;
	padding-bottom:0;
	margin-bottom:0;
}
html > body > div.container > nav#main_nav.navbar.navbar-default div{
	padding:0px;
}
html > body > div.container > nav#main_nav.navbar.navbar-default > div#bs-example-navbar-collapse-1.collapse.navbar-collapse > ul.nav.navbar-nav > li > a{
	padding:auto 5px;
}
.main_nav{
	font-size:80%;
	position: relative;
	z-index: 1000;
	margin-bottom:12px;
}
nav.section_nav{
	padding:5px 5px;
}
nav.section_nav ul{
	list-style:none;
	padding:0;
	margin:0;
}
nav#main_nav ul li.alert-info{
	background-color:#DFF1FF;
}
.center img.img-responsive{
	margin:0 auto 5px auto;
}
.center iframe{
	margin:0 auto 5px auto;
	text-align:center;
	display:block;
	background-color:transparent;
}
article{
	clear:both;
	padding-top:10px;
	border:2px solid #3276B1;
	border-bottom:none;
	border-radius:10px 10px 0 0 ;
	margin-top:10px;
	padding:10px;
}	
article h1{
	margin-top:10px;
	border-bottom:1px solid #3276B1;
}
footer{
	background-color:#000;
	color:#fff;
	padding:20px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-bottom:10px;
}
footer ul{
	margin:0;
	padding:0;
	list-style:none;
}
footer p{
	margin-bottom:0px;
}
footer img{
	margin-top:5px;
}
footer a:link, footer a:visited{
	color:#428bca;
}
footer a:hover{
	color: #FFB900;
}
.pop_up_hide{
	display:none;
}
.panel_current{
	display:block;
}
#supporting_image{
	position:relative;
}
#pop_up_panel{
	position:absolute;
	top:0;
	margin:70px auto 0 auto;
}
/* START Quiz styling */
.btn{
	white-space: normal;
}
#statements{
	text-align:center;
	padding:0;
	margin:0;
}
#statements li{
	margin-bottom:10px;
	list-style:none;
}
#statements li a{
	width:80%;
}
.results{
	font-size:160%;
}
#video_holder{
	text-align:center;
	
}
#video_holder iframe{
	margin: 0 auto;
}

.opacity50{
	opacity:0.5;
}

/* START STRESS RLO CSS */

.pop_up_hide{
	display:none;
}
.panel_current{
	display:block;
}
#supporting_image, #support_image{
	position:relative;
}
#pop_up_panel_container{
	position:relative;
}
#pop_up_panel{
	border:1px solid red;
	width:90%;
	position:absolute;
	top:5%;
	left:5%;
	margin:0 auto 0 auto;
}
#pop_up_panel .pop_up_panel{
	padding:5px;
	border-radius:5px;
	border: 1px solid #FCF8E3;;
}



/* START btn-hs styling */

.btn-hs{color:#ffffff;background-color:#0194A0;border-color:#00848F;}.btn-hs:hover,.btn-hs:focus,.btn-hs:active,.btn-hs.active,.open .dropdown-toggle.btn-hs{color:#ffffff;background-color:#00767F;border-color:#00676F;}
.btn-hs:active,.btn-hs.active,.open .dropdown-toggle.btn-hs{background-image:none;}
.btn-hs.disabled,.btn-hs[disabled],fieldset[disabled] .btn-hs,.btn-hs.disabled:hover,.btn-hs[disabled]:hover,fieldset[disabled] .btn-hs:hover,.btn-hs.disabled:focus,.btn-hs[disabled]:focus,fieldset[disabled] .btn-hs:focus,.btn-hs.disabled:active,.btn-hs[disabled]:active,fieldset[disabled] .btn-hs:active,.btn-hs.disabled.active,.btn-hs[disabled].active,fieldset[disabled] .btn-hs.active{background-color:#0194A0;border-color:#00848F;}
/**/
/* END btn-hs styling */

/* START post-it styling */

.post-it, .post-it_neg{
	margin:20px;
}


.but_panel{
padding:0;
}
.but_panel p{
	padding:0;
	margin:0;
}
.but_panel a{
	text-align:center;
	padding:20px 10px 0px  10px;
	/*border:2px solid #fff;;*/
	display:block;
	color:#fff;
	font-size:120%;
}
.but_panel a:hover{
	background-color:#fff;
	color:#333;
	text-decoration:underline;
	/*font-weight:bold;*/
}
.bg_yellow{
	background-color:#C2B22A;
}
.bg_turquoise{
	background-color:#009FA8;
}
.bg_orange{
	background-color:#F0862D;
}
.bg_purple{
	background-color:#663E90;
}
.bg_pink{
	background-color:#E7317F;
}
.bg_green{
	background-color:#00A663;
}
.bg_blue{
	background-color:#00A7C8;
}
/* END post-it styling*/


/* START hotspot resource styling */

*{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
#test-frame{
	position:relative;
}
#canvas, #video_holder{
	background:url(../images/loader.gif) no-repeat 50% 50% #fff; 
}
#video_holder{text-align:center;}
#canvas:hover{
	cursor:pointer;
}
.response{
	display:none;
	position:absolute;
	left:20px;
	top:20px;
	width:600px;
	/*height:440px;*/
	background-color:#F7F7F9;
	padding:20px;
	border:1px solid #F7F7F9;
	border-radius:10px;


}
#play_sound{
	position:absolute;
	left:10px;
	top:10px;
}
.close_message{
	float:right;
}
.panel-primary{
	border-color:#58464B;
}
.panel-primary .panel-heading{
	background-color:#58464B;
	border-color:#58464B;
}

/* END STRESS RLO CODE*/

/* END Quiz styling */
@media(max-width:991px){
	#tools span.tool_text{
		display:none;
	}
}
@media(max-width:767px){
	header{
		display:none;
	}
	#tools{
		background-color:#999;
		padding:2px;
		text-align:center;
		float:none!important;
		position:fixed;right:0;left:0;z-index:1030;/*top:20px;*/
	}
	#tools span.tool_text{
		display:none;
	}
	#small_screen_menu_container{
		margin-top:40px;
	}
	#small_screen_menu_container p.rlo_title{
		font-size:180%;
		font-weight:bold;
		text-align:center;
		/*background-color:#333;
		color:#fff;
		font-size:110%;
		position:fixed;right:0;left:0;top:0;z-index:1020;*/
	}
	#small_screen_menu{
		list-style:none;
		padding:0;
		margin:0;
	}
	#small_screen_menu li{
		padding:0;
		margin:0 0 5px 0;
	}
	#section_nav li a{
		width:48%;
	}
	article{
		border:none;
	}
	article h1{
		text-align:center;
		font-size:200%;
		padding-bottom:10px;
		border-bottom-width:2px;
	}
	#doc_top_btn{
		margin:20px 10px;
	}
	footer div.text-right{
		text-align:center;
		margin-top:20px;
	}
	footer{
		text-align:center;
	}
	footer #footer_uon p{
		padding-top:25px;
		padding-bottom:20px;
		font-size:115%;
	}
	
	/* START STRESS RLO CODE*/
	#generic_healthcare_sudent{
		display:none;
	}
	#body-affect_btns{
		display:none;
	}
	#reset_button{
		display:none;
	}
	
	/* Modifications Andrew Lee */
	.txt_size {
		font-size: 14px;
	}
	
}

@media(min-width:768px){
	
	/* START stress affect body styling */
	#body-affect_btns{
		padding:0;
		margin:10px 0;
		list-style:none;
		text-align:center;
	}
	#body-affect_btns li{
		display:inline;
		list-style:none;
	}
	.affect_body_container{
		border:4px solid #0194A0;
		border-radius:10px;
		padding:10px;
	}
	.panel .panel-heading{
		display:none;
	}
	.panel{
		border:none;
		box-shadow:none;
		-webkit-box-shadow:none;
	}
	.panel-group .panel-heading+.panel-collapse .panel-body{
		border-top:none;
	}
	/* END stress affect body styling */
	.post-it p.info{
	padding:60px 100px;
	font-size:120%;
	color:#fff;
	background-color:#0194A0;
	}
	.post-it p.close_info{
		padding:20px 100px;
		font-size:120%;
		color:#fff;
		background-color:#fff;
	}
	.post-it .post-it_heading{
		padding:60px 100px 0 100px;
		font-size:140%;
		color:#fff;
		background-color:#0194A0;
		text-align:center;
		margin-bottom:0;
	}
	
	.post-it_neg p.info{
	padding:60px 100px;
	font-size:120%;
	color:#fff;
	background-color:#A01547;
	}
	.post-it_neg p.close_info{
		padding:20px 100px;
		font-size:120%;
		color:#fff;
		background-color:#fff;
	}
	.post-it_neg .post-it_heading{
		padding:60px 0 0 0;
		font-size:140%;
		color:#fff;
		background-color:#A01547;
		text-align:center;
		margin-bottom:0;
	}

	/* modifications Andrew Lee Page 1 */
	#av-component.col-md-12 .restraint_container{
		width: 50%;
		margin: 0 auto;
	}
	
	
		/* modifications Andrew Lee Page 1 */
	#av-component.col-md-12 .restraint_container{
		width: 50%;
		margin: 0 auto;
	}
	
	/* modifications Andrew Lee Page 1 */
	/* This is needed when the Supporting Text button is disabled and you still need to
	centre an image for example as you must remove #av-component to disable the Supporting
	Text button */
	.col-md-12 .restraint_container{
		width: 50%;
		margin: 0 auto;
	}
	
	

}

/* Modifications Andrew Lee */
.restraint_container {
	overflow: hidden;
}

#controls {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 310px;
  transform: translate(-50%, 120px);
}

audio {
	color: blue;
}

#audio {
	width: 100%;
	height: 40px;
}

/* Modifications Andrew Lee page 1 */
.container_page_one {
	position: relative;
	overflow: hidden;
}

#page_one_background_white {
	position: relative;
	top: 0;
}

#page_one_synapse_image {
	position: absolute;
	top: 0;
}

#page_one_cell_body {
	position: absolute;
	top: 0;
}

#page_one_nucleus {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_one_nucleus_highlight {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_one_dendrites_top {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_one_dendrites_bottom {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_one_axons {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_one_pre_st {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_one_post_st {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_one_complete_image {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_one_post_st_timer {
	position: absolute;
	top: 0;
	opacity: 0;
}

/* Modifications Andrew Lee page 2 */
.container_page_two {
	position: relative;
	overflow: hidden;
}

#page_two_background_white {
	position: relative;
	top: 0;
}

#page_two_pre_st {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_post_st {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_red_cleft {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_cell_body {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_nucleus {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_dendrites_top {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_dendrites_bottom {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_axons {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_axons_highlight {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_white_block {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_electric_black {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_electric_yellow {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_pre_st_highlight {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_post_st_highlight {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_cell_body_highlight {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_neurotrans {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_neurotrans_scale {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_vesicle {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_receptor_top_purple {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_receptor_top_green {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_receptor_bottom_purple {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_two_receptor_bottom_green {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_one_post_st_timer {
	position: absolute;
	top: 0;
	opacity: 0;
}

/* Modifications Andrew Lee page 3 */
.container_page_three {
	position: relative;
	overflow: hidden;
	margin-top: 3px;
	margin-bottom: 3px;
}

#page_three_background {
	position: relative;
	top: 0;
}

#page_three_acetylcholine {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_three_adrenaline {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_three_aspartate {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_three_dopamine {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_three_gaba {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_three_glutamate {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_three_glycine {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_three_noradrenaline {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_three_serotonin {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_three_male_anatomy_body {
	position: absolute;
	top: 0;
	opacity: 1;
}

#page_three_male_anatomy_back_brain {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_three_male_anatomy_brain {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_three_male_anatomy_shoulder_thigh {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_three_male_anatomy_intestines_heart {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_three_male_anatomy_spine {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_three_male_anatomy_muscles_spine {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_three_male_anatomy_intestines_spine {
	position: absolute;
	top: 0;
	opacity: 0;
}

#txt_acetylcholine {
	display: none;
	border-radius: 10px;
	border: thin solid #9B9B9B;
	padding: 10px;
}

#txt_adrenaline {
	display: none;
	border-radius: 10px;
	border: thin solid #9B9B9B;
	padding: 10px;
}

#txt_aspartate {
	display: none;
	border-radius: 10px;
	border: thin solid #9B9B9B;
	padding: 10px;
}

p.step_four {
	display: none;
	border-radius: 10px;
	border: thin solid #9B9B9B;
	padding: 10px;
}

#txt_dopamine {
	display: none;
	border-radius: 10px;
	border: thin solid #9B9B9B;
	padding: 10px;
}

#txt_gaba {
	display: none;
	border-radius: 10px;
	border: thin solid #9B9B9B;
	padding: 10px;
}

#txt_glutamate{
	display: none;
	border-radius: 10px;
	border: thin solid #9B9B9B;
	padding: 10px;
}

#txt_glycine {
	display: none;
	border-radius: 10px;
	border: thin solid #9B9B9B;
	padding: 10px;
}

#txt_noradrenaline {
	display: none;
	border-radius: 10px;
	border: thin solid #9B9B9B;
	padding: 10px;
}

#txt_serotonin {
	display: none;
	border-radius: 10px;
	border: thin solid #9B9B9B;
	padding: 10px;
}

/* Modifications Andrew Lee page 4 */
.container_page_four {
	position: relative;
	overflow: hidden;
}

#page_four_background_white {
	position: relative;
	top: 0;
}

#page_four_cell_body {
	position: absolute;
	top: 0;
	opacity: 1;
}

#page_four_cell_body_highlight {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_four_nucleus {
	position: absolute;
	top: 0;
	opacity: 1;
}

#page_four_nucleus_highlight {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_four_dendrites_top {
	position: absolute;
	top: 0;
	opacity: 1;
}

#page_four_dendrites_bottom {
	position: absolute;
	top: 0;
	opacity: 1;
}

#page_four_dendrites_highlight {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_four_mitochondria {
	position: absolute;
	top: 0;
	opacity: 1;
}

#page_four_mitochondria_highlight {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_four_axons {
	position: absolute;
	top: 0;
	opacity: 1;
}

#page_four_axons_highlight {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_four_nerve_impulse {
	position: absolute;
	top: 0;
	opacity: 1;
}

#page_four_nerve_impulse_highlight {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_four_visicles {
	position: absolute;
	top: 0;
	opacity: 1;
}

#page_four_visicles_highlight {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_four_neurotransmitters {
	position: absolute;
	top: 0;
	opacity: 1;
}

#page_four_neurotransmitters_highlight {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_four_receptors{
	position: absolute;
	top: 0;
	opacity: 1;
}

#page_four_receptors_highlight {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_four_synaptic_cleft {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_four_pre_st {
	position: absolute;
	top: 0;
	opacity: 1;
}

#page_four_pre_st_highlight {
	position: absolute;
	top: 0;
	opacity: 0;
}

#page_four_post_st {
	position: absolute;
	top: 0;
	opacity: 1;
}

#page_four_post_st_highlight {
	position: absolute;
	top: 0;
	opacity: 0;
}



#page_one_post_st_timer {
	position: absolute;
	top: 0;
	opacity: 0;
}

.nopadding {
   padding: 3px !important;
   margin: 0px !important;
}

.btn_hover:hover {
	background: #337ab7 !important;
	color: white !important;
}

/*
#btn_page_four_pre_st_highlight {
	background-color: #b64e00;
	border: solid 4px #00961A;
}

#btn_page_four_post_st_highlight {
	background-color: #0032b3;
	border: solid 4px #00961A;
}

#btn_page_four_dendrites_highlight {
	background-color: #00b86f;
	border: solid 4px #00961A;
}

#btn_grp2_schema {
	background-color: #6db400;
	border: solid 4px #00961A;
}
*/

	/* Andrew Lee modifications added css from linked example page 5 */

ul.list-unstyled {
	background-color: #8EE2FB!important;
	height:40px !important;
}

/* Andrew Lee modifications css code from original linking activity */

/* START Microsoft Edge Browser 12 (only)and (not (color:unset)) */
	@supports (-ms-accelerator:true)  {
		#activity_container{
			-ms-touch-action: none;
			touch-action: none;
		}
	}
	
	/*#activity_container{
		-ms-touch-action: none;
		touch-action: none;
	}*/
	
/* END Microsoft Edge Browser 12 (only) */

.act_drag_s1{
	background:#CCCC99;
}
.act_drag_s2{
	background:#FF99FF;
}
.act_drag_s3{
	background:#99CCCC;
}
.act_drag_s4{
	background:#CCFF66;
}

/* Andrew Lee modifications reduced padding to give text more room on small screens */
.droppable_area ul{
	background:#E6FFFF;
	padding-top:0px;
	padding-bottom:0px;
}
.droppable_area ul li{
	visibility:hidden;
}
#act_drag_items{
	text-align:center;
}
#act_drag_items li{
	display:inline-block;
	border:1px solid #666;
	border-radius:5px;
	padding:5px;
	margin-bottom:2px;
	margin-left:-40px;
	
}
#act_drag_items li:hover{
	cursor:move;
}

@media(max-width:767px){
.droppable_area ul{
	background:#E6FFFF;
	list-style:none;
	padding:0;
}
.droppable_area ul li{
	border-bottom:1px dashed #0CF; 
}
.activity_title{
	min-height:3em;
}

/* Andrew Lee modifications reduced size of text box on lower screen size */

ul.list-unstyled {
	height:40px !important;
}

}
	
/* Andrew Lee modifications added css from linked example page 7 */

#text_box {
	height: 60px;
	margin-bottom: 0px;
}

/* Andrew Lee modifications css code from original linking activity */

/* ********Andrew Lee NOTE the following lines of code does not appear correctly colour coded but I think it is still right. I have checked it ****** */
/* START Microsoft Edge Browser 12 (only)and (not (color:unset)) */
	@supports (-ms-accelerator:true)  {
		#activity_container{
			-ms-touch-action: none;
			touch-action: none;
		}
	}
	
	/*#activity_container{
		-ms-touch-action: none;
		touch-action: none;
	}*/
	
/* END Microsoft Edge Browser 12 (only) */

.act_drag_s1{
	background:#CCCC99;
	width: 100%;
}
.act_drag_s2{
	background:#FF99FF;
	width: 100%;
}

.act_drag_s3{
	background:#99CCCC;
	width: 100%;
}
.act_drag_s4{
	background:#CCFF66;
	width: 100%;
}
.act_drag_s5{
	background:#CCCCFF;
	width: 100%;
}

/* Andrew Lee modifications reduced padding to give text more room on small screens */
.droppable_area ul{
	background:#E6FFFF;
	padding-top:0px;
	padding-bottom:0px;
	height: 25px;
}
.droppable_area ul li{
	visibility:hidden;
}
#act_drag_items{
	text-align:center;
}
#act_drag_items li{
	display:inline-block;
	border:1px solid #666;
	border-radius:5px;
	padding:5px;
	margin-bottom:2px;
	margin-left:-40px;
	
}
#act_drag_items li:hover{
	cursor:move;
}

@media(max-width:767px){
.droppable_area ul{
	background:#E6FFFF;
	list-style:none;
	padding:0;
}
.droppable_area ul li{
	border-bottom:1px dashed #0CF; 
}
.activity_title{
	min-height:3em;
}

/* Andrew Lee modifications reduced size of text box on lower screen size */
#text_box {
	height: 80px;
	margin-bottom: 18px;
}

}