/*
 Die zweite Farbe bei highlight kommt aus https://color.adobe.com/de/create - Monocromatisch, dann die letzte Farbe
*/
.aside .row.blue.fill, .table .row.blue.fill {
	background-color: #489AFF !important;
}

.aside .row.blue.fill.highlight, .table .row.blue.fill.highlight {
	background: repeating-linear-gradient(-45deg, #489AFF, #489AFF 10px, #397BCC 10px,
		#397BCC 20px)
}

.aside .row.purple.fill, .table .row.purple.fill {
	background-color: #6600ff !important;
}

.aside .row.purple.fill.highlight, .table .row.purple.fill.highlight {
	background: repeating-linear-gradient(-45deg, #6600ff, #6600ff 10px, #5200CC 10px,
		#5200CC 20px)
}

.aside .row.green.fill, .table .row.green.fill {
	background-color: #0F9784 !important;
}

.aside .row.green.fill.highlight, .table .row.green.fill.highlight {
	background: repeating-linear-gradient(-45deg, #0F9784, #0F9784 10px, #14CCB4 10px,
		#14CCB4 20px)
}

.aside .row.orange.fill, .table .row.orange.fill {
	background-color: #FE6748 !important;
}

.aside .row.orange.fill.highlight, .table .row.orange.fill.highlight {
	background: repeating-linear-gradient(-45deg, #FE6748, #FE6748 10px, #CC5239 10px,
		#CC5239 20px)
}

/* connectoren */
.rotate .row.blue {
	background-color: #489AFF !important;
}

.rotate .row.purple {
	background-color: #6600ff !important;
}

.rotate .row.green {
	background-color: #0F9784 !important;
}

.rotate .row.orange {
	background-color: #FE6748 !important;
}

/* damit der connector auch rechts connected ist (test) */
.aside .row {
	border-right-style: solid;
	border-right-width: 12px !important;
}

/* vordergundfarbe war zu grau */
.message {
	color: #ffffff;
}

/* cover des backgrounds */
.wrapper-body.start {
	background-size: cover;
}

/* in8 */
/* patientenübersicht */
.wrapper-body .wrapper.fullheight {
	position: absolute;
	height: 100%;
}

.content.fullheight {
	height: calc(100% - 90px);
	margin-bottom: 10px;
}

.wrapper-overview {
	height: 100%;
}

.wrapper-patients-in {
	position: relative;
	clear: both;
	width: 100%;
	height: 16%;
}

.wrapper-patients-active {
	position: relative;
	clear: both;
	width: 100%;
	height: 68%;
}

.wrapper-patients-out {
	position: relative;
	clear: both;
	width: 100%;
	height: 16%;
}

.wrapper-patient {
	position: relative;
	float: left;
}

.wrapper-patients-in .wrapper-patient {
	height: calc(100%/ 1);
	width: calc(100%/ 14);
}

.wrapper-patients-active .wrapper-patient {
	height: calc(100%/ 2);
	width: calc(100%/ 7);
}

.wrapper-patients-out .wrapper-patient {
	height: calc(100%/ 1);
	width: calc(100%/ 14);
}

.wrapper-patient .image {
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background-color: #bcbcbc;
	background-position: 50% 50%;
	background-size: cover;
}

.wrapper-patient .name {
	font-weight: 700;
	color: #fff;
	bottom: 4px;
	left: 4px;
	right: 4px;
	position: absolute;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.7);
	padding: 6px;
	white-space: nowrap;
}

.wrapper-patients-in .wrapper-patient .name, .wrapper-patients-out .wrapper-patient .name
	{
	font-size: 1.5em;
	line-height: 1em;
	height: 1em;
}

.wrapper-patients-active .wrapper-patient .name {
	font-size: 3em;
	line-height: 1em;
	height: 1em;
}

/* damit die message nicht mit dem live-input überlappt */
.message {
	bottom: 100px;
}

/*
.wrapper-body .wrapper {
 width: calc(100% - 20px);
 margin: 0 10px;
 padding: 0 0 39px 0;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

.wrapper-body {
 width: calc(100% - 80px);
 border-width: 0 40px;
 border-style: solid;
 border-color: transparent;
 border-image-slice: 1;
 border-image-source: none;
}

.wrapper-body.orange-border {
 border-image-source: repeating-linear-gradient(135deg, #FF6F4F, #FF6F4F 16px, #DF4F2F 16px, #DF4F2F 32px);
}

.wrapper-body.yellow-border {
 border-image-source: repeating-linear-gradient(135deg, #FFFF4F, #FFFF4F 16px, #DFDF2F 16px, #DFDF2F 32px);
}

.wrapper-body.green-border {
 border-image-source: repeating-linear-gradient(135deg, #4FFF4F, #4FFF4F 16px, #2FDF2F 16px, #2FDF2F 32px);
}

.wrapper-body.blue-border {
 border-image-source: repeating-linear-gradient(135deg, #4F4FFF, #4F4FFF 16px, #2F2FDF 16px, #2F2FDF 32px);
}

.wrapper-body.magenta-border {
 border-image-source: repeating-linear-gradient(135deg, #FF4FFF, #FF4FFF 16px, #DF2FDF 16px, #DF2FDF 32px);
}
*/

/* im header zahlen farblich hervorheben */
.header .info {
	float: left;
	padding: 0 10px;
	border-radius: 20px;
}

.green {
	color: #00ff00;
}

.yellow {
	color: #ffff00;
}

.red {
	color: #ff0000;
}

.float {
	position: relative;
	float: left;
	padding: 4px;
	margin: 2px;
	background-color: #222222;
}

.float.green {
	background-color: #006600;
}

.float.yellow {
	background-color: #666600;
}

.float.red {
	background-color: #660000;
}

.float.blue {
	background-color: #000066;
}

.float.orange {
	background-color: #663300;
}

/* kacheln, rudimentär, goeckel productionorders3 */
.float .title {
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	white-space: nowrap;
}

.float .label {
	color: #cccccc;
	font-size: 0.8em;
	white-space: nowrap;
}

.float .copy {
	color: #eeeeee;
	font-size: 0.8em;
	white-space: nowrap;
}

.float .button {
	position: relative;
	float: right;
	color: #000000;
	background-color: #ffffff;
	padding: 2px;
	margin: 2px;
	font-size: 0.8em;
}

.pvg .table.small .row {
	padding: 2px 0;
	height: 22px;
	font-size: 14px;
	margin: 0 0 1px 0;
}

.table-mini .row {
	height: 45.2px;
	width: 100%;
	margin: 0 0 2px 0;
	background: #222328;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left-style: solid;
	border-left-width: 4px;
	font-size: 20px;
	font-weight: 300;
}

/* pos */

.pos-text {
	color: #424242;
	padding: 8px;
	font-size: 48px;
}

.pos-text.bold {
	font-weight: bold;
}

.cart {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.cart-item {
	position: relative;
	width: 1820px;
	height: 69px;
	display: flex;
	flex-direction: row;
}

.cart-item .amount {
	text-align: right;
	width: 240px;
}

.cart-item .description {
	width: 1220px;
}

.cart-item .price {
	text-align: right;
	width: 360px;
}

body {
	background: #000000 !important;
}