@media print {
	.header, .fake, .navbar, .row, .side, .navSide, .footer, h4, .print a i {
		display: none;
	}
}

@media screen {
	h5 {
		display: none;
	}
}

.print {
	text-align: right;
}

.print a i {
	margin-bottom: 10px; 
	cursor: pointer;
}

/* Right-aligned link */
a.right {
  float: right;
}

/* Meldung gespeichert*/
.true {
	width: 100%;
	padding: 10px;
	background-color: #8ef9a9;
	font-size: 12pt;
	color: #333;
}
.false {
	width: 100%;
	padding: 10px;
	background-color: #f37878;
	font-size: 12pt;
	color: #333;
}
.fake {
	width: 100%;
	padding: 10px;
	background-color: transparent;
	font-size: 12pt;
	color: white;
}
a.green .material-icons {
	color: #666;
}
a.red .material-icons {
	color: #666;
}
a.green .material-icons:hover {
	color: green;
}
a.red .material-icons:hover {
	color: red;
}

/* Fake image, just for this example */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Table */
table {
  border-collapse: collapse !important;
}

/* Content Nav*/
.cont-frame {
	margin: 15px;
	width: 200px;
	float: left;
}
.cont-frame a {
	text-decoration: none;
}
.cont {
	width: 250px;
	height: 150px;
	border-radius: 5px;
	text-align: center;
}
.cont:hover {
	color: #CB201B;
}
span.inner-cont {
	text-decoration: none;
	color: #333;
}

.clear {
	clear: both;
}

/* Icon Links */
.cont-frame .cont .material-icons { 
	font-size: 120px;
	color: #666;
	width: 100%;
}

a .material-icons {
	font-size: 30px;
	color: #666;
}

.cont-frame .cont .material-icons:hover,
a .material-icons:hover {
	color: #CB201B;
}

td i {
	font-size: 30px;
}

.redFilter .material-icons {
	font-size: 30px;
	color: red;
}

.greenFilter .material-icons {
	font-size: 30px;
	color: green;
}

.orangeFilter .material-icons {
	font-size: 30px;
	color: orange;
}

.Filter .material-icons {
	font-size: 30px;
}

.radioFilter {
	margin-top: 0 px;
}


/* Blätterfunktion */
div.seiteContainer {
	margin: auto;
	max-width: 500px;
	padding: 20px;
	text-align: center;
}
div.seiteContainerRow {
	float: left;
	width: 20%;
	min-width: 20%;
	text-align: center;
	margin: auto;
	height: 64px;
}
div.seiteContainerRow p {
	margin-top: 20px;
	font-size: 14pt;
}
div.seite a {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc; 
	text-decoration: none;
	color: #ccc;
}
div.seite a:hover {
	background-color: #ccc;
	color: white;
}
div.seite a.act {
	background-color: #ccc;
	color: red;
}

select option:hover {
	cursor: hand;
}