.ui-tabs .ui-tabs-nav li a {
	padding: 0 1em;
	height: 20px;
	font-size:11pt;
}

.input-OK {
	width:250px;
	font-size:10pt;
}
.input-BAD {
	background-color:pink;
}
.short-input-OK {
	width:60px;
	text-align:center;
	font: 12px system-ui;
}
p.info {
	margin-bottom: 10px;
}
div.hide {
	display:none;
}

thead.fixedHeader th {
	width:80px;
	text-align:center;
}
th.wide {
	width:160px;
}
th#arrow {
	width:40px;
}
th#timeH {
	width:40px !important;
}
.time {
	width:40px !important;
}
tbody.scrollContent td {
	width:80px;
	text-align:right;
}
td.wide {
	width:160px;
}
div.tableContainer {
	clear: both;
	width: 600px;
}
img#thumb, img#thumbClip {
	height:30px;
	width:40px;
	background-color: #e0e0ff;
}
a.thumb:hover {
	background-color: #ffffff;
}
#thumb:hover {
	background-color: #a0a0f0;
}
.hidden {
	display: none;
}
.invisible {
	visibility: hidden;
}
.toggle {
	background-color: #9045E0; //#7521C7
}
.ellipses {
//	width:40px;
}
div.ctrl-right {
	float: right;
	margin: 0px;
}
div.ctrl-left {
	float: left;
	margin: 0px;
}
div.ctrl-center {
	text-align: center;
	margin: 0px;
}
.spinlabel {
	font-size: 12px;
	cursor: ew-resize !important;
	border: 5px solid #f3f3f3 !important;
	background: #f3f3f3 !important;
}
.ui-slider-handle {
	display: none;
}
.spinInput {
	width:25px;
	font-size: 0.7em !important;
}
.copytoclipboard:after {
	content: url('../images/copy-small.png');
	padding-right: 10px;
	float:right;
}
.download:after {
	content: url('../images/download-small.png');
	padding-right: 10px;
	float:right;
}

.ui-state-active {
 	background: #f0d0ff;
}
.ui-button, .ui-menu-item {
	font-size: 0.9em;
}

.overflow { height: 200px; }
