/* 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;
	}
	
}

@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{
		/* ***** Andrew Lee Modifications commented out to make panel-heading appear ***** */
		/* 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 restraint container - Page 1,2,3,4,5,6,7,8,9,10 */
	#av-component.col-md-12 .restraint_container{
		width:50%;
		margin:0 auto;
	}
	
	/* Modifications Andrew Lee restraint container - Page 1,2,3,4,5,6,7,8,9,10 */
	.col-md-12 .restraint_container{
		width:50%;
		margin:0 auto;
	}

}



/* Modifications Andrew Lee global changes*/
/* Reducing padding on blue info boxes */
.thin_panel {
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Modifications Andrew Lee - Page 2 */

.drop_shadow {
	box-shadow: 2px 2px 5px #888888;
}

#invisible {
	opacity: 0;
}

#border {
	border: 2px solid #337ab7;
	border-radius: 10px;
	margin-top: 1px;
}

#p3_image_container {
	position: relative;
}

#page_two_image_poster {
	position: relative;
}

#page_three_image_1 {
	position: absolute;
	top: 0%;
	left: 5%;
	display: none;
}

#page_three_image_2 {
	position: absolute;
	top: 0%;
	left: 5%;
	display: none;
}

#text_p2_low_entitlement {
	display: none;
	/*border-radius: 10px;
	border: 2px solid #337ab7;*/
	padding: 5px;
}

#text_p2_high_entitlement {
	display: none;
	/*border-radius: 10px;
	border: 2px solid #337ab7;*/
	padding: 5px;
}

.btn_margin {
	margin-bottom: 10px;
}

/*
#page2_button1 {
	position: relative;
}

#text_transparent {
	position: absolute;
	top: 30%;
}
*/
/* Andrew Lee modifications - Page 3*/

.video_rows {
	margin-top: 5px;
	margin-bottom: 5px;
}

#video_rows_top {
	z-index: 2;
}

#video_rows_bottom {
	z-index: -2;
}


/* Andrew Lee modifications buttons and videos - Page 3*/

.border_activity {
	border: 2px solid #337ab7;
	border-radius: 10px;
	margin-top: 1px;
	padding: 5px;
}

/* Andrew Lee modifications drag and drop section - Page 3 */

#drag_bar {
	width: 40%;
	color: white;
	background-color: #337ab7;
	box-shadow: 8px 8px 5px #888888;
}



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

ul.list-unstyled {
	background-color:#E5E5E5!important;
	height:50px!important;
	border:1px solid #363636;
	border-radius: 10px;
	box-shadow: 4px 4px 5px 1px #595959 inset;
}

/* 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:80px !important;
}

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

.text_box {
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* 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; 
}

/* Andrew Lee modifications changed from 3em for better fit on mobile of text box */
.activity_title{
	min-height:2em;
}

/* Andrew Lee modifications reduced size of text box on lower screen size */
.text_box {
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

}

/* Andrew Lee modifications buttons and videos - Page 4*/

#p4_image_container {
	position: relative;
}

#text_p4_low_entitlement {
	display: none;
	/*border-radius: 10px;
	border: 2px solid #337ab7;*/
	padding: 5px;
}

#text_p4_high_entitlement {
	display: none;
	/*border-radius: 10px;
	border: 2px solid #337ab7;*/
	padding: 5px;
}


/* Andrew Lee modifications Twins text experiment text reveal - Page 5 */

#page_five_drag_1 {	
}

.page_five_act_drag_s1:hover{
	/*background: #d9edf7;
	border: thin solid #6B6B6B;
	border-radius: 5px;
	padding: 3px;*/
	cursor: move;
}

.page_five_act_drag_s2:hover {
	/*background: #d9edf7;
	border: thin solid #6B6B6B;
	border-radius: 5px;	
	padding: 3px;*/
	cursor: move;
}

/* Andrew Lee modifications Twins text experiment text reveal - Page 7 */

.button_color {
	background-color:#F18700;
}

#page7_sentence2 {
	display: none;
}

#page7_sentence3 {
	display: none;
}

/* Andrew Lee modifications Twins text experiment text reveal - Page 8 */

#page8_sentence2 {
	display: none;
}

#page8_sentence3 {
	display: none;
}

.border_padding {
	padding: 5px;
	padding-top: 20px;
}

#correct {
	display: none;
}

#incorrect1 {
	display: none;
}

#incorrect2 {
	display: none;
}

#incorrect3 {
	display: none;
}

#empty_field {
	display: none;
}

#correct_final {
	display: none;
}
/* Andrew Lee text validation code */
input.invalid, textarea.invalid{
	border: 2px solid red;
}

input.valid, textarea.valid{
	border: 2px solid green;
}

.error-data {
	color: #BB0003;
	margin-top: 3px;
}

/* Modifications Andrew Lee - button test page - Page 9*/

textarea { 
   /* will prevent resizing horizontally */
   resize:vertical;
	width: 100%;
}


/* Modifications Andrew Lee - button test page - Page 3 */
.button_about {
    background: url(http://i47.tinypic.com/2ni0ahd.png) 3px 5px no-repeat;
    padding-left: 35px;
    padding-right: 15px;
}

#rock {
    width: 150px;
    height: 150px;
    background-image: url("../images/page_three_placeholder_image.jpg");
    background-repeat: no-repeat;
}
#rock img {
    height: 150px;  
    width: 150px;
}

