body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
.flexColumns {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.flexColumnsBetween {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#infoBottomTool>div {
	margin: 0 10px;
}
#infoBottomTool {
	margin-top: -0.8em;
	width: 100%;
	font-size: small;
}
#infoBottomTool .errorSignal {
	color: red;
}
input, textarea, select, button {
	outline: none;
}
@media (max-width: 1100px) {
	.body {
		flex-wrap: wrap;
	}
	.body>div {
		min-width: 350px;
	}
	.canvasMap {
		/* max-width: 100%; */
	}
}
@media (max-width: 387px) {
	.body {
		justify-content: left;
	}
}
@media (max-width: 730px) {
	#badgets {
		max-height: 30vw;
	}
	#toolsPlayers .name {
		display: none;
	}
	#levelList .levels,
	#levelList .heads {
		margin-left: 7% !important;
		margin-right: 7% !important;
	}
	/* #levelList>div {
		top: 3em;
	} */
}
.body>div {
	box-sizing: border-box;
	margin: 10px 10px 10px 10px;
	vertical-align: top;
	display: inline-block;
}
.column1>* {
	display: inline-block;
}
#column1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#fullReport {
	position: absolute;
	margin: auto;
	z-index: 10000000;
	top: 0;	bottom: 0; left: 0; right: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 0vw;
	/* opacity: 0; */
	font-weight: bold;
	color: white;
}
#fullReport>*:not(.score) {
	position: absolute;
	margin: auto;
	top: 0;	bottom: 0; left: 0; right: 0;
	height: max-content;
	padding-bottom: 20vh;
}
#fullReport .score {
	zoom: 0.5;
	position: absolute;
	margin: auto auto 10vh auto;
	padding: 10vh;
	width: max-content;
    height: max-content;
	line-height: normal;
	background-color: greenyellow;
	border: solid  darkgreen 5px;
	border-radius: 100px;
	color: darkgreen;
	font-size: 15vw;
	bottom: 0; left: 0; right: 0;
}
#fullReport .pass {
	z-index: 10000001;
	animation: fullReport 2s linear;
}
@keyframes fullReport {
	0% { font-size: 0vw; opacity: 0; }
	20% { font-size: 25vw; opacity: 1; }
	80% { font-size: 20vw; }
	100% { font-size: 1000vw; }
}




.inLine2 {
	display: inline;
}
.inLine:not(input) {
	display: contents;
}
/* .toNewLine {
	display: block;
} */
.shadow {
	opacity: 0.4;
}
.shadow2 {
	opacity: 0.2;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
.hidden, .hidden2, .hidden3 {
	display: none !important;
}
.opacity0 {
	opacity: 0;
}
.transparent {
	color: transparent !important;
	background-color: transparent !important;
	text-shadow: none !important;
}
.deg180 {
	display: inline-block;
	transform: rotate(180deg);
	transform-origin: center center;
}
.deg90 {
	display: inline-block;
	transform: rotate(90deg);
	transform-origin: center center;
}
.horizontalTextSeparator{
	margin: 5px 20px;
	padding: 0;
	height: 0;
	border: solid white 1px;
	box-shadow: 1px 1px 3px #888;
}
.flexFullWidth {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.flexFullWidth>div:first-child, .flexFullWidth>div:last-child {
	flex: 1;
	content: ' ';
	display: inline-block;
	margin: 0.5em 20px;
	padding: 0;
	width: calc(100% - 40px);
	height: 0;
	border: solid white 1px;
	box-shadow: 1px 1px 3px #888;
}



.openableTree.group, .openableTree .group {
	height: 1.3em;
	overflow: hidden;
}
.openableTree.group, .openableTree .group,
.openableTree .pointer, .openableTree .show,
.openableTree .key, .openableTree .value {
	display: inline-block;
	vertical-align: top;
}
.openableTree .key {
	margin-right: 1ch !important;
}
.openableTree .content>div {
	/* text-align: right; */
	text-align: left; /* zarovnáva hodnoty viacrozmerných polí */
}
.openableTree .group.open>.show::after {
	content: ':\00a0';
}
.openableTree .pointer {
	display: inline-block;
	transform-origin: center center;
	transition: all 0.3s linear;
}
.openableTree .pointer, .openableTree .show {
	cursor: pointer;
}
.openableTree .group>.content {
	width: 0;
}
.openableTree .group.open>.content {
	display: inline-block;
	width: auto;
}
.openableTree .group.open>.pointer {
	transform: rotate(90deg);
}



.anim02 { transition: all 0.2s linear; }
.anim03 { transition: all 0.3s linear; }
.anim05 { transition: all 0.5s linear; }
.elementBlink {
	background-color: #888;
}
.elementBlinkRed, input.elementBlinkRed {
	background-color: #f00 !important;
}

@keyframes opacityUp05_10_100 {
	10% { opacity: 0.5; }
	100% { opacity: 1; }
}
@keyframes opacityBlinkC {
	10% { opacity: 0.2; }
	90% { opacity: 0.2; }
	100% { opacity: 1; }
}
@keyframes opacityBlink {
	50% { opacity: 0.2; }
	100% { opacity: 1; }
}
@keyframes opacityUp06_80_100 {
	80% { opacity: 0.6; }
	100% { opacity: 1; }
}
@keyframes opacityUp1_80_100 {
	80% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes opacityUp {
	100% { opacity: 1; }
}
@keyframes opacityDown {
	100% { opacity: 0; }
}
@keyframes zoomDown501001210 {
	50% { transform: scale(1.2); }
	100% { transform: scale(1); }
}
@keyframes zoomUp501000810 {
	50% { transform: scale(0.8); }
	100% { transform: scale(1); }
}
@keyframes backgroundOpacity50100 {
	50% { background-color: transparent; }
	100% { background-color: initial; }
}


