@font-face {
	font-family: 'Ubuntu';
	src: url('../fonts/Ubuntu-Regular.ttf');
}
.main {
	border: 0;
	font-family: Arial !important;
	position: relative;
}
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}
.row {
	margin-right: 0px;
	margin-left: 0px;
}
.nav-float-left > li {
	float: left;
}
.navbar-nav {
	margin: 0px !important;
}
.navbar-nav > li > a {
	padding: 15px;
	line-height: 15px;
}
.navbar-nav .open .dropdown-menu {
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 6px 12px rgba(0,0,0,0.175);
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: inherit;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
	padding: 3px 20px 3px 20px;
}
.bootstrap-table {
	font-family: Ubuntu !important;
}
.th-inner > .btn {
	font-size: inherit;
}
.intro-background {
	border: 0;
	padding: 0px;
	width: 100%;
	text-align: left;
	margin-bottom: 1px;
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 2%, rgba(238,238,238,0) 37%, rgba(209,209,209,1) 98%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(2%,rgba(255,255,255,0)), color-stop(37%,rgba(238,238,238,0)), color-stop(98%,rgba(209,209,209,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 2%,rgba(238,238,238,0) 37%,rgba(209,209,209,1) 98%);
	background: -o-linear-gradient(-45deg, rgba(255,255,255,0) 2%,rgba(238,238,238,0) 37%,rgba(209,209,209,1) 98%);
	background: -ms-linear-gradient(-45deg, rgba(255,255,255,0) 2%,rgba(238,238,238,0) 37%,rgba(209,209,209,1) 98%);
	background: linear-gradient(135deg, rgba(255,255,255,0) 2%,rgba(238,238,238,0) 37%,rgba(209,209,209,1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d1d1d1',GradientType=1 );
}
.intro-logo {
	animation: fadein 3s ease-in alternate;
	height: auto;
	max-height: 450px;
}
@keyframes fadein {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
.impressum-align {
	padding: 10px;
	text-align: center;
	font-family: Ubuntu !important;
}
.info {
	font-weight: normal;
}
.container-fluid-custom {
	padding: 0px;
}
.fixed-table-container tbody td .th-inner, 
.fixed-table-container thead th .th-inner {
	line-height: inherit;
	padding: 5px;
}
.collaps-status-width {
	width: 55px;
}
.volle-width {
	width: 45px;
}
.abr-width {
	width: 45px;
}
.fehler-width {
	width: 35px;
}
.kegel-width {
	width: 60px;
}
.satz-width {
	width: 30px;
}
.mp-width {
	width: 45px;
}
.sp-width {
	width: 40px;
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 12px;
	}
}
@media only screen and (max-width: 768px) {
	body {
		font-size: 13px;
	}
	.less720px {
		display: none;
	}
	.collaps-status-width {
		width: 45px;
	}
	.volle-width {
		width: 35px;
	}
	.abr-width {
		width: 35px;
	}
	.kegel-width {
		width: 45px;
	}
	.satz-width {
		width: 30px;
	}
	.mp-width {
		width: 33px;
	}
	.sp-width {
		width: 37px;
	}
}
@media only screen and (max-height: 700px) {
	.scrollable-menu {
		height: auto;
		max-height: 550px;
		overflow-x: hidden;
	}
}
@media only screen and (max-height: 1000px) {
	.scrollable-menu {
		height: auto;
		max-height: 850px;
		overflow-x: hidden;
	}
}
@media only screen and (max-height: 900px) {
	.scrollable-menu {
		height: auto;
		max-height: 750px;
		overflow-x: hidden;
	}
}
@media only screen and (max-height: 800px) {
	.scrollable-menu {
		height: auto;
		max-height: 650px;
		overflow-x: hidden;
	}
}
@media only screen and (max-height: 700px) {
	.scrollable-menu {
		height: auto;
		max-height: 550px;
		overflow-x: hidden;
	}
}
@media only screen and (max-height: 600px) {
	.scrollable-menu {
		height: auto;
		max-height: 450px;
		overflow-x: hidden;
	}
}
@media only screen and (max-height: 500px) {
	.scrollable-menu {
		height: auto;
		max-height: 350px;
		overflow-x: hidden;
	}
}
@media only screen and (max-height: 400px) {
	.scrollable-menu {
		height: auto;
		max-height: 250px;
		overflow-x: hidden;
	}
}
@media only screen and (max-height: 300px) {
	.scrollable-menu {
		height: auto;
		max-height: 150px;
		overflow-x: hidden;
	}
}
@media only print {
	@page {
		size: A4;
		margin: 1cm;
	}
	.main, .container {
		position: static !important;
	}
	.table td, .table th, .th-inner, .btn, .text-muted {						   
		padding-top: 0px !important;
		padding-left: 1px !important;
		padding-right: 1px !important;
		padding-bottom: 0px !important;
		font-family: Arial !important;
		font-size: 8pt !important;
    }
	.mp-width {
		width: 25px;		   
	}
	.sp-width {
		width: 25px;
	}
	.kegel-width {
		width: 40px;
	}
	.satz-width {
		width: 25px;
	}
	.print-padding-right {
		padding-right: 5px !important;
	}
	.print-padding-left {
		padding-left: 5px !important;
	}
	.page-break { 
		page-break-before: always;
	}						
}