a:link { text-decoration: none; color : #ffffff; border: 0px; -moz-outline-style: none;}
a:active { text-decoration: underline; color : #ffffff; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #ffffff; border: 0px; -moz-outline-style: none;}
a:hover { text-decoration: underline; color : #ffffff; border: 0px; -moz-outline-style: none;}
a:focus { outline: none;-moz-outline-style: none;}



.topButtonsBackground {
	background-color: #444444;
	margin: 2px;
	padding: 4px;
}
.sameColorAsBackgroundBox {
	background-color: #444444;
}
.textButton {
	margin: 4px;
}
.backgroundBox {
	background-color: #444444;
	margin: 2px;
	border: 0px;
	padding: 8px;
}
.choiceBox {
	float: left;
	background-color: #444444;
	margin: 2px;
	border: 0px;
	padding: 8px;
}
.smallButton {
	float: right;/*
		If this isn't here, both Chrome and Firefox (haven't tested other browsers) will mysteriously
		think these elements take up more space than they do when sizing their parents.
	*/
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}
.iconButtonCell {
	width: 20px;
	height: 20px;
}
.smallButton span {
	margin: 2px;
}
.imageTypeDropDown {
	float: right;
	margin: 4px;
	margin-right: 20px;
}
.choiceBoxTimeDisplay {
	text-align: center;
	vertical-align: middle;
	float: right;
	height: 20px;
	background-color: #777777;
}
.spacecraftSelectionDiv {
	float: left;
	height: 30px;
	background-color: #444444;
	margin: 2px;
	padding: 8px;
}


.spacecraftToggle {
	float: left;
	margin: 0px;
	padding: 2px;
}
.spacecraftLabel {
	width: 150px;
}
.measureBox {
	float: left;
	background-color: #444444;
	margin: 2px;
	padding: 8px;
}

.measureBoxLabel {
	float: left;
	background-color: #444444;
	margin: 2px;
	padding: 2px;
}

.noSelect {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectAllowed {
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
input[type=text] {
	text-align: center;
	background-color: #777777;
	border-color: #666666;
	color: #ffffff;
	height: 16px;
	margin: 0px;
	padding: 0px;
}
textarea {
	background-color: #777777;
	border-color: #666666;
	color: #ffffff;
	border-width: 2px;
	border-style: inset;
}
ui-icon {
	margin: 0px;
	padding: 0px;
}
.sessionTable {
	table-layout: fixed;
}
.sessionTable tr {
	padding: 0px;
}

.divWithTextLikeTableCell {
	padding: 4px;
	font-weight: normal;
}

.sessionTable td, .sessionTable th {
	padding: 4px;
	background-color: #444444;
	font-weight: normal;
}

.divWithTextLikeTableCell, .sessionTable td {
	font-size: 12px;
	text-align: center;
}
.fileInputWrapper {
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.invisibleFileInput {
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);   created unexpected css token */
}
* {
	word-wrap: break-word;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: verdana,sans-serif;
	font-size: 12px;
	background-color: #111111;
	color: #ffffff;
}
.warningBanner {
	padding: 16px 8px;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	height: auto;
}
.jqplot-point-label {
	color: white;
}
.jqplot-cursor-tooltip, .jqplot-highlighter-tooltip, table.jqplot-table-legend, table.jqplot-cursor-legend {
	color: white;
	background-color: rgba(0, 0, 0, 0.6);
}

div.jqplot-table-legend-swatch-outline {
    border: 1px solid white;
    padding:1px;
}

.circle {
	border-radius: 99999px;
	-webkit-border-radius: 9999px;
	-moz-border-radius: 9999px;
}
.diamond {
	-webkit-transform: rotate(45deg); /* Chrome & Safari */
	-moz-transform: rotate(45deg); /* Firefox */
	-ms-transform: rotate(45deg); /* IE 9+ */
	-o-transform: rotate(45deg); /* Opera */
	transform: rotate(45deg); /* CSS3 */
	/*	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678, sizingMethod='auto expand');  */ /* IE 7-8 */ 
}
/*Internet Explorer (Even IE10) wont register click events on ordinary transparent elements. This prevents that.*/
.transparentClickableInIe {
	background-color: rgba(0, 0, 0, 0);
}

.fullWindow {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}
/* Sharable URL Section Styles */
.sharable-url-section {
    margin-top: 20px;
    padding: 15px;
    background-color: rgba(255,255,255,0.05);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
}

.sharable-url-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.sharable-url-title {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.sharable-url-icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sharable-url-icon {
    color: #e0e0e0;
    cursor: pointer;
    padding: 6px;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.sharable-url-icon:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.sharable-url-icon i {
    font-size: 16px;
}

.sharable-url-icon.success {
    color: #ffffff; /* Changed from #4CAF50 to white */
}

.sharable-url-display {
    background-color: rgba(255,255,255,0.1);
    padding: 12px;
    border-radius: 6px;
    font-family: monospace;
    font-size: 12px;
    color: #e0e0e0;
    word-break: break-all;
    line-height: 1.4;
    border: 1px solid rgba(255,255,255,0.1);
}