/* 
    Document   : styles.css
	Created on : 23.02.2017, 19:20:31
	Last Changed: 10.01.2020, 16:40:35
    Author     : Manuel Weitzel
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body{
    font-family: Verdana, Arial;
    background: #FAFAFA;
}

.headcontent {
	background: #e6e6e6;
	position: fixed;
	padding-left: 5%;
	padding-right: 5%;
	top: 0px;
	left: 0;
	width: 90%;
	overflow: hidden;
	border-bottom: 3px solid #336699;
	z-index: 1;
}

.headcontent h1 {
	-webkit-margin-after: 0.17em;
	color: #336699;
}

.headcontent h2 {
	-webkit-margin-before: 0.33em;
	color: #336699;
}

.headlogo {
	position: absolute;
	left: 5%;
	top: 10px;
	width: 250px;
	margin-right: 25px;
	margin-bottom: 40px;
	z-index: 1;
}

.heading {
	width: 80%;
	text-align: center;
	z-index: 2;
}

.navigation {
	position: absolute;
	background-color: #336699;        /* Hintergrundfarbe für die Navigation */
	padding: 4px 10%;                   /* Innenabstand: oben/unten 4px, li/re 10% */
	top: 75%;
	width: 90%;
	height: 50px;
	margin-left: -10%;
	margin-right: -10%;
}

#nav ul {
	width: 30%;
	height: 100%;
	background-color: #336699;        /* Hintergrundfarbe für die Navigation */
	padding: 4px 0;                   /* Innenabstand: oben/unten 4px, li/re 0 */
}

.left {
	float: left;
}

.right {
	float: right;
}

#nav li {
	display: inline;            /* Listenelemente nebeneinander */
	list-style-type: none;      /* Aufzählungszeichen entfernen */
	background-color: #336699;        /* Hintergrundfarbe für die Navigation */
	padding: 4px 10px;                   /* Innenabstand: oben/unten 4px, li/re 0 */
	border-top: 3px solid #336699;    /* Rahmenlinie oben */
	border-bottom: 3px solid #336699; /* Rahmenlinie unten */
	margin: 0;                        /* Keinen Außenabstand */
}

#nav a {
	text-decoration: none;
	color: white;
}

#nav a:hover {
	text-decoration: none;
	color: #77AADD;
}

#nav a:active {
	text-decoration: none;
	color: #77AADD;
}

.maincontent {
	position: fixed;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	top: 20.5%;
	left: 0;
	width: 90%;
	height: 79.4%;
	max-height: 79.5%;
	overflow: auto;
	margin-bottom: 100px;
}

.versioninfo {
	position: absolute;
	top: 10px;
	right: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 90px;
	z-index: 4;
}

@media only screen and (min-width : 1px) and (max-width : 1000px) {
	.headlogo {
		width: 250px;
	}

	.heading {
		display: none;
	}

	.versioninfo {
		left: 300px;
	}
}

@media only screen and (max-height : 600px) {
	.headcontent {
		height: 24%;
	}

	.maincontent {
		top: 24.3%;
	}
}

@media only screen and (max-height : 768px) and (min-height : 601px) {
	.headcontent {
		height: 23%;
	}

	.maincontent {
		top: 23.6%;
	}
}

@media only screen and (max-height : 800px) and (min-height : 769px) {
	.headcontent {
		height: 21%;
	}

	.maincontent {
		top: 21.6%;
	}
}

@media only screen and (max-height : 900px) and (min-height : 801px) {
	.headcontent {
		height: 19%;
	}

	.maincontent {
		top: 19.2%;
	}
}

@media only screen and (max-height : 1080px) and (min-height : 901px) {
	.headcontent {
		height: 17%;
	}

	.maincontent {
		top: 17.3%;
	}
}

@media only screen and (max-height : 1200px) and (min-height : 1081px) {
	.headcontent {
		height: 15%;
	}

	.maincontent {
		top: 15.3%;
	}
}

@media only screen and (min-height : 1201px) {
	.headcontent {
		height: 13%;
	}

	.maincontent {
		top: 13.3%;
	}
}

.invisible {
	display: none;
}

.visible {
	display: block;
	margin-left: 10px;
}

.visible ul {
	padding-left: 40px;
}

.smalltext {
	font-size: 8pt;
} 

.HistTable table {
	border-collapse: collapse;
}

.HistTable td {
	min-width: 70px;
	border-bottom: 1px solid black;
}

.twb table {
	border-collapse: collapse;
}

.twb td {
	min-width: 30px;
	border: 1px solid black;
}

.twb select {
	height: 21px;
}

.twb input{
	height: 21px;
}

.twb th {
	display:fixed;
}

.lbt table {
	border-collapse: collapse;
}

.lbt td {
	min-width: 60px;
	border: 1px solid black;
}

.lbt select {
	height: 21px;
	width: 133px;
}

.lbt input {
	height: 21px;
}

.stat table {
	border-collapse: collapse;
}

.stat td {
	min-width: 120px;
	border: 1px solid black;
}

.AnwTyp {
	width: 40%;
	float: left;
	margin-bottom: 30px;
}

.Abt {
	width: 100%;
	margin-bottom: 30px;
}

.Groups {
	width: 40%;
	float: left;
	margin-bottom: 30px;
}

.LFF {
	width: 40%;
	float: left;
	margin-bottom: 30px;
}

.ShowSat {
	width: 40%;
	float: left;
	margin-bottom: 30px;
}

.ShowCountStat {
	width: 40%;
	float: left;
	margin-bottom: 30px;
}

.Layout {
	width: 100%;
	margin-bottom: 30px;
}

hr {
	clear: both;
	margin-top: 30px;
}

.not-active {
   pointer-events: none;
   cursor: default;
   color: #D2D2D2;
   text-decoration: none;
}

.Suche {
	width: 30%;
	float: left;
}

.Filter {
	width: 35%;
	float: left;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.whatsnewmodal {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	overflow-y: auto;
}

.whatsnewmodal:target {
	opacity:1;
	pointer-events: auto;
}

.whatsnewmodal > div {
	width: 500px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fafafa, #89a1b9);
	background: -webkit-linear-gradient(#fafafa, #89a1b9);
	background: -o-linear-gradient(#fafafa, #89a1b9);
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #336699; }

.cancel {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
  }

  .labeled {
	-ms-writing-mode: tb-rl; 
	writing-mode: vertical-rl; 
	transform:rotate(180deg);
 }

 .FormSentMsg {
	 width: 500px;
	 height: 50px;
	 background: white;
	 color: black;
	 border: 4px solid green;
 }

 .FormSentMsgErr {
	width: 500px;
	height: 50px;
	background: white;
	color: black;
	border: 4px solid red;
}

.select-wrapper {
	width: 120px;
	position: relative;
	float: left;
}

.select-wrapper select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
}

.select-wrapper select::-ms-expand {
	display: none;
}

.select-wrapper select {
	/* ... */
	width: 100%;
	height: 30px;
	padding-left: 10px;
	background: #336699 !important;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	border-radius: 3px;
	outline: none;
}

.select-wrapper select:focus::-ms-value {
	background-color: transparent;
}

.select-wrapper::before {
	position: absolute;
	right: 15px;
	top: 10px;
	font-family: FontAwesome;
	content: "\f107";
	font-size: 12pt;
	color: #ffffff;
}

.lbt textarea {
	width: 100% !important;
}

.lbt input[type=button] {
	width: 100% !important;
}

.lbt select {
	width: 80% !important;
}

.lbt input[type=text] {
	width: 20% !important;
}

.lbt .fwt input[type=text]{
	width: 100% !important;
}
