/* Component styles */
@font-face {
	font-family: 'Blokk';
	src: url('../fonts/blokk/BLOKKRegular.eot');
	src: url('../fonts/blokk/BLOKKRegular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/blokk/BLOKKRegular.woff') format('woff'),
		 url('../fonts/blokk/BLOKKRegular.svg#BLOKKRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.component {
	line-height: 1.5em;
	margin: 0 auto;
	padding: 2em 0 3em;
	width: 90%;
	max-width: 1000px;
	overflow: hidden;
}
.component .filler {
	font-family: "Blokk", Arial, sans-serif;
	color: #d3d3d3;
}
table {
    border-collapse: collapse;
    margin-bottom: 3em;
    width: 100%;
    background: #fff;
}
td, th {
    padding: 0.75em 1.5em;
    text-align: left;
}
	td.err {
		background-color: #e992b9;
		color: #fff;
		font-size: 0.75em;
		text-align: center;
		line-height: 1;
	}
th {
    background-color: #2CA7E0; /*  alte Farbe #31BC86 (grün) */
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
}

tbody th {
	 color: #ffffff;
}
tbody tr:nth-child(2n-1) {
    background-color: #f5f5f5;
    transition: all .125s ease-in-out;
}
tbody tr:hover {
    background-color: rgba(129,208,255,.3); /*  alte Farbe 129,208,177 */
}

/* For appearance */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	margin: 3em 0;
	width: 100%;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .125s ease-in-out;
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
}
	.sticky-wrap .sticky-thead {
		box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
		z-index: 100;
		width: 100%; /* Force stretch */
	}
	.sticky-wrap .sticky-intersect {
		opacity: 1;
		z-index: 150;

	}
		.sticky-wrap .sticky-intersect th {
			background-color: #2CA7E0;
		}
.sticky-wrap td,
.sticky-wrap th {
	box-sizing: border-box;
}

/* Not needed for sticky header/column functionality */
td.user-name {
	text-transform: capitalize;
}

.sticky-wrap.overflow-y {
	overflow-y: auto;
	max-height: 50vh;
}

td.ewag-e::before  {
	content: "EWAG";
}

td.red {
	color:red;
}

img.bearbeiten{
	width:40px;
	height:40px;
	 display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 3px #d3d3d3;
  border-radius:50%;
}

img.bearbeiten:hover{
	box-shadow: inset 0 0 0 3px #2CA7E0;
	border-radius:50%;
}

input[type="text"] {
	width: 50%;
	height: 35px;
	background-color: #ffffff;
	border: none;
	border: 2px solid #7c8d87;
	letter-spacing: 1px;
	font-weight: 700;
}

input[type="text"]:focus {
	border-color: #2CA7E0;
	color: #7c8d87;
}

input[type="password"] {
	width: 50%;
	height: 35px;
	background-color: #ffffff;
	border: none;
	border: 2px solid #7c8d87;
	letter-spacing: 1px;
	font-weight: 700;
}

input[type="password"]:focus {
	border-color: #2CA7E0;
	color: #7c8d87;
}
select {
	width: 50%;
	height: 35px;
	background-color: #ffffff;
	border: none;
	border: 2px solid #7c8d87;
	letter-spacing: 1px;
	font-weight: 700;
}
input[type="submit"] {
	width: 50%;
	border: 2px solid #7c8d87;
	outline: none;
	color: #7c8d87;
	margin-top: 15px;
	height: 35px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	background-color: #F8F8F8;
}

input[type="submit"]:hover{
	border-color: #2CA7E0;
	color: #7c8d87;
}