* {
	font-family: calibri, tahoma, verdana;
}

#openBtn, #closeBtn{
	width: 200px;
}

#closeBtn {
	display: none;
	text-decoration: none;
	padding: 3px 12px;
}

#openBtn {
	display: block;
	text-decoration: none;
	padding: 3px 12px;
}

#open_historie:target #openBtn {
	display: none;
}

#open_historie:target #closeBtn {
	display: block;
}

#open_historie:target .fieldset_historie {
	display: block;
}

.display_none {
	display: none;
}

.module {
	border: solid 1px transparent;
	text-align: center;
	line-height: 15px;
	padding: 2px;
	margin-bottom: -1px;
	min-width: 90px;
	height: 100%;
	background: #a01c1f;
	background: -moz-linear-gradient(top, #a01c1f 0%, #ff0004 100%);
	background: -webkit-linear-gradient(top, #a01c1f 0%, #ff0004 100%);
	background: linear-gradient(to bottom, #a01c1f 0%, #ff0004 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a01c1f', endColorstr='#ff0004',GradientType=0 );
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	border-bottom: solid 1px transparent;
	border-radius: 5px 5px 0 0;
}

.module:hover {
	border: solid 1px #888;
	border-radius: 5px 5px 0 0;
	opacity: .9;
	cursor: pointer;
	background-color: #FDEEB3;
}

html {
	padding: 0px;
}

body {
	padding: 10px;
	margin: 0px;
	background-color: #BBBBBB;
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.20);
	font-size: 15px;
	font-family: Calibri, Tahoma, Verdana, Arial;
	line-height: 110%;
}

.left {
	text-align:	left !important;
}

html, body {
	box-sizing: border-box;
	height: 100%;
	max-height: 100vh;
	min-height: 100vh;
	overflow: hidden;
}

tr.specialmarker {
	background-color:		rgb(255, 158, 252) !important;
}

tr.specialmarker:hover {
	background-color:		rgb(255, 97, 250) !important;
}

tr.removemarker {
	background-color:		rgb(255, 51, 51) !important;
}

tr.removemarker:hover {
	background-color:		rgb(245, 0, 0) !important;
}

tr.lastviewdline {
	background-color:		rgb(26, 198, 255) !important;
}

tr.lastviewdline:hover {
	background-color:		rgb(0, 168, 224) !important;
}

tr.emptyline {
	/*background-color:		rgb(255, 228, 189) !important;*/
	color:					rgb(212, 135, 135) !important;	
}
/*
tr.emptyline:hover {
	background-color:		rgb(255, 97, 250) !important;
}
*/

tr:nth-child(odd) {
	background-color: #E8E8E8;
}

tr:nth-child(even) {
	background-color: #fff;
}

th {
	background-color: #00f;
	color: #fff;
	font-weight: bold;
	border: 0 1px 0 1px solid;
	box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.25);
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-weight: bold;
	font-size: 0.989em;
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.95);
	background: rgba(0, 80, 190, 1);
	background: -moz-linear-gradient(top, rgba(0, 80, 190, 1) 0%, rgba(0, 60, 130, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 80, 190, 1) 0%, rgba(0, 60, 130, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 80, 190, 1) 0%, rgba(0, 60, 130, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 80, 190, 1) 0%, rgba(0, 60, 130, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 80, 190, 1) 0%, rgba(0, 60, 130, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 80, 190, 1)), color-stop(100%, rgba(0, 60, 130, 1)));
	filter:					progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 80, 190, 1)', endColorstr='rgba(0, 60, 130, 1)',GradientType=0 );
}

input:focus, textarea:focus, select:focus {
/* background-color:		#FFFF6B; */
	-webkit-box-shadow: 0px 0px 2px 3px rgba(255, 219, 38, 1);
	-moz-box-shadow: 0px 0px 2px 3px rgba(255, 219, 38, 1);
	box-shadow: 0px 0px 2px 3px rgba(255, 219, 38, 1);
}
/* input:hover
{
	
-webkit-box-shadow: 0px 0px 2px 3px rgba(255,219,38,1);
-moz-box-shadow: 0px 0px 2px 3px rgba(255,219,38,1);
box-shadow:0px 0px 2px 3px rgba(255,219,38,1);
} */

table.full, table.edit {
	border-collapse: collapse;
	font-size: 0.9em;
	width: 100%;
/* white-space: nowrap; */
}

table.full td {
	padding: 2px;
	border: 1px solid #000;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

table.edit input, table.edit select {
	font-size: 1.2em;
}

table.edit td {
	padding: 3px;
	border: 1px solid #000;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
}

table.full td.aktion {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000;
}

table.full th {
	padding: 5px;
	border: 1px solid #000;
	white-space: nowrap;
}

tr:hover {
	background-color: #FFFF6B;
}

form {
	display: inline;
}

label {
	cursor: pointer;
	vertical-align: middle;
}

input[type="text"], textarea {
	width: calc(100% - 6px);
}

legend {
	color: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	margin-top: 0px;
	padding: 5px 15px 5px 15px;
}

.flex_wrap {
	flex-wrap: wrap;
}

.flex_column {
	flex-direction: column;
}

.flex_row {
	flex-direction: row;
}

.border_1px {
	border: solid 1px #000;
}

.width_100 {
	width: 100%;
}

.width_200px {
	width: 200px;
}

.margin_top_5px {
	margin-top: 5px;
}

.margin_top_10px {
	margin-top: 10px;
}

.margin_top_12px {
	margin-top: 12px;
}

.margin_bottom_-7px {
	margin-bottom: -7px;
}

.margin_right_50px {
	margin-right: 50px;
}

.margin_bottom_10px {
	margin-bottom: 10px;
}

.flex_1 {
	flex: 1;
}

.background_white {
	background: #F5F5F5;
}

.container_datensatz {
	border: solid 1px #888;
	width: calc(100vw - 95px);
	padding: 5px 3px;
}

.datensatz {
	max-width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
}

.forum_right_content {
	height: 100%;
	background: #BBBBBB;
	box-shadow: 0px 0px 4px 2px rgba(51, 51, 51, 0.71);
	display: flex;
	flex: 1;
	flex-direction: column;
}

.choosen_inizialien {
	font-size: 1.1em;
	font-weight: bold;
}

.forum_content_header {
	display: flex;
	flex-direction: row;
	border-radius: 1px;
	padding: 3px 0 0 0;
	font-size: 20px;
	color: white;
	font-style: italic;
	background: #c1c1c1;
	background: -moz-linear-gradient(top, #c1c1c1 0%, #707070 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1c1c1), color-stop(100%, #707070));
	background: -webkit-linear-gradient(top, #c1c1c1 0%, #707070 100%);
	background: -o-linear-gradient(top, #c1c1c1 0%, #707070 100%);
	background: -ms-linear-gradient(top, #c1c1c1 0%, #707070 100%);
	background: linear-gradient(to bottom, #c1c1c1 0%, #707070 100%);
	filter: 				progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#707070',GradientType=0 );
}

.forum_content_header_inner {
	flex: 1;
	display: flex;
	flex-direction: row;
	padding: 2px 4px 2px 4px;
	font-size: 17px;
	color: white;
	font-style: italic;
}

.forum_content_inner {
	flex: 1 0 0;
/*display:				flex;*/
	flex-direction: column;
	height: 100%;
	overflow-y: auto;
	margin: 5px;
	padding: 8px 5px 5px 5px;
	border-left: rgb(130, 130, 130) 1px solid;
	border-top: rgb(130, 130, 130) 1px solid;
	border-right: rgb(255, 255, 255) 1px solid;
	border-bottom: rgb(255, 255, 255) 1px solid;
}
/*Bunter Schatten im Header*/

.forum_content_header_shadedframe_white {
	border-width: 0 0 0 10px;
	border-style: solid;
	-webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0))) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)) 1 100%;
	-moz-border-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)) 1 100%;
	-o-border-image: -o-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)) 1 100%;
	border-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)) 1 100%;
}

.inputasbutton {
	border: 1px solid #ccc;
	border-radius: 3px;
/*border-color:			#e6e6e6 #e6e6e6 #bfbfbf;*/
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	padding: 2px 12px;
	margin-right: -3px;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #222222;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.95);
	vertical-align: middle;
/*cursor:					pointer;*/
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	filter:					progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter:					progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.inputasbutton:disabled {
	opacity: 0.5;
}

.inputasbutton:hover {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.75), 0 1px 2px rgba(255, 255, 255, 0.05);
	-moz-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.75), 0 1px 2px rgba(255, 255, 255, 0.05);
	box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.75), 0 1px 2px rgba(255, 255, 255, 0.05);
	background-color: #cfcfcf;
}

.inputasbutton:active, .inputasbutton:checked, .inputasbutton:selected {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #9e9e9e;
}

select {
	border: 1px solid #ccc;
	border-radius: 3px;
/*border-color:			#e6e6e6 #e6e6e6 #bfbfbf;*/
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	text-align: left;
	color: #222222;
	font-size: 1em;
	display: inline-block;
	padding: 1 x;
	vertical-align: middle;
/*cursor:					pointer;*/
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	filter:					progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter:					progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

select:hover {
	box-shadow: inset 0px 0px 2px -3px #ABABAB, 0px 0px 8px 2px #DDDDDD;
	-webkit-box-shadow: inset 0px 0px 2px -3px #ABABAB, 0px 0px 8px 2px #DDDDDD;
	-moz-box-shadow: inset 0px 0px 2px -3px #ABABAB, 0px 0px 8px 2px #DDDDDD;
	-o-box-shadow: inset 0px 0px 2px -3px #ABABAB, 0px 0px 8px 2px #DDDDDD;
}

div.lastfilter {
/*background-color:		rgb(255, 158, 252) !important;*/
/*box-shadow: 0 0 2px 2px rgba(255, 0, 255, 0.25) !important;*/
/*color:	rgb(0, 163, 0);*/
	text-shadow: 0px 0px 3px #33FF00;
}

@media only screen and (max-device-width: 1024px)or ((max-device-width: 2560px)and (min-device-width: 2560px)) {
	* {
		font-size: 1.025em;
	}

	.container_datensatz {
		width: 115vw;
	}

	table.full td {
		padding: 17px 4px 17px 4px;
		border: 1px solid #000;
		white-space: nowrap;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
	}
}

div.debug
{
	max-height: 50%;
	overflow: auto;
	margin: 5px;
}

pre.debug
{
	border: 1px solid #cacaca;
	padding: 5px;
	margin: 0 0 10px 0;
	font-family: consolas, courier, courier-new;
	font-size: 12px;
}

pre.debug > div
{
	background-color: #dedede;
	padding: 3px 0 3px 5px;
	margin: 0 0 10px 0;
	border: 2px solid #fff;
	font-weight: bold;
}



/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border: 0;
  /*border-bottom: 1px dotted black; */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  /* width: 120px; */
  background-color: #d0b243;
  color: #000;
  text-align: left;
  padding: 5px;
  border-radius: 6px;
  font-family:monospace;

  top: -20px;
  left: calc(110% + 10px);;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  
  border: 2px solid #404040;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: calc(50% - (15px / 2));
  right: 100%; /* To the left of the tooltip */
  margin-top: -10px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #404040 transparent transparent;
}
