.textview {
	background-color: white;
	font-family: "Consolas", "Monaco", "Vera Mono", monospace;
	font-size: 12px;
	min-width: 50px;
	min-height: 50px;
}
.textviewSelection {
	background: rgb(180, 213, 255);
}
.textviewContent ::-moz-selection {
	background: rgb(180, 213, 255);
}
.textviewContent ::selection {
	background: rgb(180, 213, 255);
}
.textviewSelectionUnfocused {
	background: lightgray;
}
.textviewSelectionCaret {
	background: black;
}
.textviewScroll {
	padding: 4px 2px 4px 2px;
}
.textviewContent {
  cursor: auto;
}
.textviewLeftRuler {
	border-right: 1px solid #eaeaea;
}
.textviewRightRuler {
	border-left: 1px solid #eaeaea;
}
.textviewInnerRightRuler {
	border-left: 1px solid #eaeaea;
	background-color: white;
}
.textviewMarginRuler {
	border-left: 1px solid #eaeaea;
}
.textviewBlockCursor {
	background: black;
	opacity: 0.4;
}
.ruler {
}
.ruler.annotations {
	width: 16px;
}
.ruler.folding {
	width: 14px;
}
.ruler.lines {
	text-align: right;
}
.ruler.overview {
	width: 14px;
}
.ruler.zoom {
	width: 100px;
	height: 100%;
}
.rulerLines {
	color: #767676; 
}
.rulerLines.even
.rulerLines.odd {
}
.rulerZoomWindow {
	background-color: rgba(0, 0, 0, 0.1);
	margin-left: 1px;
	border: 1px solid #eee;
	position: absolute;
	width: calc(100% - 4px);
	border-radius: 5px;
	z-index: 100;
}
.textviewZoom {
	font-size: 2px !important;
	cursor: pointer;
}
.textviewZoom .textviewContent {
	cursor: pointer;
}
.textviewZoom .textviewScroll {
	padding: 0;
}
.textviewZoom .punctuation.separator.tab {
	background-image: none;
}
.textviewZoom .punctuation.separator.space {
	background-image: none;
}
.textviewTooltip {
	font-family: "Consolas", "Monaco", "Vera Mono", monospace;
	font-size: 12px;
	background-color: #325C80; 
	color: #FAFAFA;
	padding: 8px;
	
	box-sizing: content-box;
	border-radius: 3px;
	z-index: 101;
	position: fixed;
	overflow: hidden;
}
.tooltipTheme .textviewScroll {
	padding: 0;
}
.tooltipTheme .annotationLine.currentLine {
	background-color: transparent !important;
}
.textviewTooltipCodeProjection {
	border: 1px solid black !important;
	
	padding: 0 !important;
}
.textviewTooltip a {
	color: #7CC7FF;
}
.textviewTooltip h3 {
	-webkit-margin-before: 0; 
	margin-top: 0;
}
.textviewTooltip p:first-of-type {
	-webkit-margin-before: 0; 
	margin-top: 0;
	-webkit-margin-after: 0; 
	margin-bottom: 0;
}
.textviewTooltip p {
	word-wrap: break-word;
}
.textviewTooltip multi_anno {
	font-style: normal;
	font-weight: bold;
}
.textviewTooltip span {
	vertical-align: baseline;
}
.textviewTooltip .tooltipRow {
	display: table-row;
}
.textviewTooltip .tooltipImage {
	display: inline-block;
	vertical-align: middle;
	padding: 1px;
}
.textviewTooltip .tooltipTitle {
	padding-left: 3px;
	vertical-align: middle;
}
.textviewTooltip .hoverTooltipTitle {
	font-weight: normal;
}
.textviewTooltip .quickFixList { 
	margin-top: 5px;
}
.textviewTooltip .commandButton { 
	border: 1px solid #325C80;
	background-color: inherit;
	color: white;
}
.textviewTooltip .commandButton:not(.dropdownTrigger){ 
	text-transform: initial; 
}
.textviewTooltip .commandList > li {
	margin: 0;
}
.textviewTooltip .quickfixAllParameter {
	margin-bottom: 4px;
	vertical-align: middle;
	font-weight: normal;
	font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
.textViewTooltipOnFocus {
	resize: both;
	overflow: auto;
}
.textViewTooltipOnHover {
	overflow: auto;
}

.textViewFind {
	background-color: #ddd;
	position: absolute;
	border: 1px solid #aaa;
	border-top: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 2px;
	z-index: 100;
	display: none;
}
.textViewFind.show {
	top: 0;
	right: 40px;
	transition: top 0.3s ease-out;
	-ms-transition: top 0.3s ease-out;
	-moz-transition: top 0.3s ease-out;
	-webkit-transition: top 0.3s ease-out;
	-o-transition: top 0.3s ease-out;
	display: inline-block;
}
.textViewFindButton {
	margin-right: 1px;
	margin-left: 0;
}
.textViewFindButton:first-child {
	margin-left: 5px;
}
.textViewFindButton:last-child {
	margin-right: 5px;
}
.textViewFindButton.checked {
	color: blue;
	text-decoration: underline;
}
.textViewReplaceInput {
}
.textViewFindInput {
}
.textViewFindCloseButton {
	width: 16px;
	height: 16px;
	border-width: 0;
	background-color: transparent;
	vertical-align: baseline;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(data:image/gif;base64,R0lGODlhEAAQAJEAAAAAAP///4CAgP///yH5BAEAAAMALAAAAAAQABAAAAIdnI+py+1vhECSyTluu9px+HkctnSdUh0pxLYuVAAAOw==);
}
.contentassist {
	font-size:12px;
	display: none;
	background-color: white;
	position: fixed;
	top: 100px;
	left: 100px;
	z-index:100;
	cursor: default;
	min-width: 70px;
	width: 350px;
	height: 170px;
	overflow-x: hidden;
	overflow-y: auto;
	white-space: nowrap;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 10px;
	line-height: 18px;
	resize: both;
}
.contentassist:focus {
	outline: none;
}
.contentassist .proposal-emphasis {
	font-weight: normal;
}
.contentassist hr{
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.contentassist .proposal-noemphasis-keyword {
	background-color: aliceblue;
	color: #CC4C07;
	font-weight: bold;
}
.contentassist .proposal-noemphasis {
	background-color: aliceblue;
	font-weight: lighter;
	color: black;
}
.contentassist .proposal-noemphasis-title-keywords {
	background-color: aliceblue;
	color: #717171;  
}
.contentassist .proposal-noemphasis-title {
	background-color: aliceblue;
	color: #717171;  
	padding-top: 5px;
}
.contentassist .proposal-default {
	
}
.contentassist .proposal-name {
	font-weight: bold;
}
.contentassist .selected {
	background-color: rgb(48, 135, 179); 
	background: linear-gradient(rgb(60, 150, 190), rgb(30, 120, 160));
	border-radius: 3px;
	color: white;
}
.contentassist .cloneProposal {
	box-shadow: rgba(0, 0, 0, 0.9) 2px 2px 8px;
	position: fixed;
	visibility: visible;
	z-index: 1000; 
}
.contentassist .proposalTag {
	display: inline-block;
  	line-height: 11px;
  	height: 10px;
   	border-radius: 2px;
	background: #325C80;
	padding: 2px;
	margin-right: 3px;
	text-align: center;
  	color: white;
}
.contentassist .iconTagGreen {
	display: inline-block;
	font-size: 10px;
  	font-weight: bold;
  	line-height: 13px;
  	height: 12px;
  	width: 12px;
   	border-radius: 50%;
	background: green;
	padding: 1px;
	margin-right: 3px;
	text-align: center;
  	color: white;
}
.contentassist>div {
	padding: 1px 3px 1px 5px;
}
.cloneWrapper {
	display: block;
	height: 0;			
	overflow: visible;
	visibility: hidden; 
	width: 0;			
	z-index: 1000; 
}
.contentassist.cloneWrapper:hover {
	overflow: visible;
}
.comment {
	color: #3C802C;
}
.constant {
	color: blue;
}
.entity {
	color: #3f7f7f;
}
.invalid {
	color: red;
	font-weight: bold;
}
.keyword {
	color: #9F4177;
	font-weight: bold;
}
.storage {
	color: #7F0055;
}
.string {
	color: #446fbd;
}
.support {
	color: #21439c;
}
.variable {
	color: #0000c0;
}
.punctuation.separator.space {
	
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAABVJREFUCNdj3L17938GBgYGJgYoAAAxOAM004kASgAAAABJRU5ErkJggg==");
	background-repeat: no-repeat;
	background-position: center center;
}
.punctuation.separator.tab {
	
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAFCAYAAABmWJ3mAAAAAXNSR0IArs4c6QAAABtJREFUCNdj2L17938GKEBmYwgQJ0m8IAMDAwDemh/hgxuOkwAAAABJRU5ErkJggg==");
	background-repeat: no-repeat;
	background-position: left center;
}
.comment-block-documentation {
	color: #00008F;
}
.constant-character-entity {
	font-style: normal;
}
.entity-name-function, .entity-name-type {
	font-weight: bold;
	color: #67BBB8;
}
.entity-name-tag {
	color: #98937B;
}
.entity-other-attribute-name {
	color: #3C802C;
}
.invalid-illegal {
	color: white;
	background-color: red;
}
.invalid-deprecated {
	text-decoration: line-through;
}
.keyword-operator {
	color: #CC4C07;
	font-weight: bold;
}
.meta.annotation.currentLine {
	background-color: #EAF2FE;
}
.meta.tag {
	color: #3f7f7f;
}
.punctuation-definition-comment {
	color: #3f5fbf;
}
.punctuation-definition-string {
	color: blue;
}
.variable-parameter {
	color: #D1416F;
}
.variable-language {
	color: #7F0055;
	font-weight: bold;
}
.cm-meta { color: #00008F; }
.cm-keyword { font-weight: bold; color: #7F0055; }
.cm-atom { color: #21439c; }
.cm-number { color: black; }
.cm-def { color: green; }
.cm-variable { color: black; }
.cm-variable-2 { color: #004080; }
.cm-variable-3 { color: #004080; }
.cm-property { color: black; }
.cm-operator { color: #222; }
.cm-comment { color: green; }
.cm-string { color: blue; }
.cm-error { color: #ff0000; }
.cm-qualifier { color: gray; }
.cm-builtin { color: #7F0055; }
.cm-bracket { color: white; background-color: gray; }
.cm-tag { color: #3f7f7f; }
.cm-attribute { color: #7f007f; }

.annotation {
}
.annotation.error,
.annotation.warning,
.annotation.task,
.annotation.bookmark,
.annotation.breakpoint,
.annotation.collapsed,
.annotation.expanded,
.annotation.currentBracket,
.annotation.matchingBracket, 
.annotation.currentLine,
.annotation.matchingSearch,
.annotation.currentSearch,
.annotation.readOccurrence,
.annotation.writeOccurrence,
.annotation.linkedGroup,
.annotation.currentLinkedGroup,
.annotation.selectedLinkedGroup {
}
.annotation.blame {
	color: gray;
	background-color: rgb(255, 132, 44);
}
.annotation.currentBlame {
	color: black;
	background-color: rgb(184, 103, 163);
}
.annotation.diffAdded {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAIAAADZSiLoAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAaSURBVBhXY5x/KoyBgSHBdCUTkIIAGIuBAQBMsAMD4UOAtwAAAABJRU5ErkJggg==);
	background-repeat: repeat-y;
	color: #CCCCCC;
}
.annotation.diffModified {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAcSURBVBhXYwzdevs/AxCs8lJhYAIxYACJw8AAAIlKBAKlNXzqAAAAAElFTkSuQmCC);
	background-repeat: repeat-y;
	color: #CCCCCC;
}
.annotation.diffDeleted {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAIAAADZSiLoAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAVSURBVBhXY3growJBDP9hAMb6/x8ADgMVdmD2Og4AAAAASUVORK5CYII=);
	background-repeat: repeat-x;
	color: #CCCCCC;
}
.lines .annotation.diffAdded {
	background-image: none;
	background-color: rgba(159, 202, 86, 0.68);
	color: #555555;
}
.lines .annotation.diffModified {
	background-image: none;
	background-color: rgba(85, 181, 219, 0.67);
	color: #555555;
}
.annotationHTML {
	cursor: pointer;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
}
.annotationHTML.error {
	
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNGNTlDOUMxMUVDNDExRTM4NDU4RjQ3Q0I3NkI4OTBDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNGNTlDOUMyMUVDNDExRTM4NDU4RjQ3Q0I3NkI4OTBDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0Y1OUM5QkYxRUM0MTFFMzg0NThGNDdDQjc2Qjg5MEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0Y1OUM5QzAxRUM0MTFFMzg0NThGNDdDQjc2Qjg5MEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Be44kAAAAqklEQVR42mL8//8/AyWAiYFCQLEBLNgEX+aURgGpAiA2gAqdB+KJ4lO6l6GrZUQPA6DmqUAqC4eF04CGZOP0AtRmkOZ/QHwLSeoWVCwLqgZnGORD6TtA7ArEp6DYFSqGrAZrGBhCaTUgXg3EoVD+aqgYshraRON5JD+HQm2GueQWmhqsBkyE0ipAvBuIzaB4N1QMWQ11opERW16ARlU+UoARn5CGXmYCCDAAPz09iI0KJ9QAAAAASUVORK5CYII=");
}
.annotationHTML.warning {
	
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkREMTE1OUNDMUVDMjExRTM4NDU4RjQ3Q0I3NkI4OTBDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkREMTE1OUNEMUVDMjExRTM4NDU4RjQ3Q0I3NkI4OTBDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REQxMTU5Q0ExRUMyMTFFMzg0NThGNDdDQjc2Qjg5MEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REQxMTU5Q0IxRUMyMTFFMzg0NThGNDdDQjc2Qjg5MEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Kzt/qAAAA0ElEQVR42mL8//8/AyWAiYFCQLEBLLgkfl8obARSZUD8HYiLWQ3652NTx4gtDICao4HUbCDeBRVyBmI3oCHHCRoA1MwOpO4A8V+gBgWo2AMg9QaITYFi/wl5IRaIZYD4K1AjI8gSIBYBYnkg9gLirYQCMRdKc0M1KUDZIFCM1wtAG02B1Ckk+WlQSzKQxLSA3riOywUpaHxHILZHE8vA54VQNL4XFCODaHyB+B6IBZH4s7CE0Ud8LvCHhsFfKN8VihmgYqegavAnpKGVmQACDACxJDv3vmRk+gAAAABJRU5ErkJggg==");
}
.annotationHTML.task {
	
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdEMjg0RkI2MUVFMzExRTM4NDU4RjQ3Q0I3NkI4OTBDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdEMjg0RkI3MUVFMzExRTM4NDU4RjQ3Q0I3NkI4OTBDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0QyODRGQjQxRUUzMTFFMzg0NThGNDdDQjc2Qjg5MEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0QyODRGQjUxRUUzMTFFMzg0NThGNDdDQjc2Qjg5MEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Utm8RAAAAl0lEQVR42mL8//8/AyWAiYFCQLEBLMicqtVRRPmnLXQZIzkuuEuJF04BsTEQ15JjAEizGxB/AmJpYgz4DsTLoewrQOwJ9PNHID0ViDPwBiIURAPxBqjm2UDN74CB2wFkZxKMBSioAOJ9QI1t0JgBaS4nKhqhwAyIdwE1ugLpLHyacRkAM+QcECtTkhKViYlfxqGfmQACDAAjXCa0hW/NdQAAAABJRU5ErkJggg==");
}
.annotationHTML.bookmark {
	
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdEMjg0RkIyMUVFMzExRTM4NDU4RjQ3Q0I3NkI4OTBDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdEMjg0RkIzMUVFMzExRTM4NDU4RjQ3Q0I3NkI4OTBDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0QyODRGQjAxRUUzMTFFMzg0NThGNDdDQjc2Qjg5MEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0QyODRGQjExRUUzMTFFMzg0NThGNDdDQjc2Qjg5MEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz54SgjJAAAAuUlEQVR42mL8//8/AyWAiYFCQFsDWrdcMAViY3xqWAhYEADEv4H4LLle8IVinIARORaAzpUHiUG5qkC8C8p2AOKHQPwDhKt9DD7gcoEREJ8H4vtImkHgAFTsKhB743QB1BWyQGo+EDujGb4JiNOBtr/AawDUEH0gdQFNWBGo+QGxgRgEpV8C8SsoO4KUWAAZsAeIDYBYB4g3A3EUwViAOl8Falsb0Mn/kMRTQYYCxe4TDIOhlZkAAgwAunFAhB2QB2cAAAAASUVORK5CYII=");
}
.annotationHTML.breakpoint {
	
	background-image: url("data:image/gif;base64,R0lGODlhEAAQANUAAFheoFxkoFxnpmt0pmZxpnF7rYyWwmJwpnaFs3aDrWt8rXGBrYycwmZ3mXuNs42cu77F03GIs3aJrYGVu2J5oKCuxeDj6LK/03GLrYieu3aIoIygu6m4zcLN3MTM1m6Rs2aLriRgkSZilXGXtoGcs7LD0QBLhSZikihol3ScubrO2Yaqu5q4xpO0wpm7yabF0ZO9yaXI0r3X3tHj6P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAADQALAAAAAAQABAAAAafQJpwSCwWLYZBIDAwWIw0A+FFpW6aRUPCxe1yE4ahhdCCxWSzmSwGgxGeUceKpUqhUCkVa7UK0wgkJCUjJoUmIyWBBEIEGhoeJ4YmJx6OAUIADQ0QIZIhEJoAQgEUFBUgkiAVpZdRCxIPFx8iIh8XDw4FfhYHDhgZHB0dHBkYEwdwUQoTEc3OEwp+QwYHCBMMDBMIB9JESAJLAk5Q5EVBADs=");
}
.annotationHTML.collapsed {
	
	width: 14px;
	height: 14px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWBJREFUeNpi/P//PwMlgImBQkCxASzoAp++fo+6de+Z+fXbD/Jev/nAICoiwKCpqrBBTUlqNR835zJ09YzIYfDxy7eo/cevLmXlYGNQUJAEahZieP3mHcODB08Zfv/4w+BoqR3Nz8O1DKcXzt94HPqXmZlBU1+LgZNfkMHazIOBA0hr6uswgMTP33gYijcMLlx/EMAnLs7w7sc/hg9AG0HgPZB+B8S84hJA+UcBeMPg+at3DJIMnAxZzt5wsUhnXzDdsmIVWB6vAcLCfAys3z4wzN64huEfkJ/uH8IwexOQDQymD2/fgeXxekFLRWHD51evGDhZGRi4WSFSnCwgNjB2Xr1m0AbK4zXAQkdhNdPf3wx3r91g+PruLcOqnasYvn54x3Dv2k0G5r+/GMyB8nijEQTefvoadeH6w9Cbtx8GvH//kUFQkJ9BQ1V+g76m/GphPu5lBA0YenmBYgMAAgwA34GIKjmLxOUAAAAASUVORK5CYII=");
}
.annotationHTML.expanded {
	
	width: 14px;
	height: 14px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT5JREFUeNrUksFKw0AURW+mTWw67SSEiG209U90r4jddFO34l+5U0HdZCHiFwiCOz9AlMSmGEpMOqk1TWJSFGyFbATR2dyZd+Dw3mOENE3xkyP8PYHrBT3OX7uW43ZefA6FUaw1dJPSyrmu1k8KBYOh37Od4XFZLEPXFdRrFMGIw3U9TKMYqw1tb0VjcxLy9eEF425CCIxWE5JcxSQGxCyNloG87gXhwWIHc4J767lTZQw8ShFGSZbxRyaQmZJxd3NRUJ6ffwQNEi6PzG/L2tjdmvFCgcKqKL2F2Olu43MzggDka+IjPuOFI7Sbujn2fUglYKkkzFIi+R0I/QDrGS8UqDX5QkhiOHYfE84hkhSTkGNgOyDJFCzjhYLTq+vDtrG8r1LZtB6fcHtzB+uhD5VWzLx+lvF/8JV/XfAuwADsrJbMGG4l4AAAAABJRU5ErkJggg==");
}
.annotationHTML.multiple {
	
	background-image: url("data:image/gif;base64,R0lGODlhEAAQANUAAOdpa+yJiuFYXOFYXeBYXONwded8f+NwdmhwkHB4iPr7/ezx+fP2+2h4kOzy+Wh4iPr8/gCBwTaczjaXyjaYyjaXyTaYyfr8/QCMzQCMzACHxzao2jal2Dak1zag03iAgI/Ckn64fZrHmX+4fZLCianPopPCiarOoqbLlafLlbnXq7nWq6fLlMTcsoCIeJCQcIiIeKCYaJiQcO16ee16evGVlfGWlfahn/ahoPWhn/WhoPe1tP///////wAAAAAAACH5BAEAAD0ALAAAAAAQABAAAAaRwJ5wSCwaj8WYcslcDmObaDTGq1Zjzw4mk+FQIRcFTzaUeTRoj4zHaI+HL0lkLnnxFgsH7zWEWSoTFBMwVlUwQy6JMDCJjYwuQx8tk5MfOzk4OjcfkSssKCkqHzY0MzQ1nEIJJSYkJCcJAQCzAQlDDyIjISMiCQYEAgMGD0MNIMfHDQUHBc3EQgjR0tPSSNY9QQA7");
}
.annotationHTML.overlay {
	
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAAXNSR0IArs4c6QAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJEAQvB2JVdrAAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAAD1JREFUCNdtjkESADAEAzemf69f66HMqGlOIhYiFRFRtSQBWAY7mzx+EDTL6sSgb1jTk7Q87rxyqe37fXsAa78gLyZnRgEAAAAASUVORK5CYII=");
	background-position: right bottom;
	position: relative;
	top: -16px;
}
.annotationHTML.currentBracket {
	
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gobFRYVQuAvZwAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABnSURBVDjLtVJBDsAgCCuNT/L/L9if2GUHthUTRUlItEmBUoAtccFXqawWYXUSDuR4SAjMAaD9CnTY8zLR0MYTdEk668I3Ms3Zv347rEpmdV8taFN2+QsTy2YgxITApc3zEpZvJdnFDZs2IdfwZr8PAAAAAElFTkSuQmCC");
}
.annotationHTML.matchingBracket {
	
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gobFRYVQuAvZwAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABnSURBVDjLtVJBDsAgCCuNT/L/L9if2GUHthUTRUlItEmBUoAtccFXqawWYXUSDuR4SAjMAaD9CnTY8zLR0MYTdEk668I3Ms3Zv347rEpmdV8taFN2+QsTy2YgxITApc3zEpZvJdnFDZs2IdfwZr8PAAAAAElFTkSuQmCC");
}
.annotationHTML.currentLine {
	
	background-image: url("data:image/gif;base64,R0lGODlhEAAQAMQAALxe0bNWzbdZzrlb0KpPx61RybBTy6VLxadNxZGctIeUroyYsG92hHyMqIKRq2l9nmyAoHGDonaIpStXj6q80k1aXf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABYALAAAAAAQABAAAAVCoCWOZGmeKDql5ppOMGXBk/zOoltSNO6XrlXwxIPNYiMGq8SoLC2MaNPygEQkDYdikUg6LQcEoWAICAaA5HPNLoUAADs=");
}
.annotationHTML.matchingSearch {
	
	background-image: url("data:image/gif;base64,R0lGODlhEAAQANUAALClrLu1ubOpsKqdp6eapKufqMTAw7attLSrsrGnr62jq8C7v765vaebpb22vLmyuMbCxsnGycfEx8G+wcrIysTBxUltof//yf///v70jergpPvws+nWc/npqvrpqvrpq/raffffnvXVkfTVkvXUkd+9f+SiOemvV+uyXa2OX7mYZqeIXKuNX/ClO7KQYqiIXJ59Vp19VpFvTo9uTZBvTpNyUJNyUf///////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAADgALAAAAAAQABAAAAZ4QJxwSCwajS2aS1U6DlunzcagcuKgG4sn5HJiLZ2QiHbEbj6hEapVTKVYr3OItG5TIhVGLF0npigUEAsPAjV9Q24pEhMBCAoybEUmGRcrDgcAAzNGkxcYNzAJBQSbRJ0YqBc2DaVEHJ6pGTStRBqfGBcZILRWvThBADs=");
}
.annotationHTML.currentSearch {
	
	background-image: url("data:image/gif;base64,R0lGODlhEAAQANUAALClrLu1ubOpsKqdp6eapKufqMTAw7attLSrsrGnr62jq8C7v765vaebpb22vLmyuMbCxsnGycfEx8G+wcrIysTBxUltof//yf///v70jergpPvws+nWc/npqvrpqvrpq/raffffnvXVkfTVkvXUkd+9f+SiOemvV+uyXa2OX7mYZqeIXKuNX/ClO7KQYqiIXJ59Vp19VpFvTo9uTZBvTpNyUJNyUf///////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAADgALAAAAAAQABAAAAZ4QJxwSCwajS2aS1U6DlunzcagcuKgG4sn5HJiLZ2QiHbEbj6hEapVTKVYr3OItG5TIhVGLF0npigUEAsPAjV9Q24pEhMBCAoybEUmGRcrDgcAAzNGkxcYNzAJBQSbRJ0YqBc2DaVEHJ6pGTStRBqfGBcZILRWvThBADs=");
}
.annotationHTML.readOccurrence {
	
	background-image: url("data:image/gif;base64,R0lGODlhEAAQANUAAP3ykf3zn/7lIv7kI/fbI/7nRf7scLe0oMXDtfXXHsG4gaKdgOXBF+rIJqKdhaijjNWxHeLBL6GafLuYJpmQcvvdg5OHZpyRcJ+UdLavm4+BXqGWeYZ1TYx7VZ6QcJ2NbI+Ebv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACEALAAAAAAQABAAAAZewJBwSCwaj0KMBFlULphDJwIakh6gGckCcXgyLxjuYol0PA6YMQbZqFAOhw/Gc2wHABaJhAMy2gEGBRoSHRtFf4ECDRpGERV3iQ0TRwyQBQSSRAmbAwEMnxAQClRQQQA7");
}
.annotationHTML.writeOccurrence {
	
	background-image: url("data:image/gif;base64,R0lGODlhEAAQANUAAP3ykf3zn/7lIv7kI/fbI/7nRf7scLe0oMXDtfXXHsG4gaKdgOXBF+rIJqKdhaijjNWxHeLBL6GafLuYJpmQcvvdg5OHZpyRcJ+UdLavm4+BXqGWeYZ1TYx7VZ6QcJ2NbI+Ebv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACEALAAAAAAQABAAAAZewJBwSCwaj0KMBFlULphDJwIakh6gGckCcXgyLxjuYol0PA6YMQbZqFAOhw/Gc2wHABaJhAMy2gEGBRoSHRtFf4ECDRpGERV3iQ0TRwyQBQSSRAmbAwEMnxAQClRQQQA7");
}
.annotationHTML.blame {
	float: left;
}
.annotationHTML.currentBlame {
	float: left;
}
.annotationHTML.blame.single {
	width: 32px;
	height: 32px;
}
.annotationHTML.currentBlame.single {
	width: 32px;
	height: 32px;
}
.annotationHTML.diffAdded {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAIAAADZSiLoAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAaSURBVBhXY5x/KoyBgSHBdCUTkIIAGIuBAQBMsAMD4UOAtwAAAABJRU5ErkJggg==);
	background-repeat: repeat-y;
	background-position: left top;
}
.annotationHTML.diffDeleted {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAIAAADZSiLoAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAVSURBVBhXY3growJBDP9hAMb6/x8ADgMVdmD2Og4AAAAASUVORK5CYII=);
	background-repeat: repeat-x;
	background-position: left top;
}
.annotationHTML.diffModified {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAcSURBVBhXYwzdevs/AxCs8lJhYAIxYACJw8AAAIlKBAKlNXzqAAAAAElFTkSuQmCC);
	background-repeat: repeat-y;
	background-position: left top;
}
.annotationOverview {
	cursor: pointer;
	border-radius: 2px;
	left: 2px;
	width: 8px;
}
.annotationOverview.task {
	background-color: #93bb7a;
	border: 1px solid #79aa59;
}
.annotationOverview.breakpoint {
	background-color: lightblue;
	border: 1px solid blue;
}
.annotationOverview.bookmark {
	background-color: #84b3cf;
	border: 1px solid #9cc2d8;
}
.annotationOverview.error {
	background-color: #EFA1A7;
	border: 1px solid #ec8a91;
}
.annotationOverview.warning {
	background-color: #fce1a9;
	border: 1px solid #face70;
}
.annotationOverview.currentBracket {
	background-color: #00cc00;
	border: 1px solid #00aa00;
}
.annotationOverview.matchingBracket {
	background-color: #00cc00;
	border: 1px solid #00aa00;
}
.annotationOverview.currentLine {
	background-color: #EAF2FE;
	border: 1px solid black;
}
.annotationOverview.matchingSearch {
	background-color: #C3E1FF;
	border: 1px solid #afcae5;
}
.annotationOverview.currentSearch {
	background-color: #53D1FF;
	border: 1px solid #42a7cc;
}
.annotationOverview.readOccurrence {
	background-color: lightgray;
	border: 1px solid black;
}
.annotationOverview.writeOccurrence {
	background-color: Gold;
	border: 1px solid darkred;
}
.annotationOverview.currentBlame {
	background-color: rgb(184, 103, 163);
	border: 1px solid black;
}
.annotationOverview.diffAdded {
	background-color: rgba(159, 202, 86, 0.52);
	border: 1px solid black;
}
.annotationOverview.diffDeleted {
}
.annotationOverview.diffModified {
	background-color: rgba(85, 181, 219, 0.61);
	border: 1px solid black;
}
.annotationRange {
	background-repeat: repeat-x;
 	background-position: left bottom;
}
.annotationRange.task {
	
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sLDhEoIrb7JmcAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAGUlEQVQI12NggIH/DGdhDCM45z/DfyiBAADgdQjGhI/4DAAAAABJRU5ErkJggg==");
}
.annotationRange.breakpoint {
	
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sLDhEqHTKradgAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAIklEQVQI11XJMQ0AMAzAMGMafwrFlD19+sUKIJTFo9k+B/kQ+Qr2bIVKOgAAAABJRU5ErkJggg==");
}
.annotationRange.bookmark {
	
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJFhQXEbhTg7YAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAMklEQVQI12NkgIIvJ3QXMjAwdDN+OaEbysDA4MPAwNDNwMCwiOHLCd1zX07o6kBVGQEAKBANtobskNMAAAAASUVORK5CYII=");
}
.annotationRange.error {
	
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJDw4cOCW1/KIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg==");
}
.annotationRange.warning {
	
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJFhQXEbhTg7YAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAMklEQVQI12NkgIIvJ3QXMjAwdDN+OaEbysDA4MPAwNDNwMCwiOHLCd1zX07o6kBVGQEAKBANtobskNMAAAAASUVORK5CYII=");
}
.annotationRange.currentBracket {
	background-color: #00FE00;
}
.annotationRange.matchingBracket {
	background-color: #00FE00;
}
.annotationRange.readOccurrence {
	background-color: lightgray;
}
.annotationRange.writeOccurrence {
	background-color: yellow;
}
.annotationRange.matchingSearch {
	background-color: #C3E1FF;
}
.annotationRange.currentSearch {
	background-color: #53D1FF;
}
.annotationRange.linkedGroup {
	outline: 1px solid grey;
}
.annotationRange.currentLinkedGroup {
	background-color: #C3E1FF;
}
.annotationRange.selectedLinkedGroup {
	background-color: #53D1FF;
}
.annotationLine {
}
.annotationLine.currentLine {
	background-color: #EAF2FE;
}

.headerLayout {
	height: 35px;
}
.toolbarLayout {
	height: 35px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-align-items: center;		 		 
	align-items: center;
}
.fsToolbarLayout {
	height: 30px; 
}
.bannerLeftArea{
	
	-ms-flex: 1 6 20%;
	-moz-box-ordinal-group: 1;	
	-webkit-order: 1;
	-ms-flex-order: 1;              
	order: 1; 
	-moz-box-flex: 1;
	-webkit-box-flex:1;
	-webkit-box-ordinal-group: 1;
    
    width: 20%;
    
    padding-left:5px;
}
.bannerMiddleArea{
	-ms-flex: 3 1 60%;

	-webkit-order: 2;
	-ms-flex-order: 2;              
	order: 2;  
 	-moz-box-flex: 1;
    -moz-box-ordinal-group: 2;
    
    -webkit-box-flex:1;
	-webkit-box-ordinal-group: 2;
    width: 60%; 
}
@media only screen and (device-width: 768px) {
  
  
  .bannerMiddleArea{
	-ms-flex: 3 1 60%;

	-webkit-order: 2;
	-ms-flex-order: 2;              
	order: 2;  
 	-moz-box-flex: 1;
    -moz-box-ordinal-group: 2;
    
    -webkit-box-flex:1;
	-webkit-box-ordinal-group: 2;
    width: 59%; 
}
  
}
.bannerRightArea{
	-ms-flex: 1 6 20%;
	-moz-box-ordinal-group: 3;
	-webkit-order: 3;
	-ms-flex-order: 3;              
	order: 3;  
	-moz-box-flex: 1;
	
	-webkit-box-flex:1;
	-webkit-box-ordinal-group: 3;
    width: 20%; 
    padding-right:5px;
}
.banner-maximized {
	display: none;
}
.footer-maximized {
	display: none;
}
.content-fixedHeight {
	clear: both;
	overflow: hidden;
    position: absolute;
    top: 0;
	    
    bottom: 0;
    left: 35px;
    right: 0;
    background: #3b4b54;
	
}
.content-fixedHeight-animation {
    transition: left 0.3s ease; 
}
.content-fixedHeight-maximized {
	top: 0;
	bottom: 0;
}
.content-sideMenu-closed {
	left: 0;
}
.content-fluid {
}
.footer-fixed-bottom {
	position: fixed;
	bottom: 0;
	z-index: 50;
	right: 0;
	left: 0;
	
	height: 0;
	background:#ededed;
}
.layoutBlock {
	clear: both;
	margin: 0;
	
	padding: 4px 4px 0 4px;
	vertical-align: baseline;
}
.layoutLeft {
	float: left;
	margin: 0;
}
.layoutRight {
	float: right;
	margin: 0;
}
.layoutFlexStretch {
	flex: 1 1;
	-ms-flex: 1 1;
	-webkit-flex: 1 1;
}
.spacingLeft {
	margin-left: 5px;
}
.spacingRight {
	margin-right: 5px;
}
.clear {
	clear: both;
}
.hidden {
	visibility: hidden;
}
.sidePanelLayout {
	display: block;
	position: absolute;
	left: 0;
	width: 33%;
	height: 100%;
}
.generalAnimation {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 50;
    overflow: auto;
}
.sidePanelLayoutAnimation {
	-webkit-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
	z-index: 50;
    overflow: auto;
}
.sidePanelVerticalLayout {
	display: block;
	position: absolute;
	top: 0;
	height: 33%;
	width: 100%;
}
.sidePanelVerticalLayoutAnimation {
	-webkit-transition: height 0.5s ease;
	-moz-transition: height 0.5s ease;
	-o-transition: height 0.5s ease;
	transition: height 0.5s ease;
	z-index: 50;
    overflow: auto;
}
.sidePanelMargins {
	margin-left: 8px;
	margin-top: 2px;
    margin-bottom: 8px;
    width: auto;
}
.mainPanelLayout {
	display: block;
	position: absolute;
	right: 0;
	height: 100%;
}
.mainPanelLayoutAnimation {
	-webkit-transition: left 0.5s ease;
	-moz-transition: left 0.5s ease;
	-o-transition: left 0.5s ease;
	transition: left 0.5s ease;
}
.mainPanelVerticalLayout {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.mainPanelVerticalLayoutAnimation {
	-webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
	transition: top 0.5s ease;
}
.fixedToolbarHolder {
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	min-width:140px;
	background:#3b4b54;
}
.sidebarWrapper {
	overflow-x: auto;
	overflow-y: hidden;
	min-width: 0;
}
.sidebarWrapper > .sidebar {
	position: relative;
	left: 0;
	top: 0;
	height: calc(100% - 29px);
	overflow-x: visible;
}
.projectNavSidebarWrapper > .sidebar {
	height: calc(100% - 0px);
}
.workingTarget {
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	overflow-y: auto;
	background:white;
}
.toolbarTarget {
	position: absolute;
	top: 35px;  
 	width: 100%;
 	overflow-y: auto;
}
.toolbarTarget-toolbarHidden {
	top: 0;
}
.pageLayoutTarget {
	position: absolute;
 	width: calc( 100% - 15px );
 	bottom: 0;
 	overflow-y: auto;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33); 
	margin: 5px;
	margin-right: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	background: white;
}
.hasSplit {
   display: none;
}
.editorViewerFrame {
	width: 100%;
	height: 100%;
}
.editorViewerHeader {
	display:flex;
	background: #3B4B54;
	color: white;
	flex-direction:row;
	align-items:center;
	line-height:26px;
	border-bottom: 1px solid #263238;
}
.editorViewerHeaderDirtyIndicator {
	padding-left: 5px;
}
.editorViewerHeaderTitle {
	padding-left: 5px;
}
.editorViewerContent {
	position: absolute;
	width: 100%;
	top: 27px;
	bottom: 0;
	overflow: auto
}
.editorViewerPicInPic {
	position: absolute;
	border: 1px solid #ccc;
	background-color: white;
	z-index: 100;
	bottom: 35px;
	right: 35px;
	width: 40%;
	height: 40%;
}
.splitLayout {
	position: absolute;
	left: 33%;  
	height: 100%;
	z-index: 51;
	width: 3px;
	cursor: e-resize;
	visibility: hidden;  
}
.splitVerticalLayout {
	position: absolute;
	top: 33%;  
	width: 100%;
	z-index: 51;
	height: 3px;
	cursor: n-resize;
	visibility: hidden;  
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	
	.splitLayout {
		position: absolute;
		left: 33%;  
		height: 100%;
		z-index: 50;
		width: 20px;
		cursor: e-resize;
		visibility: hidden;  
	}
	
	
	.splitVerticalLayout {
		position: absolute;
		top: 33%;  
		width: 100%;
		z-index: 50;
		height: 20px;
		cursor: n-resize;
		visibility: hidden;  
	}
	
}
.splitThumbLeftLayout {
	position: absolute;
	left: 100%;
	height: 4em;
	width: 4px;
	top: calc(50% - 2em);
	margin-left: -1px;
	cursor: pointer;
	border-top-right-radius: 5px;
  	border-bottom-right-radius: 5px;
}
.splitThumbRightLayout {
	position: absolute;
	right: 100%;
	height: 4em;
	width: 4px;
	top: calc(50% - 2em);
	margin-right: -1px;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;	
}
.splitVerticalThumbUpLayout {
	position: absolute;
	top: 100%;
	width: 4em;
	height: 4px;
	left: calc(50% - 2em);
	margin-top: -1px;
	cursor: pointer;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;	
}
.splitVerticalThumbDownLayout {
	position: absolute;
	bottom: 100%;
	width: 4em;
	height: 4px;
	left: calc(50% - 2em);
	cursor: pointer;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.splitLayoutAnimation {
	-webkit-transition: left 0.5s ease;
	-moz-transition: left 0.5s ease;
	-o-transition: left 0.5s ease;
	transition: left 0.5s ease;
}
.splitVerticalLayoutAnimation {
	-webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
	transition: top 0.5s ease;
}
.panelTracking {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: auto;
}
.commandList {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	list-style-type: none;
	vertical-align: baseline;
}
.commandList > li {
	float: left;
	margin-left: 4px;
	margin-right: 4px;
}
.commandMargins {
	margin-left: 4px !important;
	margin-right: 4px !important;
}
.commandMargins:last-child {
	margin-right: 0 !important;
}
.sideMenu{
    width: 35px;
    background: #26343F;
	float: left;
    position: absolute;
    top: 0;
	   
    bottom: 0;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
    display:block;
    margin:0;
    font-family: sans-serif;
	font-size:10px;
	text-decoration:none !important;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
}
.sideMenu.animating {
	z-index: 0;
}
.sideMenu-maximized {
	top: 0;
	bottom: 0;
}
.sideMenu-closed {
	width: 0;
	display: none;
}
.sideMenuHome{
	width: 100%;
	height: 35px;
}
.sideMenuList{
	display:inline-block !important;
	height: calc(100% - 64px);
	margin: 0;
	overflow-y: hidden;
	padding: 0;
	text-align: center;
	width: 100%;
}
.sideMenuItem{
	list-style-type: none;
	font-size:16px !important;
	padding: 0;
	margin: 3px;
}
.sideMenuItem:hover, .sideMenuItem.expanded {
	text-decoration:none;
	color:#F47D64  !important;
}
.sideMenu:hover > .sideMenuScrollButton {
	opacity: 1;
}
.sideMenuScrollButton {
	background-color: rgba(0,0,0,0.5) !important;
	color: white !important;
	cursor: pointer;
	display: none;
	height: 19px;
	opacity: 0.5;
	position: absolute;
	width: 100%;
	z-index: 100;
}
.sideMenuScrollButton.visible {
	display: block;
}
.sideMenuTopScrollButton {
	-webkit-transform: rotate(180deg);		
	transform: rotate(180deg);
}
.sideMenuBottomScrollButton {
	bottom: 0;
	left: 0;
}
.sideMenuItem > .submenu-trigger {
	color:  #6D8B93 !important;
	font-size:16px;
	text-decoration:none !important;
	width: 100%;
	display: inline-block;
	padding: 4px 0 4px 0;
}
.sideMenuItem>.submenu-trigger:hover, .sideMenuItem.expanded>.submenu-trigger{
	text-decoration:none;
	color:white !important;
}
.sideMenuItemActive {
}
.sideMenuItemActive > .submenu-trigger {
	color: white !important;
}
.sideMenuToggle {
	display: none;
}
.sideMenu-notification {
	position: relative; 
}
.sideMenu-notification[level=info] {
	background-image: radial-gradient(#1EB3DC, #1EB3DC 2px, transparent 3px);
    background-size: 6px 6px;
    background-repeat: no-repeat;
    background-position: 30px 29px;
}
.sideMenu-notification[level=warn] {
	background-image: radial-gradient(#FFFF66, #FFFF66 2px, transparent 3px);
    background-size: 6px 6px;
    background-repeat: no-repeat;
    background-position: 30px 29px;
}
.sideMenu-notification[level=error] {
	background-image: radial-gradient(#FF0000, #FF0000 2px, transparent 3px);
    background-size: 6px 6px;
    background-repeat: no-repeat;
    background-position: 30px 29px;
}
.sideMenuSubMenu{
	display: none;
	list-style-type:none;
	position:absolute;
	font-family:sans-serif;
	padding-left: 0;
	z-index:100;
	text-align: left;
	left: 40px;
}
.sideMenuSubMenuItem{
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	font-size: 12px;
    background: white;
	border-right:1px solid #ddd;
}
.sideMenuSubMenuItem:before {
	width: 0;
	height: 0;
	top: 13px;
	content: "";
	left: -8px;
	position: absolute;
	z-index: 200;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid white;
}
.sideMenuSubMenuItem:first-child{
	border-top:1px solid #ddd;
	border-top-right-radius: 4px;
}
.sideMenuSubMenuItem:last-child{
	border-bottom:1px solid #ddd;
	border-bottom-right-radius: 4px;
}
.sideMenuSubMenuItem a {
	display: inline-block;
	color: #444;
	padding: 12px 30px 12px 10px;
	width: calc(100% - 30px - 10px + 8px); 
}
.sideMenuSubMenuItem a:hover{
	text-decoration:none;
	color: black !important;
}

.sideMenuSubMenuItem:hover {
	background-color: #fde7cf;
}
.sideMenuSubMenuItem:only-child:hover {
	
}
.sideMenuSubMenuItem:only-child:hover a {
	color: #333;
}
.sideMenuSubMenuItem a span {
	display: inline-block;
}
.sideMenuItem:hover .sideMenuSubMenu, .sideMenuSubMenu.expanded { 
    display:inline-block;
}
.sidebar-decorate-active {
	position: relative; 
    background: 
        radial-gradient(#1EB3DC, #1EB3DC 2px, #47575F 3px) no-repeat,
        #47575F;
    background-position:
        30px 29px,
        0 0;
    background-size: 
    	8px 8px;
}
.mainContent{
	position:absolute;
	left:35px;
}
.innerPanels{
	position:absolute;
	width:100%;
	top:35px;
	bottom:0;
}
.userMenu {
}
.splash {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(57,75,84);
	z-index: 149;
	display: block;
	box-shadow: 0 3px 7pt 0 rgba(0,0,0,0.3) inset;
}
.splashSeeThroughX {
	-webkit-animation-name: splashSeeThrough;
	animation-name: splashSeeThrough;
	animation-duration: 0.7s;
	background-color: rgba(38,52,63, 0.7);
}
@-webkit-keyframes splashSeeThrough { 
	from {background-color: rgb(38,52,63);}
	to {background-color: rgba(38,52,63, 0.7);}
}
@keyframes splashSeeThrough { 
	from {background-color: rgb(38,52,63);}
	to {background-color: rgba(38,52,63, 0.7);}
}
.splashContainer {
    display: flex;
	display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    height:100%;
    flex-direction: column;
    -webkit-flex-direction: column;
    font-family: sans-serif;
    font-size: 14px;
}
.splashLoader {
    display: flex;
	display: -webkit-flex;
    height:300px;
    width:100%;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
	background-color: rgb(57,75,84);
}
.splashAbout {
    text-align: center;
	color: #FFFFFF;
	font-size:16px;
	font-family: 'helvetica';
	font-weight: bold;
	margin-bottom: 10px;
}
.splashSteps {
	margin:20px; 
    max-width: 300px;
}
.splashStep {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
    -webkit-flex-direction: row;
	padding-top: 10px;
	padding-bottom:10px;
	height:24px;
}
.splashMessages {
}
.splashMessage {
	color: white;
	font-size: 14px;
}
.splashDetailedMessage {
	color: white;
	font-size: 12px;
	padding-left: 20px;
}
.splashVisual {
	width: 24px;
}
.splashVerbal {
	margin-left:20px;
	color: #3BDEFF;
	font-family: 'helvetica';
	font-weight: bold;
	margin-top: 3px; 
}
.splashVerbalwaiting {
	color:grey;
}
.splashLoadingImage {
	background: url(../../images/loading_24.gif) no-repeat top left;
	vertical-align: middle;
	display: inline-block;
	border: none;	
	height:24px;
	width:24px;
}
.splashSuccessImage {
	background: url(../../images/message_success_24.png) no-repeat top left;
	vertical-align: middle;
	display: inline-block;
	border: none;	
	height:24px;
	width:24px;
}
.orionPage {
	background-color: #26343F;
	width: 100%;
	height: 100%;
}
.topRowBanner {
	margin: 0;
	border: 0;
	display: -moz-box;         
	display: -ms-flexbox;     
	display: -webkit-flex;     
	display: flex; 
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-style: none;
	background-color: white;
	height: 16px;
	padding: 8px 2px 7px 6px !important;
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 2px 0px, rgba(0, 0, 0, 0.0980392) 0px 1px 0px 0px;
	z-index: 100;
	display: none;
}
a {
	text-decoration: none;
	color: #00AED1;
}
a:hover {
	cursor: pointer;
	text-decoration: underline;
}
.primaryNav {
	font-size: 8pt; 
	font-weight: normal;
	color: #BFBFBF;
	vertical-align: baseline;
}
.primaryNav > div {
	padding-top: 6px;
}
.primaryNav > nav {
	padding-top: 6px;
}
.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;
}
.titleArea {
    margin: 0;
    padding-top: 3px;
    border: 0;
    background: #EFEFEF;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFEFEF), color-stop(100%,#EFEFEF));
    border-bottom: 1px solid #DEDEDE;
    min-height: 20px;
}
.checkedRow {
	color: white !important;
	background-color: #1bb199 !important;
}
.checkedRow.disabledRow {
	background-color: #dadada !important;
}
.checkedRow > td > span
{
	color:white !important;
}
.checkedRow  > td > span > a
{
	color:white !important;
}
.checkedRow  > td > span > span
{
	color:white !important;
}
.checkedRow  > td > span > a > span
{
	color:white !important;
}
.checkedRow  > td > a > span > span
{
	color:white !important;
}
.checkedRow .secondaryColumn {
	color: white;
}
.checkedRow .navColumnNoIcon {
	color: white;
}
.checkedRow .secondaryColumn > a:hover {
	color: white !important;
	font-weight:bold;
	text-decoration: none;
}
.checkedRow .sectionTableItem {
	color: white !important;
}
.checkedRow a {
	color: white;
}
.checkedRow .jazz-description {
	color: white;
}
.checkedRow .commandButton {
	color: white;
	border-color: white;
}
.checkedRow .commandImage {
	color: white;
}
.navRow > td:first-child {
	
}
.navRow.checkedRow > td:first-child {
	border-left-color: #d57152;
}
.navbar-item-selected {
	color: #FFFFFF !important;
	font-weight: bold;
	position: relative;
	background: #1bb199 !important;
}
.breadcrumbContainer {
	align-items: baseline;
	display: inline-flex;
	justify-content: center;
	
	-webkit-align-items: baseline;		
	display: -webkit-inline-flex;		
	-webkit-justify-content: center;	
	
	margin-right: 0;
	overflow: hidden;
	visibility: visible;
	width: 100%;
}
.breadcrumb {
	color: #E6E6E6;
	-webkit-flex-grow: 0;		
	flex-grow: 0;
	font: 9pt;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 
		Helvetica, Tahoma, Geneva, Arial, "Lucida Grande", sans-serif;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
}
a.breadcrumb:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #00AED1;
	cursor: pointer;
}
.breadcrumbSeparator {
	color: #E6E6E6;
	font-size: 9pt;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 
		Helvetica, Tahoma, Geneva, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	-webkit-flex-shrink: 0;		
	flex-shrink: 0;
	margin: 2px;
	text-decoration: none;
}
.currentLocation {
	padding-top:1px;
	font-weight: bold;
	font-size: 9pt;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 
		Helvetica, Tahoma, Geneva, Arial, "Lucida Grande", sans-serif;
	color: #E6E6E6;
	text-decoration: none;
	line-height: 10pt;
	white-space:nowrap;
}
div.currentLocation {
	width: 100%;
}
.breadcrumbContainer > .currentLocation {
	margin: 0;
}
a.currentLocation:hover {
	font-weight: bold;
	color: #00AED1;
 	text-decoration: none;
	border-bottom: 1px dotted;
}
a.breadcrumb.currentLocation {
	font-weight: bold;
	margin: 0;
}
.tooltipContainer .currentLocation {
	color: white;
}
.tooltipContainer .breadcrumb {
	color: white;
}
.tooltipContainer .breadcrumbSeparator {
	color: white;
}
.tooltipContainer a.currentLocation:hover {
	color: white;
}
.tooltipContainer a.breadcrumb:hover {
	color: white;
}
.auxpane {
	border: 0;
	background: #3B4B54;
	color: white;
}
.mainpane {
	border: 0;
	background: #3B4B54 !important;
	padding-right:5px;
}
.mainToolbar {
	color: white;
 	background: #26343f;
 	padding-left: 2px;
 	padding-right: 5px;
	white-space: nowrap;
}
.fsToolbar {
	padding: 2px 4px 2px 4px; 
	background-color: #DFE6EB;
	
	
}
.filesystemName {
	display: inline-block;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
	max-width: calc(100% - 6px - 4px - 24px);
	max-width: -webkit-calc(100% - 6px - 4px - 24px);
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: white;
}
.filesystemSwitcher {
	display: inline-block;
	margin: 0;
}
.filesystemSwitcherWrapper {
	display: block;
	max-width: 100%;
	white-space: nowrap;
}
.sidebarToolbar {
	display: inline;
	overflow: visible;
	padding: 0 !important;
}
.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; 
	color: #999;
	padding: 0;
	padding-left: 20px;
	padding-right: 16px;
	margin-left: 5px;
	font-size: 7pt;
}
.searchbox:focus{
	color: white;
	outline: none;
}
   
.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: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 
		'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	margin: 0;  
}
.commandButton.orionButton.dropdownTrigger {
	
}
.commandButton.orionButton.dropdownTrigger:hover {
	border-color: #ccc;
}
.mainToolbar .commandButton.orionButton.dropdownTrigger {
	color:white;
}
.commandButton {
	color: #00AED1;
	border: 1px solid #00AED1;
	background-color: rgba(0, 0, 0, 0);
	
	vertical-align: middle;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
.commandButton:not(.dropdownTrigger) {
 	
}
.extraActions .commandButton {
	text-transform: uppercase;
}
.commandButton.dropdownDefaultButton {
	
}
.commandButton:not(.primaryButton):hover, .commandButton:not(.primaryButton):focus {
	color: white;
	background-color: #a5b5bc;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}
.commandButton.disabled {
	color: #cdcdcd;
}
.primaryButton{
	background: #1bb199;
	border-color: #1bb199;
	color: white;
}
.primaryButton:hover, .primaryButton:focus {
	background: #01CDB0;
	border-color: #01CDB0;
}
.commandImage {
	border: 1px solid transparent;
    border-radius: 1px;
    color: inherit;
	background-color: transparent;
	vertical-align: baseline;
	cursor: pointer;
	display: inline-block;
	padding: 2px;
	padding-top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.commandImage:hover, .commandImage:focus {
	background-color: #a5b5bc;
	border: 1px solid #ccc;
}
.mainToolbar .commandImage.dropdownTrigger {
	color: white;
}
.orionToggleOff {
	color: inherit;
	border-radius: 3px;
	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;
}
.orionToggleOn {
	color: inherit;
	background-color: whitesmoke;
	border-radius: 3px;
	box-shadow: inset 1px 1px 2px 1px rgba(0,0,0,0.3);
	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; 
}
.orionToggleOn:hover {
	background: white;
	box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.2);
}
.orionToggleOff:hover {
	background: whitesmoke;
	box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.2);
}
.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); } 
} 
.orionSwitch {
	position: relative;
	width: auto;
}
.orionSwitchCheck {
 	display: none;
}
.orionSwitchLabel {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #DFE6EB;
	border-radius: 3px;
	height: 20px;
}
.orionSwitchInner {
	display: block; 
	width: 200%; 
	margin-left: -100%;
	margin-top:-1px;
	text-align: left;
	-moz-transition: margin 0.2s ease-in 0s; 
	-webkit-transition: margin 0.2s ease-in 0s;
	-o-transition: margin 0.2s ease-in 0s; 
	transition: margin 0.2s ease-in 0s;
}
.orionSwitchInner:before, .orionSwitchInner:after {
	display: block; 
	float: left; 
	width: 50%; 
	padding: 0;
	padding-bottom: 2px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.orionSwitchInner:before {
	padding-left: 3px;
	padding-right: 2px;
	background-color: #FFF;
	color: #808080;
}
.orionSwitchInner:after {
	padding-right: 3px;
	background-color: #eee;
	color: #808080;
	text-align: right;
}
.orionSwitchSwitch {
	display: block; 
	width: calc(50% - 2px); 
	margin: 0;
	background: #DFE6EB;
	border: 1px solid #DFE6EB;
	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; 
}
.orionSwitchCheck:checked + .orionSwitchLabel .orionSwitchInner {
	margin-left: 0;
}
.orionSwitchCheck:checked + .orionSwitchLabel .orionSwitchSwitch {
	right: 0px; 
}
.commandMissingImageButton {
	font-weight: normal;
}
.commandLink {
	display: inline-block;
	vertical-align: middle;
	padding: 4px 0 1px;  
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.commandSeparator {
	padding: 2px;
}
.commandActive {
	background-color: #e6e6e6 !important;
	border: 1px solid #808080 !important;
    border-radius: 2px !important;
}
.commandActiveItem {
}
.commandInactiveItem {
}
.split {
	background: #3B4B54;
}
.splitTracking {
	background: #3B4B54;
}
.splitThumb {
	background: #3B4B54;
}
.dropdown {
}
.dropdownArrowDown {
	display: inline-block;
	vertical-align: top;
	line-height: 12px;
	text-transform: lowercase;
}
.dropdownArrowRight {
	flex-grow: 0;
	-webkit-flex-grow: 0;		
	font-size: 12px;
}
.dropdownTrigger:not(.dropdownDefaultButton) {
 	font-weight: normal;
	color: #FFFFFF; 
 	border-color: transparent;
}
.dropdownTrigger a {
	text-decoration: none;
}
.dropdownMenu {
	box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, .2);
	color: #3b4b54;
	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; 
	line-height: normal; 
	margin: 0; 
	cursor: default;
	font-size: 12px;
	margin: 0;
	outline: none;
	padding: 3px 0 3px;
}
.dropdownMenuOpen {
	min-width: 120px;
	display: block;
	visibility: visible;
}
.dropdownSubMenu {
	position: relative;
	line-height: normal;
}
.dropdownSubMenu > ul {
	top: 0;
	left: 100%;
}
.dropdownMenu > li {
	min-width: 120px;
	display: flex;
	display: -webkit-flex; 
}
.dropdownMenu > li > a, .dropdownMenu > li > span {
	width: calc( 100% - 9px );
	margin: 0;
}
.dropdownMenu > li > *:focus {
	outline: none;
}
.dropdownSeparator {
	height: 1px;
	background-color: #ddd;
	color: #ddd;
	padding: 0 !important;
	margin: 0;
}
.dropdownMenuItem, .dropdownMenuItem a {
	align-items: center;
	-webkit-align-items: center;		
	align-content: stretch;
	-webkit-align-content: stretch;		
	display: inline-flex;
	display: -webkit-inline-flex;		
	vertical-align: middle;
	color: #3b4b54 !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: 4px solid transparent;
}
.dropdownMenu .dropdownMenuItemSelected {
	background-color: rgba(27,177,153, 0.1);
	border-left-color: #1BB199;
}
.dropdownMenuItem .check {
	display: inline-block;
	width: 12px;
}
.dropdownMenuItem .dropdownKeyBinding {
	color: grey !important; 
	flex-grow: 0;
	-webkit-flex-grow: 0;		
	font-size: 11px;
	padding-left: 15px;
	padding-right: 10px;
}
.dropdownMenuItem .dropdownCommandName {
	-webkit-align-items: center;		
	align-items: center;
	display: inline-flex;
	display: -webkit-inline-flex;		
	
	flex-grow: 1;
	-webkit-flex-grow: 1;		
	text-decoration: inherit; 
}
.dropdownSelection {
	background-color: white !important;
 	color: #3b4b54 !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;
}
.checkedMenuItem {
	margin: 4px 6px 2px 0;
	vertical-align: bottom;
}
.tooltipContainer {
	display: none;
	z-index: 200;
	background: transparent;
	position: absolute;
	max-width: 110em;
}
.tooltip .textContent {
	max-width: 40em;
}
.tooltip {
	color: white;
	background-color: #158d7a;
	border-radius: 3px;
	padding: 8px;
	clear: both;
	float: left;
	border: 1px solid #158d7a;
	box-shadow: 0px 0px 10pt -2pt rgba(0, 0, 0, 0.5);
}
.tooltip.left {
}
.tooltip .navlinkonpage {
	color: #00aed1 !important;
}
.tooltip h2 {
	color: #3b4b54;
}
.tooltip .operationStatus {
	color: #00aed1;
}
.tooltip .operationError {
	color: #a6b5bc;
}
.tooltipTailFromleft {
	position: absolute;
	display: inline-block;
	top: 14px;
	content: '';
	z-index: 201;
}
.tooltipTailFromleft:after, .tooltipTailFromleft:before {
	left: -1px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tooltipTailFromleft:after {
	border-color: transparent;
	border-left-color: #158d7a;
	border-width: 8px;
	margin-top: -8px;
}
.tooltipTailFromleft:before {
	border-color: transparent;
	border-left-color: #158d7a;
	border-width: 9px;
	margin-top: -9px;
}
.tooltipTailBorderFromleft {
	position: absolute;
	display: inline-block;
	border: 10px solid;
	border-color: transparent transparent transparent #158d7a;
	top: 2px;
	right: -17px;
	content: '';
}
.tooltipTailFromright {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 14px;
	content: '';
	z-index: 201;
}
.tooltipTailFromright:after, .tooltipTailFromright:before {
	right: -1px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tooltipTailFromright:after {
	border-color: transparent;
	border-right-color: #158d7a;
	border-width: 8px;
	margin-top: -8px;
}
.tooltipTailFromright:before {
	border-color: transparent;
	border-right-color: #158d7a;
	border-width: 9px;
	margin-top: -9px;
}
.tooltipTailBorderFromright {
	position: absolute;
	display: inline-block;
	border: 10px solid;
	border-color: transparent #158d7a transparent transparent;
	left: -17px;
	top: 2px;
	content: '';
}
.tooltipTailFrombelow {
	position: absolute;
	display: block;
	left: 16px;
	top: 0;
	content: '';
	z-index: 201;
}
.tooltipTailFrombelow:after, .tooltipTailFrombelow:before {
	bottom: -1px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tooltipTailFrombelow:after {
	border-color: transparent;
	border-bottom-color: #158d7a;
	border-width: 8px;
	margin-left: -8px;
}
.tooltipTailFrombelow:before {
	border-color: transparent;
	border-bottom-color: #158d7a;
	border-width: 9px;
	margin-left: -9px;
}
.tooltipTailBorderFrombelow {
	position: absolute;
	display: block;
	border: 10px solid;
	border-color: transparent transparent #158d7a transparent;
	left: 14px;
	top: -17px;
	content: '';
}
.tooltipTailFromabove {
	position: absolute;
	display: block;
	left: 16px;
	content: '';
	bottom: 0;
	z-index: 201;
}
.tooltipTailFromabove:after, .tooltipTailFromabove:before {
	top: -1px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tooltipTailFromabove:after {
	border-color: transparent;
	border-top-color: #158d7a;
	border-width: 8px;
	margin-left: -8px;
}
.tooltipTailFromabove:before {
	border-color: transparent;
	border-top-color: #158d7a;
	border-width: 9px;
	margin-left: -9px;
}
.tooltipTailBorderFromabove {
	position: absolute;
	display: block;
	border: 10px solid;
	border-color: #158d7a transparent transparent transparent;
	left: 14px;
	bottom: -17px;
	content: '';
}
.tooltipShowing {
	display: block;
}
.tooltip > .parametersDismiss > .dismissButton {
	color: whitesmoke;
}
.tooltip > .parametersDismiss > .dismissButton:hover {
	color: white; 
}
.dialog {
	visibility: hidden;
	z-index: 175;  
	position: absolute;
	color: #222;
	background-color: #fbfbfb;
	border-radius: 2px;
	border: 1px solid #BBB;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	padding-bottom:5px;
}
.dialogShowing {
	visibility: visible;
}
.dialogTitle {
	display: block;
}
.dialogTitle {
	padding-top: 5px;
	display: inline-block;
	background: #555;
	width: 100%;
	padding-bottom: 5px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
}
.dialogTitle > .dismissButton {
	margin-right: 0;	
}
.dialogTitleText {
	margin: 2px 2px 0;
	color: whitesmoke;
	font-size: 1em;
	height: 18px;
	padding-left: 4px;
	font-weight: bold;
}
.dialogDismiss {
	display: block;
	cursor: pointer;
	padding: 2px;
}
.dialogContent {
	padding: 8px;
}
.parameterPopup .dismissButton, .dialogTitle .dismissButton {
	color: rgb(221, 221, 221);
	cursor: pointer;
}
.parameterPopup .dismissButton:hover, .dialogTitle .dismissButton:hover {
	color: white;
}
.dialogButtons {
	-webkit-align-items: center;	
	align-items: center;
	
	display: -webkit-flex;	
	display: flex;
	
	-webkit-justify-content: center;	
	justify-content: center;
	margin: 2px 4px 4px 4px;
}
.dialogButtons > button.commandButton {
	min-width: 60px;
}
.confirmDialog {
	min-width: 300px;
	max-width: 450px;
}
.confirmDialog .checkboxWrapper {
	margin: 10px 2px 5px 2px;
}
.checkboxMessage > .confirmDialogCheckbox {
	margin: 0 5px 0 0;
	outline: none;
	vertical-align: top;
}
.modalBackdrop {
	opacity: 0.5;
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
}
.textviewTooltip {
	background-color: #158d7a;
}
.textviewTooltip .commandButton {
	border-color: white;
	color: white;
	margin-bottom: 2px;
}
.core-sprite-git-logo {
	font-size: 20px !important;
}
.outlineExplorer .navlinkonpage {
	color: #333 !important;	
}
.outlineExplorer .treeIterationCursorRow_Dotted {
	background-color: #1BB199;
}
.outlineExplorer .treeIterationCursorRow_Dotted .modelDecorationSprite {
	color: white;
}
.outlineExplorer .treeIterationCursorRow_Dotted .navlinkonpage {
	color: white !important;
}
.contentassist .selected {
	background-color: #1BB199 !important;
	background: #1BB199 !important;
	border-radius: 0; 
	color: #FFF;
}
