.tabHeader{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	word-spacing: 2px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

.anleiterInfo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	word-spacing: 0px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

.zertUpload{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	word-spacing: 0px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

.lineHeader{
	font-size: 1.3rem;
	line-height: 1.5rem;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0.5rem;   
	font-weight: bold;
}
.iframeWF{
	height: 400px;
}


.elo-iframe {
    width: 100%;
    height: 850px !important;
}

.inputElem{
	display: none;
}

.alterData{
	display: block;
}

.saveData{
	display: none;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  padding: 10px;
}

.left {
	width: 65%;
}

.right {
	width: 35%;
	height: 100%;
}

.leftTree {
	width: 50%;
}

.rightTree {
	width: 50%;
}

.all{
	margin-left: 25px;
}

.buttonGrey {background-color: #e7e7e7; color: black;}

.loader {
  border: 10px solid #acacac; /* Light grey */
  border-top: 10px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}



div.tabContent {
    border: none !important;
    padding: 8px;
    background-color: #ffffff;
}

body {background-color: #f0f0f0 !important;}

.tooltipC {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}
  
.tooltipC .tooltipCtext {
	visibility: hidden;
	width: 340px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}
  
.tooltipC .tooltipCtext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
  
.tooltipC:hover .tooltipCtext {
	visibility: visible;
	opacity: 1;
}

@media only screen and (max-width: 900px) {
/* Mobile only */
	.column {
		float: left;
		padding: 10px;
	}
	
	.leftTree {
		width: 100%;
	}

	.rightTree {
		width: 100%;
	}

	.hideMobile{
		display: none;
	}

	tbody tr td {
		padding: 0px; 
	}

	label {
		margin-bottom: 15px !important;
	}  
}

  