html {
	font-size: 13px;
}

body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 5px;
	padding: 0px;
	text-align: center;
	color: #000000;
	overflow-x: auto;
	overflow-y: scroll;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
}

@media print {
	body {
		background-image: none !important;
	}
}


h1 {
	color: #ff0000;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: #ff0000;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

a {
	color: #990000;
	font-weight: normal;
}

a:link {
	text-decoration: underline;
	color: #990000;
}

a:visited {
	text-decoration: underline;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}

a:active {
	text-decoration: underline;
	color: #990000;
}


.w25 {
	width: 25px;
}

.w50 {
	width: 50px;
}

.w70 {
	width: 70px;
}

.w80 {
	width: 80px;
}

.w100 {
	width: 100px;
}

.w200 {
	width: 200px;
}

.wm200 {
	max-width: 200px;
}

.w300 {
	width: 300px;
}

.w400 {
	width: 400px;
}

.w500 {
	width: 500px;
}

.w600 {
	width: 600px;
}

.h50 {
	height: 50px;
}

.h100 {
	height: 100px;
}

.h150 {
	height: 150px;
}

.h200 {
	height: 200px;
}

.h300 {
	height: 300px;
}

.h400 {
	height: 400px;
}

input,
select,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #eeeeee;
	color: #000000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[required],
select[required],
textarea[required] {
	border-left: 10px solid #0000ff;
}

.fakeinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #eeeeee;
	color: #000000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
}

input,
select,
button {
	/*height: 25px;*/
}

.inputro {
	border-color: #000000 #cccccc #cccccc #000000 !important;
	background-color: #999999 !important;
	color: #ffffff !important;
}

/*input[type="submit"],input[type="reset"],button{
	font-weight: bold !important;
	yborder-color: #000000 #000000 #000000 #000000 !important;
	ybackground-color: #cccccc !important;
}*/

#infobox {
	z-index: 100;
}

#infobox[type="information"] {
	padding-left: 80px !important;
	background-image: url('ib_information.png');
	background-repeat: no-repeat;
	min-height: 70px !important;
}

#infobox[type="exclamation"] {
	padding-left: 80px !important;
	background-image: url('ib_exclamation.png');
	background-repeat: no-repeat;
	min-height: 70px !important;
}

#infobox[type="question"] {
	padding-left: 80px !important;
	background-image: url('ib_question.png');
	background-repeat: no-repeat;
	min-height: 70px !important;
}

#infobox[type="error"] {
	padding-left: 80px !important;
	margin: 2px;
	background-image: url('ib_error.png');
	background-repeat: no-repeat;
	min-height: 70px !important;
}


/*#infobox{
	position: fixed;
	border-style: none;
	width: 100%;
	top: 100px;
	left: 0px;
	visibility: hidden;
	opacity: 0;
	-moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	z-index: 100;
}

#infobox[show="show"]{
	visibility: visible;
	opacity: 1;
	-moz-transition-delay: 0s;
	z-index: 100;
}*/

#ajaxbox>.load {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border-style: none;
	z-index: 100;
	background-image: url('loading.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#ajaxbox>.back {
	position: fixed;
	background-color: #eeeeee;
	border-style: none;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 99;
}

.ye_fade {
	visibility: hidden;
	opacity: 0;
	-moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.ye_fadein {
	visibility: visible;
	opacity: 1;
	-moz-transition-delay: 0s;
}

.e_reduze {
	xvisibility: hidden;
	height: 0px;
	max-height: 0px;
	/*	opacity: 0;
	-moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
*/
}

.e_expand {
	visibility: visible;
	opacity: 1;
	-moz-transition-delay: 0s;
}

.hiddenchapter {
	font-size: 0.7em;
}

@media screen {

	.infofield {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000000;
		position: fixed;
		top: 5px;
		right: 5px;
		text-align: right;
		background-color: #ffffff;
		z-index: 98;
	}

	.modus {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000000;
		position: fixed;
		top: 0px;
		right: 130px;
		width: 0px;
		max-height: 10px;
		text-align: left;
		white-space: nowrap;
		background-color: #ff0000;
		-moz-transition: max-height 1s ease 0.5s, width 1s ease 1s, background-color 0.5s linear 2s, padding 1s ease 0.5s;
		border-style: none solid solid solid;
		border-color: #000000;
		border-width: 1px;
		padding: 10px 10px 0px 10px;
		overflow: hidden;
		z-index: 1;
		z-index: 98;
		box-sizing: border-box;
	}

	.modus:hover {
		width: 250px;
		max-height: 500px;
		background-color: #ffeeee;
		overflow-y: auto;
		-moz-transition: max-height 1s ease 0.5s, width 1s ease, background-color 0.5s linear, padding 1s ease;
		padding: 10px 10px 10px 10px;
	}

	.sanhist {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000000;
		position: fixed;
		top: 0px;
		right: 100px;
		width: 0px;
		max-height: 10px;
		text-align: left;
		white-space: nowrap;
		background-color: #ffff00;
		-moz-transition: max-height 1s ease 0.5s, width 1s ease 1s, background-color 0.5s linear 2s, padding 1s ease 0.5s;
		border-style: none solid solid solid;
		border-color: #000000;
		border-width: 1px;
		padding: 10px 10px 0px 10px;
		overflow: hidden;
		z-index: 2;
		z-index: 98;
		box-sizing: border-box;
	}

	.sanhist:hover {
		width: 250px;
		max-height: 500px;
		background-color: #ffffee;
		overflow-y: auto;
		-moz-transition: max-height 1s ease 0.5s, width 1s ease, background-color 0.5s linear, padding 1s ease;
		padding: 10px 10px 10px 10px;
	}

	.noprint {}

	.printonly {
		display: none;
	}

	.paperA5 {
		border-style: dotted;
		border-width: 3px;
		width: 800px;
		margin: auto;
	}

	.dropdown {
		min-height: 50px;
		max-height: 50px;
		overflow: hidden;
		-moz-transition: max-height 5s ease;
	}

	.dropdown:hover {
		min-height: 50px;
		max-height: 1000px;
		-moz-transition: max-height 5s ease;
	}

	.newtransport {
		background-color: #ffcccc;
		height: 50px;
	}
}

@media print {

	body {
		font-size: 0.8em !important;
	}

	h1 {
		font-size: 1.1em !important;
	}

	h2 {
		font-size: 1em !important;
	}

	.infofield,
	.modus,
	.sanhist {
		display: none;
	}

	.registerhead {}

	.registerhead>table {}

	.registerhead>table>tr>td,
	.registerhead>table>tr>th {
		border-style: none;
	}

	.registerhead>table>tr>td {}

	.registerhead>table>tr>td>div {
		vertical-align: top;
	}

	.registerhead>table>tr>th {
		display: none;
	}

	.registeron {}

	.registeroff {}

	.registerheadon {}

	.registerheadoff {}

	.noprint {
		display: none;
	}

	.printonly {}

	/*.input{
		font-size: 0.8em;
		border-style: none;
		background-color: #ffffff;
		color: #000000;

	}*/

	.inputro {
		font-size: 0.8em;
		border-style: none;
		background-color: #ffffff;
		color: #000000;
	}

	/*.button{
		font-size: 0.8em;
	}*/

	.paperA5 {
		/*border-style: dashed;
		border-width: 1px;/**/
		width: 17cm;
		height: 13cm;
		/*overflow: hidden;*/
	}

	.paperA5 td,
	.paperA5 h1,
	.paperA5 h2 {
		padding: 1px;
		margin: 0px;
	}

	.paperbreak {
		page-break-after: always;
		border-top-style: dashed;
		border-top-width: 1px;
		border-top-color: #999999;
	}

	.newtransport {
		display: none;
	}
}

.autosize {
	display: inline-block;
}

.center {
	text-align: center;
}

.table {
	overflow: auto;
}

.dataTables_length,
.dataTables_info,
.dataTables_paginate {
	text-align: center;
}

.table1000 {
	text-align: center;
}

table {
	border-style: none;
	border-collapse: collapse;
	empty-cells: show;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

table[class="columns"] {
	border-style: none;
	border-collapse: separate;

	border-spacing: 20px;
	empty-cells: show;
	vertical-align: top;
}

table[class="columns"]>tbody>tr>td {
	vertical-align: top;
}

td,
th {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding: 5px;
}

th {
	background-color: #cccccc;
}

.highlight,
.highlight>th {
	background-color: #eecc66;
}

.lowlight,
.lowlight>th {
	background-color: #666666;
}

.noborder,
.noborder tr,
.noborder td {
	border-style: none;
}

.border {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.padding {
	padding: 10px;
}

/*.narrow, .narrow tr, .narrow td{
	padding: 5px;
}*/

/*.searchbox{
	background-color: #ffffff;
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	padding: 0px;
}
.searchbox td{
	border-style: none;
	cursor: default;
}
.searchbox td:hover{
	background-color: #ffcccc;
}*/

#calendar_box {
	position: absolute;
	z-index: 10;
	left: -100px;
	top: -100px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

/*
.calendar td,.calendar th{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding: 2px;
	font-size: 1em;
}*/

#timeline {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.hidden {
	display: none;
}

.openfield {
	background-color: #ccffcc;
	padding-top: 0px;
	padding-bottom: 0px;
}

.closefield {
	background-color: #ffcccc;
}

.popupmenu {
	background-color: #eeeeee;
}

.popupmenu td {
	border-color: #ff0000;
	cursor: crosshair;
}

.popupmenu th {
	border-color: #ff0000;
}

.red {
	color: #ff0000;
}

.bg-red {
	background-color: #ff0000;
}

.bg-yellow {
	background-color: #ffff00;
}

.bg-green {
	background-color: #00ff00;
}

.mono {
	font-family: monospace;
}

abbr {
	text-decoration: underline double;
	cursor: help;
}

.mb {
	margin-bottom: 1rem;
}

.p-1 {
	padding: 0.25em;
}

.p-2 {
	padding: 0.5em;
}

hr {
	color: #000000;
	background-color: #ffffff;
	height: 0px;
	margin-right: 0px;
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #000000;
}

.fullwidth {
	width: 100%;
}

@media screen {
	.idcard {
		border-style: dashed;
		border-color: #00cc00;
		border-width: 2px;
		display: inline-block;
		padding: 1px;
		margin: 1px;
		height: 295px;
		width: 220px;
	}

	.idcard>img {
		width: 220px;
		height: 295px;
	}

	.idcard[print="no"] {
		border-color: #ff0000;
	}

	.idcard[print="no"]>img {
		opacity: 0.5;
	}
}

@media print {

	.idcard>img {
		width: 74.51mm;
		height: 99.91mm;
	}

	.idcard {
		padding: 0px;
		border-style: solid;
		border-width: 1px;
		border-color: #cccccc;
		display: inline-block;
		margin: 0mm;
		padding: 1mm;
		border-collapse: collapse;
	}

	.idcard[print="no"] {
		display: none;
	}

}

.flashload {
	background-color: #ff0000;
	-moz-animation: flashload 1s ease 0s infinite alternate;
}

@-moz-keyframes flashload {
	from {
		background: #ff0000;
	}

	to {
		background: #ffffff;
	}
}

.matwarn {
	background-color: #ffff00;
	-moz-animation: matwarn 1s ease 0s infinite alternate;
}

@-moz-keyframes matwarn {
	0% {
		background: #ffffff;
	}

	100% {
		background: #ffff00;
	}
}

.matcrit {
	background-color: #ff9900;
	-moz-animation: matcrit 0.5s ease 0s infinite alternate;
}

@-moz-keyframes matcrit {
	0% {
		background: #ffffff;
	}

	100% {
		background: #ff9900;
	}
}


.transportcrit {
	background-color: #ff0000;
	-moz-animation: transportcrit 0.3s linear 0s infinite alternate;
}

@-moz-keyframes transportcrit {
	0% {
		background: #ffffff;
	}

	100% {
		background: #ff0000;
	}
}


.order_order {
	background-color: #ff9999;
}

.order_prepared {
	background-color: #ffff66;
}

.order_out {
	background-color: #99ccff;
}

.order_got {
	background-color: #99ff99;
}

.remark_order {
	background-color: #99ffcc;
}

.remark_order2 {
	display: none;
}

.remark_out {
	background-color: #ffcc99;
}

.remark_out2 {
	display: none;
}

.remark_trans {}

.remark_trans2 {
	display: none;
}

.remark_person_position {
	font-size: 0.8em;
	color: #666;
}

.priority {
	background-color: #ff6666;
}

.request {
	background-color: #99ff66;
}

.requestdone {
	background-color: #667766;
}

.requestinfo {
	background-color: #ccffcc;
	display: none;
}

.filterbox {
	position: absolute;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	max-height: 200px;
	overflow: auto;
	text-align: left;
	font-weight: normal;
	display: none;
}

.sumline {
	font-weight: bold;
	background-color: #eeeeee;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

#behandlungsprotokoll {
	width: 800px;
	border-style: dashed;
	border-width: 2px;
	border-color: #000000;
	padding: 10px;
	margin: 10px;
}

ul.ui-autocomplete a {
	color: #000000;
}

.chart {
	margin: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	background-color: #ffffff;
	page-break-after: always;
}

.chartlabel {
	padding: 2px;
	color: #ffffff;
	font-size: 0.9em;
	text-align: center;
}

.chartlabelhover {
	padding: 2px;
	color: #ffffff;
	font-size: 0.9em;
	text-align: center;
	position: absolute;
	background-color: #666666;
}

@media print {
	.charttable {
		display: inline !important;
	}
}


.chart td {
	padding: 2px;
}

.note {
	border: 3px dotted #cc0;
	display: inline-block;
	background-color: #ff0;
	padding: 10px;
	margin: 10px;
}

.note .input {
	background-color: #ff0;
}

ul.menu {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
}

ul.menu>li {
	position: relative;
}

ul.menu>li>div {
	padding: 10px 20px;
	font-weight: bold;
	cursor: pointer;
	display: block;
}

ul.menu>li>ul {
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #eeeeee;
	padding-inline: 0;
	border: 1px solid #000000;
	width: max-content;
}

ul.menu>li:hover>ul {
	display: block;
}

ul.menu>li>ul>li {
	display: block;
}

ul.menu>li>ul>li a {
	text-decoration: none;
	padding: 5px;
	display: block;
	color: #000000;
}

ul.menu>li>ul>li a:hover {
	background-color: #ffffff;
}

.cl_version {
	background-color: #cfc;
	border: 2px solid #000;
	padding: 2px;
	border-radius: 5px;
}
