p {
	margin: 0;
}
input {
	height: 25px;
}
.wrapper {
	padding-top: 20px;
	width: 900px;
	margin: 0 auto;
	background-color:rgba(245, 245, 245, 0.9);
	padding:15px;
}
.backend-wrapper {
	margin: 0 auto;
}
.clearer {
	clear: both;
}
button[disabled], html input[disabled] {
    background-color: #fff;
	border: 1px solid;
	border-radius: 0px;
    border-color: rgb(169, 169, 169);
}
.grey {
	background-color: #cccccc !important;
	border: none;
}
input, select, option {
	padding: 0 !important;
}
.hidden_values {
	display: none;
}
.titles th{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.subtitles {
	font-weight: bold;
}
.TS_Table {
	width: 90%;
    margin: 0 auto;
}
tr:hover {
	background-color:aliceblue !important;
	cursor: pointer;
}
.logo {
	padding: 0;
	text-align: right;
}
.insert-forms input {
	text-transform: uppercase;
}
input[type=submit] {
    margin-top: 10px;
}
a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 12px 20px !important;
    border-top: solid 1px #d2d2d2;
    border-left: solid 1px #c3c3c3;
    border-right: solid 1px #c3c3c3;
    border-bottom: solid 1px #9f9f9f;
    background: #ffffff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
    background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #dfdfdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    width: auto;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	height: 38px;
}
.header {
	margin-bottom:10px;	
	background-color: #ffffff;
}
.hauptmenue {
	background-color:#343538;
	height:35px;
	font-size:14px;
}
.hauptmenue li {
	text-decoration:none;
    position: relative;
    display: inline-block;
}
.hauptmenue a {
	display: inline-block;
    color: #f2f2f2;
    text-align: left;
    text-decoration: none;
    transition:.3s;
    font-size: 15px;
	font-weight: bold;
	padding: 10px 35px;
    line-height: 1em;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
}
.hauptmenue ul li:hover{
    background: #666666 !important;
    color: #ffffff;
}
.hauptmenue ul ul {
	background: #464646;
}
.menu {
	width:480px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}
svg g text, svg g path {
	cursor: pointer;
}
.spacer {
	margin: 10px 0;
}
@media print { 
	input[type="submit"] {
		display: none;
	}
	input, select, option {
		padding: 0 0 0 3px !important;
	}
}
.tstable {
	margin-top: 50px;
}
pre span {
    display: block;
    counter-increment: line;
}
pre span:before {
	content: counter(line);
	display: inline-block;
	border-right: 1px solid #ddd;
	padding: 0 .5em;
	margin-right: .5em;
	color: #888;
	width: 40px;
}
body{
	background-image: url("../plague_green_4.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
	background-size: cover;
}
.maxText {
	padding-left:30px;
	padding-top: 2px;
}
input[type='range'] {
	accent-color: #86d488;
}
::selection {
	background: #86d488; /* WebKit/Blink Browsers */
}
::-moz-selection {
	background: #86d488; /* Gecko Browsers */
}
span:contains("None") {
	color:red;
}
.smartbuttons {
	height: auto;
	padding-left: 10px;
	margin-left: 20px !important;
}
.infotip {
	position: relative;
	display: inline-block;
	opacity: 1;
  }
  
  .infotip .tooltiptext {
	visibility: hidden;
	width: 320px;
	background-color: black;
	color: #fff;
	text-align: justify;
	border-radius: 6px;
	padding: 5px 0;
  
	/* Position the tooltip */
	position: absolute;
	z-index: 1;

	padding:10px;
  }
  
  .infotip:hover .tooltiptext {
	visibility: visible;
  }