/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v11/yQiAaD56cjx1AooMTSghGfY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v11/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body{
	overflow-x: hidden;
	overflow-y: hidden;
	line-height: 1.42857143;
}

h1{
	font-family: 'Raleway', sans-serif; 
	font-size: 1.4em;
	color: #1f4c77;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
}

p, label{
	font-family: Roboto, sans-serif;
    font-size: 16px;
	color: #171717;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:0px;
}

ul{
	font-family: Roboto, sans-serif;
    font-size: 16px;
	color: #171717;
	margin-left: 0px;
	margin-right: 0px;
}

ol{
	font-family: Roboto, sans-serif;
    font-size: 16px;
	color: #171717;
	margin-left: 0px;
	margin-right: 0px;
}

li{
    margin-top: 5px;
}

li:first-child {
    margin-top:0;
}

legend {
  padding: 0;
  display: table;
  width:100%;
}

fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

.navigationinstructions{
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #633000;
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: bottom;
}

.screeninstructions{
	font-family: Roboto, sans-serif;
	font-size: .875em;
	font-weight: 700;
	color: #341f0c;
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: bottom;
}

.moduletitletext{
	font-family: Myriad Pro Semibold,"Lucida Grande","Lucida Sans Unicode",Segoe UI,Helvetica,Arial,sans-serif;
	font-size: .8em;
	font-style: italic;
	color: #a8f2ff;
	margin-left: 0px;
	margin-right: 0px;
	
}

.coursetitletext{
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	margin-left: 0px;
	margin-right: 0px;
}

.pagecountertext{
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .875em;
	color: #022457;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
}

a.hotspot1{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 110px;
	height: 110px;
	background-color:yellow;
	opacity: .001;
	z-index: 20;
}


a.hotspot1:hover{
	opacity: .2;
}

a.hotspot2{
	position: absolute;
	display: block;
	top: 0px;
	left: 20vw;
	width: 110px;
	height: 110px;
	z-index: 20;
	background-color:yellow;
	opacity: 0;
}

a.hotspot2:hover{
	opacity: .20;
}

a.hotspot3{
	position: absolute;
	display: block;
	top: 0px;
	left: 40vw;
	width: 110px;
	height: 110px;
	z-index: 20;
	background-color:yellow;
	opacity: 0;
}

a.hotspot3:hover{
	opacity: .20;
}

a.hotspot4{
	position: absolute;
	display: block;
	top: 0px;
	left: 60vw;
	width: 110px;
	height: 110px;
	z-index: 20;
	background-color:yellow;
	opacity: 0;
}

a.hotspot4:hover{
	opacity: .20;
}

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background: linear-gradient(to right, rgba(36,9,56,1) , rgba(89,24,135,1));
    opacity:1;
    
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
    opacity:1;
}

/* Change background color of links on hover */
ul.tab li a:hover {
    background-color: rgba(204,170,227,1);
    opacity:1;
}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {
    background-color: rgba(195,159,220,1);
    color: #000000;
    opacity:1;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

table.datatable{	
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,.4);
	border-spacing: 0px;
	cellpadding: 10px;
	cellspacing: 10px;
}
table.datatable tr:nth-child(even) {background: #ffffff}
table.datatable tr:nth-child(odd) {background: #f2f2f2}
table.datatable th{
	background: linear-gradient(to right, rgba(70,14,109,1) , rgba(94,19,146,1));
	font-family: Myriad Pro Semibold,"Lucida Grande","Lucida Sans Unicode",Segoe UI,Helvetica,Arial,sans-serif;
	font-size: 1em;
	color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom-style: solid;
	border-bottom-color: #837fef;
	border-bottom-width: 4px;
	border-right-style: solid;
	border-right-color: #837fef;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #837fef;
	border-left-width: 1px;
	height:36px;
	
}
table.datatable td{
	font-family: Myriad Pro Regular,"Lucida Grande","Lucida Sans Unicode",Segoe UI,Helvetica,Arial,sans-serif; 
	font-size: 1em;
	font-color: #1c072c;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: normal;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd;
	
}

table.menutable{
	width: 100%;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,.4);
		border-spacing: 0px;
		cellpadding: 10px;
	cellspacing: 10px;
}
table.menutable tr:nth-child(even) {background: #ffffff}
table.menutable tr:nth-child(odd) {background: #f2f2f2}
table.menutable th{
	background: linear-gradient(to right, rgba(1,82,137,1) , rgba(2,148,247,1));
		font-family: Myriad Pro Semibold,"Lucida Grande","Lucida Sans Unicode",Segoe UI,Helvetica,Arial,sans-serif;
		font-size: 1em;
		color: #ffffff;
		margin-left: 0px;
		margin-right: 0px;
		border-bottom-style: solid;
		border-bottom-color: rgba(1,82,137,1);
		border-bottom-width: 4px;
		border-right-style: solid;
		border-right-color: rgba(1,82,137,1);
		border-right-width: 1px;
		border-left-style: solid;
		border-left-color: rgba(1,82,137,1);
	border-left-width: 1px;
}
table.menutable td{
	font-family: Myriad Pro Regular,"Lucida Grande","Lucida Sans Unicode",Segoe UI,Helvetica,Arial,sans-serif; 
		font-size: 1em;
		font-color: #1c072c;
		margin-left: 0px;
		margin-right: 0px;
		font-weight: normal;
		padding: 5px;
		border-style: solid;
		border-width: 1px;
	border-color: #dddddd;
}

a.menulink{
	
}

.checkbox, .radio{
	position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label, .radio label{
	display: inline-block;
	margin-bottom: 5px;
    min-height: 20px;
    margin-bottom: 0;
    cursor: pointer;
    padding-left: 25px;
    position: relative;
}

.checkbox input{
	position: absolute;
    left: 0px;
}

a.btnPlay{
    display: block;
    float: left;
    margin-right:2px;
    width: 28px;
    height: 27px;
    background-image: url('../interface/btn_play_Sprite_28X27.png');
    background-repeat: no-repeat;
    background-position: top;
}

a.btnStop {
    display: block;
    margin-right:2px;
    float: left;
    width: 28px;
    height: 27px;
    background-image: url('../interface/btn_pause_Sprite_28X27.png');
    background-repeat: no-repeat;
    background-position: top;
}

a.btnReplay {
    display: block;
    margin-right:2px;
    float: left;
    width: 28px;
    height: 27px;
    background-image: url('../interface/btn_replay_Sprite_28X27.png');
    background-repeat: no-repeat;
    background-position: top;
}

a.btnPlay:hover, a.btnStop:hover, a.btnReplay:hover{
	background-position: center;
}

#btnBarPopup {
	position:absolute;
	bottom:3vh;
	right:6vw;
	height:28px
}

.submitBtn, .returnBtn {
  background: #2b5d8c;
  background-image: -webkit-linear-gradient(top, #2b5d8c, #368cc2);
  background-image: -moz-linear-gradient(top, #2b5d8c, #368cc2);
  background-image: -ms-linear-gradient(top, #2b5d8c, #368cc2);
  background-image: -o-linear-gradient(top, #2b5d8c, #368cc2);
  background-image: linear-gradient(to bottom, #2b5d8c, #368cc2);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  border: 1px solid #173857;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 10px;
  text-decoration: none;
}

.returnBtn{
	margin-bottom:20px;
}

.submitBtn:hover, .returnBtn:hover {
  background: #2777C2;
  text-decoration: none;
  cursor: pointer;
}

.progressbar{
	position:absolute;
	bottom: 0px;
	left: -5vw;
	width: 202px;
	height: 14px;
	background-image: url("../images/Progress_Bar.png");
	border: 0px none transparent;
	padding: 0px;
	visibility: visible;
}

.progresstitle{
	font-family: "arial";
	font-size:14px;
	color: #341f0c;
	position:absolute;
	bottom: 25px;
	left: -2vw;
	width: 200px;
	height: 12px;
}

.progressindicator{
	position:absolute;
	bottom: 2px;
	left: -5vw;
	width: 4px;
	height: 10px;
	background-image: url("../images/Progress_Indicator.png");
	border: 0px none transparent;
	padding: 0px;
	visibility: visible;	
}
