/* CSS Document */

/*! normalize - making reset / default for all browsers */
html{font-family:Arial, Helvetica, sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted;}dfn{font-style:italic;}h1{font-size:2em;margin:.67em 0;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:1em 40px;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input{line-height:normal;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}b,strong,optgroup{font-weight:700;}pre,textarea{overflow:auto;}button::-moz-focus-inner,input::-moz-focus-inner,legend{border:0;padding:0;}

.ui-draggable-dragging{ z-index: 10000;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-o-backface-visibility:hidden;-ms-backface-visibility:hidden; cursor:move!important;}
*{-webkit-tap-highlight-color: rgba(0,0,0,0);}
.ui-state-disabled{cursor:default!important;}

/* Preloader */
#loaderContainer{ width:826px; height:350px; position:absolute; z-index:500;background-color:#fff; }
#progressBar{ position:absolute; width: 200px; height: 15px; left: 50%; top: 50%; margin: -25px 0 0 -100px;border-radius: 10px;background-color:#ddd; }
#progressBar > div{ background-color: #444; height: 15px; border-radius: 10px; }
#progressText {font-size: 15px;left: 50%;margin-left: -100px;position: absolute;text-align: center;top: 49%;width: 200px; font-weight:bold; color:#444; }


/* mainContainer */
#mainContainer{ width:826px; height:360px; position:absolute; background-color:#fff; cursor:default; overflow:hidden; }
#activityArea{ width: 826px; height:290px; }

#whitePatch{ position:absolute; width:100%; height:100%; top:0; left:0; background-color:#fff; }


/* description (on top) */
#desc{ padding: 0px 0px; text-align:left; font: normal 16px/120% Arial, Helvetica, sans-serif; color:#000; height: 60px; overflow: auto; outline: none;}

/* Tools (on Left) */

#tools{ float:left; width: 80px; border: 1px solid #999; 
margin-left: 0px;
margin-right: 5px;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px; font: normal 14px/120% Arial, Helvetica, sans-serif; color:#000; }

#tools .tool1,#tools .tool2{
	position: relative;
}
#tools .tool1 button,#tools .tool2 button{position: absolute;pointer-events: none;
    width: 97%;
    right: 0;
    height: 100%;
    top: 0;
    background: transparent;border: none;}
#tools .heading{ background-color:#f3f2f2; text-align:center; padding: 5px 0; border-bottom: 1px solid #999; }

#tools div + div{ text-align:center; padding: 5px; }
#tools img{ display:block; margin:0 auto 3px; cursor: pointer; position:relative; }

#tools img#tool1{ cursor:move; }
#tools img#tool2.ui-draggable{ cursor:move; }

/* Disable State */
#tools div.disable, #tools div.disable img, #tools img.disable{ cursor: default; opacity: 0.5; }
.hidden{ visibility: hidden; }
#tools img.defaultCursor{ cursor: default; }

.hide{opacity:0 }

/* Stage (on Right - Main animation / activity area)*/
#stage{ float:right; width:736px; height: 290px; overflow:hidden; }
#stage > div{ width:736px; height: 290px; position: absolute; pointer-events: none; }

.continue{
	position: absolute; right: 10px; top: 246px; background-image: url(../images/continue_btn.png);
	width:130px; height:35px; cursor:pointer; display:none;pointer-events:auto;border: none;
}

/* Step 1 */
#step1{ background-image: url(../images/s1.png); background-repeat: no-repeat; }
#step1.d1{ background-position: -736px 0; }
#step1.d2{ background-position: -1472px 0; }
#step1.d3{ background-position: -2208px 0; }
#step1.d4{ background-position: -2944px 0; }

.dropArea1, .dropArea2, .dropArea3, .dropArea4{ height: 48px;left: 205px;position: absolute;top: 5px;width: 49px; }
.dropArea2, .dropArea3, .dropArea4, .dropArea5{ display: none; }
#step1 .dropArea2{ left:356px; }
#step1 .dropArea3{ left:506px; }
#step1 .dropArea4{ left:657px; }

span.playAnim{ cursor: pointer;height: 21px;left: 79px;position: absolute;top: 82px;transform: rotate(6deg);width: 38px;pointer-events:auto; }

#step1 .dropArea5{
	height: 35px;left: 72px;position: absolute;top: 104px;width: 620px;
	transform: rotate(6deg);-moz-transform: rotate(6deg);-webkit-transform: rotate(6deg);-ms-transform: rotate(6deg);-o-transform: rotate(6deg);
}

#step1 span{ display:none; padding:10px 11px 0 11px; font-size: 10px; }
#step1 span.on{ display:block; }

/* Step 2 */
#step2, #step3, #step4{ background: url(../images/s2_0.png); }
#step2_0, #step3_0, #step4_0{ background: url(../images/s2_0_1.png); }
#step2_1, #step3_1, #step4_1{ background: url(../images/s2_1.png); }
#step2_2, #step3_2, #step4_2{ background: url(../images/s2_2.png); }
#step2_3, #step3_3, #step4_3{ background: url(../images/s2_3.png); }
#step2 button,#step3 button,#step4 button{
    height: 21px;
    left: 79px;
    position: absolute;
    top: 82px;
    transform: rotate(6deg);
    width: 38px;
    pointer-events: auto;
    background: transparent;
    border: 0;
}

/* timerContainer */
#stage > div#timerContainer{height: 0;
    left: 89px;
    position: absolute;
    top: 60px;
    width: 0;
	display:none; }
#timerContainer div{position: absolute;top: 5px;width: 49px;height: 48px;}
#t1{left: 205px;}#t2{left: 356px;}#t3{left: 506px;}#t4{left: 657px;}

#timerContainer span{font-size: 10px;display: block;position: relative;top: 10px;text-align: center;}
#timerContainer span.big{ font-size: 15px; background-color:#fff; top:37px; display:none; padding:0 0 0 5px; }
#t1 span.big{ left:0.5px; }
#t2 span.big, #t3 span.big{ left:2px; }
#t4 span.big{ left: 1.5px; }

/* step 0 */
#step0{ background-image: url(../images/s0.png); }
#step0 .dropArea2{ left:356px; display:block; }
#step0 .dropArea3{ left:506px; display:block; }
#step0 .dropArea4{ left:657px; display:block; }
#step0 span{ display:none; padding:10px 11px 0 11px; font-size: 10px; }
#step0 span.on{ display:block; }

.dragCarToTrack{
	background-image: url("../images/move_car.png");background-position: 15px 50%;background-repeat: no-repeat;cursor: move;height: 44px;left: 630px;position: absolute;top: 130px;width: 63px;pointer-events:auto;outline: none;
}
#step0 .dropArea5{display: block;height: 42px;left: 70px;position: absolute;top: 70px;width: 65px;}
#step0 button{background: transparent;
    background-position: 15px 50%;
    background-repeat: no-repeat;
    cursor: move;
    height: 44px;
    left: 630px;
    position: absolute;
    top: 130px;
    width: 63px;
    pointer-events: auto;
    outline: none;
    border: 0;}
/* Pre Calling Css Images, trick */
.loadCssImgs{width:0; height:0;}
.loadCssImgs .lci1{ background-image: url(../images/s2_0.png); }
.loadCssImgs .lci2{ background-image: url(../images/s2_0_1.png); }
.loadCssImgs .lci3{ background-image: url(../images/s2_1.png); }
.loadCssImgs .lci4{ background-image: url(../images/s2_2.png); }
.loadCssImgs .lci5{ background-image: url(../images/s2_3.png); }

.sr-only, #statusDiv {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }