:root {
	--panel-color: #f1f3f4;
	--border-color: #dadce0;
	--text-color: #707070;
}
* {
	forced-color-adjust: none;
}
.geDarkMode {
	filter: invert(93%) hue-rotate(180deg);
	background:#151515;
}
.geDarkMode image, .geDarkMode img:not(.geAdaptiveAsset), .geDarkMode iframe {
	filter: invert(100%) hue-rotate(180deg) saturate(1.25);
}
.geDarkMode div.mxWindow {
	border-color: darkgray;
}
.geDarkMode div.mxRubberband {
	border:1px dashed #202020 !important;
	background:#a0a0a0 !important;
}
.geDarkMode .geAdaptiveAsset {
	filter:none !important
}
.geDarkMode .geColorBtn > div {
	border-color: #ffffff !important;
}
.geDarkMode .geToolbarButton {
	border-color:#303030 !important;
	color:#000000;
}
.geEditor {
	position:absolute;
	width:100%;
	height:100%;
}
.mxCellEditor {
	font-family:initial;
}
.geEditor *:not(svg *, .mxCellEditor *), div.mxWindow, .mxWindowTitle,
.geEditor .geToolbarContainer .geColorButton {
	border-color:var(--border-color);
}
html div.mxWindow, .geDialog, .geSketch .geToolbarContainer {
	border-radius: 5px;
	box-shadow: 0px 0px 2px #C0C0C0;
}
div td.mxWindowTitle {
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-size: 13px;
	height: 22px;
}
.mxWindowTitle > div > img {
	padding: 4px;
}
.geEditor {
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI Variable", "Segoe UI", system-ui, ui-sans-serif, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	font-size:14px;
	border:none;
	margin:0px;
}
.geBackground {
	background:white;
}
.geEditor input[type=text]::-ms-clear {
	display: none;
}
.geEditor input, .geEditor select,
.geEditor textarea, .geEditor button {
    font-size: inherit;
}
.geMenubarContainer, .geToolbarContainer, .geHsplit,
.geVsplit, .mxWindowTitle, .geSidebarContainer,
.geEditor .geTabItem {
	/* background:var(--panel-color); */
}
.geButtonContainer {
	display: inline-flex;
	align-items: center;
	padding: 0 32px 0 0;
	margin-left: auto;
}
.geEditor .geTabItem {
	border-width:1px;
	border-top-style:solid;
}
.geEditor .geTabItem {
	cursor:default;
	user-select:none;
}
.geEditor div.mxTooltip {
	background: var(--panel-color);
	font-size: 11px;
	color: black;
	padding:6px;
}
.geDragPreview {
	border: 1px dashed black;
}
html > body > div > div.geToolbarContainer.geSimpleMainMenu,
html > body > div > div.geToolbarContainer.geSimpleMainMenu .geToolbarContainer{
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}
html > body > div > div.geToolbarContainer.geSimpleMainMenu .geToolbarContainer{
	border:none !important;
}
.geMenubarContainer {
	display:inline-flex;
	align-items:center;
}
.geMenubarContainer .geItem, .geToolbar .geButton, .geToolbar .geLabel {
	cursor:pointer !important;
}
.geSidebarContainer .geTitle {
	cursor:default !important;
}
.geBackgroundPage {
  	box-shadow:0px 0px 2px 1px #d1d1d1;
}
.geSidebarContainer a, .geMenubarContainer a, .geToolbar a {
	color:#000000;
	text-decoration:none;
}
.geMenubarContainer, .geDiagramContainer, .geSidebarContainer, .geFooterContainer, .geHsplit, .geVsplit {
	overflow:hidden;
	position:absolute;
	cursor:default;
}
.geToolbarContainer {
	position: absolute;
	cursor: default;
}
.geSidebarContainer div .geToolbarContainer {
	overflow: hidden !important;
	position: absolute;
	cursor: default;
}

.geFormatContainer {
	overflow-x:hidden !important;
	overflow-y:auto !important;
	font-size:12px;
	border-left:1px solid #dadce0;
	transition:width 0.3s;
}
.geFormatContainer button:not(.geColorBtn), .geFormatContainer select {
	border-radius:4px;
	padding:2px;
}
.geSidebarContainer.geFormatContainer .close{
	cursor: pointer;
	position: absolute;
	background-image: url("./icon_guanbi@2x.png");
	background-size: 16px 16px;
	background-position: center;
	/* background-color: #000000; */
	width: 16px;
	height: 16px;
	top: 8px;
	right: 10px;
}
.geSidebarContainer.geFormatContainer .macClose {
	background-color: #ed6a5f;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	color: #666;
	position: relative;
	cursor: pointer;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
}
.geSidebarContainer.geFormatContainer .macClose::after{
	content: "";
	position: absolute;
	width: 8px;
	height: 1px;
	background-color: #333;
	top: 6px;
	left: 2px;
	transform: rotate(45deg);
}
.geSidebarContainer.geFormatContainer .macClose::before{
	content: "";
	position: absolute;
	width: 8px;
	height: 1px;
	background-color: #333;
	top: 6px;
	left: 2px;
	transform: rotate(-45deg);
}
.hover:hover{
	border: 1px solid #007AFF !important;
}
.geSidebarFooter {
	border-top:1px solid #dadce0;
}
.geFormatSection {
	border-bottom:1px solid #dadce0;
	border-color:#dadce0;
}
.geDiagramContainer {
	background-color:#ffffff;
	font-size:0px;
	outline:none;
}
.geMenubar, .geToolbar {
	white-space:nowrap;
	display:block;
	width:100%;
}
.geMenubarContainer .geItem, .geToolbar .geButton, .geToolbar .geLabel,
.geSidebar, .geSidebar .geItem, .mxPopupMenuItem {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.geHint {
	background-color: #ffffff;
	border: 1px solid gray;
	padding: 4px 16px 4px 16px;
	border-radius:3px;
	-webkit-box-shadow: 1px 1px 2px 0px #ddd;
	-moz-box-shadow: 1px 1px 2px 0px #ddd;
	box-shadow: 1px 1px 2px 0px #ddd;
	opacity:0.8;
	font-size:9pt;
}
.geHint img {
	opacity: 0.7;
}
.geHint img:hover
{
	opacity: 1;
}
.geUser {
	color:var(--text-color);
	display:inline-block;
	cursor:pointer;
	font-size:10px;
}
.geStatus > * {
	overflow:hidden;
	white-space:nowrap;
	vertical-align:middle;
	display:inline-block;
	font-size:12px;
	padding:4px 6px 4px 6px;
	background-color:#f2dede;
	border:1px solid #ebccd1;
	color:#a94442 !important;
	border-radius:3px;
	
	width: 204px;
    background: linear-gradient(-90deg,rgba(6,170,255,1),rgba(44,223,253,1));
    font-size: 14px;
    color: #fff !important;
    text-align: center;
}
a.geStatus {
	display:inline-flex;
	align-items:center;
	white-space:nowrap;
	min-width:0;
	height:100%;
}
.geStatus *[data-action] {
	cursor:pointer;
}
.geStatus img {
	max-width:16px;
	vertical-align:bottom;
}
a.geStatus div + div {
	margin-left:8px;
}
a.geStatus .geStatusBox {
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	font-size: 10px;
	padding: 3px;
}
a.geStatus .geStatusAlert {
	padding:4px 8px;
	background-color:#eacccc;
	border:1px solid #dca4ad;
	color:#b62623 !important;
	border-radius:3px;
}
a.geStatus .geStatusAlertOrange {
	padding:4px 8px;
	background-color:rgb(242, 147, 30);
	border:rgb(240, 135, 5);
	color:#000000 !important;
	border-radius:3px;
}
html body div.geSmallBanner {
	background-color: #F2931E;
	background-image: linear-gradient(#F2931E 0px,#F08707 100%);
	border: 1px solid #F08707;
	color: #000;
}
html body div.geSmallBanner:hover:not([disabled]) {
	background-color: #ffb75e;
	background-image: linear-gradient(#ffb75e 0px,#F2931E 100%);
	border: 1px solid #F08707;
	color: #000;
}
a.geStatus .geStatusMessage {
	padding:4px 6px 4px 6px;
	font-size:12px;
	background: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
    background: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
    background-repeat: repeat-x;
    border:1px solid #b2dba1;
	border-radius:3px;
	color:#3c763d !important;
}
.geAlert {
	position:absolute;
	white-space:nowrap;
	padding:14px;
	background-color:#f2dede;
	border:1px solid #ebccd1;
	color:#a94442;
	border-radius:3px;
	-webkit-box-shadow: 2px 2px 3px 0px #ddd;
	-moz-box-shadow: 2px 2px 3px 0px #ddd;
	box-shadow: 2px 2px 3px 0px #ddd;
}
.geEditor input, .geEditor button, .geEditor select, .geColorBtn {
	border: 1px solid #d8d8d8;
	border-radius: 4px;
}
.geEditor button, .geEditor select, .geColorBtn {
	background:#eee;
}
.geEditor button:hover:not([disabled], .geBigButton, .geShareBtn),
.geEditor select:hover:not([disabled]), .geColorBtn:hover:not([disabled]) {
	background:#e5e5e5;
}
.geEditor button:active:not([disabled], .geBigButton, .geShareBtn),
.geColorBtn:active:not([disabled]) {
	opacity:0.7;
}
.geColorDropper {
	cursor:pointer;
	opacity:0.7;
}
.geColorDropper:hover {
	opacity:1;
}
.geBtn, .mxWindow .geBtn {
	font-size: 13px;
	font-weight: 500;
	border-radius: 4px;
	height: 30px;
	margin: 0 0 0 8px;
	min-width: 72px;
	outline: 0;
	padding: 0 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.geBtn:hover:not([disabled]), .geBtn:focus {
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #111;
}
.geToolbarContainer {
	border-width:1px;
	border-color:lightgray;
	border-style:none none solid none;
	box-shadow:none;
	z-index:1;
}
.geShapePicker {
	position:absolute;
	border-radius:10px;
	border-style:solid;
	border-width:1px;
	padding:6px 0 8px 0;
	text-align:center;
	box-shadow:0px 0px 3px 1px #d1d1d1;
}
.geBtnStepper {
	border-radius:3px;
	border-style:solid;
	border-width:1px;
}
.geBtnUp {
	background-image: url(data:image/gif;base64,R0lGODlhCgAGAJECAGZmZtXV1f///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0QzM3ODJERjg4NUQxMUU0OTFEQ0E2MzRGQzcwNUY3NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0QzM3ODJFMDg4NUQxMUU0OTFEQ0E2MzRGQzcwNUY3NCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRDMzc4MkREODg1RDExRTQ5MURDQTYzNEZDNzA1Rjc0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRDMzc4MkRFODg1RDExRTQ5MURDQTYzNEZDNzA1Rjc0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAgAsAAAAAAoABgAAAg6UjwiQBhGYglCKhXFLBQA7);
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom-style:solid;
	border-width:1px;
}
.geBtnUp:active {
	background-color: #4d90fe;
	background-image: linear-gradient(#4d90fe 0px,#357ae8 100%);
}
.geBtnDown {
	background-image: url(data:image/gif;base64,R0lGODlhCgAGAJECANXV1WZmZv///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0QzM3ODJEQjg4NUQxMUU0OTFEQ0E2MzRGQzcwNUY3NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0QzM3ODJEQzg4NUQxMUU0OTFEQ0E2MzRGQzcwNUY3NCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRDMzc4MkQ5ODg1RDExRTQ5MURDQTYzNEZDNzA1Rjc0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRDMzc4MkRBODg1RDExRTQ5MURDQTYzNEZDNzA1Rjc0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAgAsAAAAAAoABgAAAg6UjxLLewEiCAnOZBzeBQA7);
	background-position: center center;
	background-repeat: no-repeat;
	border-style:solid;
	border-width:1px;
}
.geBtnDown:active {
	background-color: #4d90fe;
	background-image: linear-gradient(#4d90fe 0px,#357ae8 100%);
}
html .geColorBtn {
	padding: 0px;
}
html .geColorBtn:disabled {
	opacity: 0.5;
}
html .gePrimaryBtn {
	background-color: #4d90fe;
	background-image: linear-gradient(#4d90fe 0px,#4787ed 100%);
	border: 1px solid #3079ed;
	color: #fff;
}
html .gePrimaryBtn:hover:not([disabled]), html .gePrimaryBtn:focus {
	background-color: #357ae8;
	background-image: linear-gradient(#4d90fe 0px,#357ae8 100%);
	border: 1px solid #2f5bb7;
	color: #fff;
}
.gePrimaryBtn:disabled {
	opacity: .5;
}
button.geShareBtn {
	background-color: #F2931E;
	border-color: #F08705;
	color:#000000;
}
.geAlertLink {
	color:#843534;
	font-weight:700;
	text-decoration:none;
}
.geMenubar {
	padding:0px 2px 0px 2px;
	display:inline-flex;
	align-items:center;
}
.geMenubarContainer .geItem, .geToolbar .geItem {
	padding:6px 6px 6px 9px;
	cursor:default;
}
.geItem:hover:not([disabled]), .geToolbarButton:hover:not([disabled]),
.geBtn:hover:not([disabled]) {
	opacity: 1 !important;
}
.geItem:active:not([disabled]):not(.geStatus), .geBtn:active:not([disabled]),
.geStatus div[data-action]:active:not([disabled]),
html .geToolbarButton:active:not([disabled]) {
	opacity: 0.7 !important;
}
.geBtn:disabled {
	opacity: 0.5;
}
.geMenubarContainer .geItem:active {
	background: #F8C382;
}
.geToolbarContainer .geButton:hover {
	/* opacity:1; */
	_filter:none !important;
	background: #eee;
	border-radius:2px;
}
.geToolbarContainer .geButton:hover .geSprite {
	opacity: 1;
}
.geToolbarContainer .geButton:active, .geToolbarContainer .geLabel:active {
	background-color: #DDDDDD;
}
.geToolbarContainer .geLabel:hover {
	background: #eee;
	border-radius:2px;
}
.geToolbarContainer .geLabel:hover img{
	opacity: 0.6;
}
.geToolbarContainer .mxDisabled div,
.geToolbarContainer .mxDisabled img {
	opacity: 0.5;
}
.geActiveButton:active {
	opacity: 0.3;
}
.geToolbarButton {
	opacity: 0.5;
}
.geToolbarButton:active {
	opacity: 0.5;
}
/* .mxDisabled:hover .geSprite{
	background: rgba(0, 0, 0, 0);
} */
.geMenubar a.geStatus {
	color:#888888;
	padding:0px 0px 0px 10px;
	display:inline-flex;
	align-items:center;
	cursor:default !important;
	display: none;
}

.geMenubar a.geStatus .showUserCenter{
	font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-decoration: underline;
    color: rgba(102,102,102,1);
    display: inline-block;
    cursor: pointer;
    padding-left: 8px;
}
.geMenubar a.geStatus .geStatusAlert .showUserCenter{
	display: none;
}
.geMenubar a.geStatus:hover {
	background:transparent;
}
.geToolbarContainer {
	border-bottom:1px solid #dadce0;
	z-index: 1;
}
.geSidebarContainer .geToolbarContainer {
	background:transparent;
	border-bottom:none;
}
.geSidebarContainer button {
	text-overflow:ellipsis;
	overflow:hidden;
}
.geToolbar {
	padding:5px 0px 0px 6px;
	border-top:1px solid #dadce0;
	-webkit-box-shadow: inset 0 1px 0 0 #fff;
	-moz-box-shadow: inset 0 1px 0 0 #fff;
	box-shadow: inset 0 1px 0 0 #fff;
	padding-top:3px;
}
.geToolbarContainer .geSeparator {
	float:left;
	width:1px;
	height:20px;
	background:#e5e5e5;
	margin-left:6px;
	margin-right:6px;
	margin-top:6px;
}
.geToolbarContainer .geButton {
	float:left;
	width:20px;
	height:20px;
	padding:0px 2px 4px 2px;
	margin:2px;
	border:1px solid transparent;
	cursor:pointer;
	/* opacity:0.7; */
	/* _filter:alpha(opacity=60); */
}
div.mxWindow .geButton {
	margin: -1px 2px 2px 2px;
	padding: 1px 2px 2px 1px;
}
.geToolbarContainer .geLabel {
	float:left;
	margin:2px;
	cursor:pointer;
	padding:3px 5px 3px 5px;
	border:1px solid transparent;
	border-radius: 4px;
}
.geToolbarContainer .mxDisabled:hover {
	filter:alpha(opacity=20) !important;
}
.geToolbarContainer .mxDisabled:hover .geSprite{
	opacity:0.6 ;
}
.geDiagramBackdrop {
	background-color: #fbfbfb;
}
.geSidebarContainer {
	position:absolute;
	overflow-x:hidden;
	overflow-y:auto;
}
.mxWindowPane .geSidebarContainer {
	width:100%;
	height:100%;
}
.geEditor > div > .geMenubarContainer {
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.geTabContainer {
	border-width:1px;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	display:flex;
	white-space:nowrap;
	overflow:hidden;
	position:absolute;
	z-index:1;
	border-color: #dadce0;
}
.geTabScroller {
	display:inline-block;
	position:relative;
	max-width:calc(100% - 90px);
	white-space:nowrap;
	overflow:hidden;
	overflow-x:auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	left:0px;
}
.geTabScroller::-webkit-scrollbar {
	display: none;
}
.geToggleItem {
	padding:4px;
	border-radius:8px;
}
.geActiveItem {
	background-color:var(--border-color);
}
html body div.geActivePage, .geRuler {
	background:#fff;
}
.geInactivePage:hover *, .geControlTab:hover * {
	opacity:0.5;
}
.geControlTab:hover .geAdaptiveAsset {
	opacity:0.3;
}
.geTabMenuButton {
	width:14px;
	height:14px;
	margin-left:4px;
	margin-right:-6px;
	cursor:pointer;
}
.geInactivePage .geTabMenuButton {
	display:none;
}
.geTabMenuButton {
	display:inline-block;
	opacity:1;
}
.geTabMenuButton:hover {
	opacity:0.7;
}
.geTabContainer > :first-child,
.geTabScroller > :first-child {
	border-left-style:none;
}
.geTabContainer > .geControlTab:first-child {
	border-right-style:solid;
}
.geTab .geAdaptiveAsset {
	opacity: 0.5;
}
.geTab.geDisabledControlTab .geAdaptiveAsset {
	opacity: 0.1;
}
.geTab {
	height: 100%;
	border-width:1px;
	border-left-style:solid;
	text-overflow:ellipsis;
	border-color:#dadce0;
	color:rgb(112, 112, 112);
	font-size:12px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	cursor: move;
}
.gePageTab {
	padding: 0px 12px 0px 12px;
}
.geSidebar {
	border-bottom:1px solid #e5e5e5;
	padding:6px;
	padding-left:10px;
	padding-bottom:6px;
	overflow:hidden;
}
.geSidebarContainer .geTitle {
	display:flex;
	font-size:13px;
	border-color: #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	font-weight:500;
	padding:8px 0px 8px 20px;
	margin:0px;
	cursor:default;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:1.4em;
	justify-content:start;
	align-items:center;
}
.geSidebarContainer .geTitle > span {
	flex-shrink: 1;
	width: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.geSidebarContainer .geTitle > div {
    background-color: inherit;
    flex-grow: 0;
    padding-right: 2px;
}
.geSidebarContainer .geTitle > img {
	margin-right:8px;
}
.geSidebarContainer .vipPalette{
	position: relative;
	color: #FF9036;
}
.geSidebarContainer .vipPalette::after{
	content: "";
	position: absolute;
	height: 20px;
    width: 20px;
    right: 10px;
    top: 10px;
	background: url('../images/icon_vip_export.png') no-repeat center;
}
.geSidebarContainer .geTitle:hover {
	background-color: #eee !important;
	border-radius:2px;
}
.geSidebarContainer .geTitle:active {
	background-color:#F8C382;
}
.geSidebarContainer .geDropTarget {
	border-radius:10px;
	/* border:2px dotted #b0b0b0; */
	text-align:center;
	padding:6px;
	margin:6px;
	color:#a0a0a0;
	font-size:13px;
}
.geSidebarContainer .geDropTarget .boxup {
	border-color: rgb(144,157,189);
	background-color: rgb(242,246,255);
}
.geTitle img {
	opacity:0.5;
	_filter:alpha(opacity=50);	
	position: relative;
}
.geTitle img:hover {
	opacity:1;
}
.geTitle .geButton {
	border:1px solid transparent;
	padding:3px;
	border-radius:2px;
}
.geTitle .geButton:hover {
	border:1px solid gray;
}
.geSidebar .geItem {
	display:inline-block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	border-radius: 8px;
}
.geSidebar .geItem, .geShapePicker .geItem {
	transition: transform 100ms ease-out;
}
.geSidebar .geItem:hover {
	background-color:#e0e0e0;
}
.geSidebar .geItem:active, .geShapePicker .geItem:active {
	transform: scale(0.8,0.8);
}
.geItem {
	vertical-align: top;
	display: inline-block;
}
.geSidebarTooltip {
	position:absolute;
	background:#fbfbfb;
	overflow:hidden;
	box-shadow:0 2px 6px 2px rgba(60,64,67,.15);
	border-radius:6px;
}
.geFooterContainer {
	background:#e5e5e5;
	border-top:1px solid #c0c0c0;
}
.geFooterContainer a {
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	white-space:nowrap;
	font-size:14px;
	color:#235695;
	font-weight:bold;
	text-decoration:none;
}
.geFooterContainer table {
	border-collapse:collapse;
	margin:0 auto;
}
.geFooterContainer td {
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
}
.geToolbarButton {
	border-color:#333333;
}
.geFooterContainer td:hover {
	background-color: #b3b3b3;
}
.geHsplit {
	cursor:col-resize;
}
.geVsplit {
	font-size:1pt;
	cursor:row-resize;
}
.geHsplit {
	border-left:1px solid var(--border-color);
	background-color:transparent;
}
.geVSplit {
	border-top:1px solid var(--border-color);
	border-bottom:1px solid var(--border-color);
}
.geHsplit:hover, .geVsplit:hover {
	background-color:var(--border-color);
	opacity:0.7;
}
.mxWindow {
	background:var(--panel-color);
}
.geDialog {
	position:absolute;
	background:white;
	line-height: 1;
	overflow:hidden;
	padding:30px;
	border:1px solid #acacac;
	-webkit-box-shadow:0px 0px 2px 2px #d5d5d5;
	-moz-box-shadow:0px 0px 2px 2px #d5d5d5;
	box-shadow:0px 0px 2px 2px #d5d5d5;
	z-index: 2;
	box-shadow: 0px 0px 10px 0px #8e8e8e;
    border-radius: 6px;
}
.geTransDialog {
	position:absolute;
	overflow:hidden;
	z-index: 2;
}
.geDialogClose {
	position:absolute;
	width:9px;
	height:9px;
	opacity:0.5;
	cursor:pointer;
}
.geDialogClose:hover {
	opacity:1;
}
.geDialogTitle {
	box-sizing:border-box;
	white-space:nowrap;
	background:rgb(229, 229, 229);
	border-bottom:1px solid rgb(192, 192, 192);
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:rgb(35, 86, 149);
}
.geDialogFooter {
	background:whiteSmoke;
	white-space:nowrap;
	text-align:right;
	box-sizing:border-box;
	border-top:1px solid #e5e5e5;
	color:darkGray;
}
.geSprite {
	background:url('data:image/png;base64,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') no-repeat;
	width:21px;
	height:21px;
	opacity: 1;
}
.geSprite1 {
	background: url('../images/icons/icon-jdfge.svg') no-repeat left center;
	background-size: contain;
	width: 21px;
	height: 21px;
	opacity: 1;
}
.geSprite-aicomponent {
	background: url('./newimg/aiComponent.svg') no-repeat center center;
	background-size: cover;
	width: 21px;
	height: 21px;
	opacity: 1;
}
.geSprite3 {
	background: url('../images/icons/icon-gshshua.svg') no-repeat;
	background-size: contain;
	width: 21px;
	height: 21px;
	opacity: 1;
}
.geSprite4 {
	background: url('../images/icons/sprite.png') no-repeat;
	width: 42px;
	height: 21px;
	opacity: 1;
}
.geSprite5 {
	background: url('../images/icons/sprite.png') no-repeat;
	width: 82px;
	height: 21px;
	opacity: 1;
}
.geSprite6 {
	background: url('../images/icons/sprite.png') no-repeat;
	width: 21px;
	height: 21px;
	opacity: 1;
}
.geSprite7 {
	background: url('../images/icons/icon-gongshi.svg') no-repeat;
	background-size: contain;
	width: 21px;
	height: 21px;
	opacity: 1;
}
.geEditor .geBaseButton {
	padding:10px;
	border-radius:6px;
	border:1px solid #c0c0c0;
	cursor:pointer;
	background-color:#ececec;
	background-image:linear-gradient(#ececec 0%, #fcfcfc 100%);
}
.geEditor .geBaseButton:hover {
	background:#ececec;
}
.geEditor .geBigButton {
	color:#ffffff;
	border: none;
	padding:4px 10px;
	font-size:14px;
	white-space: nowrap;
	border-radius:3px;
	background-color:#0052cc;
	cursor:pointer;
	transition: background-color 0.1s ease-out;
	overflow:hidden;
	text-overflow: ellipsis;
}
.geEditor .geBigButton:hover {
	background-color:#0065ff;
}
.geEditor .geBigButton:active {
	background-color:#0747a6;
	opacity:1;
}
html body .geBigStandardButton {
	color: #344563;
	background-color: rgba(9, 30, 66, 0.08);
}
html body .geBigStandardButton:hover {
	background-color: rgba(9, 30, 66, 0.13);
}
html body .geBigStandardButton:active {
	background-color: #F8C382;
	color: #600000;
}
@media print {
	div.geNoPrint { display: none !important; }
}
.geSprite-actualsize { background-position: 0 0; }
.geSprite-bold { background: url(../images/icons/icon-cuti.svg); background-size: contain; }
.geSprite-bottom { background-position: 0 -92px; }
.geSprite-center { background: url(../images/icons/icon-jzh.png); }
.geSprite-delete { background-position: 0 -184px; }
/* .geSprite-fillcolor { background-position: 0 -229px; } */
.geSprite-fillcolor { background: url(../images/icons/icon-lineyse.svg) 0px 2px; background-size: contain; }
.geSprite-fit { background-position: 0 -277px; }
.geSprite-fontcolor { 
	background: url(../images/icons/icon-txtyse.svg) 0px 2px;
	background-size: contain;
	width: 21px;
	height: 21px;
	opacity: 1;
}
.geSprite-gradientcolor { background-position: 0 -368px; }
.geSprite-image { background-position: 0 -414px; }
.geSprite-italic { background: url(../images/icons/icon-xti.svg); background-size: contain; }
.geSprite-left { background: url(../images//icons/icon-duiqi.svg) 4px 0; background-size: contain; }
.geSprite-middle { background-position: 0 -552px; }
.geSprite-print { background-position: 0 -598px; }
.geSprite-redo { background: url(../images/icons/icon-htui.svg); background-size: contain;}
.geSprite-right { background: url(../images/icons/icon-youdq.png); }
.geSprite-shadow { background-position: 0 -735px; }
.geSprite-linkLine { background: url(../images/icons/icon-hdian.svg); background-size: contain;}
.geSprite-startLine{ background: url(../images/icons/icon-hdian-start.svg);  background-size: contain;}
.geSprite-endLine{ background: url(../images/icons/icon-hdian-end.svg); background-size: contain;}
.geSprite-lineWidth{ background: url(../images/icons/icon-lkuan.svg); background-size: contain;}
.geSprite-lineStyle{ background: url(../images/icons/icon-xxing.svg);  background-size: contain;}
/* .  { background-position: 0 -782px; } */
.geSprite-strokecolor { background: url(../images/icons/icon-tchong.svg) 0px 2px; background-size: contain;}
.geSprite-top { background-position: 0 -828px; }
.geSprite-underline { background: url(../images/icons/icon-xhxian.svg); background-size: contain; }
.geSprite-undo { background: url(../images/icons/icon-fhui.svg); background-size: contain; }

.geSprite-arrow { background: url(../images/icons/icon-lj03.png); }
.geSprite-linkedge { background: url(../images/icons/icon-lj02.png); }
.geSprite-straight { background: url(../images/icons/icon-hd01.png); }
.geSprite-entity { background: url(../images/icons/icon-hd08.png); }
.geSprite-orthogonal { background: url(../images/icons/icon-hd02.png); }
.geSprite-curved { background: url(../images/icons/icon-hd07.png); }
.geSprite-noarrow { background-position: 0 -1334px; }
.geSprite-endclassic { background-position: 0 -1380px; }
.geSprite-endopen { background-position: 0 -1426px; }
.geSprite-endblock { background-position: 0 -1472px; }
.geSprite-endoval { background-position: 0 -1518px; }
.geSprite-enddiamond { background-position: 0 -1564px; }
.geSprite-endthindiamond { background-position: 0 -1610px; }
.geSprite-endclassictrans { background-position: 0 -1656px; }
.geSprite-endblocktrans { background-position: 0 -1702px; }
.geSprite-endovaltrans { background-position: 0 -1748px; }
.geSprite-enddiamondtrans { background-position: 0 -1794px; }
.geSprite-endthindiamondtrans { background-position: 0 -1840px; }
.geSprite-startclassic { background-position: 0 -1886px; }
.geSprite-startopen { background-position: 0 -1932px; }
.geSprite-startblock { background-position: 0 -1978px; }
.geSprite-startoval { background-position: 0 -2024px; }
.geSprite-startdiamond { background-position: 0 -2070px; }
.geSprite-startthindiamond { background-position: 0 -2116px; }
.geSprite-startclassictrans { background-position: 0 -2162px; }
.geSprite-startblocktrans { background-position: 0 -2208px; }
.geSprite-startovaltrans { background-position: 0 -2254px; }
.geSprite-startdiamondtrans { background-position: 0 -2300px; }
.geSprite-startthindiamondtrans { background-position: 0 -2346px; }
.geSprite-globe { background-position: 0 -2392px; }
.geSprite-orderedlist { background: url(../images/icons/icon-bh123.png); }
.geSprite-unorderedlist { background: url(../images/icons/icon-xmfhao.png); }

.geSprite-horizontalrule { background-position: 0 -2530px; }
.geSprite-link { background-position: 0 -2576px; }
.geSprite-indent { background: url(../images/icons/icon-jshsjin.png); }
.geSprite-outdent { background: url(../images/icons/icon-zjsjin.png); }
.geSprite-code { background-position: 0 -2714px; }
.geSprite-fontbackground { background: url(../images/icons/icon-abyse.png); }
.geSprite-removeformat { background: url(../images/icons/icon-qcgshi.png); }
.geSprite-superscript { background: url(../images/icons/icon-shbiao.png); }
.geSprite-subscript { background: url(../images/icons/icon-xbiao.png); }
/* .geSprite-table { background-position: 0 -2944px; } */
.geSprite-table {
	background: url(../images/icons/icon-wge.svg) 4px 0;
	background-size: contain;
	width: 21px;
	height: 21px;
}
.geSprite-deletecolumn { background-position: 0 -2990px; }
.geSprite-deleterow { background-position: 0 -3036px; }
.geSprite-insertcolumnafter { background-position: 0 -3082px; }
.geSprite-insertcolumnbefore { background-position: 0 -3128px; }
.geSprite-insertrowafter { background-position: 0 -3174px; }
.geSprite-insertrowbefore { background-position: 0 -3220px; }
.geSprite-grid { background-position: 0 -3272px; }
.geSprite-guides { background-position: 0 -3324px; }
.geSprite-dots { background: url(../images/icons/icon-geshi.svg) 4px 0; background-size: contain; }
.geSprite-alignleft { background-position: 0 -3416px; }
.geSprite-alignright { background-position: 0 -3462px; }
.geSprite-aligncenter { background-position: 0 -3508px; }
.geSprite-aligntop { background-position: 0 -3554px; }
.geSprite-alignbottom { background-position: 0 -3600px; }
.geSprite-alignmiddle { background-position: 0 -3646px; }
.geSprite-justifyfull { background-position: 0 -3692px; }
.geSprite-formatpanel { background-position: 0 -3738px; }
.geSprite-connection { background: url(../images/icons/icon-lj01.png); }
.geSprite-vertical { background-position: 0 -3830px; }
.geSprite-simplearrow { background: url(../images/icons/icon-lj04.png); }
.geSprite-solid { background-position: -334px -207px; }
.geSprite-dashed{ background-position: -394px -207px;}
.geSprite-dotted1 { background-position: -334px -255px;}
.geSprite-dotted2 { background-position: -394px -255px;}
.geSprite-dotted4 { background-position: -395px -255px;}
.geSprite-STYLE_STROKEWIDTH0 { background-position: -26px -302px; }
.geSprite-STYLE_STROKEWIDTH1 { background-position: -126px -302px; }
.geSprite-STYLE_STROKEWIDTH2 { background-position: -226px -302px; }
.geSprite-STYLE_STROKEWIDTH3 { background-position: -326px -302px; }
.geSprite-STYLE_STROKEWIDTH4 { background-position: -26px -337px; }
.geSprite-STYLE_STROKEWIDTH5 { background-position: -126px -337px; }
.geSprite-STYLE_STROKEWIDTH6 { background-position: -226px -337px; }
.geSprite-STYLE_STROKEWIDTH7 { background-position: -326px -337px; }
.geSprite-STYLE_STROKEWIDTH8 { background-position: -426px -337px; }
/* .geSprite-plus { background-position: 0 -3922px; } */
/* 标记修改 插入图片 */
.geSprite-insertP {
	background: url('icon_tjimg@2x.png') center;
	width: 21px;
	height: 16px;
}
/* 标记修改 插入链接 */
.geSprite-insertLink {
	background: url('icon_ljie@2x.png') center;
	width: 21px;
	height: 16px;
}
.geSprite-insertpicture {
	background: url('../images/icons/icon-imgtjia.svg');
	background-size: contain;
	width: 21px;
	height: 21px;
	opacity: 1;
}
.geSprite-insertlinktotop {
	background: url('../images/icons/icon-ljie-link.svg');
	background-size: contain;
	width: 21px;
	height: 21px;
}
.geSprite-plus {
	background: url('../images/icons/icon-tjia.svg') 4px 0;
	background-size: contain;
	width: 21px;
	height: 21px;
}
.geSprite-moreTools{
	background: url('/images/icons-tt/more.png');
	width: 21px;
	height: 21px;
}
.geSprite-oneclickbeautification {
	background-image: url('../images/icons/icon-yjmyan.svg');
	background-size: contain;
	width: 21px;
	height: 21px; 
}
.geSprite-batchsettheme{
	background-image: url('../images/icons/icon_pliang.svg');
	background-size: contain;
	width: 21px;
	height: 21px;
}
.geSprite-rounded { background-position: 0 -3968px; }
.geSprite-toback { background: url(../images/icons/icon-zdi.svg); background-size: contain; }
.geSprite-tofront { background: url(../images/icons/icon-zhiding.svg); background-size: contain; }
.geSprite-duplicate { background-position: 0 -4106px; }
.geSprite-insert { background-position: 0 -4152px; }
.geSprite-endblockthin { background-position: 0 -4201px; }
.geSprite-endblockthintrans { background-position: 0 -4247px; }
.geSprite-enderone { background-position: 0 -4293px; }
.geSprite-enderonetoone { background-position: 0 -4339px; }
.geSprite-enderonetomany { background-position: 0 -4385px; }
.geSprite-endermany { background-position: 0 -4431px; }
.geSprite-enderoneopt { background-position: 0 -4477px; }
.geSprite-endermanyopt { background-position: 0 -4523px; }
.geSprite-endclassicthin { background-position: 0 -4938px; }
.geSprite-endclassicthintrans { background-position: 0 -4984px; }
.geSprite-enddash { background-position: 0 -5029px; }
.geSprite-endcircleplus { background-position: 0 -5075px; }
.geSprite-endcircle { background-position: 0 -5121px; }
.geSprite-endasync { background-position: 0 -5167px; }
.geSprite-endasynctrans { background-position: 0 -5213px; }
.geSprite-startblockthin { background-position: 0 -4569px; }
.geSprite-startblockthintrans { background-position: 0 -4615px; }
.geSprite-starterone { background-position: 0 -4661px; }
.geSprite-starteronetoone { background-position: 0 -4707px; }
.geSprite-starteronetomany { background-position: 0 -4753px; }
.geSprite-startermany { background-position: 0 -4799px; }
.geSprite-starteroneopt { background-position: 0 -4845px; }
.geSprite-startermanyopt { background-position: 0 -4891px; }
.geSprite-startclassicthin { background-position: 0 -5259px; }
.geSprite-startclassicthintrans { background-position: 0 -5305px; }
.geSprite-startdash { background-position: 0 -5351px; }
.geSprite-startcircleplus { background-position: 0 -5397px; }
.geSprite-startcircle { background-position: 0 -5443px; }
.geSprite-startasync { background-position: 0 -5489px; }
.geSprite-startasynctrans { background-position: 0 -5535px; }
.geSprite-startcross { background-position: 0 -5581px; }
.geSprite-startopenthin { background-position: 0 -5627px; }
.geSprite-startopenasync { background-position: 0 -5673px; }
.geSprite-endcross { background-position: 0 -5719px; }
.geSprite-endopenthin { background-position: 0 -5765px; }
.geSprite-endopenasync { background-position: 0 -5811px; }
.geSprite-verticalelbow { background: url(../images/icons/icon-hd04.png); }
.geSprite-horizontalelbow { background: url(../images/icons/icon-hd03.png); }
.geSprite-horizontalisometric { background: url(../images/icons/icon-hd05.png); }
.geSprite-verticalisometric { background: url(../images/icons/icon-hd06.png); }
.geSvgSprite {
	background-position: center center;
}
.geFlipSprite {
	transform:scaleX(-1);
}
.geSprite-box {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='10' transform='translate(0.5,0.5)'><rect stroke='black' fill='none' x='2' y='2' width='6' height='6'/><path stroke='black' d='M8 5 L 18 5'/></svg>");
}
.geSprite-halfCircle {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='10' transform='translate(0.5,0.5)'><path stroke='black' fill='none' d='M 2 2 Q 6 2 6 5 Q 6 8 2 8 M 6 5 L 18 5'/></svg>");
}
html div.mxRubberband {
	border-color:#0000DD;
	background:#99ccff;
}
td.mxPopupMenuIcon div {
	width:16px;
	height:16px;
}

.geEditor div.mxPopupMenu {
	box-shadow: 0px 0px 2px #C0C0C0;
	background:var(--panel-color);
	border-radius:4px;
	border:none;
	padding: 5px 0px;
	max-height: calc(100% - 200px) !important;
	z-index: 8 !important;
	padding-right: 10px;
}
.geEditor div.mxPopupMenu {
	overflow-x: unset !important;
}
.geSearchSidebar {
	padding: 14px 8px 0px 8px;
	box-sizing: border-box;
	min-height: 60px;
	overflow: hidden;
	width: 100%;
}
.geSearchSidebar input {
	font-size: 12px;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	width: 100%;
	outline: none;
	padding: 6px 20px 6px 6px
}
html table.mxPopupMenu {
	border-collapse:collapse;
	margin:0px;
}
html td.mxPopupMenuItem {
	padding:7px 30px 7px 30px;
	font-family: "Microsoft YaHei",Helvetica Neue,Helvetica,Arial Unicode MS,Arial;
	font-size:10pt;
}
html td.mxPopupMenuIcon {
	background-color:transparent;
	padding:0px;
}
.moresantai {
	color: #666666;
}
.moresantai:hover {
	color: #008EFF;
}
.moresantai:active {
	color: #0054FF;
}
.table-insertFormula td{
	border: 1px solid #ededed;
	color: #111;
}
.table-insertFormula td:last-child:hover {
	text-decoration: underline;
	color: #2997FC;
	cursor: pointer;
}
.table-insertFormula tr:hover:first-child td:last-child {
	text-decoration: initial;
	color: #111;
}
.table-insertFormula tr:first-child {
	background-color: #E5E5E5;
	color: #000000;
}
.table-insertFormula tr td:nth-child(1) {
	width: 76px;
}
.table-insertFormula tr td:nth-child(2) {
	width: 96px;
}
td.mxPopupMenuIcon .geIcon {
	padding:2px;
	padding-bottom:4px;
	margin:2px;
	border:1px solid transparent;
	opacity:0.5;
	_width:26px;
	_height:26px;
}
td.mxPopupMenuIcon .geIcon:hover {
	border-radius:2px;
	opacity:1;
	background-color: #eeeeee;
}
td.mxPopupMenuIcon .geIcon:active {
	background-color: #DDDDDD;
	border-radius:2px;
	opacity:1;
}
html tr.mxPopupMenuItemHover {
	background-color: #e0e0e0;
	color: black;
}
html tr.mxPopupMenuItemHover:active {
	background-color: #DDDDDD;
	color: black;
}
html .xxx tr.mxPopupMenuItemHover {
	background-color: rgb(247,247,247);
	color: black;
}
html .xxx tr.mxPopupMenuItem .hoverSpan1{
	display: none;
}
html .xxx tr.mxPopupMenuItemHover:hover .hoverSpan1{
	display: none;
}
table.mxPopupMenu hr {
	color:#cccccc;
	background-color:#cccccc;
	border:none;
	height:1px;
	margin: 6px 0px;
}
table.mxPopupMenu tr {
	font-size:4pt;
}
html td.mxWindowTitle {
 	color:rgb(112, 112, 112);
	background:#f1f3f4;
 	padding:4px;
}
html td.mxWindowTitle.right {
	text-align: right;
}
table.geProperties tr td {
	height:21px;
}
.gePropHeader, .gePropRow {
	border: 1px solid #e9e9e9;	
}
.gePropRowDark {
	border: 1px solid #4472C4;
}
.gePropHeader>.gePropHeaderCell {
    border-top: 0;
    border-bottom: 0;
    text-align: left;
	width: 50%;
}
.gePropHeader>.gePropHeaderCell:first-child {
    border-left: none;
}
.gePropHeader>.gePropHeaderCell:last-child {
    border-right: none;
}
.gePropHeader {
    background: #e5e5e5;
    color: black;
}
.gePropRowCell {
    border-left: 1px solid #f3f3f3;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
    max-width: 50%;
}
.gePropRow>.gePropRowCell {
    background: #fff;
}
.gePropRowAlt>.gePropRowCell {
    background: #fcfcfc;
}
.gePropRowDark>.gePropRowCell {
    background: #fff;
    color: #305496;
    font-weight: bold;
}
.gePropRowDarkAlt>.gePropRowCell {
    background: #D9E1F2;
    color: #305496;
    font-weight: bold;
}
.gePropEditor input:invalid {
  border: 1px solid red;
}
/* Templates dialog css */
.geTemplateDlg {
	width: 100%;
	height: 100%;
}
.geTemplateDlg ::-webkit-scrollbar {
    width:12px;
    height:12px;
}
.geTemplateDlg ::-webkit-scrollbar-track {
	background:whiteSmoke;
	box-shadow:inset 0 0 4px rgba(0,0,0,0.1);
}
.geTemplateDlg ::-webkit-scrollbar-thumb {
	background:#c5c5c5;
    border-radius:10px;
	border:whiteSmoke solid 3px;
}
.geTemplateDlg ::-webkit-scrollbar-thumb:hover {
	background:#b5b5b5;
}

.geTempDlgHeader {
	box-sizing: border-box;
	height: 62px;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 0 0;
	background-color: #F5F5F5;
}
.geTempDlgHeaderLogo {
	height: 34px;
	margin: 14px 14px 14px 20px;
}
.geTempDlgSearchBox {
  color:#888888;
  background:url("/images/icon-search.svg") no-repeat;
	background-color: #FFFFFF;
	background-position: 15px;
	height: 40px;
	width: 40%;
	max-width: 400px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
    float:right;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    line-height:36px;
    margin: 11px 36px 0 0;
    outline:medium none;
    padding:0 0 0 36px;
    text-shadow:1px 1px 0 white;
}
.geTemplatesList {
	box-sizing: border-box;
	float: left;
	height: calc(100% - 118px);
	width: 20%;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	display: inline-block;
	overflow-x: hidden;
	overflow-y: auto;
}
.geTempDlgContent {
	box-sizing: border-box;
	float: right;
	height: calc(100% - 118px);
	width: 80%;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	display: inline-block;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}
.geTempDlgFooter {
	box-sizing: border-box;
	height: 52px;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-radius: 0 0 5px 5px;
	background-color: #F5F5F5;
	text-align: right;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 17px;
	padding-top: 11px;
}
.geTempDlgCreateBtn, .geTempDlgOpenBtn {
	display: inline-block;
	width: 67px;
    border-radius: 3px;
    background-color: #3D72AD;
    padding: 6px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-left: 5px;
}
.geTempDlgCancelBtn {
	display: inline-block;
	width: 67px;
    padding: 6px;
    text-align: center;
    color: #3D72AD;
    cursor: pointer;
}
.geTempDlgCancelBtn:active, .geTempDlgCreateBtn:active, 
.geTempDlgOpenBtn:active, .geTempDlgShowAllBtn:active {
	transform: translateY(2px);
}
.geTempDlgBtnDisabled {
    background-color: #9fbddd;
}
.geTempDlgBtnDisabled:active {
    transform: translateY(0px);
}

.geTempDlgBtnBusy {
	background-image: url(/images/aui-wait.gif);
    background-repeat: no-repeat;
    background-position: 62px 7px;
}

.geTempDlgBack {
	height: 17px;
	color: #333333;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	padding: 25px 0 0 20px;
	cursor: pointer;
}
.geTempDlgHLine {
	height: 1px;
	width: calc(100% - 22px);
	background-color: #CCCCCC;
	margin: 20px 0 0 11px;
}
.geTemplatesLbl {
	height: 17px;
	color: #6D6D6D;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	text-transform: uppercase;
	margin: 20px 0 3px 20px;
}
.geTemplateCatLink {
	height: 17px;
	color: #3D72AD;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 17px;
	margin: 12px 0 0 20px;
	cursor: pointer;
}
.geTempDlgNewDiagramCat {
	height: 280px;
	width: 100%;
	background-color: #555555;
}
.geTempDlgNewDiagramCatLbl {
	height: 17px;
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	padding: 25px 0 0 20px;
	text-transform: uppercase;
}
.geTempDlgNewDiagramCatList {
	width: 100%;
	height: 190px;
	padding-left: 9px;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden; 
}
.geTempDlgNewDiagramCatFooter {
	width: 100%;
}
.geTempDlgShowAllBtn {
	width: 78px;
	border: 1px solid #777777;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	color: #DDDDDD;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 17px;
	padding: 4px;
	float: right;
	margin-right: 30px;
}
.geTempDlgNewDiagramCatItem {
	height: 155px;
	width: 134px;
	padding: 18px 6px 0 9px;
	display: inline-block;
}

.geTempDlgNewDiagramCatItemImg {
	box-sizing: border-box;
	height: 134px;
	width: 134px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	background-color: #FFFFFF;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	cursor: pointer;
}

.geTempDlgNewDiagramCatItemActive > .geTempDlgNewDiagramCatItemImg {
	border: 4px solid #3D72AD;
}

.geTempDlgNewDiagramCatItemLbl {
	height: 17px;
	width: 100%;
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	padding-top: 4px;
	cursor: pointer;
}

.geTempDlgDiagramsList {
	box-sizing: border-box;
	width: 100%;
	min-height: calc(100% - 280px);
	padding-left: 9px;
	box-sizing: border-box;
	background-color: #E5E5E5;
}

.geTempDlgDiagramsListHeader {
	width: 100%;
    height: 45px;
	padding: 18px 20px 0 11px;
	box-sizing: border-box;
}
.geTempDlgDiagramsListTitle {
	box-sizing: border-box;
	height: 17px;
	color: #666666;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	text-transform: uppercase;
	padding-top: 5px;
	display: inline-block;
}
.geTempDlgDiagramsListBtns {
	float: right;
	margin-top: -9px;
}		
.geTempDlgRadioBtn {
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	background-color: #FFFFFF;
	color: #333333;
	display: inline-block;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	padding: 4px;
	cursor: pointer;
}
.geTempDlgRadioBtnActive {
	background-color: #555555;
	color: #FFFFFF;
}
.geTempDlgRadioBtnLarge {
	height: 27px;
	width: 120px;
}
/* TODO is there a better way for these buttons */
.geTempDlgRadioBtnSmall {
	position: relative;
	top: 9px;
	height: 27px;
	width: 27px;
}
.geTempDlgRadioBtnSmall img {
	position: absolute;
	top: 6px;
	left: 6px;
	height: 13px;
	width: 13px;
}
.geTempDlgSpacer {
    display: inline-block;
	width: 10px;
}

.geTempDlgDiagramsListGrid {
	width: 100%;
	white-space: nowrap;
	font-size: 13px;
	padding: 0px 20px 20px 10px;
    box-sizing: border-box;
    border-spacing: 0;
}

.geTempDlgDiagramsListGrid tr {
	height: 40px;
}

.geTempDlgDiagramsListGrid th {
	background-color: #E5E5E5;
	color: #8E8E8E;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 14px;
}

.geTempDlgDiagramsListGrid td {
	background-color: #FFFFFF;
	color: #888888;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

.geTempDlgDiagramsListGridActive td {
	border-bottom: 2px solid #3D72AD;
	border-top: 2px solid #3D72AD;
}

.geTempDlgDiagramsListGridActive td:first-child  {
	border-left: 2px solid #3D72AD;
}

.geTempDlgDiagramsListGridActive td:last-child  {
	border-right: 2px solid #3D72AD;
}

.geTempDlgDiagramTitle {
	font-weight: bold;
	color: #666666 !important;
}

.geTempDlgDiagramsTiles {
	position: relative;
	min-height: 100px;
}

.geTempDlgDiagramTile {
	height: 152px;
	width: 130px;
	padding: 20px 7px 0 10px;
	display: inline-block;
	position: relative;
}

.geTempDlgDiagramTileImg {
	box-sizing: border-box;
	height: 130px;
	width: 130px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	background-color: #FFFFFF;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.geTempDlgDiagramTileImgLoading {
	background-image: url(/images/aui-wait.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.geTempDlgDiagramTileImgError {
	background-image: url(/images/broken.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #be3730;
}

.geTempDlgDiagramTileImg img{
	max-width: 117px;
    max-height: 117px;
    cursor: pointer;
}

.geTempDlgDiagramTileActive > .geTempDlgDiagramTileImg{
	border: 4px solid #3D72AD;
}

.geTempDlgDiagramTileLbl {
	height: 17px;
	width: 100%;
	color: #333333;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
}

.geTempDlgDiagramPreviewBtn {
	position: absolute;
	top: 28px;
	right: 15px;
	cursor: pointer;
}

.geTempDlgDiagramListPreviewBtn {
	cursor: pointer;
	padding-left: 5px;
	padding-right: 15px;
}

.geTempDlgDiagramPreviewBox {
	position: absolute;
    top: 3%;
    left: 10%;
    width: 80%;
    height: 94%;
    background: white;
    border: 4px solid #3D72AD;
    border-radius: 6px;
    box-sizing: border-box;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
    z-index: 2;
}

.geTempDlgDialogMask {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.geTempDlgDiagramPreviewBox img {
	max-width: 95%;
    max-height: 95%;
    vertical-align: middle;
}

.geTempDlgPreviewCloseBtn {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.geTempDlgLinkToDiagramHint {
	color: #555;
}

.geTempDlgLinkToDiagramBtn {
	color: #555;
    margin: 0 10px 0 10px;
    height: 27px;
    font-size: 14px;
}

.geTempDlgErrMsg {
	display: none;
	color: red;
    position: absolute;
    width: 100%;
    text-align: center;
}

.geTempDlgImportCat {
	font-weight: bold;
    background: #f9f9f9;
    padding: 5px 0px;
    padding: 10px;
    margin: 10px 10px 0px 0px;
}
/* Comments CSS */
.geCommentsWin {
	user-select: none;
	border: 1px solid whiteSmoke;
	height: 100%;
	margin-bottom: 10px;
	overflow: auto;	
}

.geCommentsToolbar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	border-width: 1px 0px 0px 0px;
	border-color: #c3c3c3;
	border-style: solid;
	display: block;
	white-space: nowrap;
}

.geCommentsList {
	position: absolute;
	overflow: auto;
	left: 0px;
	right: 0px;
	top: 0px;	
}

.geCommentContainer {
	position: relative;
	padding: 12px;
	margin: 5px;
	min-height: 50px;
	display: block;
	background-color: white;
	border-width: 0px 0px 1px 0px;
	border-color: #c3c3c3;
	border-style: solid;
	border-radius: 10px;
	white-space: nowrap;
	box-shadow: 2px 2px 6px rgba(60,64,67,.15);
	color: #3C4043;
}
.beforearrow::before {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid;
	border-color: transparent black transparent transparent;
	position: absolute;
	left: -16px;
	top: 14px;
}

.geCommentHeader {
	width: 100%;
	height: 32px;
}

.geCommentUserImg {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	float: left;
	background-color: whitesmoke;
}

.geCommentHeaderTxt {
	overflow: hidden;
	height: 32px;
	padding-left: 5px;
}

.geCommentUsername {
	overflow: hidden;
	height: 18px;
	font-size: 15px;
	font-weight: bold;
	text-overflow: ellipsis;
}

.geCommentDate {
	color: #707070;
	overflow: hidden;
	height: 14px;
	font-size: 11px;
	text-overflow: ellipsis;
}

.geCommentDate::first-letter {
    text-transform: uppercase;
}

.geCommentTxt {
	font-size: 14px;
    padding-top: 5px;
    white-space: normal;
    min-height: 12px;
}

.geCommentEditTxtArea {
    margin-top: 5px;
    font-size: 14px !important;
    min-height: 12px;
    max-width: 100%;
    min-width: 100%;
	width: 100%;
    box-sizing: border-box;
}

.geCommentEditBtns {
	width: 100%;
    box-sizing: border-box;
    padding-top: 5px;
    height: 20px;
}

.geCommentEditBtn {
	padding: 3px 8px 3px 8px !important;
    float: right !important;
    margin-left: 5px;
}

.geCommentActions {
	color: #707070;
	font-size: 12px;
}

.geCommentActionsList {
	list-style-type: disc;
	margin: 0px;
	padding: 10px 0 0 0;
}

.geCommentAction {
	display: inline-block;
    padding: 0;
}

.geCommentAction:before {
	content: "\2022";
	padding: 5px;
} 

.geCommentAction:first-child:before {
	content: "";
	padding: 0;
} 

.geCommentActionLnk {
	cursor: pointer;
	color: #707070;
	text-decoration: none;
}

.geCommentActionLnk:hover {
	text-decoration: underline;
}

.geCheckedBtn {
	background-color: #ccc;
    border-top: 1px solid black !important;
    border-left: 1px solid black !important;
}

.geCommentBusyImg {
	position: absolute;
	top: 5px;
	right: 5px;
}

.geAspectDlgListItem 
{
	width : 120px;
	height : 120px;
	display : inline-block;
	border: 3px solid #F0F0F0;
	border-radius: 5px;
	padding: 5px;
	margin : 2px 2px 20px 2px;
}

.geAspectDlgListItem:hover
{
	border: 3px solid #c5c5c5;
}

.geAspectDlgListItemSelected 
{
	border: 3px solid #3b73af;
}

.geAspectDlgListItemSelected:hover
{
	border: 3px solid #405a86;
}

.geAspectDlgListItemText
{
	text-overflow: ellipsis;
	max-width: 100%;
	min-height : 2em;
	overflow : hidden;
	text-align : center;
	margin-top : 10px;
}

.geAspectDlgList
{
	min-height: 184px;
	white-space: nowrap;
	overflow-x: auto;
}

.geStripedTable
{
	border-collapse: collapse;
 	width: 100%;
 	table-layout: fixed;
}

.geStripedTable td, .geStripedTable th
{
	border: 1px solid #ddd;
	text-align: left;
	padding: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.geStripedTable tr:nth-child(odd){background-color: #f2f2f2;}

.geStripedTable tr:hover {background-color: #ddd;}

.geStripedTable th {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #bbb;
}

.geNotification-box {
	display:flex;
	text-align: center;
	position: relative;
	cursor: pointer;
	width: 20px;
}
.geNotification-bell {
  animation: geBellAnim 1s 1s both;
}
.geNotification-bell * {
  display: block;
  margin: 0 auto;
  background-color: #656565;
}

.geBell-top {
  width: 2px;
  height: 2px;
  border-radius: 1px 1px 0 0;
}
.geBell-middle {
  width: 12px;
  height: 12px;
  margin-top: -1px;
  border-radius: 7px 7px 0 0;
}
.geBell-bottom {
  position: relative;
  z-index: 0;
  width: 16px;
  height: 1px;
}
.geBell-bottom::before,
.geBell-bottom::after {
  content: '';
  position: absolute;
  top: -4px;
}
.geBell-bottom::before {
  left: 1px;
  border-bottom-width: 4px;
  border-right: 0 solid transparent;
  border-left: 4px solid transparent;
}
.geBell-bottom::after {
  right: 1px;
  border-bottom-width: 4px;
  border-right: 4px solid transparent;
  border-left: 0 solid transparent;
}
.geBell-rad {
  width: 3px;
  height: 2px;
  margin-top: 0.5px;
  border-radius: 0 0 2px 2px;
  animation: geRadAnim 1s 2s both;
}
.geNotification-count {
  position: absolute;
  z-index: 1;
  top: -5px;
  right: -4px;
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 8px;
  border-radius: 50%;
  background-color: #ff4927;
  color: #FFF;
  animation: geZoomAnim 1s 1s both;
}
@keyframes geBellAnim {
  0% { transform: rotate(0); }
  10% { transform: rotate(30deg); }
  20% { transform: rotate(0); }
  80% { transform: rotate(0); }
  90% { transform: rotate(-30deg); }
  100% { transform: rotate(0); }
}
@keyframes geRadAnim {
  0% { transform: translateX(0); }
  10% { transform: translateX(5px); }
  20% { transform: translateX(0); }
  80% { transform: translateX(0); }
  90% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}
@keyframes geZoomAnim {
  0% { opacity: 0; transform: scale(0); }
  50% { opacity: 1; transform: scale(1); }
  100% { opacity: 1; }
}

.geNotifPanel {
  height: 300px;
  width: 300px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: absolute;
  right: 100px;
  top: 42px;
  z-index: 150;
}
.geNotifPanel .header {
  background: #cecece;
  color: #707070;
  font-size: 15px;
}
.geNotifPanel .header .title {
  display: block;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
}
.geNotifPanel .header .closeBtn {
  position: absolute;
  line-height: 30px;
  cursor: pointer;
  right: 15px;
  top: 0;
}
.geNotifPanel .notifications {
  position: relative;
  height: 270px;
  overflow-x: hidden;
  overflow-y: auto;
}
.geNotifPanel .notifications .line {
  position: absolute;
  top: 0;
  left: 27px;
  height: 100%;
  width: 3px;
  background: #EBEBEB;
}
.geNotifPanel .notifications .notification {
  position: relative;
  z-index: 2;
  margin: 25px 20px 25px 43px;
}
.geNotifPanel .notifications .notification:nth-child(n+1) {
  animation: geHere-am-i 0.5s ease-out 0.4s;
  animation-fill-mode: both;
}
.geNotifPanel .notifications .notification:hover {
  color: #1B95E0;
  cursor: pointer;
}
.geNotifPanel .notifications .notification .circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  height: 11px;
  width: 11px;
  background: #fff;
  border: 2px solid #1B95E0;
  -webkit-box-shadow: 0 0 0 3px #fff;
          box-shadow: 0 0 0 3px #fff;
  border-radius: 6px;
  top: 0;
  left: -20px;
}

.geNotifPanel .notifications .notification .circle.active {
  background: #1B95E0;
}

.geNotifPanel .notifications .notification .time {
  display: block;
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 2px;
}
.geNotifPanel .notifications .notification p {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}
.geNotifPanel .notifications .notification p b {
  font-weight: 600;
}
@-webkit-keyframes geHere-am-i {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes geHere-am-i {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.geTempTree {
  margin: 0;
  padding: 0;
}

.geTempTree, .geTempTreeActive, .geTempTreeNested {
  list-style-type: none;
  transition: all 0.5s;
}

.geTempTreeCaret {
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  padding: 6px;
  width: 100%;
  transition: all 0.5s;
}

.geTempTreeCaret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  font-size: 10px;
  margin-right: 6px;
}

.geTempTreeCaret-down::before {
  transform: rotate(90deg);  
}

.geTempTreeNested {
  height: 0;
  opacity: 0;
}

.geTempTreeActive {
  height: 100%;
  opacity: 1;
}

.geTempTreeActive, .geTempTreeNested {
  padding-left: 15px;
}

.geTempTreeActive > li, .geTempTreeNested > li {
  box-sizing: border-box;
  padding: 3px;
  width: 100%;
  cursor: pointer;
  user-select: none;
  transition: all 0.5s;
}

.themeStyleBox {
	position: absolute;
	white-space: nowrap;
	height: 420px;
	width: 760px;
	background: #fff;
	top: 94px;
	left: 230px;
	border-radius: 4px;
	padding: 10px;
	padding-bottom: 30px;
	box-shadow: 0 2px 6px 2px rgb(60 64 67 / 15%);
	display: none;
	z-index: 11006;
}

.themetop {
	width: 760px;
	height: 62px;
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	box-sizing: border-box;
}

.themetopleft {
	width: 200px;
	height: 52px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}

.themetopright {
	display: flex;
	margin-right: -246px;
}

.themeclose {
	width: 20px;
	height: 20px;
	background: url(./icon_x3.png) no-repeat;
	cursor: pointer;
	margin-top: 5px;
}

.innerthemeStyleBox {
	width: 760px;
	height: 366px;
	overflow: hidden;
	overflow-y: auto;
}

.zoombox {
	height: 24px;
	position: absolute;
	top: 6px;
	display: flex;
	/* background-color: white; */
	border-radius: 4px;
	cursor: pointer;
	width: 24px;
}


.geSprite-zoomin {
	right: 10px;
	background-image: url(../images/icons/icon-fda.png);
}
.geSprite-zoomout {
	right: 104px;
  background-image: url(../images/icons/icon-sxiao.png); 
}
.geSprite-zoomin:hover{
	background-color: #eee;
}
.geSprite-zoomout:hover{
	background-color: #eee;
}
.geSprite-zoomin:active{
	background-color: #DDDDDD;
}
.geSprite-zoomout:active{
	background-color: #DDDDDD;
}

.zoomperbox {
	width: 60px;
	height: 26px;
	position: absolute;
	top: 5px;
	right: 39px;
	display: flex;
	background: white;
	box-sizing: border-box;
	padding-left: 5px;
	padding: 3px 5px;
	border-radius: 4px;
	border: 1px solid #E5E5E5;
}
.zoomperbox a{
	text-decoration: none;
  color: #222;
}
.tooltipbox[data-desc="缩放 (Alt+Mousewheel)"]::after {
	left: 56px;
}
.tooltipbox::after {
	content: attr(data-desc);
	height: 18px;
	background: #1A1A1A;
	position: absolute;
	left: 43%;
	transform: translate(-50%,0);
	z-index: 999999;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 18px;
	width: max-content;
	top: 25px;
}
.tooltipbox::before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 22px;
	left: 32%;
	transform: translate(-32%,0);
	background: #1A1A1A;
	transform:rotate(136deg);
	-ms-transform:rotate(136deg); 	/* IE 9 */
	-moz-transform:rotate(136deg); 	/* Firefox */
	-webkit-transform:rotate(136deg); /* Safari 和 Chrome */
	-o-transform:rotate(136deg); 	/* Opera */
}
[setpo=left].tooltipbox::after { 
	left: 38px;
}
[setpo=right].tooltipbox::after {
	left: -30px;
}
[setpo=right].tooltipbox::before {
	top: 22px;
}
[setpo=right1].tooltipbox::after {
	left: -5px;
}

.Left-tooltipbox{
	position: relative;
}
.Left-tooltipbox::after {
	content: attr(data-desc);
	height: 18px;
	background: #1A1A1A;
	position: absolute;
	left: 30px;
	/* right: -50px; */
	z-index: 999999;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 18px;
	top: 0px;
}
.Left-tooltipbox::before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 7px;
	right: -17px;
	/* right: -16px; */
	transform: translate(-50%,0);
	background: #1A1A1A;
	transform: rotate(136deg);
	-ms-transform: rotate(136deg);
	-moz-transform: rotate(136deg);
	-webkit-transform: rotate(136deg);
	-o-transform: rotate(136deg);
}
.Left-tooltipbox:hover{
	background-color: #eeeeee;
}
.Left-tooltipbox:active{
	background-color: #DDDDDD;
}
.Left-tooltipbox.geSprite4::after{
	left: 54px;
}
.Left-tooltipbox.geSprite5::after {
	left: 93px;
}

@media screen and (max-width: 1366px){
	.zoombox{
		display: none;
	}
	.zoomperbox{
		/* top: auto; */
		right: 10px;
		/* bottom: 0; */
		/* height: 38px; */
		/* line-height: 35px; */
	}
	/* .zoomperbox img{
		top: 12px!important;
	} */
}

.tool-fontsize-box{
	position: fixed;
	left: 210px;
	top: 68px;
	background: white;
	width: 60px;
	height: 23px;
	z-index: 1;
}

.tool-fontsize-box>input{
	right: 12px!important;
	margin-top: 0!important;
	height: 19px!important;
	border: 1px solid rgb(192, 192, 192);
	border-right: 0;
	outline: none!important;
}

.tool-fontsize-box>div{
	right: 0!important;
	margin-top: 0!important;
	border-radius: 0!important;
}

.zoomperbox .tooltipbox::before{
	display: none;
}


.zoomperbox .tooltipbox::after{
	left: -10px;
	top: 6px;
	transform: translateX(-100%);
}

.diff_oneClickBeautification {
	background-image: url("../images/icons-tt/icon-yjmyan.png");
	background-repeat: no-repeat;
	background-position: 7px 50%;
}

.diff_batchSetTheme {
	background-image: url("../images/icons-tt/icon_pliang01.png");
	background-repeat: no-repeat;
	background-position: 7px 50%;
}

.diff_insertImage{
	background-image: url("../images/icons-tt/icon-imgtjia.png");
	background-repeat: no-repeat;
	background-position: 7px 50%;
}

.diff_insertRectangle {
	background-repeat: no-repeat;
	background-position: 7px 50%;
}
.diff_insertFormula {
	background-image: url("../images/icons-tt/icon-cr-sdhi.png");
	background-repeat: no-repeat;
	background-position: 7px 50%;
}
.diff_insert {
	background-image: url("../images/icons-tt/icon-tjia.png");
	background-repeat: no-repeat;
	background-position: 7px 50%;
}
.diff_table {
	background-image: url("../images/icons-tt/icon-wge.png");
	background-repeat: no-repeat;
	background-position: 7px 50%;
}

.diff_insertLink {
	background-image: url("../images/icons-tt/icon-ljie.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 7px 50%;
}
.diff_colorStyleSelect {
	background-image: url("../images/icons-tt/icon-jdfge.png");
	background-repeat: no-repeat;
	background-position: 7px 50%;
}
.diff_aiComponent {
	background-image: url("../images/icons-tt/GroupAI.png");
	background-repeat: no-repeat;
	background-position: 7px 50%;
	background-size: 20px;
}
.diff_format {
	background-image: url("../images/icons/icon-geshi.png");
	background-repeat: no-repeat;
	background-position: 7px 50%;
	background-size: 20px;
}
.diff_fillColor{
	background-image: url("../images/icons/icon-tchong.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 7px 50%;
	background-size: 20px;
}
.diff_strokeColors{
	background-image: url("../images/icons/icon-lineyse.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 7px 50%;
	background-size: 20px;
}
.diff_lineWidth{
	background-image: url("../images/icons/icon-lkuan.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 7px 50%;
	background-size: 20px;
}
.diff_lineStyle{
	background-image: url("../images/icons/icon-xxing.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 7px 50%;
	background-size: 20px;
}
.diff_connection{
	background-image: url("../images/icons/icon-lj01.png");
	background-repeat: no-repeat;
	background-position: 7px 50%;
	background-size: 20px;
}
.diff_linkLine{
	background-image: url("../images/icons/icon-hdian.png");
	background-repeat: no-repeat;
	background-position: 7px 50%;
	background-size: 20px;
}
.diff_startLine{
	background-image: url("../images/icons/icon-hdian-start.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 7px 50%;
	background-size: 20px;
}
.diff_endLine{
	background-image: url("../images/icons/icon-hdian-end.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 7px 50%;
	background-size: 20px;
}
.nearly-file-box {
	width: 240px;
	box-shadow: 0 2px 6px 2px rgba(60,64,67,.15);
	padding: 0px 10px;
	height: 100%;
}
.nearly-file-box-top {
	display: flex;
	justify-content: space-between;
	padding: 15px 0px;
	font-size: 14px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #000000;
	border-bottom: 1px solid #f2f2f2;
}
.nearly-file-box-top-right:hover {
	color: #008CFF;
	background: url("../images/UnionHover.png") no-repeat left center;
}
.nearly-file-box-top-right{
	background: url("../images/Union.png") no-repeat left center;
	padding-left: 25px;
}
.nearly-file-box-content {
	margin: 10px;
	max-height: 380px;
	overflow: scroll;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.nearly-file-box-content-item {
	padding: 10px 0px 10px 0px;
	position: relative;
	display: flex;
	justify-content: center;
}
.nearly-file-box-content-item.online {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABiUlEQVQ4T62Tuy+DURjGf++HIPwBYrKRDkhELHzEZaj/QIKNSjd1SWwmEXWZWlWbS6JhtwkxCmEgJCINqXRpghA66JHT71P9ShsRZzvPeZ/nvLdHyD0LqgHFMNAJ1NjPUWAPIcyYnGVTJHOZVmVUsgRpsvFN2AJSQBgDHz551YAlsKjKeWcXoT0P0QkrDijCrUUsAb8KIXh+Rf4MUqwwISOCVfNJgbTTlGKB9V4InsJhzC4nRZMwrwKAt9DvOs01N/S7YO8WurYz0UHBry4Raj+hqgqIvzjlAl3gbYSLBJgRSKTbByiudAZvQKm+z7TCgAvatiD6ZMVobKoFbh4t/P7ZIZ50CMyZMNEM1w9gbsGgC2ZNi6TJWiTnJL+VEOoBTz3EnqG6AhJv0BGB88QPXbJLcDTRENjohb46eEpC9w4cxfO0WLEszKlGDI6zx1hiwKYe2Rns3+WdT4r0GP+6SHqlx8XzT6v85YclhKGCZlKsUsSo00zZZeqeiG1nse2ssOysCDMpp9nhH1LWi42NsxztAAAAAElFTkSuQmCC) no-repeat right;
}
.nearly-file-box-content-item.device {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABlklEQVQ4T62Tz0oCURTGvzMLq61uFAUFhRFcFPQAwaBCL+AbpNGuXsRV/+wNfIFAhpEeYLJ2tWvhdgYR/DM6zIlzdWDGzCK6u/Pd8/3uPefeQ9hYlmUdBkHQZGaDiAqyzcwfRGRpmtYxDOM1aqEw6Pf7+77vt4moCUDbBK/jgIg6juNcNRqNmWgK0O12D1Kp1CMzn3xjjMlE9OQ4zqlAFMA0zTsArd+YIzn31Wr1nNY1P++4tvIQESqVCobDIUajkUhBEATHZJrmNYCLn04Xczqdhuu6GAwGYfqNAN4A6KGSSCSwWCxiPF3XkcvlMJlMYNs2lstluP8ugDmAPVGKxaI6RZLmc5FXWqFQwGw2U7rneVG4FwOUSiXk83lMp1OVnMlkIJqYJBbIxlKAWAnlchnZbFaZpBzf95VZrr9lqRK+NDFsmJilYePxeGuPmfmWer3ekaZpdvQZtzzZNsDqGf/6kZi5U6vVWv/zlcN5SCaTbQBnu4YJwIPrupexYYoWKD2RiSQiA4AaZwAfzGzJtev1+ks0/xM77NbN/nFFQgAAAABJRU5ErkJggg==) no-repeat right;
}
.nearly-file-box-content-item div {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}
.nearly-file-box-content-item .img{
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.nearly-file-box-content-item:hover {
	background-color: #eeeeee;
	color: #008CFF;
} 
.nearly-file-box-content-item div.over-T{
	position: absolute;
	background: #333;
	color: #eee;
	padding: 5px 3px;
	border-radius: 5px;
	top: 30px;
	left: 5px;
	z-index: 1;
	white-space: unset;
	font-size: 10px;
	text-overflow: unset;
	display: none;
	width: 80%;
}
.nearly-file-box-content-item:hover .over-T{
	display: block;
}


.nearly-file-box-clear{
	padding: 15px 0px;
	border-top: 1px solid #f2f2f2;
}
.nearly-file-box-clear:hover {
	color: #008CFF;
	background-color: #eeeeee;
}
.close-mac{
    background-color: #ed6a5f;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    color: #666;
    position: relative;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}
.close-mac::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 1px;
    background-color: #333;
    top: 6px;
    left: 2px;
    transform: rotate(45deg);
}
.close-mac::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 1px;
    background-color: #333;
    top: 6px;
    left: 2px;
    transform: rotate(-45deg);
}
.geDiagramContainerOver{
	inset: 0 !important;
	top: 60px !important;
	right: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	z-index: 5;
}
textarea:focus {
	outline: unset;
}
@font-face {
  font-family: "Alibaba-PuHuiTi-Bold";
  src: url("../font/AlibabaPrattWhitney/Alibaba-PuHuiTi-Bold.ttf");
}

@font-face {
  font-family: "Alibaba-PuHuiTi-Heavy";
  src: url("../font/AlibabaPrattWhitney/Alibaba-PuHuiTi-Heavy.ttf");
}

@font-face {
	font-family: "Alibaba-PuHuiTi-Light";
	src: url("../font/AlibabaPrattWhitney/Alibaba-PuHuiTi-Light.ttf");
}

@font-face {
	font-family: "Alibaba-PuHuiTi-Medium";
	src: url("../font/AlibabaPrattWhitney/Alibaba-PuHuiTi-Medium.ttf");
}

@font-face {
	font-family: "Alibaba-PuHuiTi-Regular";
	src: url("../font/AlibabaPrattWhitney/Alibaba-PuHuiTi-Regular.ttf");
}

@font-face {
	font-family: "仿宋";
	src: url("../font/ImitationSongDynasty/simfang.ttf");
}

@font-face {
	font-family: "黑体";
	src: url("../font/Blackbody/simhei.ttf");
}

@font-face {
	font-family: "华文细黑";
	src: url("../font/ChineseFineBlack/STXihei.ttf");
}

@font-face {
	font-family: "楷体";
	src: url("../font/RegualScript/simkai.ttf");
}

@font-face {
	font-family: "PingFang\ Bold";
	src: url("../font/AppleFormula/PingFangBold.ttf");
}

@font-face {
	font-family: "PingFang\ ExtraLight";
	src: url("../font/AppleFormula/PingFangExtraLight.ttf");
}

@font-face {
	font-family: "PingFang\ Heavy";
	src: url("../font/AppleFormula/PingFangHeavy.ttf");
}

@font-face {
	font-family: "PingFang\ Light";
	src: url("../font/AppleFormula/PingFangLight.ttf");
}

@font-face {
	font-family: "PingFang\ Medium";
	src: url("../font/AppleFormula/PingFangMedium.ttf");
}

@font-face {
	font-family: "PingFang\ Regular";
	src: url("../font/AppleFormula/PingFangRegular.ttf");
}

@font-face {
	font-family: "思源黑体";
	src: url("../font/SiyuanBold/bb4171.ttf");
}

@font-face {
	font-family: "微软雅黑";
	src: url("../font/MicrosoftYaHei/MicrosoftYaHei.ttf");
}

@font-face {
	font-family: "优设标题黑";
	src: url("../font/OptimizedTitleBlack/OptimizedTitleBlack.ttf");
}

@font-face {
	font-family: "优设好身体";
	src: url("../font/GoodHealth/GoodHealth.ttf");
}

@font-face {
	font-family: "幼圆";
	src: url("../font/Immature/YouYuan.ttf");
}

@font-face {
	font-family: "站酷酷黑";
	src: url("../font/StandCoolBlack/StandCoolBlack.ttf");
}

/* @font-face {
	font-family: "arial";
	src: url("../font/arial/arial.ttf");
} */

@font-face {
	font-family: "arialbd";
	src: url("../font/arial/arialbd.ttf");
}

@font-face {
	font-family: "arialbi";
	src: url("../font/arial/arialbi.ttf");
}

@font-face {
	font-family: "ariali";
	src: url("../font/arial/ariali.ttf");
}

@font-face {
	font-family: "ariblk";
	src: url("../font/arial/ariblk.ttf");
}

@font-face {
	font-family: "DIN";
	src: url("../font/DIN/DIN.ttf");
}

@font-face {
	font-family: "OPPOSans-Bold";
	src: url("../font/OPPOSans/OPPOSans-Bold.ttf");
}

@font-face {
	font-family: "OPPOSans-H";
	src: url("../font/OPPOSans/OPPOSans-H.ttf");
}

@font-face {
	font-family: "OPPOSans-L";
	src: url("../font/OPPOSans/OPPOSans-L.ttf");
}

@font-face {
	font-family: "OPPOSans-Medium";
	src: url("../font/OPPOSans/OPPOSans-Medium.ttf");
}

@font-face {
	font-family: "OPPOSans-R";
	src: url("../font/OPPOSans/OPPOSans-R.ttf");
}

div.reset-items-left{
	padding: 8px;
	color: #333;
	background: #eee; 
	border: 1px solid #DADCE0;
}
div.reset-items-left:hover {
	color: #007AFF;
	border: 1px solid #007AFF;
	background: #FFFFFF;
}
div.reset-items-left:active {
	color: #0054FF;
	border: 1px solid #0054FF;
	background: #ffffff;
}
.it-fade-slide-down-leave-to {
	opacity: 0;
	transform: translateY(-80px);
	height: 0 !important;
	transition: all 0.3s;
}

.it-fade-slide-up-in-to-start {
	opacity: 0;
	transform: translateY(-80px);
	height: 0 !important;
}
.it-fade-slide-up-in-to {
	animation: mymove 0.3s;
}
@keyframes mymove
{
	from {
		opacity: 0;
		transform: translateY(-80px);
		height: 0 !important;}
	to {
		opacity: 1;
		transform: translateY(0px);
		height: 40px !important;
	}
}

input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
