@charset "UTF-8";
/* CSS Document */

html,
body {
	height: 100%;
}

body {
	overflow: hidden;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	padding: 0px;
	margin: 0px;
}

main {
	flex: 1 0 auto;
}

.content {
	height: 100%;
	width: 100%;
	background: -moz-linear-gradient(top, #FFF, #FFC, #FFA);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFA));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#999999');
	background: linear-gradient(top, #FFF, #FFC, #FFA);
	padding: 0px;
	margin: 0px;
	position: absolute;
	overflow: hidden;
	display: flex;
	flex-direction: row;
}

.box {
	display: flex;
	flex-direction: row;
}

.checklistcontainer {
	height: 80%;
	margin-top: 5%;
	/* margin-left: 10%; */
	max-width: 80%;
	background-color: #bcfb8e;
	box-shadow: 10px 10px 10px black;
	font-size: calc(20px + 3vh);
}

.header {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.title {
	font-size: 8vh;
}


#volume_infused.genericinput {
	font-size: 8vh;
	border-bottom: inherit;
}

#volume_infused {
	font-size: 40px;
	box-sizing: border-box;
	width: 100%;
	padding-right: 20px;
}



.figureWrapper {
	position: relative;
	width: 66%;
	height: 90%;
	max-width: 110vh;
	max-height: 100%;
}

figure {
	width: 100%;
	height: 90%;
	position: absolute;
	top: 0;
	left: 0;
}

#qrcode {
    margin: auto;
    padding-top: 1vh;
}

#EpicHeader {
	text-align: center;
}

.EpicDiv {
	flex-shrink: 0;
	background-color: #fff;
	padding-bottom: 1px;
}

.EpicTable {
	z-index: 110;
	position: relative;
	border: solid 1px black;
	font-size: 3vmin;
	text-align: center;
	border-collapse: collapse;
}


p {
	padding-right: 10px;
}


#settingsTable {
	box-shadow: 6px 6px 6px black;
	background-color: white;
	font-size: 3vmin;
	width: 90%;
	margin-left: 5%;
}

select {
	font-size: calc(6px + 1.5vw);
}

#bolusLabel {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 30%;
	height: 100%;
}

table.EpicTable col {
	width: 4em;
}

table.EpicTable col:nth-child(even) {
	background-color: #ccc;
}

table.EpicTable col:nth-child(odd) {
	background-color: #fff;
}

table.EpicTable th {
	text-align: right;
}

a.boxclose {
	float: right;
	margin-top: -30px;
	margin-right: -30px;
	cursor: pointer;
	color: #fff;
	border: 1px solid #AEAEAE;
	border-radius: 30px;
	background: #605F61;
	font-size: 31px;
	font-weight: bold;
	/* display: inline-block; */
	line-height: 0px;
	padding: 11px 3px;
}

.boxclose:before {
	content: "×";

}



button {
	padding: 1.5vw;
	margin: 1.5vw;
	font-size: 3vw;
	background-color: lightblue;
	border-radius: 15px;
	box-shadow: 0 9px #999;
	width: fit-content;
}

button:focus {
	border-style: solid;
	border-width: 2px;
	border-color: blue;
	outline: none;
}

button:active,
.button-active {
	box-shadow: 0 5px #666;
	transform: translateY(4px) scale(0.98);
}

button:disabled {
	color: darkgray;
}

.smallbutton {
	padding: 1vh;
	margin: 1vh;
	font-size: 1.5vmin;
	border-radius: 8px;
	box-shadow: 0 4px #999;
}


textarea:required:invalid,
input:required:invalid {
	background-color: lightyellow;
	border-color: rgb(255, 0, 212);
}

.grey {
	color: gray;
}

th,
.tablevalue {
	text-align: right;
}

.tablelabel {
	text-align: left;
}


input:invalid+label::after {
	content: '?';
	color: rgb(255, 0, 212);
	text-align: right;
	float: right;
	margin-left: 2px;
	font-size: 1.6vw;
	padding-top: .4vw;
}

input:out-of-range+label::after {
	content: '⨉';
	color: red;
	text-align: right;
	float: right;
	margin-left: 2px;
	font-size: 1.6vw;
	padding-top: .4vw;
}

input:valid+label::after {
	content: '✓';
	color: green;
	text-align: right;
	float: right;
	margin-left: 2px;
	font-size: 1.6vw;
	padding-top: .4vw;
}

input+label.inputlabel::after {
	float:none;
	font-size: inherit;
}

.greencheck::after {
	content: '✓';
	color: green;
	text-align: right;
	float: left;
	margin-left: 2px;
	font-size: 1.8vw;
	padding-top: .4vw;
}

.redx::after {
	content: '?';
	color: rgb(255, 0, 212);
	text-align: right;
	float: left;
	margin-left: 2px;
	font-size: 1.8vw;
	padding-top: .4vw;
}

input[type=text] {
	text-align: left;
	font-size: 2.4vw;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

[type="date"]::-webkit-inner-spin-button {
	display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
}

input[type="radio" i] {
	margin: auto;
}


.inputradio {
	text-align: left;
	font-size: 2vw;
	display: inherit;
}

input:read-only {
	border: none;
}

.hello {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 20px;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

input[type=number] {
	text-align: right;
	padding-inline: 0px;
	-moz-appearance: textfield;
	appearance: textfield;
	font-size: 2.4vw;

}

input[type=date] {
	text-align: right;
	font-size: 1.6vw;
	padding: .2em;
}

[data-title]:before {
	content: attr(data-title);
	position: absolute;
	opacity: 0;
	transition: all 0.15s ease;
	font-size: 4vw;
	white-space: pre-wrap;
	display: block;
	padding: 10px;
	color: #333;
	border-radius: 10px;
	box-shadow: 2px 2px 1px silver;
}

[data-title]:hover:before {
	opacity: 1;
	background: yellow;
	margin-top: -10px;
	margin-left: 10px;
}

#BigTimer {
	position: absolute;
	top: 70%;
	left: 70%;
	transform: translate(-50%, -50%);
	font-size: calc(36px + 6vh);
	margin-top: 4px;
	text-align: center;
	color: red;
	background-color: #EEE;
	width: 3em;
	min-height: 2px;
	visibility: hidden;
	display: inline-block;
	border-radius: 15px;
	border: solid 1px black;
	padding: 5px;
	z-index: 1200;
	box-shadow: 10px 10px 10px black;
	opacity: .7;

}

.switch {
	position: relative;
	display: inline-block;
	width: 102px;
	height: 30px;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: LightBlue;
	-webkit-transition: .2s;
	transition: .2s;
}

table {
	border-collapse: collapse;
}

th {
	text-align: right;
}

table,
th {
	border: 1px solid black;
	padding: 4px;
}

td {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 4px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 24px;
	width: 24px;
	left: 4px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .2s;
	transition: .2s;
}

input:checked+.slider {
	background-color: LightGreen;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(68px);
	-ms-transform: translateX(68px);
	transform: translateX(68px);
}

.on {
	display: none;
}

.on,
.off {
	color: black;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

input:checked+.slider .on {
	display: block;
}

input:checked+.slider .off {
	display: none;
}

.slider.round {
	border-radius: 24px;
}

.slider.round:before {
	border-radius: 50%;
}

#audioFail {
	z-index: 2000;
	position: fixed;
	inset: 0px;
	height: fit-content;
	margin: auto;
	width: fit-content;
	background-color: #bcfb8e;
}

#sharediv {
	z-index: 1100;
	position: relative;
	display: grid;
	background-color: #fae7ef;
	box-shadow: 10px 10px 10px black;
	top: 5%;
	left:40%;
	min-height: fit-content;
	max-width: 60%;
	width: fit-content;
	margin-inline: auto;
	opacity: 1;
	visibility: hidden;
}

.modal {
	z-index: 1000;
	position: relative;
	display: block;
	background-color: #dffacb;
	box-shadow: 10px 10px 10px black;
	top: 7.5vh;
	min-height: fit-content;
	max-width: 80%;
	width: fit-content;
	margin-inline: auto;
	opacity: 1;
}

.pumpBox {
	z-index: 1000;
	position: relative;
	display: block;
	background-color: #dffacb;
	box-shadow: 10px 10px 10px black;
	top: 7.5vh;
	max-width: fit-content;
	margin-inline: auto;
	opacity: 1;
}

.container {
	max-height: fit-content;
	margin-top: 20vh;
	font-size: 5vh;
	background-color: #bcfb8e;
	box-shadow: 10px 10px 10px black;
	margin-inline: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-right: 2vw;
	padding-left: 2vw;
}

.Output {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
	background-image: url("../images/HIL_BG.png");
	background-size: 100%;
	background-color: #cccccc;
	background-position: top;
}

.textbox {
	text-align: justify;
	font-size: calc(10px + 3vh);
	margin: 40px;
}

.buttonbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-height: fit-content;
	margin-top: 20vh;
	max-width: 80%;
	margin-inline: auto;
}

.modalinstruction {
	z-index: 1000;
	position: fixed;
	inset: 0px;
	height: fit-content;
	margin: auto;
	width: fit-content;
	background-color: #bcfb8e;
	box-shadow: 10px 10px 10px black;
	font-size: calc(10px + 3vh);
	padding: 20px;
	text-align: center;
}

.modal-overlay {
	z-index: 900;
	position: fixed;
	inset: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	display: block;
}

.modal-overlay.closed {
	z-index: 900;
	position: fixed;
	inset: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
}

.element {
	z-index: 1000;
	position: fixed;
	inset: 0px;
	height: fit-content;
	margin: auto;
	width: 80%;
	background-color: #bcfb8e;
	box-shadow: 10px 10px 10px black;
	font-size: calc(10px + 3vh);
	padding: 20px;
	text-align: center;
}

.pump {
	box-shadow: 10px 10px 10px black;
	margin-top: 1vh;
	height: 60vh;
	width: fit-content;
	place-self: center;
}

.pumpDiv {
	place-content: center;
	grid-column: 2;
	display: flex;
	width: fit-content;
	height: 60vh;
	box-shadow: 10px 10px 10px black;
	place-self: center;
	opacity: 1;
}

.pumpDiv.fadeOut {
	opacity: 0;
	transition: all .5s ease-in-out;
}

.channel {
	margin-top: 1vh;
	height: 60vh;
}

.closed {
	display: none;
}

.round {
	font-size: 35px;
	font-family: Arial;
	width: 64px;
	height: 64px;
	border-width: 1px;
	color: #3a8a9e;
	border-color: #d6bcd6;
	font-weight: bold;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 3px 4px 0px 0px #899599;
	text-shadow: 0px 1px 0px #e1e2ed;
	background: linear-gradient(#ededed, #bab1ba);
	padding: 0px;
}

.round:hover {
	background: linear-gradient(#bab1ba, #ededed);
}

.backbutton {
	grid-column: 1;
	justify-self: end;
	display: grid;
	min-width: 100px;

}

.forwardbutton {
	grid-column: 3;
	justify-self: start;
	display: grid;
	min-width: 100px;
}

.genericitem {
	grid-column: 1;
	display: grid;
	text-align: right;
	margin-left: 10px;
	padding-right: 1vw;
	border-right: 1px solid rgb(38, 38, 38)
}

.genericvalue {
	grid-column: 2;
	display: grid;
	text-align: right;
	padding-right: 1vw;
	color: crimson;
}

.genericunits {
	grid-column: 3;
	display: grid;
	text-align: left;
	padding-right: 1vw;
}

.row {
	display: contents;
}

.gridItemBorder {
	border-bottom: 2px solid black;
	grid-column: span 2;
}

.pumpfooter {
	min-height: 13vmin;
}

.pumpnavigation {
	display: grid;
	grid-template-columns: auto;
	column-gap: 10px;
	align-items: center;
}

.genericgrid {
	display: grid;
	column-gap: 20px;
	align-items: center;
	font-size: 5vw;
	margin: 2vh;
	border: 1px solid rgb(38, 38, 38)
}


#mainTable {
	box-shadow: 6px 6px 6px black;
	background-color: #bcfb8e;
	display: grid;
	align-items: center;
	font-size: 2.4vw;
}

.inputrow {
	border-bottom: 1px solid rgb(38, 38, 38);
	display: inherit;
	grid-template-columns: 11vw auto;
}

.genericrow {
	display: inherit;
	border-bottom: 1px solid rgb(38, 38, 38);
	grid-template-columns: 30vw 16vw auto;
}

#buttonDiv {
	display: inherit;
	border-bottom: 1px solid rgb(38, 38, 38);
	grid-template-columns: auto 9vw auto;
	font-size: 2vw;
}

.inputwhole {
	grid-template-columns: 11vw auto;
	grid-row-gap: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: grid;

}

.inputname {
	text-align: right;
	grid-column: 1;
	padding: 4px;
	align-self: center;
}

.inputlabel {
	text-align: left;
	padding: 4px;
	grid-column: 3;
	align-self: center;
}

#currentpropofollabel {
	text-align: center;
	grid-row: span 2
}

.inputvalue {
	grid-column: 2;
}

.inputtext {
	text-align: left;
	grid-column: 2;
	padding: 4px;
	border-left: 1px solid rgb(38, 38, 38);
}

.inputbuttons {
	align-content: center;
}

.inputprogress {
	text-align: center;
	font-size: 1.5vw;
	max-width: 8vw;
}

.pumpinstructioncontainer {
	margin-top: 2vh;
	height: fit-content;
	align-items: center;
	display: flex;
	flex-direction: column;
}

.pumpinstruction {
	text-align: center;
	font-size: calc(20px + 3vh);
	align-items: center;
	height: fit-content;
	padding: 20px;
	display: block;
}

.genericfooter {
	font-size: 8vh;
	text-align: center;
	padding: 20px;
}

@keyframes spinner-line-fade-more {

	0%,
	100% {
		opacity: 0;
		/* minimum opacity */
	}

	1% {
		opacity: 1;
	}
}

@keyframes spinner-line-fade-quick {

	0%,
	39%,
	100% {
		opacity: 0.25;
		/* minimum opacity */
	}

	40% {
		opacity: 1;
	}
}

@keyframes spinner-line-fade-default {

	0%,
	100% {
		opacity: 0.22;
		/* minimum opacity */
	}

	1% {
		opacity: 1;
	}
}

@keyframes spinner-line-shrink {

	0%,
	25%,
	100% {
		/* minimum scale and opacity */
		transform: scale(0.5);
		opacity: 0.25;
	}

	26% {
		transform: scale(1);
		opacity: 1;
	}
}

#clipboardbox {
	z-index: 1010;
	height: fit-content;
	max-width: 70vh;
	background-color: #bcfb8e;
	box-shadow: 10px 10px 10px black;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	padding: 10px;
	font-family: monospace;
	font-size: small;
	position: relative;
	margin-inline: auto;
	top: 3vh;
}

#clipboardbox.fadein {
	animation: fadein .5s forwards
}

#clipboardbox.fadeout {
	animation: fadein .5s backwards
}

@keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeout {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0
	}
}

.logo {
	width: 1px;
	height: 1px;
}

svg {
	width: initial;
}

#json {
	font-family: 'Courier New', Courier, monospace;
	font-size: small;
	overflow: auto;
}

#EpicHeader {
	text-align: center;
}

.EpicDiv {
	flex-shrink: 0;
	background-color: #fff;
	padding-bottom: 1px;
}

.EpicTable {
	z-index: 110;
	position: relative;
	border: solid 1px black;
	font-size: 3vmin;
	text-align: center;
	border-collapse: collapse;
}

table.EpicTable col {
	width: 4em;
}

table.EpicTable col:nth-child(even) {
	background-color: #ccc;
}

table.EpicTable col:nth-child(odd) {
	background-color: #fff;
}

table.EpicTable th {
	text-align: right;
}