/*
	Copyright © Interactive Services 2013 - 2015 All Rights Reserved.  
	No part of this code may be used, with or without modification, without prior consent from Interactive Services. 
	Version 2.1, 01 March 2015
*/


body { 
-webkit-text-size-adjust: none; 
}

.compBlackOut{
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 5;
}

.menuBlackOut > .compBlackOut{ 
	z-index: 8;
}

.blackOutOpen{
	overflow: hidden;
}


.spacer10{
	padding: 10px;
}

.spacer20{
	padding: 20px;
}

#lock{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -128px;
	margin-top: -128px;
	width: 256px;
	height: 256px;
	background-image: url(../framework_images/lock.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 850;
	display: none;
}
/*
#loadingAnimation{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -33px;
	margin-top: -33px;
	background-image: url(../framework_images/ajax_loader.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height:66px;
	width:66px;
}

.stay_invisible{
	display: none !important;
}*/

#navigation select {
		display: block;
		float: right;
		margin-right: 8px;
		margin-top: 25px;
		border-radius: 6px;
		border: 0px;
		background: #f2f6f8;
		padding: 4px;
}


#isort {
	position:absolute;
	top:10px;
	left:580px;
	height:auto;
	width:450px;
	background-color:#f4f4f4;
	border:1px solid #e3e3e3;
	padding:5px;
	outline:1px solid white;
	display:block;
	z-index:1001;
}

.min_maxBtn{
	/*float: right;*/
	height: 20px;
	cursor: pointer;
	margin: 0 5px;
}

.closeBtn{
	float: right;
	height: 20px;
	cursor: pointer;
}

#is_controls{
	/*position: absolute;
	top: 7px;
	left: 400px;*/
	float: right;
	margin: -23px 2px 0 0;
}

.drag_area {
	width:100%;
	min-height:25px;
}

#isort #login input {
	min-height: 30px;
	text-align: center;
}

#isort input {
	margin-bottom: 0px;
	margin-left: 0px;
	left: 0%;
	width: 70%;
	padding: 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
	border: 0px solid #fefefe;
	cursor:text;
	background: #e2e3e7;
}

#isort input.textHolder{
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	min-width: 150px;
	max-width: 150px;
	vertical-align: middle;
	cursor: default;
	background: transparent;
}

#isort #dragarea img.drag_area_element, #debugWindow #dragarea img.drag_area_element {
	float: left;
	width: 17%;
	display: block;
}
#isort #dragarea span.drag_area_element, #debugWindow #dragarea span.drag_area_element {
	margin-left: -80px;
	position: relative;
	top: 2px;
}

#isortLogin{
	position: relative;
	left: 15%;
	background: #97d669;
	width: 70%;
	padding: 10px;
	margin-top: 10px;
	cursor: pointer;
}
#is_edit:hover {
	/*background: #A5fffF;*/
}

#isortLogin.over{
	/*background: #e0f3d2;
	color: #767c87;*/
}

#is_new:hover, #is_delete:hover {
	/*background:#A5fffF;*/
}

.is_btn{
	float:left;
	background: #97d669;
	width: 130px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin: 8px;
	cursor: pointer;
}
#is_back.is_btn, #is_next.is_btn, #is_submit.is_btn, #is_cancel.is_btn {
	-webkit-box-shadow: 0px 5px 1px 0px rgba(160, 199, 131, 1);
	-moz-box-shadow:    0px 5px 1px 0px rgba(160, 199, 131, 1);
	box-shadow:         0px 5px 1px 0px rgba(160, 199, 131, 1);
}
#is_delete, #is_new, #is_edit {
	background:#e2e3e7;
	-webkit-box-shadow: 0px 5px 1px 0px rgba(204, 205, 207, 1);
	-moz-box-shadow:    0px 5px 1px 0px rgba(204, 205, 207, 1);
	box-shadow:         0px 5px 1px 0px rgba(204, 205, 207, 1);
}

.is_btn_over{
	/*background: #A5fffF;*/
}

#savingEdit{
	display: none;
	min-height:200px;
}

#isortError{
	display: none;
	min-height:200px;
}

#existingEdits{
	display: none;
	min-height:200px;
}

.isort_heading{
	margin-top: 5px;
	border-bottom: 1px solid #e3e3e3;
	text-transform: uppercase;
}
.isort_label{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFF;
}

td.label {
	vertical-align: middle;
}

td.input_text {
	min-width:100px;
	max-width:100px;
	vertical-align: middle;
}


#debugWindow {
	position:absolute;
	top:10px;
	left:60px;
	height:auto;
	width:450px;
	background-color:#f4f4f4;
	border:1px solid #e3e3e3;
	padding:5px;
	outline:1px solid white;
	display:block;
	z-index:999;
}

#debugWindow h1 {
	color:white;
	font-size:12px;
	margin:-5px !important;
	margin-bottom:10px !important;
	padding:5px;
	background-image:url("core_images/move.png");
	background-repeat:no-repeat;
	background-position: 95% 50%;
}

#debugTopRow {
	background: #fff;
	width: 102%;
	margin-left: -5px;
}

.debug_btn {
	float: left;
	width: 130px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin: 8px;
	cursor: pointer;
}
.debug_btn_1 {
}
.debug_btn_2 {
	background: #97d669;
	-webkit-box-shadow: 0px 5px 1px 0px rgba(160, 199, 131, 1);
	-moz-box-shadow:    0px 5px 1px 0px rgba(160, 199, 131, 1);
	box-shadow:         0px 5px 1px 0px rgba(160, 199, 131, 1);
}
.debug_btn_3 {
	background:#e2e3e7;
	-webkit-box-shadow: 0px 5px 1px 0px rgba(204, 205, 207, 1);
	-moz-box-shadow:    0px 5px 1px 0px rgba(204, 205, 207, 1);
	box-shadow:         0px 5px 1px 0px rgba(204, 205, 207, 1);
}
.large_btn {
	width: 275px;
}
#trackingBtn, #tracersBtn {
	background-image: url(../framework_images/off.jpg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
#trackingBtn.active, #tracersBtn.active {
	background-image: url(../framework_images/on.jpg);
}

#debugWindow th{
	text-align: center;
}

#debugWindow input {
	margin-bottom: 0px;
	margin-left: 0px;
	left: 0%;
	width: 70%;
	padding: 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
	border: 0px solid #fefefe;
	cursor:text;
	background: #e2e3e7;
	min-height: 30px;

}

#debugWindow input[type=radio] {
	cursor: pointer;
	min-width: 40px;
}

.debugTable {
	display: table;
	background-color: #e2e3e7;
	width: 102.5%;
	margin-left: -5px;
	margin-top: 10px;
}

#tracers {
	height: 205px; 
	display:none; 
	text-align:left; 
	margin: 10px 10px 0px 10px; 
	overflow:auto !important;
}

#updateTracking{
	width: 100%;
	margin: 10px 0;
}


#updateTracking.over{
	/*background: #A5fffF;*/
}

/* client_debugger */
.full-width{width:100%;}

.clientdebugger p {
	float: left;
	margin: 10px 0px 0px 5px;
	text-align: left;
	width: 26%;
}

.clientdebugger input {
	float:left;
	margin-top: 5px;
}

.clientdebugger .button {
	position: relative;
	background: #97d669;
	width: 46%;
	padding: 10px;
	margin-top: 10px;
	cursor: pointer;
	float: left;
}
.clientdebugger .button:hover {
	/*background: #A5fffF;*/
}
.clientdebugger .code_status {
	margin: 20px 0px 0px 5px;
	width: 26%;
	text-align: left;
}
.clientdebugger .course_code {
	text-align: center;
	margin: 20px 0px 10px;
	font-weight: bold;
}


html > {
	text-align:center;
}

html {
	  height:100%;
	  width:100%;
	  min-height:100%;
}

body {
	min-width:480px;
	text-align:center;
	height:100%;
	overflow-y:hidden;
	/*overflow-y:auto;*/
	overflow-x: hidden;
	font-family: "helvetica_neue_45_light", Helvetica ,Arial, sans-serif;
	font-size: 15px;
	line-height: 17px;
	/*-webkit-overflow-scrolling:touch;*/
	padding:0px;
	margin:0px;
	background-color:#ECECEC;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html * {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/*
.bottom_nav_bar{
	bottom:0px;
	width:100%;
	height:33px;
	z-index:6;
	position:fixed;
}

.layer2 {
	background-image:url(../framework_images/bottom_bar.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:33px; 
	margin:auto;
	min-width: 320px;
	max-width: 1024px;
	z-index: 5;
	overflow:hidden;
}

.navBtnHolder{
	margin: auto;
	width: 330px;
}
.backBtn{
	float:left;
	height:33px;
	width:87px;
	background-image:url(../framework_images/back.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left: 35px;
	padding-top: 8px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight:bold;
	cursor:pointer;
}

.backBtn:hover{
	background-image:url(../framework_images/back_over.png);
}

body.touch_device .backBtn:hover{
	background-image:url(../framework_images/back.png);
}

.navBtnHolder > div.backBtn.disabled{
	background-image:url(../framework_images/back_disabled.png);
	color: #e5e5e5;
}

.audioBtn{
	float:left;
	height:33px;
	width:55px;
	background-image:url(../framework_images/audioOn.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
}

.audioBtn:hover{
	background-image:url(../framework_images/audioOn_over.png);
}

body.touch_device .audioBtn:hover{
	background-image:url(../framework_images/audioOn.png);
}

.audioBtn.paused{
	background-image:url(../framework_images/audioOff.png);
}

.audioBtn.paused:hover{
	background-image:url(../framework_images/audioOff_over.png);
}

body.touch_device .audioBtn.paused:hover{
	background-image:url(../framework_images/audioOff.png);
}

.navBtnHolder > div.audioBtn.disabled{
	background-image:url(../framework_images/audioOn_disabled.png);
	color: #e5e5e5;
}

.replayBtn{
	float:left;
	height:33px;
	width:55px;
	background-image:url(../framework_images/replay.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
}

.replayBtn:hover{
	background-image:url(../framework_images/replay_over.png);
}

body.touch_device .replayBtn:hover{
	background-image:url(../framework_images/replay.png);
}

.navBtnHolder > div.replayBtn.disabled{
	background-image:url(../framework_images/replay_disabled.png);
	color: #e5e5e5;
}

.nextBtn{
	float:left;
	height:33px;
	width:87px;
	background-image:url(../framework_images/next.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-right: 35px;
	padding-top: 8px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight:bold;
	cursor:pointer;
}

.nextBtn:hover{
	background-image:url(../framework_images/next_over.png);
}

body.touch_device .nextBtn:hover{
	background-image:url(../framework_images/next.png);
}

.navBtnHolder > div.nextBtn.disabled{
	background-image:url(../framework_images/next_disabled.png);
	color: #e5e5e5;
}


.menuBtn{
	float:left;
	height:33px;
	width:104px;
	background-image:url(../framework_images/menu.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-right: 0px;
	padding-top: 8px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight:bold;
	margin-left:3%;
	cursor:pointer;
}

.menuBtn:hover{
	background-image:url(../framework_images/menu_over.png);
}

.menuBtn.disabled{
	background-image:url(../framework_images/menu_disabled.png);
	color: #e5e5e5;
}


.layer1 {
	background-image:url(../framework_images/top_bar.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:60px;
	margin:auto;
	min-width: 320px;
	max-width: 1024px;
	z-index: 5;
	overflow:hidden;
}


.logo{
	float: left;
	padding-top:9px;
	padding-left:19px;
	padding-right:40px;
	min-height: 60px;
}

.main_text {
	float:left;
	padding-left: 10px;
	padding-top: 15px;
	min-height: 60px;
}

.gui_heading{
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #54b948;
	margin:0px;
	font-weight:bold;
	text-align: left;
}

.gui_subheading{
	font-family: Arial, sans-serif;
	font-size:13px;
	color: #131313;
	margin:0px;
	font-weight:normal;
	text-align: left;
}

.gui_pageNum{
	float: left;
	height: 33px;
	
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	margin:0px;
	margin-left: 8%;
	font-weight:normal;
	text-align: left;
}

.main_buttons{
	float:right;
	min-height: 60px;
	width: 260px;
	padding-top: 5px;
}

.pageNum{
	float: right;
	width:100%;
	height: 50%;
	min-height: 25px;
}

.mobile_navigation{
	float:right;
	min-height: 60px;
	width:50%;
}

.topBtns{
	float: right;
	width:365px;
	height: 100%;
	margin-top: 1px;
	min-height: 25px;
	padding-top: 3%;
}

.topBtnWide{
	font-family: Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #fff;
	padding-top: 5px;
	margin-right: 5px;
	float:right;
	height:30px;
	width:86px;
	background-image:url(../framework_images/topBtnWide.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
}
.topBtnWide:hover{
	background-image:url(../framework_images/topBtnWide_over.png);
}

.topBtns > div.topBtnWide.disabled{
	color: #f3f3f3;
	background-image:url(../framework_images/topBtnWide_disabled.png);
}

.topBtn{
	font-family: Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #fff;
	padding-top: 5px;
	margin-right: 5px;
	float:right;
	height:30px;
	width:66px;
	background-image:url(../framework_images/topBtn.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
}
.topBtn:hover{
	background-image:url(../framework_images/topBtn_over.png);
}

.topBtns > div.topBtn.disabled{
	color: #f3f3f3;
	background-image:url(../framework_images/topBtn_disabled.png);
}*/




/*#navigation > div {
	margin:auto;
	height:90px;
	margin:auto;
	border-bottom:0px solid #DEDEDE;
	overflow:hidden;
	background-image:url(../framework_images/header.png);
	background-repeat:no-repeat;
	background-position:top right;
	border-top:0px solid #56B849;
	background-color:#FAFAFA;
}

#navigation > div > div#titleContainer {
	background-image:url(../framework_images/veritas_logo.png);
	background-repeat:no-repeat;
	background-position:10px 15px;
	padding:13px;
	padding-left:250px;
	float:left;
	text-align:left;
	overflow-x:hidden;
	min-height: 90px;
}

#navigation > div > div#titleContainer p {
	margin:0px;
	margin-top:2px;
	font-size:10pt;
	overflow-x:hidden;
}

#navigation > div > div#titleContainer > h1#title {
	color: #61BA59;
	font-size:12pt;
	margin:0px;
	font-weight:bold;
	overflow-x:hidden;
}
	
#navigation > div > div#titleContainer p#page_numbers {
	color: #61BA59;
}
*/

#cs_menu {
	padding-top:52px;
	width:auto;
	margin-right:0.5%;
}
	
#cs_menu ul {
	list-style: none;
	margin: 0px;
	text-align: right;
}

#cs_menu ul li {
	display: inline-block;
	width: auto;
	padding: 8px 12px;
	white-space:nowrap;
	text-align: center;
	margin-right: 0.25%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: white;
	cursor:pointer;
	border:0px solid #FFFFFF;
	font-weight:normal;
	background: #6ddd35; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzZkZGQzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YTlmNDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6ddd35 1%, #4a9f40 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6ddd35), color-stop(100%,#4a9f40)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6ddd35 1%,#4a9f40 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ddd35', endColorstr='#4a9f40',GradientType=0 ); /* IE6-8 */
	/*filter:none;*/

}

#cs_menu ul li:hover,#cs_menu ul li.current {
	background:#Fec500;
}

#cs_menu ul li.disabled {
	background:#666666;
	filter:none;
}


.top_nav_bar{
	position:relative;
	width:100%;
	height:60px;
	z-index: 5;
}

.centreContentContainer {
	width: 100%;
	position: relative;
	height: 100%;
	max-width: 1024px;
	margin: 0 auto;
	overflow-y: auto;
	overflow-x: hidden;
}

#centreContent {
	position: absolute;
	text-align: left;
	background-color: #fff;
	background-repeat:no-repeat;
	width: 1024px;
	min-width: 320px;
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 29px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}

body.ie9 > .centreContentContainer > #centreContent{
	padding-bottom: 0px;
}

.bottom_right{
	background-position :100% 100%;
}

.bottom_left{
	background-position :0% 100%;
}

.top_right{
	background-position :100% 0px;
}

.top_left{
	background-position :0% 0px;
}
.timelineBG {
	background-position: 50% 0%;
}



.invisible{
	display: none !important;
}



.container {
	min-width:320px;
	width:1024px;
	max-width:100%;
	min-height:100%;
	width:1024px\9;
}
/*
#contentPage, #wrapper {
	width:100%;
	overflow-x:hidden;
	overflow-y:auto;
	float:left;
	padding-bottom: 1%;
}*/

/*start ROTATING BACKGROUND*/
#viewport {
	-webkit-perspective: 1000; 
	-moz-perspective: 1000; 
	-o-perspective: 1000; 
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
#rotateBG {
	position: absolute;
	left: 50%;
	top: 10%;
	margin-left: -256px;
	margin-top: -256px;
	height: 512px;
	width: 512px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transition-property: all;
	transition-duration: 2s;
	-webkit-transition-property: all; /* Safari */
	-webkit-transition-duration: 2s; /* Safari */
}
.rotateBase {
	position: absolute;
	left: 256px;
	top: 256px;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
}
.rotateLayer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 256px;
	height: 256px;
	margin-left: -128px;
	margin-top: -128px;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	background-image:url('../framework_images/cloud.png');
}

#rotateBG div {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;	
	-o-transform-style: preserve-3d;	
}
/*end ROTATING BACKGROUND*/

#zoomButtons {
	position:fixed;
	top:2%;
	left:50%;
	width:200px;
	height:44px;
	overflow:auto;
	margin-left:-100px;
	z-index:200;
	background: #6ddd35; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzZkZGQzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YTlmNDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6ddd35 1%, #4a9f40 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6ddd35), color-stop(100%,#4a9f40)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6ddd35 1%,#4a9f40 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ddd35', endColorstr='#4a9f40',GradientType=0 ); /* IE6-8 */
	/*filter:none;*/
	
	border:1px solid white;
	border-radius: 5pt;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.5);
}

#zoomButtons ul  {
	list-style:none;
	margin:0px;
	padding:0px;
	border:1px solid transparent;
	height:auto;
	overflow:auto;
}

#zoomButtons li {
	float:left;
	width:48px;
	height:40px;
	color: white;
	text-align: center;
	padding: 0px;
	cursor: pointer;
	font-size: 31px;
	font-weight: bold;
	border-left:1px solid white;
	border-right:1px solid #009900;
	background-image: url(../framework_images/zoom_controls.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#zoomButtons li#outZoom {
	background-position:-50px 0px;
}

#zoomButtons li#resetZoom {
	background-position:-102px 0px;
}

#zoomButtons li#closeZoom {
	background-position:-150px 0px;
}

#zoomButtons li.disabled {
/*	color:#449944; */
	color: rgba(0,0,0,0.01);
	background-color:rgba(77, 99, 77, 0.3);
	opacity:0.7;
	cursor:default;
}

#videoBlackout {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 100;
}

#videoOverlay {
	position:fixed;
	top:15%;
	left:50%;
	margin-left:-415px;
	max-width:850px;
	padding-left:	10px;
	padding-right:	10px;
	padding-bottom:	10px;
	width: 90%;
	height:auto;
	background-color:white;
	text-align:center;
	/*z-index: 1000;*/
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.4);
}

.blackout{
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	left:0px;
	background-image:url(../framework_images/ie_overlay_black.png)\9;
	background-color:rgba(0,0,0,0.4);
	z-index: 999;
}

video#video {
	margin-top: 10px;
	min-height: 400px;
	height: 420px;
	width: 90%;
}


video#vid1 {
	width:100%;
}

iframe#videoFrame, #ie8videoplayer {
	width:100%;
	max-width:830px;
	min-height:466px;
	height:auto;
	border-top-width: 5px !important;
	border-bottom-width: 5px !important;
	background: #000000;
	border: solid 10px white;
}

#closeX {
	width:80px;
	height: 30px;
	padding-top: 6px;
	color: #54b948;
	text-align: left;
	margin-left: auto;
	font-size: 18px;
	font-weight: bold;
	background-image: url(../framework_images/Close-x_a.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	cursor: hand;
	cursor: pointer;
	z-index: 111;
}

#closeX:hover{
	color: #ffc120;
	background-image: url(../framework_images/Close-x_b.jpg);
}

.green {
	border: 1px solid #54b948 !important;
	background-image:url(../framework_images/correct.jpg);
}

.amber {
	border: 1px solid #ffc222 !important;
	background-image:url(../framework_images/partly_correct.jpg);
}

.red {
	border: 1px solid #f26649 !important;
	background-image:url(../framework_images/incorrect.jpg);
}

#popupPanel.red {
	border: 1px solid #f26649;
}

#popupPanel > p {
	min-height:70%;
	padding-bottom:10px;
	padding-left: 80px;
	background-repeat: no-repeat;
	min-height: 100px;
	padding-bottom: 20pt;
}

#popupPanel.green p {
	background-image: url(../framework_images/correct.jpg);
}

#popupPanel.amber p {
	background-image: url(../framework_images/partly_correct.jpg);
}

#popupPanel.red p {
	background-image: url(../framework_images/incorrect.jpg);
}

#popupPanel > input[type=button] {
	margin-top:10px;
	cursor:pointer;
	width:150px;
	margin-left:-75px;
}

/* END POPUP FEEDBACK PANEL */

#hidePanel {
	position:relative;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	width:53px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	height:63px;
	background-color:#449944;
	color:white;
	font-size:36px;
	line-height:36px;
	cursor:pointer;
	z-index:100;
	margin-left:auto;
	margin-top:15px;
	margin-right:-10px;
	padding:8px;
	border:0px solid white;
	background: #6ddd35; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzZkZGQzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YTlmNDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6ddd35 1%, #4a9f40 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6ddd35), color-stop(100%,#4a9f40)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6ddd35 1%,#4a9f40 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ddd35', endColorstr='#4a9f40',GradientType=0 ); /* IE6-8 */
	/*filter:none;*/
}

#hidePanel img {
	height:auto;
	width:auto;
	margin:5px 2px;
}

/* COLOUR SCHEMES */
#panImage {
	position:fixed;
	width:100%;
	max-width:100%;
	height:100%;
	max-height:100%;
	background-color:white;
	top:0%;
	left:0%;
	z-index:100;
/*	overflow:auto; */
	-webkit-overflow-scrolling:touch;
	-webkit-backface-visibility: hidden;
}

#panImage img {
	width:100%;
	height:auto;
	-webkit-backface-visibility: hidden;
	margin-left:0px;
	margin-top:0px;
/*	position: relative; */
	cursor:move;
}

.hidden {
	display:none;
}

#navigation select {
	display:none;
}

#audioPopupOverlay {
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	left:0px;
	background-image:url(../framework_images/ie_overlay_black.png)\9;
	background-color:rgba(0,0,0,0.5);
	text-align:center;
	display:none;
	z-index:600;
}

#audioOverlay{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -240px;
	margin-top: -110px;
	max-width: 480px;
	height: 220px;
	background-color: white;
	border: 1px solid white;
	box-shadow: 0px 0px 5px 5px #777;
	z-index: 598;
}

.pu_header{
	text-align: center;
	height: 30px;
	padding: 10px 0px;
	height: 50px;
}

.pu_body{
	text-align: center;
	padding: 10px;
	
}

#mediaLock, #displayError {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -240px;
	margin-top: -125px;
	width: 480px;
	height: 250px;
	background-color: #FFF;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 5px 5px #777;
	z-index: 598;
}

#displayError {
	height: 200px;
}

#error_header {
	display: block;
	padding: 10px 0px;
}
#errorOverlay {
	width:100%; 
	height:120%; 
	position:absolute;
	background-color:black;
	top: 0px; 
	left:0px; 
	z-index: 1000;
}

.error_header_yellow {
	background: rgb(255,197,120); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzU3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYjlkMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,197,120,1)), color-stop(100%,rgba(251,157,35,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-8 */
}

.error_header_red {
	background: rgb(255,48,25); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */
}

.error_header_green{
	background: #6ddd35; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzZkZGQzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YTlmNDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6ddd35 1%, #4a9f40 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6ddd35), color-stop(100%,#4a9f40)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6ddd35 1%,#4a9f40 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ddd35', endColorstr='#4a9f40',GradientType=0 ); /* IE6-8 */
}


#error_msg{
	padding: 10px;
}

#bookmark_prompt {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -240px;
	margin-top: -80px;
	width: 480px;
	height: 160px;
	background-color: #FFF;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 5px 5px #777;
	z-index: 10;
}

#exitOverlay {
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	left:0px;
	background-image:url(../framework_images/ie_overlay_black.png)\9;
	background-color:rgba(0,0,0,0.5);
	text-align:center;
	z-index:900;
}


.mmbtn_holder{ /* USED TO CENTER ALIGN THE BUTTONS ON THE BOOKMARK, MULTIMEDIA PROMPT etc */
	width: 420px;
	margin: auto;
	border@ 1px solid red;
}

.mmbtn_holder.printCert{
	width: 285px;
	margin-top: 12px;
}


/** AUDIO PROGRESS ADDED BY LB NOV 6TH 2013 **/
#loadingIndicator {
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-50px;
	margin-top:-50px;
	width:100px;
	height:100px;
	background-color:white;
	background-image:url(../framework_images/preloader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:580;
}

#loadingIndicator.visible {
	display:block;
}

#loadingIndicator div.percentage {
	position: absolute;
	font-family: "helvetica_neue_55_roman", Helvetica,Arial,sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #fefefe;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -15px;
	width: 30px;
	height: 20px;
}

#loadingIndicator div.text {
	position: absolute;
	font-family: "helvetica_neue_55_roman", Helvetica,Arial,sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FEFEFE;
	bottom: 0%;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 16px;
}




:root #floatingNavigation div  { filter:none \0/IE9; }  /* IE9 */
:root #floatingNavigation div a.hovered { filter:none \0/IE9; }  /* IE9 */
:root #floatingNavigation div a { filter:none \0/IE9; }  /* IE9 */
:root #cs_menu ul li  { filter:none \0/IE9; }  /* IE9 */
:root #cs_menu ul li.disabled { filter:none \0/IE9; }  /* IE9 */
:root #zoomButtons { filter:none \0/IE9; }  /* IE9 */
:root #hidePanel  { filter:none \0/IE9; }  /* IE9 */

#certificatePrompt {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 1100;
}

#certificateName {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -70px;
	width: 400px;
	height: 140px;
	background-color: #FFF;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 5px 5px #777;
	z-index: 598;
}

#certificateName .pu_header{
	background-image: none;
}

#certificateName input#studentName {
	width: 60%;
	font-size: 12px;
	height: 30px;
	padding-left: 5px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

.certificateText{
	padding-bottom: 10px;
	font-weight: bold;
	color: #54b948;
}


#nameAlert{
	text-align: center;
	min-height: 30px;
	padding-top: 10px;
	font-weight: bold;
	color: #F68721;
}

#feedbackPanel {
	position:fixed;
	top:0px;
	width:100%;
	left:0px;
	text-align:center;
	z-index:900;
}
.feedback_holder {	
	min-width: 480px;
	padding: 10px;
	border-radius: 6px;
	overflow: auto;
	position: absolute;
	left: 50%;
	margin-top:  100px;
	margin-left: -526px;
}
.feedback_holder #onScreenFeedback {	
	width: 984px;
}


/********************************************************************/
/********************* SCORM ERROR MESSAGE **************************/
/********************************************************************/
#scormErrorPanel{
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -275px;
	width: 550%;
	max-width: 550px;
	height: auto;
	min-height: 200px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	color: #404040;
	background-color: #FAFAFA;
	border: 2px #D79900 solid;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	z-index: 620;
	
	background-image: url(../framework_images/scorm_error.jpg);
	background-repeat: no-repeat;
	background-position: 10px 25px;
}

.scormHeader{
	min-height: 20px;
	font-weight: bold;
	border-bottom: 2px solid #D79900;
	background-color: #FFF2BA;
	color: #404040;
	width:100%;
}

.scormBody{
	padding-left: 75px;
	padding-top: 15px;
	padding-bottom: 75px;
	padding-right: 10px;
	word-wrap: break-word;
}

#scormErrorBtn{
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -40px;
	margin-top: -55px;
}

.scormBack{
	float: left;
	width: 5%;
	max-width: 25px;
	height: 20px;
	cursor: pointer;
}

.scormBack:hover{
	color:#ccc;
}

.scormErrorCount{
	float: left;
	width:	90%;
	text-align: center;
}

.scormNext{
	text-align:right;
	float: left;
	width: 5%;
	max-width: 25px;
	height: 20px;
	cursor: pointer;
}

.scormNext:hover{
	color:#ccc;
}



/* FULL SCREEN VIDEO */
#full_screen_video {
	position: absolute;
	width: auto;
	height: auto;
	background-size: cover;
	left: 0px;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	display:none;
}

@media (min-width:1024px) and (min-height:850px) {
	#full_screen_video {
		margin-left: -33%;
	}
}

@media (max-width:800px) {
	#full_screen_video {
		margin-left: -55%;
	}
}

#t_video_cont {display:none;}
.previous_content.completed_anim {display:none!important;}


#alert {
    display: none;
}

@media screen and (max-width: 979px) and (min-width: 768px) and (orientation: portrait) {
    /*remove the content on portrait view*/
    #alert {
        display: block;
        margin: 250px auto 0;
        width: 90%;
        background-color: #fff;
        border-radius: 15px;
        padding: 25px;
        height: auto;
        z-index: 598;
        border: 3px solid #0CB1E3;
        color: #000;
        text-align: center;
        font-size: 30px;
        line-height: 70px;
    }
    .centreContentContainer,
    .top_nav_bar,
    .bottom_nav_bar,
    #audioOverlay,
    #audioPopupOverlay,
    #loadingAnimation,
    #debugWindow {
        display: none !important;
    }
}