#fps {
	position: absolute;
	z-index: 100;
	top: 10px;
	left: 10px;
	font-size: 1.4em;
	background-color: white;
}
.slidy-central {
	width: 960px;
	margin: 0 auto;
}

.canvas-wrapper {
	float: right;
	position: relative;
	width: 780px;
	height: 780px;
	display: table;
	padding: 0px;
}
.canvas-wrapper canvas {
	padding: 0px;
	border: 1px solid black;
	position: absolute;
	background-color: transparent;
	top: 0;
	left: 0;
}
#box1 {
	width: 150px;
	height: 150px;
	border: 1px solid black;
	z-index: 199;
  	-ms-touch-action: none;
}
.pika {
	width: 3px;
	height: 3px;
	position:absolute;
	top:84px;
	left:78px;
	background-color: red;
	z-index: 200;
}
#viewport {
	position: relative;
}
.hidden {
	display: none !important;
}
.show {
	display: block;
}

#test-results {
	position: absolute;
	background-color: white;
	top: 10;
	left: 10;
	border: black 1px solid;
	padding: 4px;
	list-style: none;
}
.cursorPointer {
	cursor: pointer;
}
#test-results .show {
	display: list-item;
}
#test-results .pass {
	color: darkgreen;
}
#test-results .fail {
	color: red;
}
#test-results .group {
	font-weight: bold;
}
#test-results .expand-li {
	margin-left: 5px;
	font-size: 0.8em;
	color: gray;
}
.error {
	color: red;
}
.edit-mode {
	z-index: 1000;
	text-align: center;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	display: table-cell;
	font-size: 2em;
	font-weight: bold;
}
.slider {
	z-index: 999;
}
.slider-background {
	z-index: 998;
}
.slidy-central {

}
.slidy-dodaj{
	z-index: 1010;
	width: 160px;
}
.color-background {
	margin: 3px;
	position: relative;
}
.color {
	position: absolute;
}
.slidy-colors {
	margin-top: 3px;
	width: 160px;
	background-color: white;
}
.color-block {
	width: 32px;
	height: 32px;
	display: inline-block;
}
.slidy-manager {
	float:left;
}
span.color {
	margin-left: -1px;
	margin-top: -1px;
}
.slidy-colors .izbran {
	box-sizing:border-box;
	  -moz-box-sizing:border-box;
	  -webkit-box-sizing:border-box;
	border: 1px solid black;
}

.colors .neizbran {
	border: none;
}
.slidy-dodaj label input {
	display: block;
}
.slidy-dodaj input[type="text"], .slidy-dodaj input[type="number"], .slidy-dodaj input[type="string"] {
	width: 149px;
}
.expense-value {
	font-size: 2em;
}
.slidy-expense {
	width: 160px;
	word-break: break-all;
}
.slidy-expense span {
	height: 10px;
}
.expenses-name {
	font-size: 1.4em;
}

.clear-both {
	clear: both;
}
.unselect {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;

	/*
	 Introduced in IE 10.
	 See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
	*/
	-ms-user-select: none;
	user-select: none;
}
.scroll {
	-ms-touch-action: auto;
	touch-action: auto;
	-webkit-touch-action: auto;
	-moz-touch-action: auto;
	-khtml-touch-action: auto;
}
.noscroll {
	-ms-touch-action: none;
	touch-action: none;
	-webkit-touch-action: none;
	-moz-touch-action: none;
	-khtml-touch-action: none;
}
.show-btn {
	display: inline-block;
}
@media screen and (max-width: 980px) {
	.canvas-ok {
		position: absolute;
		left: 30px;
		top: 370px;
	}
	.canvas-wrapper {
		width: 100%;
		float: none;
		top: 8px;
	}
	.slidy-central {
		width: 95%;
	}
	.slidy-manager {
		width: 95%;
		margin: 0 20px;
	}
	.slidy-dodaj {
		display: inline-block;
	}
	.slidy-expenses {
		display: inline-block;
		width: 60%;
	}
}
@media screen and (max-width: 480px) {
	.canvas-wrapper {
		width: 480px;
		top: 8px;
	}
}
