/* Template - CSS */
/* The State of Queensland (Department of Education and Training) */

html {
	background: #fff;
}

body {
	background: #fff;
	font-family: 'Segoe', 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', 'Verdana', 'sans-serif';
}

#content_wrapper{
	min-height: 590px;
	max-height: 590px;
}

main {
	/*IE*/
	display:block;
	position: relative;
	width: 950px;
	height: 525px;
	border: solid thin #aaa;
	margin: auto;
}

#loader_screen{
	position:absolute;
	width: 950px;
	height:525px;
	z-index: 5;
	background-image: url('../assets/images/start_screen_bg.jpg');
}

#loader_screen img{
	position: relative;
	width:98px;
	height: 18px;
	margin-left:46%;
	margin-top: 51%;
}

#mobileStartScreen{
	position: absolute;
	width: 950px;
	height: 525px;
	background: #fddb98;
}

#mobileStartBtn{
	position: relative;
	display: block;
	background: #ffcc66;
	padding: 10px;
	width: 180px;
	top: 200px;
	margin: auto;
	text-align: center;
	font-size: 24px;
	color: #5d4413;
	cursor: pointer;
	box-shadow: 5px 5px 10px #5d4413;
	border-radius: 4px;
	border: 1px solid #5d4413
}

#button_controls_wrapper{
	position: absolute;
	width: 950px;
}

#button_control{
	position: absolute;
	top: 480px;
	width: 950px;
}

#sound_buttons_control{
	position: absolute;
	top:420px;
	margin-left: 22px;
}

.play-sound{
	display: block;
	margin-left: 15px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #ffcc66;
	cursor: pointer;
	box-shadow: 0 3px 3px #5d4413;
}

.play-sound.play:before{
	content: "";
	position:relative;
	top: 6px;
	left: 11px;
    display:inline-block;
    width:0;
	height:0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 16px solid #5d4413;
}

.play-sound.stop:before{
	content: "";
	position:relative;
	top: 8px;
	left: 8px;
    display:inline-block;
    width:0;
	height:0;
	border-top: 9px solid #5d4413;
	border-bottom: 9px solid #5d4413;
	border-right: 9px solid #5d4413;
	border-left: 9px solid #5d4413;
}

.btn{
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight:bold;
    font-size:20px;
    cursor: pointer;
    background-color: #ffcc66;
    display:block;
    box-shadow: 0 3px 3px #5d4413;
    border-radius: 5px;
    padding-top:0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color: #5d4413;
	border: solid 1px #5d4413;
	text-align: center;
	touch-action:none;
}

.btn.hover:hover,
.btn.hover:active,
#main_play_sound_btn.hover:hover,
#main_play_sound_btn.hover:active,
#popup_play_sound_btn.hover:hover,
#popup_play_sound_btn.hover:active,
.close-btn.hover:hover,
.close-btn.hover:active,
#mobileStartBtn.hover:hover,
#mobileStartBtn.hover:active{
    background-color: #fcc24f;
}

.btn_small{
    width: 42px;
    height: 37px;
}

.btn_very_small{
    width: 35px;
    height: 30px;
}

.btn_wide{
    width: 85px;
    height: 37px;
}

.btn.disabled{
	opacity: 0.75;
	cursor: default;
	color: #331a01;
}

.back_btn{
	margin-left: 10px;
}

.back_btn:before{
    content: "";
    display:inline-block;
    width:0;
	height:0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-right: 16px solid #5d4413;
    margin-top: 4px;
	position: relative;
	top: 4px;
	margin-right: 5px;
}

.back_btn.disabled:before{
	border-right: 16px solid #331a01;
}

.next_reset_btn{
	padding-top: 0;
	width: 80px;
	margin-left: 185px;
}

.next_reset_btn.replay{
	padding-top: 4px;
	height: 33px;
}

.next_reset_btn:after{
    content: "";
    display:inline-block;
    width:0;
	height:0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 16px solid #5d4413;
    margin-top: 4px;
	top: 4px;
    position:relative;
    left: 5px;
}

.next_reset_btn.replay:after{
	content: "";
    display:inline-block;
    width:0;
	height:0;
	border-top: none;
	border-bottom: none;
	border-left: none;	
}

.next_reset_btn.disabled:after{
	border-left: 16px solid #5d4413;
}

.next_reset_btn.replay{
	padding-top: 4px;
	height: 33px;
}

.next_reset_btn.mobile.replay{
	padding-top: 7px;
	height: 30px;
}
.next_reset_btn.mobile.win8.replay{
	padding-top: 4px;
	height: 34px;
}

.next_reset_btn.replay:after{
	border-top: none;
	border-bottom: none;
	border-left: none;
}

.play_btn,
.clear_btn{
	padding-top: 4px;
    height: 33px;
    width: 75px;
	margin-left: 500px;
}

.float-left{
	float:left;
}

footer {
	font-family: Arial, Helvetica, sans-serif;
}

*:not(input),
.noselect:not(input){
   -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(255, 255, 255, 0);
}

footer {
	font-family: Arial, Helvetica, sans-serif;
	width: 950px;
	margin: 0px auto;	
	text-align: center;
}

.hide{
	display:none;
}

.noshow{
	visibility: hidden;
}