/*Druckbare Bereiche eingrenzen*/
	@media print{
		body{
			background-image: black;
			padding: 0px, 0px, 5px, 0px;
			margin: 0px, 0px, 50px, 0px;
			-webkit-print-color-adjust: exact;
			}
			p.small{font-size: 6px;}
			a[href]:after{content:""}
			a{ color: black !important; text-decoration: none;}
		.centerfild{ }
		.container-fluid{padding-right:15px;padding-left:15px; padding-top:0px; padding-bottom:15px !important; margin-right:auto;margin-left:auto;margin-top:0px; margin-bottom:15px !important;}
		.zeilenwechsel{page-break-before:always;}
		.printable table, tr, td {
			padding:0 !important;
			margin:0 !important;
   
}
		.blue{
			color:blue;
		}
		.green{
			color:green;
		}
		footer{ margin-bottom:0px !important; padding-bottom:0px !important; color:red;}
		.red{
			color:red;
		}
		.yellow{
			color:yellow;
		}
		.orange{
			color:orange;
		}
		.black{
			color:black;
		}
		
		.table .bg-primary{color:#fff;background-color:#337ab7 !important}
		.table .bg-success{background-color:#dff0d8 !important}
		.table .bg-info{background-color:#d9edf7 !important}
		.table .bg-warning{background-color:#fcf8e3 !important}
		.table .bg-danger{background-color:#f2dede !important}
		.table .bg-sonntag{	background-color:#808080 !important;}
		.table .bg-samstag{	background-color:#f5f5f5 !important;}
		.table .bg-holyday{background-color:#99ffcc !important;}

		.table .bg-grey{
			color:black !important;
			background-color: grey !important;
		}
		.table .bg-sandgelb{
		background-color:#d2b773!important;
		}
		.table .bg-gray{
			background-color:#555!important;
		}
		.table .bg-gray-light{
			background-color:#777!important;
			color: #ffffff;
		}
		.table .bg-gray-lighter{
			background-color:#eee!important;
			color: #000000;
		}
		.pre-scrollable {
			max-height: 100%;
			overflow-y: auto;
		}
		.back-to-top {
			display:none;
		}
		.sortsymbol{display:none;}
		.col-print-1 {width:8%;  float:left;}
		.col-print-2 {width:16%; float:left;}
		.col-print-3 {width:25%; float:left;}
		.col-print-4 {width:33%; float:left;}
		.col-print-5 {width:42%; float:left;}
		.col-print-6 {width:50%; float:left;}
		.col-print-7 {width:58%; float:left;}
		.col-print-8 {width:66%; float:left;}
		.col-print-9 {width:75%; float:left;}
		.col-print-10{width:83%; float:left;}
		.col-print-11{width:92%; float:left;}
		.col-print-12{width:100%; float:left;}

	
}
	  
