html {
	font-size: 13px;
}

body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 5px;
	padding: 0px;
	text-align: left;
	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;
}

.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;
}

.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;
}

#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;
}

@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;
	}

	.noprint {}

	.printonly {
		display: none;
	}

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

}

@media print {

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

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

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

	.infofield {
		display: none;
	}

	.noprint {
		display: none;
	}

	.printonly {}

	.paperA5 {
		width: 17cm;
		height: 13cm;
	}

	.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;
	}
}

.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;
}

th[id^="clienthead"] {
	text-align: center;
}

.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;
}

.hidden {
	display: none;
}

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

.closefield {
	background-color: #ffcccc;
}

.red {
	color: #ff0000;
}

.mono {
	font-family: monospace;
}

.mb {
	margin-bottom: 1rem;
}

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;
	}

}

.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;
}

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;
}
