/* Template - CSS */
/* The State of Queensland (Department of Education and Training) */

html {
    touch-action: manipulation;
}

body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    background: #FFFFFF;
    -ms-touch-action: none;
    height: 650px;
    cursor: default;
}

main {
	/*IE*/
	display:block;

}

.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;
}

/* Colours -----------------*/

.main-color {
    color: #2D8BE8;
}

.text-color {
    color: #1465b5;
}

.text-color2 {
    color: #FFFFFF;
}

.text-color3 {
    color: #000000;
}


.bg-color {
    background-color: #FFFFFF;
}

.bg-color2 {
    background-color: #66B3FF;
}

.border-color {
    border-color: #2D8BE8;
}

.border-color2 {
    border-color: #0072BC;
}

/* Main background & Containers-- --------- */

.main-container{	
    display: block;
    width: 950px;
    height: 500px;
    margin: auto;
	overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;
    background-image: url(../assets/images/bg.png);
}

.main-border {
    position: relative;
    background-color: #fff, 0.0;
    display: block;
}


.instruction-container {
	display:block;
	width: 710px;
	border-width: 2px; 
	margin-top: 10px;    
    border-width: 2px;
    border-style: solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.content-left {
    width: 286px;
    height:403px;
}

.content-right {
    width: 650px;
    height: 395px;
}


.image-container {
    display: block;
    width: 115px;
    height: 220px;
    border-width: 2px;
    border-style: solid;
    margin-left: 20px;
    margin-top: 60px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


.container {
    display: block;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
}

.popup-container {
    position: absolute;
    z-index: 100; 
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    cursor: pointer;
}


.help-container {
    width: 380px;
    height: 190px;
    top: 100px;
    left: 323px;
}


.try-container,
.none-container{
    width: 300px;
    height: 120px;
/*    top: 100px;*/
    top: 225px;
    left: 363px;
}

.check-container {
    width: 350px;
    height: 120px;
}

.correct-container,
.final-container {
    width: 340px;
    height: 160px;
}


.right-top-container,
.right-bottom-container {
    width: 650px;
    height: 175px;
}

.grid-title-container {
    width: 164px;
    height: 119px;
    flex-direction: column;
    display: flex;

}

.bottom {
   margin-top: auto;
}

.grid-container {
	display:block;
	width: 454px;
    height: 115px;
	border-width: 2px;
    border-style: solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.spacer {
    margin-top: 20px;
}

.drop-square {    
	width: 90px;
    height: 57px;    
}

.top-border {
    border-top: 1px;
    border-top-style: solid;
    border-top-color: #0072BC;
}

.right-border {
    border-right: 1px;
    border-right-style: solid;
    border-right-color: #0072BC;
}

.well-done-container {
    margin-left: 5px;
    width: 454px;
}

.drag-from-box1 {
    width: 51px;
    height: 51px;
    margin-top: 45px;
    
    
}

.drag-from-box2 {
    width: 51px;
    height: 51px;
    margin-top: 30px;
    
}


/*.drop-square .drag input {    
    cursor: pointer;
    pointer-events: none;    
}*/







/* Text ---------------------------------*/

.popup-text {
    position: absolute;
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-text2 {
    position: absolute;
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-top {
	display: block;
	width: 950px;
	height: 55px;
	margin: auto;
}


.text-instructions {
    font-weight: 500;
    font-size: 18px;
    margin-left: 20px;
    padding: 5px 0px 6px 8px;
}

.text-header {
    font-weight: bold;
    font-size: 35px;
    padding-left: 10px;
    line-height: 45%;
}

.text-grid-title {
    font-size: 18px;
    font-weight: bold;
}

.text-well-done {
    font-size: 16px;
    font-weight: bold;
}

/* Images---------- */

.blue-btn {
    background-image: url(../assets/images/buttonBlue.png);
    display: block;
    width: 48px;
    height: 48px;
     margin: auto;
    margin-top: 5px;
    cursor: pointer;
    
}

.red-btn {
    background-image: url(../assets/images/buttonRed.png);
    display: block;
    width: 48px;
    height: 48px;
     margin: auto;
    margin-top: 5px;
    cursor: pointer;
    
}

.toothpick {
    background-image: url(../assets/images/toothpick.png);
    display: block;
    width: 50px;
    height: 51px;
     margin: auto;
    margin-top: 5px;
    cursor: pointer;
}


/* Buttons ---------------------------------*/


.noClick80op {
    pointer-events: none;
    opacity: 0.8;
}

.noClick {
    pointer-events: none;
}


.avoid-clicks {
    pointer-events: none;
    opacity: 0.6;
}

.btn-container {
    position: relative;
    bottom: 0;
    width: 914px;
    padding: 10px 15px 10px 15px;
    height: 25px;
}

.btn-container-center {
    display: block;
    width: 320px;
    height: 31px;
    margin: auto;
    overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: hidden;
}


.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: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #a1a1a1;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    width: 98px;
    height: 27px;
    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;
}

.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: #ffffff;
}

.btn-tab {
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
    border-width: 2px;
    border-style: solid;
    display: block;
    overflow: -moz-hidden-unscrollable;
    overflow: -ms-hidden-unscrollable;
    overflow: visible;
    width: 43px;
    height: 33px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    line-height: 160%;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (hover: none) {
    .btn-tab:hover
}

.btn-tab:hover {
    background: #ebebeb;
}

.btn-tab:active,
.btn-tab.selected {
   background: #cbeeff;
}

.btn-close {
    font-size: 18px;
    font-weight: bold;
    width: 30px;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    margin-right: 5px;
}

.btn-direction {
    font-size: 18px;
    font-weight: bold;
    width: 50px;
    height: 27px;
    line-height: 150%;
}

#left_arrow {
    position: absolute;
    margin-top: 4px;
    margin-left: 12px;
    border-top: 10px solid transparent;
    border-right: 20px solid #006699;
    border-bottom: 10px solid transparent;
    float: left;
    pointer-events: none;
}

#right_arrow {
    position: absolute;
    margin-top: 4px;
    margin-left: 18px;
    border-top: 10px solid transparent;
    border-left: 20px solid #006699;
    border-bottom: 10px solid transparent;
    float: right;
    pointer-events: none;
}



footer {
	font-family: Arial, Helvetica, sans-serif;
	width: 950px;
    margin: auto;
    text-align: center;
}
