@font-face
{
	font-family: 'Leds';
	src: url('CursedTimerULiL.ttf');
/*  	src: url('CursedTimerULiL.ttf') format('truetype');  */
}
/*
@pjs preloadfont="CursedTimerULiL.ttf";
 */

html
{
	touch-action: manipulation;
}
body
{
	font-family: "Arial", Arial, sans-serif;
}
canvas
{
	font-family: "Leds", Leds;
}

input
{
 	color: Navy;
}
.canvasContainer
{
	position: relative;
	max-width: 96vw;
	min-width: 75vw;
	width: 96vw;
	width: calc(var(--vw, 1vw) * 96);
	height: 99vh;
	min-height: 90vh;
	/* width: 500px;
	height: 500px; */
/*
 	top: 0px;
 	left: 0px;
 	right: 0px;
 	bottom: 130px;
 */
 	resize: both;
 	overflow: scroll;
	font-family: "Leds", Leds;
	border: 1px solid Black;
	box-shadow: 3px 3px 3px Silver;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	z-index: 810;
}
.Canvas
{
	position: absolute;
	top: 0px;
	left: 0px;
}
.headerContainer
{
	font-size: 0.8em;
}
.Button
{
	font-size: 0.8em;
	width: 128px;
	background: PowderBlue;
	box-shadow: 5px 5px 5px MidnightBlue;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
}
.Button:hover
{
	background: SkyBlue;
	box-shadow: 5px 5px 5px MidnightBlue;
	cursor: pointer;
}
.Button:active
{
	background: DeepSkyBlue;
	box-shadow: 1px 1px 1px MidnightBlue;
}
.shade
{
	border: 1px solid #AAAAAA;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px DarkGray;
}
.Message
{
	position: fixed;
	top: 10px;
	left: 100px;
	background: Red;
	color: Yellow;
	font-size: 1.2em;
	padding: 6px;
	border: 1px;
	z-index: 900;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px DarkGray;
}
.invoer
{
	color: Yellow';
}
.verwerk
{
	color: CornFlowerBlue';
}
.uitvoer
{
	color: 'White';
}
/* pre {
  font-family: monospace;
  background-color: #fff;
  width: em(440);
  margin: 4em auto;
  padding: 0.5em;
  border-radius: .25em;
  box-shadow: .1em .1em .5em rgba(0,0,0,.45);
  line-height: 0;
  counter-reset: line;

 	display: block;
    line-height: 1.5rem;

    &:before {
      counter-increment: line;
      content: counter(line);
      display: inline-block;
      border-right: 1px solid #ddd;
      padding: 0 .5em;
      margin-right: .5em;
      color: #888
    }
} */
.ProgramSource
{
	position: absolute;
	display: block;
	top: 2px;
	left: 2px;
	height: 8ch;
	width: 40ch;
	/* right: 4px;
	bottom: 40px; */
	color: GreenYellow;
	background: Black;
	padding: 10px;
	margin: 10px;
	font-family: monospace;
	overflow: auto;
	border: 1px solid Navy;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px DarkGray;
}
.absButton
{
	position: absolute;
	bottom: 4px;
	line-height: 32px;
	font-size: 24px;
}
.hover	{ cursor: help; }
.help
{
	position: absolute;
	display: block;
	top: 100px;
	left: 16px;
	z-index: 992;
	padding: 10px;
	max-width: 80%;
	min-width: 256px;
	background: LemonChiffon;
	color: Navy;
	max-width: 90vmin;
	max-height: 90vmin;
	overflow: auto;
}
.help h2
{
	color: DarkGreen;
}
.helptext
{
/*
	display: flex-block;
	flex-wrap: wrap;
 */
	box-shadow: none;
	outline: 0;
	border: 0;
/* 	min-width: 500px; */
}
.helpimg
{
	display: inline;
	max-width: 380px;
	max-height: 768px;
	margin: 0 10px 10px 4px;
	float: left;
}
.tips
{
	background: #fffffa;
	border: 1px solid #AAAAAA;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px DarkGray;
	padding: 6px;
}
.closer
{
	position: sticky;
	top: -16px;
	right: 1px;
	padding: 2px;
	background: Gold;
}
.contextMenu
{
	position: absolute;
	padding: 4px;
	top: 100px;
	left: 10px;
	background: LightSlateGray;
	font-size: 10px;
	border: 1px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px DarkGray;
}
.lightMenu
{
	position: absolute;
	padding: 4px;
	top: 100px;
	left: 10px;
	background: DarkSlateGray;
	font-size: 10px;
	border: 1px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px DarkGray;
}
.question
{
	position: absolute;
	z-index: 900;
	background: Gold;
	color: Black;
	padding: 6px;
	border: 1px solid #AAAAAA;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px DarkGray;
}
input[type="text"], input[type="email"], input[type="password"]
{
	background: Lavender;
	color: Navy;
	outline: 0;
	margin: 6px;
	padding: 4px;
	font-size: 12px;
	min-width: 100px;
	border: 1px solid #AAAAAA;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
/* 	box-shadow: 3px 3px 3px DarkGray; */
}
input[type="button"], input[type="file"]
{
	outline: 0;
	margin: 6px;
	min-width: 64px;
	border: 1px solid #AAAAAA;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px DarkGray;
}
input[type="button"]:active, input[type="file"]:active
{
	outline: 0;
	background: GoldenRod;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: -2px -2px 3px DarkGray;
}
input[type="button"]:hover, input[type="file"]:hover
{
	outline: 0;
	background: Khaki;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
}
.input
{
	position: absolute;
	border: 1px solid #AAAAAA;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: -2px -2px 3px DarkGray;
}
input[type=number]
{
	background: Lavender;
	color: Navy;
	outline: 0;
	margin: 6px;
	padding: 4px;
	font-size: 1.2em;
	min-width: 100px;
}
input[type=range]
{
	height: 38px;
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
	pointer-events: none;
	z-index: 700;
}
input[type=range]:focus
{
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track
{
	width: 80%;
	height: 10px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 1px 1px 1px Black;
	background: SteelBlue;
	border-radius: 5px;
	border: 1px solid DarkSlateGray;
	z-index: 200;
}
input[type=range]::-webkit-slider-thumb
{
	box-shadow: 1px 1px 1px Black;
	border: 0px solid Black;
	height: 30px;
	width: 10px;
	border-radius: 5px;
	background: DarkSlateGray;
	cursor: ew-resize;
	-webkit-appearance: none;
	margin-top: -11px;
	pointer-events: auto;
	z-index: 201;
}
input[type=range]::-moz-range-track
{
	width: 100%;
	height: 10px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 1px 1px 1px DarkSlateGray;
	background: RoyalBlue;
	border-radius: 5px;
	border: 1px solid DarkSlateGray;
	z-index: 200;
}
input[type=range]::-moz-range-thumb
{
	box-shadow: 1px 1px 1px Black;
	border: 1px solid Black;
	height: 30px;
	width: 15px;
	border-radius: 5px;
	background: White;
	cursor: pointer;
	pointer-events: auto;
	z-index: 201;
}
input[type="range"]::-moz-range-progress
{
 	height: 10px;
	background-color: Peru;
}

input[type="range"]::-moz-range-track
{
	background-color: Green;
}
input[type=range]::-ms-track
{
	width: 80%;
	height: 10px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}
input[type=range]::-ms-fill-lower
{
	background: RoyalBlue;
	border: 1px solid Black;
	border-radius: 10px;
	box-shadow: 1px 1px 1px Black;
}
input[type=range]::-ms-fill-upper
{
	background: RoyalBlue;
	border: 1px solid Black;
	border-radius: 10px;
	box-shadow: 1px 1px 1px Black;
}
input[type=range]::-ms-thumb
{
	margin-top: 1px;
	box-shadow: 1px 1px 1px Black;
	border: 1px solid Black;
	height: 30px;
	width: 15px;
	border-radius: 5px;
	background: White;
	cursor: ew-resize;
}
input[type=range]:focus::-ms-fill-lower
{
	background: Peru;
}
input[type=range]:focus::-ms-fill-upper
{
	background: RoyalBlue;
}
/*
.dropdown-submenu .dropdown-menu
{
	top: 0;
	left: 100%;
	margin-top: -1px;
}
 */
.closeblock
{
	width: 200px;
	height: 40px;
	background: RoyalBlue;
	color: White;
	font-size: 2.0em;
	text-align: center;
	padding: 6px;
	border: 1px solid #AAAAAA;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px DarkGray;
}
.timemachine
{
	position: absolute;
	z-index: 900;
	width: 400px;
	height: 220px;
	background: AliceBlue;
	color: Black;
	font-size: 1.0em;
	text-align: left;
	padding: 6px;
	border: 1px solid #AAAAAA;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px DarkGray;
}
.namepopup
{
	position: absolute;
	background: White;
	z-index: 900;
	padding: 6px;
	min-width: 150px;
	margin-top: 1px;
	box-shadow: 1px 1px 1px Black;
	border: 1px solid Black;
	border-radius: 5px;
}
.popupitem
{
	font-size: 1.2em;
	padding: 4px;
}
.popuplist
{
	position: absolute;
	z-index: 900;
	background: LightGray;
	color: Black;
	font-size: 1.4em;
	min-width: 128px;
	padding: 6px;
	border: 1px solid #AAAAAA;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px DarkGray;
}
.sliderpopup
{
	position: absolute;
	background: LightGray;
	color: Black;
	font-size: 1em;
	min-width: 128px;
	padding: 6px;
	z-index: 910;
	border: 1px solid #AAAAAA;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px DarkGray;
}
.popupcolors
{
	position: absolute;
/* 	outline: Black solid thin; */
	overflow: hidden;
	color: Black;
	font-family: Arial;
	font-size: 20px;
}
.popup
{
	position: absolute;
	background: CornflowerBlue;
	z-index: 910;
	padding: 6px;
	border: 1px solid #AAAAAA;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px DarkGray;
}
.popup #selectit
{
	font-size: 1.2em;
}
.avg
{
	position: absolute;
	top: 100px;
	left: 0px;
	font-size: 1em;
	line-height: 1em;
	max-width: 98vmin;
	max-height: 98vmin;
	background: Khaki;
	overflow: auto;
	padding: 6px;
	border: 1px solid #AAAAAA;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px DarkGray;
}
.Page
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100vmin;
	width: 100vmin;
}
.Header
{
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 100vw;
	min-height: 100px;
	line-height: 3em;
}
.Headertext
{
	float: right;
/* 	font-family: ; */
	font-size: 24px;
	color: Gold;
	padding: 24px 24px 0 0;
}
.text
{
	font-size: 1em;
	min-width: 100px;
	min-height: 100px;
	color: Navy;
	background: #fafafa;
	padding: 6px;
	overflow: hidden;
	cursor: text;
}
.text:hover
{
	cursor: text;
}
.Banner
{
	min-height: 64px;
	line-height: 2em;
	background-color: CornflowerBlue;
	background-image: url("banner.jpg");
	background-size: cover;
	background-repeat: no-repeat;
/*
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	 filter: alpha(opacity=50);
	 opacity: 0.5;
 */
}
/*	Systeembord menu style */
.menu
{
	display: inline;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 8px;
	width: 256px;
	z-index: 900;
/*
	font-size: 1.2em;
	line-height: 2em;
 */
}
.menubutton
{
	display: inline;
	max-width: 32px;
}
.menubutton:hover
{
	background: Gold;
	cursor: hand;
}
.menuitems
{
	display: block;
	z-index: 900;
	min-width: 300px;
	background: Khaki;
	padding: 1px;
	border: 1px solid #AAAAAA;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px DarkGray;
}
.menuitem
{
	font-size: 0.8em;
	display: block;
	min-width: 94%;
	padding: 2px;
	margin: 1px;
/*
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: Navy;
 */
}
.menuitem:hover
{
	color: Indigo;
	background: Gold;
	cursor: hand;
}
.menuitem:active
{
	color: Gold;
}
/*	Systeembord menu style */
/*	Login styles */
.Menu
{
	display: none;
	top: 0px;
	width: 100vw;
	background: PowderBlue;
	font-size: 0.8em;
	z-index: 900;
}
.Menuitem
{
	display: inline;
	padding: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: Navy;
}
.Menuitem:hover
{
	color: Yellow;
	cursor: hand;
}
.Menuitem:active
{
	color: Gold;
}
.intro
{
	position: absolute;
	top: 240px;
	left: 1px;
	width: 96%;
	background: AliceBlue;
	z-index: 880;
	padding: 20px;
	border: 1px solid Black;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px DarkGray;
}
.getinput
{
	position: absolute;
/* 	min-width: 320px; */
	min-height: 64px;
	background: AliceBlue;
/* 	color: DarkGreen; */
	color: Navy;
	font-size: 1em;
	font-family: 'Arial';
	text-align: center;
	z-index: 910;
	padding: 1px;
	border: 1px solid Black;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px DarkGray;
}
.slider
{
	position: relative;
	background: White;
}
.selection, .componentmenu
{
	position: absolute;
	display: block;
/* 	min-width: 250px; */
	background: AliceBlue;
	padding: 6px;
	border: 1px solid Black;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px DarkGray;
	white-space: nowrap;
	z-index: 910;
}
.selectionlist
{
	position: relative;
	display: inline;
	font-size: 16px;
	background: gray;
	padding: 6px;
	margin: 6px;
/* 	float: left; */
	border: 1px solid Black;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px DarkGray;
}
.Body
{
	position: relative;
	left: 0px;
	top: 200px;
	/* height: 100vh; */
	width: 100vw;
	background-color: CornflowerBlue;
	background-image: url("systeembord.png");
	background-size: cover;
	background-repeat: no-repeat;
/* 	opacity: 0.5; */
}
.Login
{
	position: relative;
	left: 0px;
	top: 0px;
	background: AliceBlue;
/* 	opacity: 1.0; */
	max-width: 98vmin;
	min-width: 90vmin;
	max-height: 90vmin;
	padding: 6px;
	margin: 0px;
	border: thin solid Black;
	border-radius" 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px MidnightBlue;
}
/*	Login styles */
.users
{
	display: block;
	background: PowderBlue;
}
.light
{
	padding: 6px;
	font-size: 1.2em;
}
.light:hover
{
	color: Cyan;
	cursor: pointer;
}
.hilite
{
	padding: 2px 6px 2px 6px;
}
.hilite:hover
{
	cursor: context-menu;
	background: Silver;
}
.oddRow
{
	background: DarkSlateGray;
}
.evenRow
{
	background: DimGray;
}
.oddMarker
{
	background: Khaki;
}
.evenMarker
{
	background: LemonChiffon;
}
select
{
	padding: 6px;
	background: CornSilk;
}
select:hover
{
	background: LightYellow;
}
select option:hover
{
	background: DarkGoldenRod;
	color: Red;
/* 	font-weight: bold; */
}
select option:active
{
	background: Blue;
	font-weight: bold;
}
select option:disabled
{
	background: Silver;
	color: Gray;
}
.plotter
{
/* 	width: 100%; */
/*
	min-width: 768px;
	height: 50px;
	min-height: 50px;
 */
 	position: relative;
	/* top: 0px; */
 	/* left: 0px; */
 	bottom: 0px;
	background: GhostWhite;
	border: 1px solid Black;
	margin: 4px;
	padding: 2px;
}
.Console
{
	position: absolute;
	left: 430px;
	top: 10px;
	background: Black;
	color: YellowGreen;
/* 	opacity: 1.0; */
	cursor: grab;
	/* max-width: 95vmin; */
	width: 60ch;
	height: 22ch;
	/* max-height: 22vh; */
	padding: 6px;
	margin: 0px;
	resize: both;
	/* resize: vertical;
	overflow-x: hidden; */
	overflow: scroll;
	z-index: 900;
	/* z-index: 990; */
	border: 2px solid Silver;
	border-radius" 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px MidnightBlue;
}
.ramContainer, .programContainer
{
	position: absolute;
	left: 400px;
	bottom: 10px;
	width: 62ch;
	height: 64ch;
	padding: 6px;
	margin: 0px;
	font-size: 12px;
	overflow: scroll;
	resize: both;
	cursor: grab;
	background: Black;
	color: YellowGreen;
	z-index: 900;
	border: 2px solid Silver;
	border-radius" 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px MidnightBlue;
}
.programContainer
{
	left: 10px;
	bottom: 10px;
	width: 44ch;
	height: 64ch;
	/* position: absolute;
	padding: 6px;
	margin: 0px; */
	overflow: scroll;
	resize: both;
	font-face: Courier;
	cursor: grab;
	background: Gainsboro;
	color: DarkslateGray;
	/* z-index: 900;
	border: 2px solid Silver;
	border-radius" 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 3px 3px 3px MidnightBlue; */
}
@media screen and (min-width: 800px)
{
	.headerContainer
	{
		font-size: 1em;
	}
	.Header
	{
		position: absolute;
		top: 0px;
		left: 0px;
		min-width: 100vw;
		min-height: 128px;
		line-height: 3em;
	}
	.Headertext
	{
		float: right;
		font-family: Leds;
		font-size: 32px;
		color: Gold;
		padding: 32px 32px 0 0;
	}
	.Banner
	{
		min-height: 164px;
		line-height: 3em;
		background-color: CornflowerBlue;
		background-image: url("banner.jpg");
		background-size: cover;
		background-repeat: no-repeat;
	}
	.Menu
	{
		display: inline-block;
		font-size: 1em;
		width: 100vw;
		background: PowderBlue;
		font-size: 1.4em;
	}
	.Menuitem
	{
		font-size: 1.2em;
		display: inline;
		padding: 10px;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: Navy;
	}
	.Menuitem:hover
	{
		color: Yellow;
		cursor: hnd;
	}
	.Menuitem:active
	{
		color: Gold;
	}
	.Login
	{
		background: AliceBlue;
		line-height: 1em;
		margin: 2px;
		max-width: 50vmin;
		min-width: 50vmin;
		min-height: 256px;
		padding: 6px;
		border: thin solid Black;
		border-radius" 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
		box-shadow: 3px 3px 3px MidnightBlue;
	}
	.canvasContainer
	{
		position: relative;
		height: 99vh;
		min-height: 98vh;
		width: 99vw;
		min-width: 98vw;
		resize: both;
		overflow: scroll;
	}
}
/**
 * iPad with portrait orientation.
 */
/* @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
  .foo {
    height: 1024px;
  }
} */
