input {
	border: none;
	width: 100%;
	font-size: 13px;
	padding: 2px;
	box-sizing: border-box;
}
input:hover {
	background-color: #eeeeee;
}
input:focus {
	background-color: #87CEEB;
}
input:not(:focus) {
	text-align: left;
}
input[type="date"] {
	font-size:11px;
	background: #fafafa;
	width: 104%;
}
input[type="number"] {
	text-align: right;
	background: #fafafa;
	width: 40px;
}
input[type="color"] {
	width: 100%;
}
select {
	width: 100%;
}
button {
	width: 100%;
}
#spreedsheet {
	border: 1px solid #eaeaea;
	margin: 5px 0px 5px 5px;
	height: 100%;
	border-collapse: collapse;
}
td {
	border: 1px solid #cfcfcf;
	padding: 1px;
}
tr:first-child td, td:first-child {
	background-color: #eaeaea;
	padding: 2px 1px;
	font-weight: bold;
	text-align: center;
	font: 13px Arial, sans-serif;
}
.button {
	cursor: pointer;
	background: linear-gradient(#eee, #bbb);
	color: #555555;
	width: 42%;
	padding: 5px 0px 5px 0px;
	margin: 2px 0px 2px 0px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	font: 16px Arial, sans-serif;
	font-size: clamp(12px, 2vw, 16px);
    border: 1px solid #bbb;
    box-shadow:
        0 0 5px 1px rgba(0,0,0,0.15),
        0 3px 3px rgba(0,0,0,0.3),
        inset 0 1px 0 rgba(255,255,255,0.5);
}
.buttonoff {
	cursor: pointer;
	background: linear-gradient(#eee, #bbb);
	color: #555555;
	width: 42%;
	padding: 5px 0px 5px 0px;
	margin: 2px 0px 2px 0px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	font: 16px Arial, sans-serif;
	font-size: clamp(12px, 2vw, 16px);
    border: 1px solid #bbb;
    box-shadow:
        inset 0 1px 0 white,
        0 0 0 1px #999,
        0 0 5px 1px rgba(0,0,0,0.2),
        0 2px 0 rgba(255,255,255,0.6),
        inset 0 10px 1px #e5e5e5,
        inset 0 11px 0 rgba(255,255,255,0.5),
        inset 0 -45px 3px #ddd;
}
@keyframes butPropAnimatiion {
	0% {color: #29a329;}
	50% {color: yellow;}
}
.butProp {
	cursor: pointer;
	background: linear-gradient(#eee, #bbb);
	color: #29a329;
	text-shadow: 2px 2px 20px #000000;
	width: 12%;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 2px 2px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	font: 24px Arial, sans-serif;
	font-size: clamp(18px, 2vw, 24px);
    border: 1px solid #bbb;
    box-shadow:
        0 0 5px 1px rgba(0,0,0,0.15),
        0 3px 3px rgba(0,0,0,0.3),
        inset 0 1px 0 rgba(255,255,255,0.5);
	animation-name: butPropAnimatiion;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
.button3 {
	cursor: pointer;
	float:left;
	background-color: orange;
	color: #ffffff;
	width: 70px;
	height: 20px;
	padding: 5px;
	margin: 10px;
	text-align: center;
	text-decoration: none;
	font: 16px Arial, sans-serif;
}
.buttonX {
	width: 22px;
	height: 22px;
	text-align: center;
	float: right;
	color: #9a9a9a;
	font: 16px Arial, sans-serif;
	cursor: pointer;
}
.buttonX:hover {
	color: #ffffff;
	background-color: #ff0000;
}
#mainFrame {
	padding: 0px;
	width: 100%;
	height: 100%;
	display: inline-block;
	border: 0px solid #eaeaea;
	background-color: #ffffff;
	box-sizing: border-box;
}
#topDiv {
	width: 100%;
	padding: 5px;
	display: inline-block;
	border: 0px solid #eaeaea;
	background-color: #ffffff;
	box-sizing: border-box;
	font: 12px Arial, sans-serif;
	
}
#topDivText {
	margin: 0px 0px 10px 0px;
	font-weight:bold;
	font: 16px Arial, sans-serif;
	font-size: 4vw;
}
.help {
	width: 100%;
	margin-top: 1px;
	padding: 5px 0px 5px 0px ;
	display: inline-block;
	border: 1px solid #eaeaea;
	background-color: #ffffff;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	box-sizing: border-box;
}
#show {
	border: 1px solid #eaeaea;
	margin: 5px 0px  5px 0px;
	background-color: white;
	display: inline-block;
	height: 100%;
	float: left;
	font: 16px Arial, sans-serif;
	font-size: 1.5vw;
}
#colorMenu {
	border: 10px solid #eaeaea;
	position:absolute;
	display: none;
}
.dialogBox {
	max-width: 50%;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #ffffff;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	position:absolute;
	display: none;
}
.dialogBoxText {
	padding: 10px;
	font: 16px Arial, sans-serif;
	//font-size: 1.5v*;
}
.titleBox {
	max-width: 50%;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #ffffff;
	position: absolute;
	box-sizing: border-box;
	display: none;
}
.infoBox {
	max-width: 50%;
	padding: 3px;
	border: 2px solid #ff0000;
	background-color: #ffffff;
	color: black;
	font: 12px Arial, sans-serif;
	position: absolute;
	box-sizing: border-box;
}
#titleSelecter {
	min-width: 200px;
	max-width: 50%;
	cursor: pointer;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #ffffff;
	font: 16px Arial, sans-serif;
	font-size: 1.5vi;
}
.menuSelecter {
	font-family: sans-serif;
	padding: 5px 0px 5px 10px;
	background-color: #ffffff;
	color: black;
}
.menuSelecter:hover {
	font-family:sans-serif;
	padding: 5px 0px 5px 10px;
	background-color:#FFBE00;
	color:white;
}
.titelField {
	width: 30%;
	font: 16px Arial, sans-serif;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #ffffff;
}
.menu {
	width: 35px;
	height: 5px;
	background-color: black;
	margin: 6px 0;
}
.loginBox {
	max-width: 30%;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #ffffff;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	position:absolute;
}
.kildevad {
	position:absolute;
	right: 10px;
	top: 10px;
	padding: 5px 5px 5px 5px;
	background-color: #7086EB;
	color: #ffffff;
	border-radius: 5px;
	font: 16px Arial, sans-serif;
}
.comments {
	position:absolute;
	right: 10px;
	top: 62px;
	padding: 2px 6px 4px 6px;
	background-color: #555555;
	color: #ffffff;
	border-radius: 15px;
	font: 15px Arial, sans-serif;
}