@charset "utf-8";

/* ============================================================ */
/* ! ----------------- help										*/
/* ============================================================ */


.help {
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 98%;
	height: 88%;
	max-width: 1107px;
	max-height: 788px;
	padding: 6em 2em 2em 2em;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0px 0px 18px black;
	}

.help fieldset {
	border: initial;
	margin: initial;
	padding: initial;
	display: inline-block;
	margin-top: 4px;
	}
@media all and (-ms-high-contrast: none) {
	.help fieldset {
		border: white;
		padding-left: 0;
		margin-top: 0;
		}
	}

.help > div + div img { display: none }

.help > div.page1 + div img.i1 { display: block; }
.help > div.page2 + div img.i2 { display: block; }
.help > div.page3 + div img.i3 { display: block; }
.help > div.page4 + div img.i4 { display: block; }
.help > div.page5 + div img.i5 { display: block; }

.help div:first-Child {
	position: absolute;
	display: flex;
	top: 2em;
	width: 100%;
	}

.help input {
	display:none;
	}

.help input:checked + span {
	background-color: #A0F3E8;
	}

.help input[type="radio"] {
	visibility:hidden;
	}

.help span , .help button {
	width: auto;
	min-width: 110px;
	height: auto;
	margin: -5px;
	padding: 4px 14px;
	white-space: nowrap;
	font-size: 12pt;
	color: #aaa;
	background-color: white;
	border: 2px solid #aaa;
	border-radius: 6px;
	}
.help span:hover,
.help span:active,
.help button:hover,
.help button:active {
	color: black;
	border-color: black;
	}

.help span {
	margin-left: 0;
	margin-right: 10px;
	}

.help button {
	height: 29px;
	display: inline-block;
	margin: 0 3em 0 auto;
	line-height: 1;
	}

.image {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	overflow: scroll;
	}
/*
#instruction {
	background-color: transparent;
	overflow: hidden;
	}
*/

.touch #instruction img {
	width: 100%;
	height: auto;
	}