<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 */

html,body {
	position: fixed;
	overflow: hidden;
}

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

* {
	-ms-scroll-chaining: none;
	-ms-touch-action: none;
}
.ui-button-text {
	/* font-size: 10px !important; */
	font-size: 10px;
	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;
}
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;
	/* cursor: url(../images/cursors/rotate_x32.png) 16 16, nesw-resize; */
}
.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;
}


/************************************************************************/
/*
* Following styles are similar or duplicates of the form styles in slideshowlist.css
* but these are kept here as views are still in NSE versions
*/
label.viewCaption{
    width: 100px;
    text-align: right;
    color: #ccc;
    float: left;
    text-transform: uppercase;
    font-size: 8pt;
}
.editViewRow {
    padding: 1px;
    white-space: nowrap;
    margin: 2px 0;
}
.editViewRow input {
    /* height: 8pt; */
    font-size: 8pt;
    max-width: 140px;
}
/* migrated and modified from atlasview.css */
.viewCenterCoord{
	width: 67px;
	margin-right:3px;
}
.viewDim{
	width:50pt;
	margin-right:10px;
}
/*
.editViewRow{
	padding:3px;
	white-space:nowrap;
}
label.viewCaption{
	width:100px;
	text-align:right;
	color:#ccc;
	float:left;
	text-transform:uppercase;
	font-size:10pt;
} */
/************************************************************************/

#ATLASSettingsForm label {
	text-transform: capitalize;
}
#ATLASSettingsForm select {
    margin-right: 1em;
}
#savedImageCTNR {
	text-align:center;
	overflow:hidden;
	min-height: 4em;
}
#detectorSelectCTNR {
	margin:3px;
	text-transform: capitalize;
}
#detectorSelect {
	width: auto;
	padding:0px 5px;
	display:inline-block;
}
.colorPick {
	width:30px;
	height:30px;
}
#savedImageCTNR {
	overflow: hidden;
	clear: both;
	position:relative;
}

.tipsy-inner,
.cannotSelect,
.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;
	border: solid 1px #444;
}

.minicolors-swatch {
	/* border:#666 1px solid !important; */
	cursor: pointer !important;
}
/*.minicolors {
	border:#666 1px solid !important;
	margin:0px 10px 0px 3px;
} */
.slider {
	width:200px;
	margin:10px;
}
.LayerViewPanel table {
	text-align: center;
}
.LayerViewPanel th {
	text-transform: capitalize;
	color: #bbb;
}
.opacityCTNR &gt; div {
	display: inline-block;
	position: relative;
	top: 1px;
}
.opacityCTNR &gt; .chanOpacityValue {
	vertical-align: top;
	line-height: .5em;
	user-select: none;
	width: 3em;

	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none;
}
.sliderOpacityBtns {
	vertical-align: top;
	line-height: 2.4em;
	user-select: none;
	padding: .2em;
	text-align: center;
}
div.sliderOpacityBtns {
	/* padding-right: 19%; */
	margin-top: 2px;
}
.sliderOpacityBtns .button {
	display: inline-block;
	margin: 0 3%;
}

#LayerViewReorderCTRL,
#LayerViewChanCTRL {
	margin: 0;
	padding: 0;
	display: inline-block;
}
#LayerViewReorderCTRL {
	float: right;
	height: auto;
	position: relative;
	margin: 2vh 2px;
}
#LayerViewReorderCTRL &gt; div.ui-button {
	display: block;
	margin-bottom: 2px;
}
#LayerViewChanCTRL tr[chanUID].selected .lineCaption,
#LayerViewChanCTRL tr[chanUID].selected .lineValue {
	padding: 2px;
}

.saveImageSettings {
	width:315px;
}
.saveImgInstructions {
	float:left;
}
#saveImgInfobox {
	-moz-user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

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;
}
select.fontSelectElement,
.fontSelectElement option {
	text-transform: capitalize;
}
.fontSelectmenuCTNR *:focus {
	outline: none;
}
.fontSelectmenuCTNR {
	user-select: none;
	display: inline-block;
}


/* TextStyle Control */
.TextStyleControl {
	display: inline-block;
	font: sans-serif;
}
.TextStyleControl img {
	height: 16px;
	width: auto;
	padding: 2px 2px 0px 2px;
}
.TextStyleControl-Italic, .TextStyleControl-Bold {
	height: 28px;
}
.TextStyleControl-Italic &gt; span , .TextStyleControl-Bold &gt; span {
	font-size: 14px;
}
.TextStyleControl-Italic &gt; span {
	font-style: italic;
	text-align: left;
	margin: 0px 5px 0px 3px;
}
.TextStyleControl-Bold &gt; span {
	font-weight: bold;
}


/* 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;
	background-image: url('../images/infinity.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35%;
}
#LoadingSlashScreen .subtext{
	position: absolute;
	top: 6.5em;
	text-align: center;
	width: inherit;
	height: auto;
	max-height: 3.5em;
	overflow-y: hidden;
}

.iframeDisp_error {
	pointer-events: unset;
	padding-top: 4em !important;
	height: calc(100% - 4em) !important;
	text-align: center !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

#languageSelector,
#overviewSRC {
	text-transform: unset;
}

div.app_checkbox {
	margin: .8em 0;
}
.app_checkbox label {
	margin-left: 3px;
	position: relative;
	top: -2px;
}

.app_checkbox input {
	display: none;
}
.app_checkbox label &gt; div {
	display: inline-block;
	background: #222;
	width: 1em;
	height: 1em;
	border-radius: 3px;
	border: solid 1px whitesmoke;
	margin-right: 5px;
	padding: 0;
	text-align: center;
	line-height: 0.95em;
	font-size: 1em;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	top: 2px;
	color: #222;
}
.app_checkbox label &gt; div:before {
	content: '\2714';
}
.app_checkbox input:checked + div {
	color: whitesmoke;
}
#G_IMPORTINGOLDXML {
	font-size: 0.9em;
	font-style: italic;
	color: #888;
}

/* https://stackoverflow.com/a/8727612/883015 */
.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } /* IE &lt; 8 */

/* allow colourpickers to float on top and outside of overflow */
#ATLASSettingsForm .minicolors-panel,
#fontFormOpts .minicolors-panel {
	position: fixed;
	z-index: 10;
	left: unset !important;
	margin-top: 1px;
}
.ui-dialog {
	overflow: unset !important;
	box-shadow: 0px 0px 8px #000000;
}

@media (max-height: 780px) {
	.ui-dialog {
		max-height: 95vh;
	}
	#ATLASSettingsForm {
		max-height: 81vh !important;
		overflow: auto !important;
	}
}

.disabled { /* joedf trick */
	pointer-events: none;
	opacity: .5;
}

.no-bg {
	background: none !important;
}

.super-hidden &gt; *:not(#LoadingSlashScreen) {
	opacity: 0;
	/* visibility: hidden !important; */
	z-index: -10000;
}
.super-show &gt; *:not(#LoadingSlashScreen) {
	opacity: 1;
	transition: cubic-bezier(0, 0.96, 0.36, 1);
	transition-duration: .6s;
}

/* FilePath Bold Yellow */
fpby {
	font-weight: bold;
	color: yellow;
}
code.inline {
	font-size: 1em;
	font-family: monospace;
	border: 1px solid #666;
	padding: 1px 2px;
	background: #222;
	color: #f92;
	display: inline-block;
}

#ATLASSettingsForm td {
    padding-right: 3px;
}
#ATLASSettingsForm.singleVP .EBBV_option {
	display: none;
}
#ATLASSettingsForm .small_info {
	font-style: italic;
	color: #888;
}
#alwaysShowCrosshair .small_info {
	margin: 14px;
}
.measurementSettings td.small_info {
	width: 1em;
    display: block;
    overflow: visible;
}
td.small_info i {
	display: inline-block;
    width: max-content;
    line-height: 1.5em;
    padding-top: .2em;
}

</pre></body></html>