body {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	padding: 0;
	margin: 0;
	height: 100vh;
	overflow-x: hidden;
	background: #959595;
	/* Old browsers */
	background: #959595;
	/* Old browsers */
	background: -moz-linear-gradient(top, #959595 0%, #010101 50%, #959595 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #959595 0%, #010101 50%, #959595 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #959595 0%, #010101 50%, #959595 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#959595', endColorstr='#959595', GradientType=0);
	/* IE6-9 */
	background-attachment: fixed;
}

.splash-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 50;
}

/* make a scroll bar visible on splash screen for narrow width or short height when the main page is expected to draw a scrollbar */
@media all and (max-width: 725px) {
	.splash-container {
		height: 101%
	}
}

@media all and (max-height: 420px) {
	.splash-container {
		height: 101%
	}
}

.splash-container img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0px;
	max-width: 75%;
}

.container {
	min-height: 100%;
	position: relative;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	background-color: #959595;
	display: none;
	/* animated in after splash screen */

}

.main-content {
	padding: 5px;
	text-align: center;
}

.label {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
	padding-bottom: 2px;
}

input[type=text] {
	display: inline-block;
	width: 50px;
	line-height: 1.5em;
}

/* fix for text boxes with jquery-ui */
input[type=text].ui-button,
input[type=password].ui-button {
	-webkit-user-select: unset;
	-moz-user-select: unset;
	-ms-user-select: unset;
	cursor: text;
}

.inputs {}

.input {
	padding-bottom: 15px;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

.numeric {
	display: inline-block;
	position: relative;
}

.units {
	position: absolute;
	bottom: 1px;
	right: 4px;
	font-size: 0.8em;
	cursor: default;
	color: #888;
}

.outputs {
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.output {
	padding-bottom: 10px;
	vertical-align: bottom;
	padding-right: 10px;
	display: inline-block;
	width: 100px;
}

.value.ui-button {
	width: 50px;
	cursor: default;
	line-height: 1.5em;
}

.main-content>h1:first-of-type {
	margin-top: 0px;
}

.slider {
	width: 250px;
	display: inline-block;
}

.page-spacer {
	height: 50px;
}

.header-footer {
	height: 50px;
	width: 100%;
	background: black;
	position: fixed;
	color: white;
	z-index: 10;
	max-width: 720px;
	display: none;
	/* animated in after splash screen */
}

.footer {
	bottom: -200px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	height: 250px;
}

.footer-top {
	height: 50px;
	overflow: hidden;
	cursor: pointer;
}

.header {
	top: 0px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.header-float {
	position: relative;
	height: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
}

.header-float-right {
	float: right;
}

.header-float-left {
	float: left;
}

.logo {
	background-image: url("thomas-small.png");
	background-repeat: no-repeat;
	width: 167px;
	height: 100%;
	border-radius: 8px;
}

#EEF-text {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.progressbar-container {
	display: inline-block;
	position: relative;
	color: black;
}

#EEF-progressbar {
	width: 200px;
	height: 30px;
}

.progressbar-container .label {
	position: absolute;
	font-size: 8pt;
	bottom: 2px;
	display: inline-block;
}

.progressbar-container .left {
	left: 2px;
}

.progressbar-container .right {
	right: 2px;
}

.progressbar-container .value {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0px;
	height: 100%;
	padding: 5px 0px;
	font-weight: bold;
}

.buttons {
	margin-right: 5px;
	margin-top: 0.5em;
}

.button-icon {
	width: 15px;
	display: inline-block;
	font-size: 0.9em;
}

@media all and (max-width: 400px) {
	.button-icon.mobile-hide {
		display: none;
	}
}

.dialog {
	display: none;
}

.no-close .ui-dialog-titlebar-close {
	display: none
}

.ui-dialog .ui-dialog-buttonpane {
	border-width: 0;
	margin-top: 0;
}

.ui-selectmenu-button.ui-button {
	width: 5em;
}

.option {
	padding-bottom: 10px;
}

.option>h1:last-of-type {
	margin-bottom: 0px;
}

.expand-icon {
	margin-top: 0.4em;
	margin-left: 0.8em;
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

.stats {
	font-size: 0.7em;
	color: #AAA;
}

.only-print {
	display: none;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.print-header-footer {
	display: none;
}

#expand-throbber {
	position: absolute;
	display: none;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	border: 2px solid white;
}

#language-button {
	float: right;
	width: 40px;
	font-size: 2em;
	padding: 0em 0.8em;
}

.language-radio {
	width: 200px;
	text-align: left;
}

#dialog-language {
	overflow-y: auto;
	overflow-x: hidden;
}

.help-content {
	text-align: left;
}

.help-content a h1,
.help-content a h2,
.help-content a h3,
.help-content a h4,
.help-content a h5,
.help-content a h6 {
	border-radius: 5px;
}

.help-content h1 {
	border-top: 4px solid black;
	cursor: pointer;
}

.help-content h1::after {
	display: block;
	float: right;
	content: '\f078';
	/* default, expand arrow (down) */
	font-family: "Font Awesome 5 Free";
	padding-left: 30px;
	padding-bottom: 10px;
}

.help-content h1.expanded::after {
	content: '\f077';
	/* collapse arrow (up) */
}

.help-content a[data-anchor] {
	cursor: pointer;
	font-weight: bold;
}

.help-content a[data-anchor]:hover {
	text-decoration: underline;
}

.help-content .section {
	display: none;
}

.help-content table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

.help-content thead tr {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
}

.help-content th,
.help-content td {
	padding: 4px;
	border-bottom: 1px solid black;
}

.toc-header {
	display: inline-block;
}

.toc {
	color: #fff;
	padding: 5px 10px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 175px;
	margin-right: 5px;
}

.toc a {
	text-decoration: underline;
	cursor: pointer;
}

.toc h1,
.toc h2,
.toc h3,
.toc h4,
.toc h5,
.toc h6 {
	margin: 0px;
	font-size: 1em;
	font-weight: normal;
}

.toc h1 {}

.toc h2 {
	padding-left: 8px;
}

.toc h3 {
	padding-left: 16px;
}

.toc h4 {
	padding-left: 24px;
}

.toc h5 {
	padding-left: 32px;
}

.toc h6 {
	padding-left: 40px;
}

.toc::-webkit-scrollbar {
	width: 10px;
}

.toc::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.toc::-webkit-scrollbar-thumb {
	background: #888;
}

.toc::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.help-footer {
	bottom: -200px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	height: 250px;
}

.help-show {
	display: block;
}

#save-name {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
	max-width: 400px;
}

#dialog-save .names label {
	max-width: 470px;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
}

#dialog-save .names {
	box-sizing: border-box;
	max-height: 350px;
}

#dialog-save fieldset {
	margin-bottom: 20px;
	max-height: 370px;
	overflow-y: auto;
}

#save-file-button {
	display: none;
}

.drag-drop {
	position: fixed;
	top: 0px;
	z-index: 100;
	left: 0px;
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 255, 90%);
	padding: 20px;
	box-sizing: border-box;
}

.drag-drop-inside {
	border: 5px lightgrey;
	height: 100%;
	text-align: center;
	border-radius: 10px;
	border-style: dashed;
	position: relative;
}

.vertical-center {
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}

.taac1-ref-title {
	font-size: 1.1em;
}

.taac1-ref-values {
	zoom: 0.70;
}