/* Template - CSS */
/* The State of Queensland (Department of Education and Training) */

html {
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
    touch-action: none; 
    -ms-touch-action: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
	cursor: default;
}

main {
	/*IE*/
	display:block;

}



.main_colour {
	background-color: #0072bc;
}

.secondary_colour {
	background-color: #003471;
}


.noselect {
  -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;
}

.float-top{
    float:top;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.start_btn {
	position: absolute;
	cursor: pointer;
	margin-left: 375px;
	margin-top: 200px;
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 40px;
	background: #0072bc;
	z-index: 1002;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	-webkit-touch-callout: none;
  	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none; 
  	-ms-user-select: none;
  	user-select: none;
}

.IsTouch .start_btn:hover,
.IsiPad .start_btn:hover{	
	background: #0072bc;
}

.start_btn:hover {
  background: #003471;
  text-decoration: none;
}

.start_shadow{
	position:absolute;
	display: block;
    width:950px;
    height:500px;	
	background-color: #000000;
	opacity: 0.6;
	z-index: 1001;
    overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;	
}

.main-container{
	background-image: url(../assets/images/Chalkbaord.png);
    display: block;
    width: 950px;
    height: 500px;
    margin: auto;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;
}

.main-border{
    position: relative;
	background-color: #fff, 0.0;
    display: block;
    width: 944px;
    height: 459px;
    margin: auto;
	margin-top: -3px;
	border-style: solid;
	border-color:#0072bc;
	border-width: 0px 3px 3px 3px;
    overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;
	
}

#header_top{
	background-color: #0072bc;
	display: block;
	width: 950px;
	height: 41px;
	margin: auto;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;
}

#title{
	background: url(../assets/images/title.png) no-repeat;
    width: 407px;
    height: 30px;
    margin-left: 330px;
    margin-top: 7px;
}

#header_bot{
	position: absolute;
	background-color: #003471;
	display: block;
	width: 950px;
	height: 25px;
	margin-top: 41px;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;
	}


.max-head {
	background-image: url(../assets/images/max_head.png);
	position: absolute;
	width:132px;
	height:101px;
	margin-top: -36px;
	margin-left: 4px;
	z-index:999;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;
}

#max-mouth{
    top: 56px;
    left: 57px;
    position: absolute;
}

#max-eye{
    top: 28px;
    width: 23px;
    height: 18px;
    left: 47px;
    position: absolute;
}

.workflow-fixed {
	background-color: #003471;
	display: block;
	width: 113px;
	height: 23px;
	margin-right: -1px;
	border-style: solid;
	border-color:#0d004c;
	border-width: 1px;
	font-family: Arial;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;
}

.workflow-box{
	background-color: #003471;
	display: block;
	width: 113px;
	height: 23px;
	margin-right: -1px;
	border-style: solid;
	border-color:#0d004c;
	border-width: 1px;
	font-family: Arial;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
	z-index: 9998;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;
}

.workflow-active-box{
	background-color: rgba(0, 0, 0, 0.6);
	display: block;
	width: 113px;
	height: 23px;
	margin-right: -1px;
	border-style: solid;
	border-color:#0d004c;
	border-width: 1px;
	font-family: Arial;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
	z-index: 9999;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;
}

.worflow-start-spc {
	margin-left: 148px;
}

.circle {
	cursor: pointer;
	width: 24px;
	height: 24px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin-top:7px;
	margin-left:10px;
	background: #898989;
	float: left;
}

.IsTouch .circle:hover,
.IsiPad .circle:hover{	
	background: #898989;
}

.circle:hover {
	background: #0072bc;

}

#circle_intro {
	margin-top: 3px;
	margin-left: 140px;
	float: left;
}

#circle_content {
    margin-top: -5px;
	margin-left:140px;
	float: left;
}

.circle_content_choice {
	background: #0072bc;
	margin-top:15px;
	margin-left:5px;
	float: left;
}

.IsTouch .circle_content_choice:hover,
.IsiPad .circle_content_choice:hover{	
	background: #0072bc;
}

.circle_content_choice:hover {
	background: #003471;
}


.play {
	margin-top:5px;
	margin-left:8px;
	border-top: 7px solid transparent;
	border-left: 12px solid white;
	border-bottom: 7px solid transparent;
	float: left;
}

.stop {
	width: 12px;
    height: 12px;
	margin-top:6px;
	margin-left:6px;
	background-color: #fff;
	float: left;
}

.text {
	font-family: Arial;
	color: #fff;
	font-size: 16px;	
	padding-right: 10px;
	line-height: 100%;
	padding-left:0px;
}

.text_intro {
	margin-left: 172px;
	margin-top: 16px;
	font-size: 14px;
	line-height: 120%;
	cursor: default;
}

.text_content {
	margin-left: 170px;
	margin-top: 42px;
}

.text_story {
	width: 464px;
	line-height: 110%;	
    margin-left: 40px;
    position: absolute;
    margin-top: 289px;
    font-size: 22px;
	cursor: default;
}

.hidden_words{
	opacity: 0;
}

.highlight{
    color: #FFEB3B;
}
.highlight-yellow{
    color: #FFC107;
    opacity: 1;
}

.highlight-yellow{
  animation: pulse 5s;
}

@keyframes pulse {
  0% {
    color: #FFC107;
  }
  100% {
    color: #FFFFFF;
  }
}



.circle-text-story{
    margin-left: 8px;
    position: absolute;
    margin-top: 289px;
}

.note {
	font-family: Arial;
	color: #fff;
	font-size: 14px;
	margin-left: 40px;
	margin-top: 20px;
	padding-right: 10px;
	line-height: 98%;
	cursor: default;
}

.thanks_text {
	position: absolute;
	font-family: Arial;
	color: #fff;
	font-size: 10px;
	margin-left: 112px;
	margin-top: 3px;	
	width: 154px;
	line-height: 100%;
	text-decoration: none;
	-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;
}


.img-resize {
	width: 103px;
	height: auto;
}


.placeholder_container {
	position: absolute;
  	margin-left: 7px;		
	margin-top: 67px;
	width: 930px;
	height: 335px;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: visible;
}


.placeholder{
	background-color: #fff;
	display: block;
	width: 102px;
	height: 76px;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: visible;
}

.placeholder_bot{
	background-color: #fff, 0;
	display: block;
	width: 102px;
	height: 76px;
	border-style: solid;
	border-color: #B5B5B5;
	border-width: 1px;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: visible;
}

.image_1 {
	margin-left: 65px;
	margin-top: 10px;
	background-color: #656564;
	-moz-backface-visibility: hidden;
}

.image_1 > * {
	cursor: pointer;
}
/*.draggable{
	z-index: 9;
	position: relative;
}*/
.image_1 {
	cursor: default;
}
.draggable{
	cursor: pointer;
}

.image_1 .draggable .tape_small_2, 
.image_1 .draggable .small_tape{
	display: none;
}


.image_1_second {
	margin-left: 76px;
	margin-top: 10px;
}

.image_second {
	margin-left: 76px;
	margin-top: 30px;
}

.image_second_1 {
	margin-left: 65px;
	margin-top: 30px;
}

.image_first_thrid {
	margin-left: 36px;
	margin-top: 30px;
}

.image_second_thrid {
	margin-left: 24px;
	margin-top: 30px;
}

.image_thrid {
	margin-left: 24px;
	margin-top: 30px;
}

.btn_container {
	position: absolute;
  	bottom: 0;		
	width: 914px;
	padding: 10px 15px 10px 15px;
	height: 35px; 
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;
}

.btn_container_center {
	display: block;
	width: 360px;
	height: 35px;
 	margin: auto;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;
}

.btn_container_sides {	
	display: block;
	width: 100px;
	height: 35px;
 	margin: auto;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;
}

.margin_auto {
	margin: auto;
}

.btn {
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	background: #0072bc;
	width: 96px;
	height: 31px;
	border: 2px solid white;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 31px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none; 
	-ms-user-select: none;
	user-select: none;
}

.IsTouch .btn:hover,
.IsiPad .btn:hover{	
	background: #0072bc;
}

.btn:hover {
  background: #003471;
  text-decoration: none;
}

.close_btn {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: Arial Black;
	color: #ffffff;
	font-size: 24px;
	background: #0072bc;
	margin-top: -10px;
	margin-right: -10px;
	width: 31px;
	height: 31px;
	border: 2px solid white;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 31px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none; 
	-ms-user-select: none;
	user-select: none;
}

.IsTouch .close_btn:hover,
.IsiPad .close_btn:hover{	
	background: #0072bc;
}

.close_btn:hover {
  background: #003471;
  text-decoration: none;
}

.close {
	cursor: pointer;
	position: absolute;
	margin-left: -2px;
	margin-top: 5px;
	width: 32px;
	height: 32px;
}
.close:before, .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 20px;
	width: 5px;
	background-color: #fff;
}
.close:before {
  	transform: rotate(45deg);
}
.close:after {
	transform: rotate(-45deg);
}


.left_arrow {
	position: absolute;
	margin-top:4px;
	margin-left:8px;
	border-top: 12px solid transparent;
	border-right: 15px solid white;
	border-bottom: 12px solid transparent;
	float: left;
}

.right_arrow {
	position: absolute;
	margin-top:4px;
	margin-left:75px;
	border-top: 12px solid transparent;
	border-left: 15px solid white;
	border-bottom: 12px solid transparent;
	float: right;
}


.magnifying_glass {
	background-image: url(../assets/images/mag_glass.png);
	position: absolute;
	margin-top:-9px;
	cursor: pointer;
	margin-left: 75px;
	width: 37px;
	height: 37px;
	z-index: 99;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: visible;
}
.IsTouch .draggable:hover,
.IsTouch .magnifying_glass:hover,
.IsiPad .small_img:hover{

    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
	background-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none; 
  	-ms-user-select: none;
  	user-select: none;
}
.IsTouch .draggable:focus:active,
.IsTouch .magnifying_glass:focus:active,
.IsiPad .small_img:focus:active,
.IsTouch .draggable:focus:active,
.IsTouch .magnifying_glass:focus:active,
.IsiPad .small_img:focus:active,{
    outline: -webkit-focus-ring-color auto 0px;
 -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
}


.small_img {
	width: auto;
	height: 76px;
}

.large_img {
	position: absolute;
	display: block;
	margin-left: 255px;
    margin-top: 85px;
	width: 435px; /* change back to auto */
	height: 326px;
	z-index: 1003;
	border: 2px solid white;		
}


.title_img_sml {
    background-image: url(../assets/images/sunny_102x76.png);
}
.title_img {
    background-image: url(../assets/images/sunny.png);
}
.locked_img_sml {
    background-image: url(../assets/images/tired_102x76.png);
}

.locked_img {
    background-image: url(../assets/images/tired.png);
}

.bus_img_sml {
    background-image: url(../assets/images/bus_102x76.png);
}
.bus_img {
    background-image: url(../assets/images/bus.png);
}

.ferry_img_sml {
    background-image: url(../assets/images/ferry_102x76.png);
}

.ferry_img {
    background-image: url(../assets/images/ferry.png);
}

.museum_img_sml {
    background-image: url(../assets/images/musem_102x76.png);
}

.museum_img {
    background-image: url(../assets/images/musem.png);
}

.picnic_img_sml {
    background-image: url(../assets/images/picnic_102x76.png);
}

.picnic_img {
    background-image: url(../assets/images/picnic.png);
}

.pizza_img_sml {
    background-image: url(../assets/images/pizza_102x76.png);
}

.pizza_img {
    background-image: url(../assets/images/pizza.png);
}

.river_img_sml {
    background-image: url(../assets/images/river_102x76.png);
}

.river_img {
    background-image: url(../assets/images/river.png);
}

.seesaw_img_sml {
    background-image: url(../assets/images/seesaw_102x76.png);
}

.seesaw_img {
    background-image: url(../assets/images/seesaw.png);
}

.slippery_slide_img_sml {
    background-image: url(../assets/images/slippery_slide_102x76.png);
}

.slippery_slide_img {
    background-image: url(../assets/images/slippery_slide.png);
}

.sweet_shop_img_sml {
    background-image: url(../assets/images/sweet_shop_102x76.png);
}

.sweet_shop_img {
    background-image: url(../assets/images/sweet_shop.png);
}

.swing_img_sml {
    background-image: url(../assets/images/swing_102x76.png);
}

.swing_img {
    background-image: url(../assets/images/swings.png);
}

.small_tape {
	position: absolute;
	width: 146px;
	height: 111px;
	margin-top: -15px;
	margin-left: -20px;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;
}

.large_tape {
	position: absolute;
	width: 450px;
	height: 93px;
	margin-top: -35px;
	margin-left: -30px;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: visible;
}

.rotate {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.tape_small_1 {
    background-image: url(../assets/images/tape_1.png);
}

.tape_small_2 {
    background-image: url(../assets/images/tape_2.png);
}

.tape_small_3 {
    background-image: url(../assets/images/tape_3.png);
}

.tape_small_4 {
    background-image: url(../assets/images/tape_4.png);
}

.tape_small_5 {
    background-image: url(../assets/images/tape_5.png);
}

.tape_lrg_1 {
    background-image: url(../assets/images/tape_lrg_1.png);
}

.tape_lrg_2 {
    background-image: url(../assets/images/tape_lrg_2.png);
}

.tape_lrg_3 {
    background-image: url(../assets/images/tape_lrg_3.png);
}

.tape_lrg_4 {
    background-image: url(../assets/images/tape_lrg_4.png);
}

.tape_lrg_5 {
    background-image: url(../assets/images/tape_lrg_5.png);
}

.tape_lrg_6 {
    background-image: url(../assets/images/tape_lrg_6.png);
}

.tape_lrg_7 {
    background-image: url(../assets/images/tape_lrg_7.png);
}

.tape_lrg_8 {
    background-image: url(../assets/images/tape_lrg_8.png);
}

.tape_lrg_9 {
    background-image: url(../assets/images/tape_lrg_9.png);
}

.tape_lrg_10 {
    background-image: url(../assets/images/tape_lrg_10.png);
}

.tape_lrg_11 {
    background-image: url(../assets/images/tape_lrg_11.png);
}

.tape_lrg_12 {
    background-image: url(../assets/images/tape_lrg_12.png);
}

.content_img {
	width: 399px;
	height: 300px;
	margin-top: 35px;
	margin-right: 30px;
}

.content_choice {
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
 	 border-radius: 10px;
  	background: #fff;
  	width: 460px;
  	height: 55px;
  	margin-left: 30px; 
  	cursor: pointer;
}

.content_choice_text {
	margin-left: 35px;
	text-decoration: none;
  	text-align: left;
  	vertical-align: middle;
  	line-height: 54px;
	font-size: 20px;
  	font-family: Arial;
  	color: #0d004c;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none; 
  	-ms-user-select: none;
  	user-select: none;
}

.choice_one {
	margin-top: 70px;
	
}

.choice_two {
	margin-top: 20px;
}

.content_choice_animation_red{
    background-color: #f97777;
  
}

.content_choice_animation_white{
    background-color: #FFFFFF;  

}

.report-image{
    margin: auto;
    margin-top: 43px;
}

.report_img {
    width: 435px;
    height: 300px;
}

.circle-text-report-story{
    margin-left: 8px;
    position: absolute;
    margin-top: 307px;
}

.text_report_story {
    Width: 822px;
    line-height: 110%;
    margin-left: 40px;
    position: absolute;
    margin-top: 305px;
    font-size: 25px;
	cursor: default;
}

.printing-section-title{
    border-bottom: 3px dashed #ccc;
    border-top: 3px dashed #ccc;
    padding: 25px;
    height: 100px;
    width: 100%;
    display: block;
}

.printing-section-title img{
    float: left;
    width: 150px;
}

.printing-section h1{
    float: left;
    margin-top: 150px;
    margin-left: 15px;
}

.printing-section{
    border-bottom: 3px dashed #ccc;
    border-top: 3px dashed #ccc;
    padding: 25px;
    height: 210px;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.printing-section img{
    float: left;
	width: 285px;
}

.printing-section p{
    float: left;
    margin-top: 100px;
    margin-left: 15px;
    font-size: 20px;
        width: 400px;
}

#back-button{
    color:#000;
    width: 100px;
    height: 30px;
}

#back-button:before{
    content: "Back";
}

footer {
	font-family: Arial, Helvetica, sans-serif;
	width: 900px;
    margin: auto;
    text-align: center;
}

@media screen and (max-width: 990px){
    footer {
		margin: 0px;
		margin-left: 37px;        
    }
}

@media print {
    footer {page-break-after: always;}
}
