body, table {
	color: #4B4B4B;
	font-family: Arial;
	font-size: 8pt;
}

body {
	height: 100%;	
}

form {
	margin:0;
}

a, span[tooltip] {
	text-decoration: none;
	font-weight: bold;
	color: #F49E00;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #F49E00;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #868889;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #ff0000;
}

.light_green {
	background-color: #DDFFDD;
}

.light_red {
	background-color: #FFDDDD;
}

.light_yellow {
	background-color: #FFFFDD;
}

.orange {
	color: #F49E00;
}

.grey {
	background-color: #F2F2F2;
}

.dark_grey {
	background-color: #D5D5D6;
}

table.compact {
	border-collapse: collapse;
	border: 1px solid #F2F2F2;
	line-height: 20px;
}

table.products {
	table-layout:fixed;
}

table.compact th {
	font-weight: bold;
	background-color: #F2F2F2;
}

table.compact td, table.compact th {
	padding: 2px 5px;
	vertical-align: top;
	border: 1px solid #F2F2F2;
	word-wrap: break-word;
}

table.toggle tr:nth-child(odd) {
	background: #fafafa;
}

.content {
	margin: 5px;
}

.menu {
	padding: 5px;
}

.noborder {
	border: 0px !important;
}

.red_box {
	padding: 5px; 
	margin: 15px; 
	border: 1px solid red; 
	background-color: #ffdddd; 
	text-align: center;
}

.tooltip {
	display: none;
	border: 1px solid #F49E00;
	padding: 5px;
	background-color: #ffffff;
	z-index: 15;
}

.cart_headline {
	font-size: 12pt;
	font-weight: bold;
}

.cart_print * {
	font-size: 16pt;
}

.cart_print table.compact {
	border-collapse: collapse;
	border: 1px solid #F2F2F2;
	line-height: 30px;
}

.tooltip_ns {
	display: none;
	background-color: #ffffff;
	z-index: 15;
	width: 300px;
}

.tooltip_ns table.compact {
	width: 100%;
	border: 1px solid #F49E00;
}

.tooltip_ns table.compact th {
	background-color: #F49E00;
	color: #ffffff;
}

.tooltip_ns table.compact td, .tooltip_ns table.compact th {
	padding: 2px 5px;
	vertical-align: top;
	border: 1px solid #F49E00;
}

.abda_details {
/* 	width: 450px; */
/* 	width:80%; */
	padding: 5px;
}

.abda_details ul {
	padding-left: 25px;
}

.freigeben  {
	background-color:#afa;
}

.ablehnen  {
	background-color:#faa;
}

/*.featherlight-content {
	min-width:80%;
}*/

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.title_text {
	border:1px solid red;
	font-weight:bold;
	color:red;
	padding:10px;
}
.blink {
	animation: blinker 1s steps(1, jump-start) infinite;
}
@keyframes blinker {
	30% {
		opacity: 0;
	}
}
