/* ------------------------------------------------------------
 * File:	main.css
 * Description:	Our style additions
 * ------------------------------------------------------------ */

/* These modify the layout in notifications */
/* NOTE: the notification dialog width is in 768.css */
#notifications-top-right table { border-collapse: collapse; }
#notifications-top-right table th { padding: 0 8px; }
#notifications-top-right table td { padding: 0 8px; }

.arc-table { width: 100%; display:table; position: absolute; }
.arc-row { display: table-row; position: relative; }
.arc-col { width: 25%; display: table-cell; position: relative; }

.dtree-table { width: 100%; display:table; position: absolute; }
.dtree-row { display: table-row; position: relative; }
.dtree-col { display: table-cell; position: relative; }

.arc-gauge-container { position: relative; }
.arc-gauge-outer {
	position: absolute;
	width: 150px;
	height: 150px;
	top: 0;
	left: 0;
	z-index: 25;
	}
.arc-gauge-inner {
	position: absolute;
	width: 135px;
	height: 135px;
	top: 7.5px;
	left: 7.5px;
	z-index: 20;
	}

.arc-gauge-text {
	position: absolute;
	font-size: 25px;
	font-weight: 100;
	width: 100%;
	text-align: center;
	top: 60px;
	display: table-cell;
	}
.small {
	position: relative;
	font-size: 16px;
	font-weight: 200;
	color: #666;
	top: 10px;
	}

/* ARB 03/19/2024 Addins for the clock, from: https:/codepen.io/dervondenbergen/pen/dVPOwB */
.clock {				// Positioned like the helpIcon
	position: absolute;
	top: 0px;
	right: 20px;
	width: 25%;
	z-index: 99;
	// color: #ff9300;
	color: white;
	font-size: 8vh;
//	font-family: sans-serif;
//	display: flex;
	overflow: hidden;
	}
/* .clock::before, .clock::after {
	content: '';
	width: 7ch;
	height: 3vh;
	background: linear-gradient (to top, transparent, black);
	position: absolute;
	z-index: 97;
	}
.clock::after {
	bottom: 0;
	background: linear-gradient (to bottom, transparent, black);
	} */
.clock > div {
//	display: flex;
	}
.tick {
	line-height: 17vh;
	}
.tick-hidden {
	opacity: 0;
	}
.move {
	animation: move linear 1s infinite;
	}
@keyframes move {
	from {
		transform: translateY (0vh);
		}
	to {
		transform: translateY (-20vh);
		}
	}
/* End of clock additions */

#helpIcon {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 99;
	font-size: 24px;
	}
#helpPopup {
	width: 500px;
	display: none;
	}

#copyright {
	position: fixed;
	bottom: 2px;
	font-size: 12px;
	color: #aaaaaa;
	text-align: center;
	width: 100%;
	}

.chartContainer {
	width: 100%;
	height: 100%;
	z-index: 7;
	}
#installClock {
	position: absolute;
	font-size: 40px;
	color: #ffffff;
	top: 0;
	right: 10px;
	}
.installTimeout {
	-webkit-animation: cc 1s linear 1s infinite alternate;
	animation: cc 1s linear 1s infinite alternate;
	color: #f00;
	}
@-webkit-keyframes cc {
	0%   { color: #f00; }
	10%  { color: #c00; }
	20%  { color: #900; }
	30%  { color: #600; }
	40%  { color: #300; }
	50%  { color: #000; }
	60%  { color: #300; }
	70%  { color: #600; }
	80%  { color: #900; }
	90%  { color: #c00; }
	100% { color: #f00; }
	}
@keyframes cc {
	0%   { color: #f00; }
	10%  { color: #c00; }
	20%  { color: #900; }
	30%  { color: #600; }
	40%  { color: #300; }
	50%  { color: #000; }
	60%  { color: #300; }
	70%  { color: #600; }
	80%  { color: #900; }
	90%  { color: #c00; }
	100% { color: #f00; }
	}
/* Glowing blue box around input fields */
.txtinput {
	display: block;
	font-family: "Helvetica Neue", Arial, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 5px;
	font-size: 1.3em;
	padding: 3px 3px;
	padding-left: 3px;
	color: #777;

	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	}
.txtinput:focus {
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none;
	}
.anaglyphic {
	font-family: "League-Gothic", Courier;
	text-transform: uppercase;
	color: rgba(0,168,255,0.5);
	text-shadow: 8px 8px 0 rgba(255, 0, 180, 0.5);
	}
.doChange {
	-webkit-animation: doChange 1s ease-in 0s forwards;
	-moz-animation: doChange 1s ease-in 0s forwards;
	animation: doChange 1s ease-in 0s forwards;
	}
@-webkit-keyframes doChange {
	0% { color: #0000ff; }
	100% { color: #eeeeee; }
	}
@-moz-keyframes doChange {
	0% { color: #0000ff; }
	100% { color: #eeeeee; }
	}
@keyframes doChange {
	0% { color: #0000ff; }
	100% { color: #eeeeee; }
	}
.doChange1 {
	-webkit-animation: doChange1 1s ease-in 0s forwards;
	-moz-animation: doChange1 1s ease-in 0s forwards;
	animation: doChange1 1s ease-in 0s forwards;
	}
@-webkit-keyframes doChange1 {
	0% { color: #0000ff; font-weight: normal; }
	100% { color: #000000; font-weight: normal; }
	}
@-moz-keyframes doChange1 {
	0% { color: #0000ff; font-weight: normal; }
	100% { color: #000000; font-weight: normal; }
	}
@keyframes doChange1 {
	0% { color: #0000ff; font-weight: normal; }
	100% { color: #000000; font-weight: normal; }
	}

