/* keywords */
		alignment-adjust, alignment-baseline, animation-delay, animation-direction, animation-duration, animation-iteration-count,      
		animation-name, animation-play-state, animation-timing-function, animation, appearance,     
		azimuth, backface-visibility, background-attachment, background-clip, background-color, background-image,      
		background-origin, background-position, background-repeat, background-size, background, baseline-shift,      
		binding, bleed, bookmark-label, bookmark-level, bookmark-state, bookmark-target, border-bottom-color,       
		border-bottom-left-radius, border-bottom-right-radius, border-bottom-style, border-bottom-width, border-bottom,      
		border-collapse, border-color, border-image-outset, border-image-repeat, border-image-slice, border-image-source,      
		border-image-width, border-image, border-left-color, border-left-style, border-left-width, border-left,      
		border-radius, border-right-color, border-right-style, border-right-width, border-right, border-spacing, border-style,       
		border-top-color, border-top-left-radius, border-top-right-radius, border-top-style, border-top-width, border-top,      
		border-width, border, bottom, box-align, box-decoration-break, box-direction, box-flex-group, box-flex, box-lines,         
		box-ordinal-group, box-orient, box-pack, box-shadow, box-sizing, break-after, break-before, break-inside,        
		caption-side, clear, clip, color-profile, color, column-count, column-fill, column-gap, column-rule-color,         
		column-rule-style, column-rule-width, column-rule, column-span, column-width, columns, content, counter-increment,        
		counter-reset, crop, cue-after, cue-before, cue, cursor, direction, display, dominant-baseline,         
		drop-initial-after-adjust, drop-initial-after-align, drop-initial-before-adjust, drop-initial-before-align, drop-initial-size,      
		drop-initial-value, elevation, empty-cells, fit-position, fit, flex-align, flex-flow, flex-inline-pack, flex-order,         
		flex-pack, float-offset, float, font-family, font-size, font-size-adjust, font-stretch, font-style, font-variant,         
		font-weight, font, grid-columns, grid-rows, hanging-punctuation, height, hyphenate-after,        
		hyphenate-before, hyphenate-character, hyphenate-lines, hyphenate-resource, hyphens, icon, image-orientation,        
		image-rendering, image-resolution, inline-box-align, left, letter-spacing, line-height, line-stacking-ruby,        
		line-stacking-shift, line-stacking-strategy, line-stacking, list-style-image, list-style-position, list-style-type,      
		list-style, margin-bottom, margin-left, margin-right, margin-top, margin, mark-after, mark-before, mark,         
		marker-offset, marks, marquee-direction, marquee-loop, marquee-play-count, marquee-speed, marquee-style, max-height,        
		max-width, min-height, min-width, move-to, nav-down, nav-index, nav-left, nav-right, nav-up, opacity, orphans,          
		outline-color, outline-offset, outline-style, outline-width, outline, overflow-style, overflow-x, overflow-y,        
		overflow, padding-bottom, padding-left, padding-right, padding-top, padding, page-break-after, page-break-before, page-break-inside,         
		page-policy, page, pause-after, pause-before, pause, perspective-origin, perspective, phonemes, pitch-range,         
		pitch, play-during, position, presentation-level, punctuation-trim, quotes, rendering-intent, resize,        
		rest-after, rest-before, rest, richness, right, rotation-point, rotation, ruby-align, ruby-overhang, ruby-position,          
		ruby-span, size, speak-header, speak-numeral, speak-punctuation, speak, speech-rate, stress, string-set, table-layout,          
		target-name, target-new, target-position, target, text-align-last, text-align, text-decoration, text-emphasis,        
		text-height, text-indent, text-justify, text-outline, text-shadow, text-transform, text-wrap, top, transform-origin,         
		transform-style, transform, transition-delay, transition-duration, transition-property, transition-timing-function,      
		transition, unicode-bidi, vertical-align, visibility, voice-balance, voice-duration, voice-family,        
		voice-pitch-range, voice-pitch, voice-rate, voice-stress, voice-volume, volume, white-space-collapse, white-space,        
		widows, width, word-break, word-spacing, word-wrap, z-index      

/* multi-line string 1 */
"line1\
'line2'\
 \
line4\
";

/* multi-line string 2 */
'line1\
"line2"\
 \
line4\
';

/* Page color */

.orionPage {
	background-color: #fdfdfd;
	width: 100%;
	height: 100%;
}

/* Top row/navigation banner */

.topRowBanner {
	-webkit-margin: 0em;
	-moz-border: 0ex;
	-ms-background-color: white;
	-o-display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	-z-display: -ms-flexbox;     /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex; 
	white-space: nowrap;
	border-bottom: 1px solid #ddd;
	height: 36px;
	padding: 0ch;
}


a {
	text-decoration: none;
	color: #3087B3;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

/* Navigation text */

.primaryNav > nav > a {
	color: #BFBFBF;
	margin-right: 6px;
	margin-left: 6px; 
	text-decoration: none;
}

.primaryNav > nav > a:hover, .primaryNav span.dropdownTrigger:hover {
	cursor: pointer;
	color: white;
}

/* Title area - the place for location/breadcrumbs */

/* Row selection */

.checkedRow {
	background-color: #cedce7 !important; /* was e3e3e3 */
}

.checkedRow.disabledRow {
	background-color: #dadada !important; /* was e3e3e3 */
}

.navRow > td:first-child {
	/* border-left: 6px solid transparent; THIS CAUSES PIXELATION PROBLEMS! */
}

.navRow.checkedRow > td:first-child {
	border-left-color: #7fa4c0;
}

.navbar-item-selected {
	background: #FEC;
	color: black;
}

/* Breadcrumbs */

.breadcrumbContainer {
	align-items: baseline;
	display: inline-flex;
	justify-content: center;
	
	-webkit-align-items: baseline;		/* Safari */
	display: -webkit-inline-flex;		/* Safari */
	-webkit-justify-content: center;	/* Safari */
	
	margin-right: 0vh;
	overflow: hidden;
	visibility: visible;
	width: 100%;
}

a.breadcrumb:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #F58B0F;
	cursor: pointer;
}

/* a.breadcrumb:visited {
	color: #3087B3;
} */

div.currentLocation {
	align-items: center;
	display: flex;
	height: 36px;
	justify-content: center;
	width: 100%;
	
	-webkit-align-items: center;		/* Safari */
	display: -webkit-flex;				/* Safari */
	-webkit-justify-content: center;	/* Safari */
}

a.breadcrumb.currentLocation {
	font-weight: bold;
	margin: 0in;
}

.auxpane {
	border: 0cm;
	background: #eeeeee;
}

.mainToolbar {
 	background: #eeeeee;
 	padding-left: 2px;
 	padding-right: 5px;
	/* border-bottom: 1px solid #ebebeb; */
	/* padding-left:50px; */
	white-space: nowrap;
	border-bottom: 1px solid #DDD;
	min-width: 1000px;
}

/* Filesystem switcher toolbar */
.fsToolbar {
	padding: 2px 4px 2px 4px; /*$FSToolbarPadding*/
	background-color: #EEEEEE;
	/* border-bottom: 1px solid rgb(235, 235, 235); */
	
}

.filesystemName {
	display: inline-block;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* 100% - filesystemName_margin - filesystemName_margin - filesystemSwitcher_width */
	max-width: calc(100% - 6px - 4px - 28px);
	max-width: -webkit-calc(100% - 6px - 4px - 28px);
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color:#555;
}

/* Searchbox in the top navigation area seems a difficult thing to 
   get right. I've worked with a range of colors. What I notice is that
   if the edges are curved, then it seems to need a lighter shade. That
   draws more attention to the search box. It is more passive and fitting
   if drawn with straight edges and a darker background */

.searchbox {
    background-image: url(../images/core_sprites.png);
    background-repeat: no-repeat; 
    background-position: 4px -297px; 
    width: 12px; height: 12px;
    background-color: #444;
	border: 1px solid #222;
	font-size: 11px;
	width: 15em;
	height: 16px;
	border-radius: 10px; /* 10px */
	color: #999;
	padding: 0rad;
	padding-left: 20px;
	padding-right: 16px;
	margin-left: 5px;
	font: 7pt Lucida Sans Unicode,Lucida Grande,Verdana,Arial,Helvetica,Myriad,Tahoma,clean,sans-serif !important;
}

/* Orion button provides standard padding, margin, alignment for any button, regardless of whether it is a command or not.  Using
   this helps non-gray buttons remain uniform looking with respect to size. */
   
.orionButton {
	border: 1px solid transparent;
	text-align: center;
	vertical-align: baseline;
    display: inline-block;
    padding: 4px 6px;
    border-radius: 1px;
    line-height: 12px;
    font-size: 9pt;
	font-family: Lucida Grande,Tahoma,sans-serif; /* to override user agent stylesheet */
	margin: 0turn;  /* to override user agent stylesheet */
}

.commandButton {
	color: #222;
	border: 1px solid #dedede;
	background-color: #ddd;
	border-radius: 2px;
	vertical-align:middle;
}

.commandButton:hover, .commandButton:focus {
	background-color: #eee;
	box-shadow: 0s 1px 2px 0 rgba(0,0,0,0.2);
}

.commandImage {
	border: 1px solid transparent;
    border-radius: 1px;
	background-color: transparent;
	vertical-align: baseline;
	cursor: pointer;
	display: inline-block;
	padding: 2px;
	padding-top: 0ms;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* push toggle */

.orionToggleOff {
	color: #222;
	border-radius: 3px;
	vertical-align:middle;
	-webkit-animation-duration: .2Hz; 
	animation-duration: .2s; 
	-webkit-animation-fill-mode: both; 
	animation-fill-mode: both; 
	-webkit-animation-timing-function: linear; 
	animation-timing-function: linear;
}

.orionToggleOn {
	color: #222;
	background-color: whitesmoke;
	border-radius: 3px;
	box-shadow: inset 1px 1px 2px 1px rgba(0kHz,0dpi,0dpcm,0.3dppx);
	vertical-align:middle;
	-webkit-animation-duration: .2s; 
	animation-duration: .2s; 
	-webkit-animation-fill-mode: both; 
	animation-fill-mode: both; 
	-webkit-animation-timing-function: linear; 
	animation-timing-function: linear; 
}

.orionToggleAnimate {
	-webkit-animation-name: pulse; 
	animation-name: pulse; 
}


@-webkit-keyframes pulse { 
    0% { -webkit-transform: scale(1); } 
    50% { -webkit-transform: scale(1.3); } 
    100% { -webkit-transform: scale(1); } 
} 
@keyframes pulse { 
    0% { transform: scale(1); } 
    50% { transform: scale(1.3); } 
    100% { transform: scale(1); } 
} 

/* toggle */

.orionSwitchLabel {
	display: block; 
	overflow: hidden; 
	cursor: pointer;
	border: 1px solid #CCC; 
	border-radius: 3px;
	height:20px;
}

.orionSwitchSwitch {
	display: block; 
	width: calc(50% - 2px); 
	margin: 0;
	background: #ddd;
	border: 1px solid #CDCDCD; 
	border-radius: 3px;
	position: absolute; 
	top: 0; 
	bottom: 0; 
	right: calc(50% + 2px); 
	-moz-transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s; 
	transition: all 0.2s ease-in 0s; 
}

.commandLink {
	display: inline-block;
	vertical-align: middle;
	padding: 4px 0 1px;  /* other commands have 1px plus a border and 4px of padding, so we need 5px */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* placeholders for possible hover states on command items */
.commandActiveItem {
}

.commandInactiveItem {
}

/* widget theming */
/* splitter - typically the color of the title area */
.split {
	background: #efefef;
}

/* dropdowns */

.dropdownArrowRight {
	flex-grow: 0;
	-webkit-flex-grow: 0;		/* Safari */
	font-size: 12px;
}

.dropdownMenu {
	box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, .2);
	color: #555;
	background-color: white;
	border-collapse: separate;
	border: 1px solid #bbbbbb;
	border-radius: 1px;
	visibility: hidden;
	z-index: 150;
	position: absolute;
	list-style-type: none;
	display: none; /* don't take part in layout until open */
	line-height: normal; /* don't want to inherit strange line-heights from ancestor elements */
	margin: 0; /* needed for context menu positioning to work properly */
	cursor: default;
	font-size: 12px;
	margin: 0;
	outline: none;
	padding: 3px 0 3px;
}

.dropdownSubMenu > ul {
	top: 0;
	left: 100%;
}

.dropdownMenu > li {
	min-width: 120px;
	display: flex;
	display: -webkit-flex; /* Safari */
}

.dropdownMenu > li > a, .dropdownMenu > li > span {
	width: calc( 100% - 9px );
	margin: 0;
}

.dropdownMenu > li > *:focus {
	outline: none;
}

.dropdownMenuItem, .dropdownMenuItem a {
	align-content: stretch;
	-webkit-align-content: stretch;		/* Safari */
	display: inline-flex;
	display: -webkit-inline-flex;		/* Safari */
	vertical-align: middle;
	color: #555 !important;
	padding: 3px 3px 3px 5px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	border-left: 6px solid transparent;
}

.dropdownMenuItem .dropdownKeyBinding {
	color: grey !important; /* !important to override .dropdownMenuItem */
	flex-grow: 0;
	-webkit-flex-grow: 0;		/* Safari */
	font-size: 11px;
	padding-left: 15px;
	padding-right: 10px;
}

.dropdownMenuItem .dropdownCommandName {
	-webkit-align-items: center;		/* Safari */
	align-items: center;
	display: inline-flex;
	display: -webkit-inline-flex;		/* Safari */
	
	flex-grow: 1;
	-webkit-flex-grow: 1;		/* Safari */
	text-decoration: inherit; /* inherit hover decoration when inside an <a> */
}

.dropdownSelection {
/* Using !important everywhere because this class is used by
 * a variety of elements making it difficult to increase the
 * specificity correctly for all users.
 */
	background-color: white !important;
	border: 1px solid #bbbbbb !important;
	border-bottom: none !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	box-shadow: -1px -1px 2px 0 rgba(0, 0, 0, .2) !important;
	margin-bottom: -1px !important;
	position: relative !important;
	z-index: 200 !important;
}

/* tooltips */

.tooltipTailBorderFromabove {
	position: absolute;
	display: block;
	border: 10px solid;
	border-color: #555 transparent transparent;
	left: 14px;
	bottom: -17px;
	content: '';
}

/* dialogs */
.dialog {
	visibility: hidden;
	z-index: 175;  /* less than tooltips, more than the rest */
	position: absolute;
	background-color: #fbfbfb;
	border-radius: 2px;
	border: 1px solid #BBB;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	padding-bottom:5px;
}

.dialogTitle {
	padding-top: 5px;
	display: inline-block;
	background: #555;
	width: 100%;
	padding-bottom: 5px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
}

.dialogTitleText {
	margin: 2px 2px 0;
	color: whitesmoke;
	font-size: 1em;
	height: 18px;
	padding-left: 4px;
	font-weight: bold;
}

.checkboxMessage > .confirmDialogCheckbox {
	margin: 0 5px 0 0;
	outline: none;
	vertical-align: top;
}
