<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #000;	
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
	color:#fff;
}
/* disable the history swip on surface tablets*/

* {
	-ms-scroll-chaining: none;
	-ms-touch-action: none;
}
.ui-button-text {
	font-size: 10px !important;
	text-transform:uppercase;
	padding:3px 7px !important;
}
table td, table, table tr {
	border-collapse:collapse;
}
h2, h3 {
	margin:0;
}
#DockArea h2 {
	padding:5px 10px;
	background-color:#000;
	font-size:11px;
	text-transform:uppercase;
	font-weight:100;
}
.button {
}
sup {
	font-size:0.7em;
}
.WxH {
	text-transform:none;
}
.Gray {
	color:#777;
}
fieldset {
	border:1px solid #222;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#111;
	position:relative;
	padding:10px;
	margin:0px 5px 5px 5px;
}
textarea, input[type=text] {
	background-color:#111;
	border:1px solid #333;
	border-collapse:collapse;
	color:#aaa;
}
textarea {
	resize: none;
}
canvas, .ATLASViewport {
	cursor:crosshair;
}
.editForm {
	min-width:70px;
	text-align:right;
	padding:0 5px 0 0;
	display:inline-block;
}
.inputUnit {
	padding:0 0 0 5px;
}
label {
	margin-right:5px;
}
#savedImageCTNR {
	text-align:center;
	overflow:hidden;
}
#detectorSelectCTNR {
	margin:3px;
}
#detectorSelect {
	width:500px;
	padding:0px 5px;
	display:inline-block;
}
.colorPick {
	width:30px;
	height:30px;
}
#savedImageCTNR {
	overflow: hidden;
	clear: both;
	position:relative;
}
.cannotSelect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.measurementTools, .ui-widget-header, .button, .no-select, canvas {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

::selection {
 background-color:#ccc;
 color:#fff;
}

::-moz-selection {
 background-color:#ccc;
 color:#fff;
}
#savedImagePreview {
	position:relative;
	display:inline-block;
}
.minicolors-swatch {
	border:#666 1px solid !important;
}
.minicolors {
	border:#666 1px solid !important;
	margin:0px 10px 0px 3px;
}
.slider {
	width:200px;
	margin:10px 10px;
}
.saveImageSettings {
	width:300px;
}
.saveImgInstructions {
	float:left;
}
audio {
	position:absolute;
	bottom:130px;
	right:10px;
	z-index:2000 !important;
}
select, option {
	text-transform:uppercase;
	font-size:8pt;
	background-color:#333;
	color:#eee;
	border:1px solid #222;
}

/* Loading Splash Screen */
#LoadingSlashScreen{
	background-color:#000;
	width:100px;
	color:#fff;
	height:100px;	
	position:fixed;
	top:200px;
	border:1px solid #333;
	left:200px;
	z-index:1000;
	text-align:center;
	padding:20px;
	border-radius: 5px;	
}
</pre></body></html>