/* Template - CSS */
/* The State of Queensland (Department of Education and Training) */


/* #ContentBody and .TopText must add up to a height of 460px */

.PageMover #ContentBody{
	height: 400px;
	max-height: 460px;
	position: relative;
	overflow: hidden;
}

.PageMover .TopText{
	padding-top: 15px;
	min-height: 45px;
	padding-left: 30px;
}

.PageMover .BodyWrapper{
	max-height: 460px;
}

.PageMover .WhiteBackgroundColor{
	background-color: #F8F6F4;
	color: black;
}

#ContentBody .Background{
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	z-index: 0;
}

#ContentBody .Body{
    position: relative;
	z-index: 1;
}

*:not(input):not(textarea):not(area):not(map){
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	cursor: default;
	
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	
}

*:not(input):not(textarea)::selection 
{
    background-color:transparent;
} 
*:not(input):not(textarea)::-moz-selection
{
    background-color:transparent;
}

input {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}


html {
  background-color: white;
  min-height: 100%;
}

body {
     font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

main {
	/*IE*/
	display:block;
}

footer {
   font-family: Arial, Helvetica, sans-serif;
   width:750px;
   text-align:center;	
   position:relative;
   margin:0 auto;
}

.PageMover{
	width: 950px;
	height: 540px;
	margin: 0px auto;
	position: relative;
}

.PageMover .Header{
   height: 20px;
   padding-left:30px;
   padding-right: 30px;
   line-height: 20px;
   padding-top:  10px;
   padding-bottom: 10px;
   font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}





.PageMover .TheText{
	text-align: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.PageMover .Header .Subject{
   display: inline-block;
   font-size: 20px;
   float: left;	
   text-align: left;
   font-weight: bold;
}

.PageMover .Header .Title{
   display: inline-block;
   font-size: 20px;
   float: right;
   text-align: right;
   font-weight: bold;	
}

.PageMover .MoreProminant{
	float: right;
	text-align: right;
}

.PageMover .LessProminant{
	float: left;
	text-align: left;
}

.PageMover .ButtonRow{
	padding-right: 30px;
	padding-left: 30px;
	height: 30px;
	padding-top:  5px;
    padding-bottom: 5px;
}

.PageMover .PageMoverCoverScreen{
    position: absolute;
	left: 0px;
	top: 0px;
	width: 950px;
	height: 540px;	
	opacity: 0.8;
	z-index: 1001;
}

.PageMover .StartButton{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -80px;
	margin-top: -50px;
	z-index: 1001;
	height: 100px;
	width: 160px;
	line-height: 100px;
	font-size: 15px;
	text-align: center;
	border-radius: 20px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	cursor: pointer;
}

.PageMover .TopText p:first-of-type{
    margin-top: 0px;	
}

.pm-clear{
   clear: both;	
}

.pm-button *{
    cursor: pointer;	
}

.PageMover .help{
	width: 30px;
	min-width: 30px;
	font-size: 28px;
	line-height: 30px;
	 height: 30px;
	 max-height: 30px;
	 position: relative;
	 display: inline-block;
}

.PageMover .pm-button.volume{
	width: 30px;
	min-width: 30px;
	font-size: 20px;
	line-height: 30px;
	 height: 30px;
	 max-height: 30px;
	 float: right;
	 display: inline-block;
	 margin-top: -6px;
}

.PageMover .pm-button .icon{
	display:block;
  	height: 30px;
 	width: 40px;
	position: relative;
    left: -10px;
}

.PageMover .pm-button.icon-volume3 .icon{
  background-image: url(../assets/images/audio3.png);
  background-repeat: no-repeat;
}

.PageMover .pm-button.icon-volume2 .icon{
  background-image: url(../assets/images/audio2.png);
  background-repeat: no-repeat;
}

.PageMover .pm-button.icon-volume1 .icon{
  background-image: url(../assets/images/audio1.png);
  background-repeat: no-repeat;
}

.PageMover .pm-button.icon-volume0 .icon{
  background-image: url(../assets/images/audio0.png);
  background-repeat: no-repeat;
}

.PageMover .PlayMainAudio{
	width: 15px;
	min-width: 15px;
	font-size: 15px;
	line-height: 30px;
	padding-top: 1px;
	height: 29px;
	max-height: 30px;
	float: left;
	display: inline-block;
}

div .pm-button:first-of-type{
   margin-left: 0px;	
}

.PageMover .PlayMainAudio.pm-button:first-of-type{
   margin-right: 15px;
   margin-bottom:15px;
   float: left;
   
}

.PageMover .PopupBox{
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -150px;
   margin-top: -130px;
   width: 300px;
   height: auto;
   -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
   box-shadow: 0px 3px 9px rgba(0,0,0,0.5);	
   z-index: 1000;
}

.PageMover .PopupBox .MessageHeader{
    text-align: center;
  	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	padding: 3px;
	height: 22px;
	
}

.PageMover .PopupBox .TheMessage{
	padding: 20px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.PageMover .PopupBox .pm-button.close{
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	padding-left: 0px;
	padding-right: 0px;
	top: 1px;
	float: right;
}

.PageMover .PopupBox.clickable, .PageMover .PopupBox.clickable *{
    cursor: pointer;	
}

.PageMover .PopupBox .TheMessage p:first-of-type{
	margin-top: 0px;
}

.PageMover .PlayPopupAudio.pm-button:first-of-type{
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 10px;
   margin-bottom:10px;
   float: left;
   padding: 0px;
   padding-top: 1px;
   padding-left: 1px;
   width: 24px;
   min-width: 24px;
	max-width: 24px;
	font-size: 14px;
	line-height: 25px;
	 height: 24px;
	 max-height: 24px;
	 display: inline-block;
}

.PageMover .PopupBox  .CommandButtons{
  text-align: center;
  margin: 0px auto;	
  margin-bottom: 15px;
  width: auto;
}

.PageMover .PopupBox .CommandButtons .pm-button{
	float: none;
	display: inline-block;
}

.icon-next{
   line-height: 30px;
   font-size: 12px;	
}

.pm-button{
   height: 30px;
    max-height: 30px;
   min-width: 50px;
   padding-left: 10px;
   padding-right: 10px;	
   line-height: 30px;
   font-size: 14px;
   font-weight: 700;
   text-align: center;
   box-shadow: 1px 1px 2px #222222; 
   border-radius: 2px;
   color: white;
   font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
   margin-left: 15px;
   display: block;
   cursor: pointer;
    position: relative;
	float: left;
	
	
}

footer{
   text-align:center;	
}

.pm-table{
	display: table;
}

.pm-table-row{
   display: table-row;	
}

.pm-column{
   display: table-cell;	
   vertical-align: top;
}

/* TabBox CSS */



.PageMover .TabBox .content-area{
   float: left;	
   border-radius: 0px;
}

.PageMover .TabBox .tab-area{
   float: left;	
   margin-top: 4px;
}

.PageMover .TabBoxTab{
   min-width: 40px;
   text-align: center;
   margin-left: -4px;
   margin-top: -4px;
   padding-left: 5px;
   padding-right: 5px;
   line-height: 40px;
   font-weight: bold; 	
}

.PageMover .TabBoxTab, .PageMover .TabBoxTab *{
    cursor: pointer;	
}

.disabled, .pm-button.disabled *{
  opacity: 0.5;
  cursor: default;
}

.stopped .icon-play:before {
	content: "";
	display: inline-block;
	width: 0; 
	height: 0; 
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 12px solid white;
	margin-top: 5px;
}
.playing .icon-play:before {
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	border: 7px solid white;
	margin-top: 7px;
}

.icon-next.next div{
	position: relative;
    left: 27px;
    top: -28px;
}

.pm-button.next{
	padding-left:5px;
	padding-right: 15px;
}

.icon-next.next div:before {
	content: "";
	display: inline-block;
	width:0;
	height:0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 11px solid white;
}

.icon-next.previous:before {
	display: inline-block;
	position: relative;
	top:2px;
	content: "";
	width:0;
	height:0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 11px solid white;
}
