/* 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 {
	cursor: move;
	pointer-events: auto;
}

.ui-draggable-dragging {
	z-index: 10000;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	backface-visibility: hidden;
}

/* Preloader */
#loaderContainer {
	width: 826px;
	height: 360px;
	position: absolute;
	z-index: 70;
	top: 0;
	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;
}

/* #whitePatch */
#whitePatch {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 60;
}

#dragArea {
	position: absolute;
	top: 70px;
	width: 826px;
	height: 290px;
	pointer-events: none;
}

#dragArea.up {
	top: 45px;
	height: 315px;
}

/* mainContainer */
#mainContainer {
	width: 826px;
	height: 360px;
	position: absolute;
	background-color: #fff;
	cursor: default;
	overflow: hidden;
}

#activityArea {
	width: 826px;
	height: 290px;
}

/* descrption (on top) */
#desc {
	text-align: left;
	font: normal 16px/120% Arial, Helvetica, sans-serif;
	color: #000;
	height: 60px;
	position: absolute;
	top: 0;
}

#desc span {
	padding: 5px 10px;
	display: block;
	background-color: #fff;
}

/* Tools (on Left) */
#tools {
	border: 1px solid #999999;
	color: #000000;
	font: 14px/120% Arial;
	background-color: #fff;
	left: 10px;
	min-height: 50px;
	position: absolute;
	top: 75px;
	width: 96px;
	z-index: 50;
}

#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>div>span {
	display: block;
	background-repeat: no-repeat;
}

.hide {
	display: none;
}

.show {
	display: block;
}

/* Tool1 */
#compass-button,
#tool1 {
	background-image: url("../images/compass.png");
	height: 46px;
	margin: 3px auto 5px;
	width: 46px;
	cursor: pointer;
	pointer-events: auto;
}

#compass-button {
	position: absolute;
	background: none;
	padding: 0;
	border: none;
	z-index: -1;
	left: 25px;
	margin: 0;
	top: 35px;
}

#tool1.ui-draggable-dragging {
	background-position: -46px 0;
	height: 56px;
	margin: 0 0 -10px 18px;
	width: 56px;
}

/* Disable State */
#tools div.disable,
#tools div.disable img,
#tools img.disable,
#tools div.disable * {
	cursor: default !important;
	opacity: 0.5;
}

.hidden {
	visibility: hidden;
}

.defaultCursor {
	cursor: default !important;
}

/* Stage (on Right - Main animation / activity area)*/
#stage {
	width: 826px;
	height: 360px;
	overflow: hidden;
	position: relative;
}

#stage>div {
	width: 854px;
	height: 360px;
	position: absolute;
	pointer-events: none;
}

.continue {
	position: absolute;
	right: 38px;
	top: 316px;
	background: none;
	background-image: url(../images/continue_btn.png);
	width: 130px;
	height: 35px;
	cursor: pointer;
	display: none;
	pointer-events: auto;
	border: none;
	padding: 0;
}

.dropArea {
	display: none;
	pointer-events: none;
	position: absolute;
}

/* Step 1 */
#step1 #cloth-button,
#step1 .cloth {
	background-image: url("../images/cloth.png");
	height: 100px;
	left: 110px;
	position: absolute;
	top: 160px;
	width: 260px;
}

#step1 #cloth-button {
	background: none;
	z-index: 0;
	border: none;
	padding: 0;
}

#step1 .cloth.ui-draggable-dragging {
	background-position: -275px 0;
	width: 275px;
	height: 114px;
}

#step1 .dropArea {
	display: block;
	height: 240px;
	left: 502px;
	top: 80px;
	width: 193px;
}

#step1 #s1Anim_1,
#step1 #s1Anim_2 {
	position: absolute;
	width: 854px;
	height: 360px;
	top: 0;
}

#s1Anim_1 {
	background-image: url(../images/s1_1.png);
}

#s1Anim_2 {
	background-image: url(../images/s1_2.png);
}

/* Step 2 */
#step2 .dropArea {
	background-image: url("../images/s2.png");
	height: 236px;
	width: 236px;
	left: 520px;
	top: 60px;
	display: block;
}

#s2Anim {
	background-image: url("../images/anim.png");
	height: 236px;
	width: 236px;
	left: 520px;
	top: 60px;
	position: absolute;
}

.blankDiv,
.blankDiv2,
#statusDiv, .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

div,
span,
button {
	outline: none;
}