﻿input.larger {
	width: 18px;
	height: 18px;
}
#anesch .stickline {
	stroke: gray;
	stroke-width: 0.3px
}
#anesch .boldline {
	stroke: gray;
	stroke-width: 1px
}
#anesch .boldlinescale {
	stroke: gray;
	stroke-width: 0.5px
}
#anesch .underline {
	stroke: black;
	stroke-width: 0.3px
}
#anesch .green {
	stroke: green;
	stroke-width: 0.3px;
	fill: #A9DFBF;
}
#anesch .temp {
	fill: blue;
	stroke: blue;
	cursor:pointer;
}
	#anesch text.temp:hover {
		stroke-width: 4px;
	}
#anesch .pulse {
	fill: red;
	stroke: red;
	cursor: pointer;
}
#anesch text.pulse:hover {
	stroke-width: 4px;
}
#anesch .bps {
	stroke: black;
	cursor: pointer;
	stroke-width: 0.1px;
}

#anesch text.bps:hover {
	stroke-width: 1px;

	
}
#anesch .scoreck {
	cursor: pointer;
}
#anesch text.check.hide {
	stroke: transparent;
}
#anesch .pointer {
	cursor: pointer;
}

.print-btn {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: inline-block;
	z-index:2000;
}

body {
	background-color: #ccc !important;
}

.container {
	background-color: white;
}
.rotate {
	width: 20px;
	transform: rotate(-180deg);
	writing-mode: vertical-lr;
	margin-left:6px;
}
input.larger-print {
	width: 18px;
	height: 18px;
	accent-color: black;
}
@media print {
	.table th.bg-primary, td {
		background-color: #17a2b8 !important;
	}

	#main_tb > tbody > tr {
		display: block;
	}

	.print-scan {
		height: 1200px;
		width: 100%;
	}

	.container {
		margin-left: initial !important;
	}
	input.larger {
		width: 18px;
		height: 18px;
		accent-color: black;

	}
}


