@charset "utf-8";
body{
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#555555;
}
.wrapper{
	padding:5px 5px 0px 5px;
}
.tool-area{
	min-height:42px;
}
.tool{
	float:left;
	margin:0 4px 0 0;
}
.tool > span{
	display:block;
	margin:-5px -5px 4px -5px;
	padding:4px;
	background:#333333;
	color:#FFFFFF;
	font-size:10px;
}
.tool-area ul{
	border:1px solid #777777;
	padding:4px 4px 0px 4px;
	min-height:25px;
}
.tool li{
	display:block;
	float:left;
	padding:2px;
	list-style-type:none;
}
.tool li a{
	display:inline-block;
	width:16px;
	height:16px;
}
.tool-color li a{
	width:14px;
	height:14px;
	border:1px solid #000000;
}
.select-tool[data-tool="marker"]{
	background:url(images/marker.png) no-repeat center center;
}
.select-tool[data-tool="crayon"]{
	background:url(images/crayon.png) no-repeat center center;
}
.select-tool[data-tool="eraser"]{
	background:url(images/eraser.png) no-repeat center center;
}
.select-tool[data-tool="fill-color"]{
	background:url(images/fill-color.png) no-repeat center center;
}
.select-tool[data-tool="remove-color"]{
	background:url(images/remove-color.png) no-repeat center center;
}

.select-pen-size[data-size="huge"]{
	background:url(images/pen-huge.png) no-repeat center center;
}
.select-pen-size[data-size="large"]{
	background:url(images/pen-large.png) no-repeat center center;
}
.select-pen-size[data-size="normal"]{
	background:url(images/pen-normal.png) no-repeat center center;
}
.select-pen-size[data-size="tiny"]{
	background:url(images/pen-tiny.png) no-repeat center center;
}
.select-pen-size[data-size="small"]{
	background:url(images/pen-small.png) no-repeat center center;
}
.select-pen-size[data-size="brush"]{
	background:url(images/pen-brush.png) no-repeat center center;
}

.select-eraser-size[data-size="huge"]{
	background:url(images/eraser-huge.png) no-repeat center center;
}
.select-eraser-size[data-size="large"]{
	background:url(images/eraser-large.png) no-repeat center center;
}
.select-eraser-size[data-size="normal"]{
	background:url(images/eraser-normal.png) no-repeat center center;
}
.select-eraser-size[data-size="tiny"]{
	background:url(images/eraser-tiny.png) no-repeat center center;
}
.select-eraser-size[data-size="small"]{
	background:url(images/eraser-small.png) no-repeat center center;
}
.select-eraser-size[data-size="brush"]{
	background:url(images/eraser-brush.png) no-repeat center center;
}

#canvasDiv canvas{
	border:1px solid #e4e4e4;
	box-shadow: 1px 1px 3px #e4e4e4;
}


.palette-wrapper{
	border:1px solid #DDDDDD;
	padding:4px;
	display:inline-block;
}
a.palette{
	border:1px solid #555555;
	width:24px;		
	height:24px;
	display:inline-block;
	vertical-align:bottom;
	text-align:center;
	text-decoration:none;
	color:#555555;
	background:#00A2E8;		
}
a.background-color{
	border:1px solid #555555;
	width:24px;		
	height:24px;
	display:inline-block;
	vertical-align:bottom;
	text-align:center;
	text-decoration:none;
	color:#555555;
	background:#FFFFFF;		
}
a.fore-color{
	border:1px solid #555555;
	width:24px;		
	height:24px;
	display:inline-block;
	vertical-align:bottom;
	text-align:center;
	text-decoration:none;
	color:#555555;
	background:#22B14C;		
}
a.copy-color{
	border:1px solid #555555;
	width:24px;		
	height:24px;
	display:inline-block;
	vertical-align:bottom;
	text-align:center;
	text-decoration:none;
	color:#555555;
	background:#FFFFFF;		
}
span.tile-16{
	display:block;
	float:left;
	vertical-align:bottom;
	padding:1px;
	line-height:16px;
}
a.color-16{
	width:16px;		
	height:16px;
	line-height:16px;
	display:inline-block;
	vertical-align:bottom;
	text-align:center;
	text-decoration:none;
	color:#555555;
	background:url(images/color-16.png) no-repeat center center;
}
a.color-picker{
	background:url(images/color-picker.png) no-repeat center center;
}
a.start-camera{
	background:url(images/camera.png) no-repeat center center;
}
a.planetbiru{
	background:url(images/planetbiru.png) no-repeat center center;
}
span.tile-24{
	display:inline-block;
	vertical-align:bottom;
	padding:4px;
	border:1px solid #B0B0B0;
	line-height:24px;
}
span.tile-24 a{
	width:26px;		
	height:26px;
	line-height:24px;
	display:inline-block;
	vertical-align:bottom;
	text-align:center;
	text-decoration:none;
}

.tool-group{
	display:inline-block;
	vertical-align:top;
	margin:0px 0px;
}
.tool-group, .palette-wrapper{
	margin-bottom:4px;
}
.tool-palette{
	width:110px;
}
.capture-container{
	display:none;
}
.eraser-size{
	display:none;
}

span.tile-24-selected{
	box-shadow:inset 0px 0px 3px #B0B0B0;
}
.palette-wrapper-selected{
	box-shadow:inset 0px 0px 3px #B0B0B0;
}
.export{
	display:none;
}
.form-input{
	padding:2px 0;
}
#progressbarupload{
	background-color:#CCC;
}
#progressbaruploadinner{
	height:10px;
	background-color:#093;
	width:0%;
}
#text{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
	border:1px solid #DDDDDD;
	background-color:#FFFFFF;
	padding:4px;
	font:Tahoma, Geneva, sans-serif;
	font:12px;
}
.form-input input[type="button"],
.form-input input[type="submit"],
.form-input input[type="reset"],
.form-input button{
	border:1px solid #DDDDDD;
	background-color:#FAFAFA;
	color:#555555;
	padding:4px 12px;
}

.warning {
    margin: 5px 0px;
    padding: 8px 16px;
    background-color: #FFFCDC;
    border: 1px solid #DDB000;
}