
.headline {
	position: fixed;
	font-size: 14px;
	text-align: right;
	letter-spacing: 0;
	right: 0px;
	top: 0px;
	z-index: 100;
}

.headline button {
	font-size: 20px;
	padding: 0px 10px;
}

.message {
	position:absolute;
	width: 100%;
	text-align: center;
	line-height: 54px;
	font-size: 14px;
	letter-spacing: 0;
	padding: 0px 10px;
	top: 0px;
	z-index: 120;
	box-shadow: -1px -1px 5px rgba(255,255,255,0.1), 5px 5px 5px rgba(0,0,0,0.1);
}

.message-success {
	background: rgba(21,115,13,1.00);
}
.message-warning {
	background: rgba(179,126,1,1.00);
}
.message-error {
	background: rgb(176, 0, 6);
}

.wrapper {
	display: flex;
	min-height: 100%;
	overflow-y: visible;
}

.sidebar {
	position: fixed;
	width: 220px;
	top: 55px;
	z-index: 9;

}

.subbar {
	position: relative;
	width: 220px;
	top: 0px;
	left: -200px;
}

.content {
	/*flex: 1;*/
	padding: 60px 5px;
	width: 100%;
	transition: transform .3s;
	z-index: 10;
}

.content.Init {
	transform: translate3d(0,0,0);
}

.content.isOpen {
	transform: translate3d(220px,0,0);
}

.button {
	cursor: pointer;
}

/*.button:before {
  content: '\f0c9';
  font: 28px fontawesome;
}
*/
.button_start {
	position: fixed;
	width: 100%;
	height:55px;
	top: -2px;
	left: 0px;
	color: #eee;
}

.picture {
	position: relative;
	top: 0px;
	right: 0px;
	width: 40%;
}

.PopUp {
	position: fixed;
	display: none;
	transition: transform .3s;
	width: 100%;
	height: 100%;
	z-index: 110;
	top: 2%;
}

.PopUp.isOpen {
	display: block;
}

.sideCont {
	position: fixed;
	font: 400 12px/1 'Open Sans', sans-serif;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 65px 5px 0 0;
	transition: transform .3s;
	box-shadow: -7px 3px 10px rgba(0,0,0,0.5);
	z-index: 50;
}

.sideCont .sub {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 51;
}

.sideCont.isOpen {
	transform: translate3d(40px,0,0);
}

.single_entry_frame {
	position: relative;
	float: left;
	padding: 10px;
	margin: 0 0 15px 0;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
}

.single_entry_frame button{
	padding: 0px 5px;
}


.single_entry_collect {
	position: relative;
	float: left;
	margin: 10px 5px;
	border-radius: 5px;
	padding: 10px;
}

.single_entry_collect ul {
	margin: 0 0 15px 0;
}

.single_entry_collect img {
	border-radius: 5px;
	padding: 0px;
}


.single_entry_main {
	position: relative;
	max-width: 100%;
	float: left;
	margin: 5px 10px;
	border-radius: 5px;
	/*	color:#FFFFFF; */
	vertical-align: top;
}

.single_entry_main img {
	max-width: 200px;
	border-radius: 5px;
	padding: 0px;
}


.report_main {
	width: 100%;
	float: left;
	padding: 10px;
	min-height: 320px;
	color: #333333;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}

.noFloat {
	float: none;
}

.detEntry {
	display: block;
	cursor: pointer;
	width: 100%;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	font-size: 12px;
	border-radius: 8px;
}

.logo {
	position: fixed;
	bottom: 40px;
	left: 15px;
	width: 190px;
	height: 40px;
}

/* styling of knockout data-tables */

.zeile {
	line-height: 1.8em;
	padding: 5px 10px ;
	margin-bottom: 15px;
	border-radius: 5px;
}

.zeile a {
	text-decoration: none;
	color: #eee;
}

.zeile td {
	padding: 0 15px;
	vertical-align: top;
}

.zeile span {
	margin: 0px 15px;
}

.lIcon {
	width: 300px;
	height: 300px;
	float: left;
	margin: 10px 5px;
	border-radius: 5px;
	padding: 10px;
}

.lIcon img {
	align-self: center;
	max-height: 220px;
}

.fHeight {
	height: 120%;
}

/* TEST BOTTOM-LOGO  */

.lBottom {
	position: fixed;
/*	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);*/
	color: #7A7979;
	bottom: 10px;
	left: 90px;
	width: 200px;
	height: 45px;
	z-index: 5;
}

.fBottom {
	color: #eee;
	height: auto;
	width: 100%;
	margin: auto;
}



/* components for DIV-Charts */

.colFrame {
	height: 28px;
	width: 60%;
	margin: 5px;
	float: left;
}

.colItem {
	height: 100%;
	border-radius: 1px;
	border-style: ridge;
	border-width: 2px;
	float: left;
	padding: 6px;
	font-size: 12px;
	cursor: pointer;
}

/* Dropbox for Drag'n'Drop */

.drag {
	float: left;
	height: 32px;
	font: 400 14px/1 'Open Sans', sans-serif;
	margin: 5px;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
}

.dragTarg {
	float: left;
	width: 40%;
	min-height: 240px;
	margin: 2%;
	padding: 10px;
}

/* Switchbox */

.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 100%;
	height: 30px;
	padding: 3px;
	/*	margin: 0 10px 10px 0; */
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	box-sizing:content-box;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing:content-box;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	box-sizing:content-box;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing:content-box;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #777;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #6a8f99;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 74px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
/* SLIDESHOW Components */

.slideShow {
	position: 'fixed';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-Index: 999;
}

.accordion {
	font-family: 'Open Sans', sans-serif;
	/*    background-color: #004380;
    */    color: inherit;
	cursor: pointer;
	width: 100%;
	font-weight: bold;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	border-radius: 5px;
	z-index: 100;
}

.accordion:after {
	content: '\2B9F';
	color: #eee;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.accordion.active:after {
	content: "\2B9D";
}

.active, .accordion:hover {
	background-color: transparent;
}

.panel {
	background-color: transparent;
	max-height: 0;
	width: 100%;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	z-index: 90;
}

/* generic Table */

.genTab {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*border-collapse: collapse;*/
	width: 100%;
}

.genTab td {
	border: none;
	padding: 5px 10px;
	color: inherit;
}

.genTab th {
	border: none;
	font-size: 12px;
	padding: 12px 10px;
	color: white;
}

.genTab a {
	text-decoration: none;
	color: inherit;
}

.credit input[type=number] {
	-moz-appearance: textfield;
}

.shopSelect {
	padding: 5px 10px;
	line-height: 2.0em;
}
.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}
.KalkMen {
	position: absolute;
	top: 35px;
	left: -50px;
	width: 80px;
	height: 300px;
	align-content: center;
	z-index: 10;
}

.menSelect {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	margin: 10px;
	text-align: center;
	font-size: 28px;
	font-weight: 800;
	line-height: 58px;
	background: rgba(56,87,122,1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(100%, rgba(44,68,94,1)));
	background: linear-gradient(to bottom, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(44,68,94,1) 100%);
	color: #eee;
	cursor: pointer;
}

.menSelect:hover {
	background: rgba(255,144,0,1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,167,84,1)), color-stop(50%, rgba(255,167,84,1)), color-stop(85%, rgba(255,144,0,1)), color-stop(100%, rgba(255,144,0,1)));
	background: linear-gradient(to bottom, rgba(255,167,84,1) 0%, rgba(255,167,84,1) 50%, rgba(255,144,0,1) 85%, rgba(255,144,0,1) 100%);
}

.menSelect.active {
	background: rgba(255,144,0,1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,167,84,1)), color-stop(50%, rgba(255,167,84,1)), color-stop(85%, rgba(255,144,0,1)), color-stop(100%, rgba(255,144,0,1)));
	background: linear-gradient(to bottom, rgba(255,167,84,1) 0%, rgba(255,167,84,1) 50%, rgba(255,144,0,1) 85%, rgba(255,144,0,1) 100%);
}

.repInput input[type=text] {
	background-color: transparent;
	margin: 0px 0px 10px 0px;
	width: 95%;
	color: #333;
	font-size: 14px;
	line-height: 2em;
	text-align: left;
	text-transform: uppercase;
	border: 1px #333 solid;
	border-radius: 5px;
	padding: 5px;
}

.repInput input[type=number] {
	background-color: transparent;
	margin: 0px 0px 10px 0px;
	width: 95%;
	color: #333;
	font-size: 14px;
	line-height: 2em;
	text-align: left;
	border: 1px #333 solid;
	border-radius: 5px;
	padding: 5px;
}

.repInput input[type=date] {
	margin: 0px 0px 10px 0px;
	width: 95%;
	font: 400 14px/1 'Open Sans', sans-serif;
	line-height: 2em;
	border: 1px #333 solid;
	border-radius: 5px;
	padding: 5px;
}

.repInput textarea {
	font: 600 12px/1 'Open Sans', sans-serif;
	line-height: 1.5em;
	background: transparent;
	padding:5px;
	margin: 0px 0px 10px 0px;
	border: 1px #333 solid;
	border-radius: 5px;
	width:95%;
	overflow: hidden;
	resize: none;
}

.repInput select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;       /* remove default arrow */
	min-height: 22px;
	font: 400 14px/1 'Open Sans', sans-serif;
	background-color: white;
	line-height: 2em;
	color: #333333;
	margin: 0px 0px 10px 0px;
	text-align: left;
	border: 1px #333 solid;
	border-radius: 5px;
	padding: 5px;
	min-width: 160px;
	width: 95%;
}


.wpButton {
	display: inline-block;
	float: left;
	height: 160px;
	width: 160px;
	border-radius: 5px;
	box-shadow: -2px -2px 4px rgba(255,255,255,0.8), 5px 5px 5px rgba(0,0,0,0.4);	margin: 8px;
	background: rgba(56,87,122,1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(56, 87, 122)), color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(100%, rgba(44,68,94,1)));
	background: linear-gradient(to bottom, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(44,68,94,1) 100%);
	font-weight: bold;
	color: #6c85a3;
	z-index: 50;
}

.wpButton .imgDiv {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 0;
	margin: auto auto 15px auto;
	z-index: 52;
}

.wpButton:hover button {
	color: #ff9000;
}

.wpButton .imgDiv img {
	display: block;
	max-width: 100%;
	border-radius: 0;
	opacity: 0.6;
}
.wpButton:hover img {
	opacity: 1;
}

.wpButton button {
	position: relative;
	display: inline-block;
	top: -21px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: #6c85a3;
	font-weight: bold;
	z-index: 51;
}

.wpButton a {
	position: relative;
	display: inline-block;
	top: 12px;
	left: 8px;
	width: 20px;
	height: 20px;
	z-index: 55;
}

.wpButton .remark {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	top: 8px;
	left: 100px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #ff9000;
	z-index: 55;
	box-shadow: 2px 2px 5px rgba(255,255,255,0.5), -3px -3px 5px rgba(0,0,0,0.4);
}

.icontoactive {
	filter: brightness(0) invert(1);
}

[id*="infDet"] {
	transition: visibility 0s, opacity 0.5s linear;
}

/* Style the tab */
.pageTab {
	overflow: hidden;
	padding: 10px 0 0 0;
	border-bottom: solid 1px #a8a8a8;
}

/* Style the buttons inside the tab */
.pageTab button {
	padding: 15px 30px;
	background: rgba(56,87,122,1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(56, 87, 122)), color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(100%, rgba(44,68,94,1)));
	background: linear-gradient(to bottom, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(44,68,94,1) 100%);
	border-radius: 8px 8px 0 0;
	margin-left: 0.05em;
	opacity: 1;
	float: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 12px;
	color: white;
	font-weight: bold;
}

.pageTab button.fixed {
	background: #555555;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8d8d8d), color-stop(25%, #8d8d8d), color-stop(50%, #666666), color-stop(100%, #555555));
	background: linear-gradient(to bottom, #8d8d8d 0%, #8d8d8d 25%, #666666 50%, #555555 100%);
}

/* Change background color of buttons on hover */
.pageTab button:hover {
	background: rgba(255,144,0,1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,167,84,1)), color-stop(50%, rgba(255,167,84,1)), color-stop(85%, rgba(255,144,0,1)), color-stop(100%, rgba(255,144,0,1)));
	background: linear-gradient(to bottom, rgba(255,167,84,1) 0%, rgba(255,167,84,1) 50%, rgba(255,144,0,1) 85%, rgba(255,144,0,1) 100%);
}

/* Create an active/current tablink class */
.pageTab button.active {
	background: rgba(255,144,0,1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,167,84,1)), color-stop(50%, rgba(255,167,84,1)), color-stop(85%, rgba(255,144,0,1)), color-stop(100%, rgba(255,144,0,1)));
	background: linear-gradient(to bottom, rgba(255,167,84,1) 0%, rgba(255,167,84,1) 50%, rgba(255,144,0,1) 85%, rgba(255,144,0,1) 100%);
}

/* Style the tab content */
.pageTabContent {
	display: none;
	padding: 6px 12px;
	border-top: none;
}

.mainIcon {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 3px;
	z-index: 200;
}

.mainSelect {
	opacity: 0.8;
}
.mainSelect:hover {
	opacity: 1;
}
.subIcon {
	visibility: hidden;
	z-index: 200;
	margin: 0 5px;
	min-width: 120px;
	padding: 3px 5px 7px 15px;
	box-shadow: -1px -1px 5px rgba(255,255,255,0.2), 5px 5px 5px rgba(0,0,0,0.4);
	border-radius: 10px 0 10px 10px;
}
.subIcon a {
	transition: all .2s ease-in-out;
}

.subIcon a:hover {
	transform: scale(1.1);
}

.webSection {
	padding: 10px;
	font-size: 16px;
	color: white;
	width: 100%;
	height: 70px;
	text-align: center;
	vertical-align: middle;
}

.webSection input[type=text] {
	padding: 10px;
	margin: 5px 0px;
	border-radius: 5px;
	background: white;
	width: 100%;
	text-align: center;
	line-height: 1.2em;
	border: 1px #FFF solid;
}

.webSection.fixed {
	padding: 10px;
	color: white;
	height: 40px;
}
