/* Template - CSS */
/* The State of Queensland (Department of Education and Training) */

html {
    touch-action: manipulation;
}

body {
	margin:0px auto;
    height: 420px;
    width: 760px;
    background: white;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;

}

.nonselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.float-top{
    float:top;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.clear-fix{
    clear: both;
}

.margin-auto {
    margin: auto;
}


/* Main background & Containers-- --------- */
.main-container{	
    background: url(../assets/images/bg.png) no-repeat;
    display: block;
    height: 420px;
    width: 760px;
    margin: auto;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;
    background-color: white;
    border: 1px solid #0066CC;
}


.coverAll {
    display: none;
    position: absolute;    
    margin: 0 auto;
    top: 0;
    height: 422px;
    width: 762px;
    cursor: pointer;
    z-index: 100;
    background-color: rgba(6, 201, 249,0.3);
}


.message {
    border-radius: 10px;
    border: 2px solid #FFFFFF;
    background: #0066CC;
    padding: 15px 5px;
    margin: auto;
    margin-top: 200px;
    width: 120px;
    cursor: pointer;
}

.message p {
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

footer{
    position: relative;
    top: 0px;
    width: 760px;
    margin: auto;
    text-align: center;
    pointer-events: none;
}

small{
    width: 760px;
    display: inline-block;
}

.play-message{
    position: absolute;
    background: #0066CC;
    width: 762px;
    height: 41px;
    top: 379px;
    padding-top: 2px;
    user-select: none;
}

.btn {
    position: relative;
    -moz-box-shadow: inset 0px 1px 0px 1px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 1px #ffffff;
    box-shadow: inset 0px 1px 0px 1px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #feffff), color-stop(1, #e0e0e0));
    background: -moz-linear-gradient(top, #feffff 5%, #e0e0e0 100%);
    background: -webkit-linear-gradient(top, #feffff 5%, #e0e0e0 100%);
    background: -o-linear-gradient(top, #feffff 5%, #e0e0e0 100%);
    background: -ms-linear-gradient(top, #feffff 5%, #e0e0e0 100%);
    background: linear-gradient(to bottom, #feffff 5%, #e0e0e0 100%);
    background-color: #feffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
/*    border: 1px solid #a1a1a1;*/
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    width: 35px;
    height: 35px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 150%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    margin-top: 2px;
    margin-left: 10px;
    
}

.btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e0e0e0), color-stop(1, #f5f5f5));
    background: -moz-linear-gradient(top, #e0e0e0 5%, #f5f5f5 100%);
    background: -webkit-linear-gradient(top, #e0e0e0 5%, #f5f5f5 100%);
    background: -o-linear-gradient(top, #e0e0e0 5%, #f5f5f5 100%);
    background: -ms-linear-gradient(top, #e0e0e0 5%, #f5f5f5 100%);
    background: linear-gradient(to bottom, #e0e0e0 5%, #f5f5f5 100%);
    background-color: #e0e0e0;
}


@media (hover: none) {
    .btn:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #feffff), color-stop(1, #e0e0e0));
        background: -moz-linear-gradient(top, #feffff 5%, #e0e0e0 100%);
        background: -webkit-linear-gradient(top, #feffff 5%, #e0e0e0 100%);
        background: -o-linear-gradient(top, #feffff 5%, #e0e0e0 100%);
        background: -ms-linear-gradient(top, #feffff 5%, #e0e0e0 100%);
        background: linear-gradient(to bottom, #feffff 5%, #e0e0e0 100%);
        background-color: #feffff;
    }
}


.IsDeskTop .btn:active {
    position: relative;
    top: 1px;
    -moz-box-shadow: inset 0px 1px 0px 1px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 1px #ffffff;
    box-shadow: inset 0px 1px 0px 1px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ababab));
    background: -moz-linear-gradient(top, #ffffff 5%, #ababab 100%);
    background: -webkit-linear-gradient(top, #ffffff 5%, #ababab 100%);
    background: -o-linear-gradient(top, #ffffff 5%, #ababab 100%);
    background: -ms-linear-gradient(top, #ffffff 5%, #ababab 100%);
    background: linear-gradient(to bottom, #ffffff 5%, #ababab 100%);
    background-color: #feffff;
}



.btn-print {
    width: 55px;
    right: 40px;
    line-height: 210%;
    color: #0066CC;
    
}

#playIcon {
    position: absolute;
    margin-top: 8px;
    margin-left: 10px;
    border-top: 10px solid transparent;
    border-left: 20px solid #0066CC;
    border-bottom: 10px solid transparent;
    float: right;
    pointer-events: none;
}

#pauseIcon{
    position:absolute;
    margin-top: 8px;
    margin-left: 10px;
    border-left: 5px solid #0066CC;
    border-right: 5px solid #0066CC;
    width: 5px;
    height: 20px;
    pointer-events: none;
}

#stopIcon{
    position:absolute;
    margin-top: 10px;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    background-color: #0066CC;
    pointer-events: none;
}
